diff --git a/src/AudioHost.cpp b/src/AudioHost.cpp index 09dcc6d..2b39bdf 100644 --- a/src/AudioHost.cpp +++ b/src/AudioHost.cpp @@ -1,4 +1,5 @@ -// Copyright (c) 2022-2023 Robin Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/src/AudioHost.hpp b/src/AudioHost.hpp index 17ad7da..f582547 100644 --- a/src/AudioHost.hpp +++ b/src/AudioHost.hpp @@ -1,4 +1,5 @@ -// Copyright (c) 2022-2023 Robin Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/src/JackServerSettings.cpp b/src/JackServerSettings.cpp index 15ef696..62aef81 100644 --- a/src/JackServerSettings.cpp +++ b/src/JackServerSettings.cpp @@ -1,4 +1,5 @@ -// Copyright (c) 2022 Robin Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/src/JackServerSettings.hpp b/src/JackServerSettings.hpp index d55b7b0..f978d74 100644 --- a/src/JackServerSettings.hpp +++ b/src/JackServerSettings.hpp @@ -1,4 +1,5 @@ -// Copyright (c) 2022 Robin Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/src/PiPedalAlsa.cpp b/src/PiPedalAlsa.cpp index d3c60ba..06be795 100644 --- a/src/PiPedalAlsa.cpp +++ b/src/PiPedalAlsa.cpp @@ -1,4 +1,5 @@ // Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/src/PiPedalAlsa.hpp b/src/PiPedalAlsa.hpp index b9d82a8..e9061e0 100644 --- a/src/PiPedalAlsa.hpp +++ b/src/PiPedalAlsa.hpp @@ -1,4 +1,5 @@ -// Copyright (c) 2022 Robin Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/src/Storage.cpp b/src/Storage.cpp index 14b9bf0..d5b65b1 100644 --- a/src/Storage.cpp +++ b/src/Storage.cpp @@ -1,4 +1,5 @@ -// Copyright (c) 2022-2024 Robin Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/vite/src/pipedal/AlsaDeviceInfo.tsx b/vite/src/pipedal/AlsaDeviceInfo.tsx index 01563d2..71899b1 100644 --- a/vite/src/pipedal/AlsaDeviceInfo.tsx +++ b/vite/src/pipedal/AlsaDeviceInfo.tsx @@ -1,3 +1,27 @@ +/* + * MIT License + * + * Copyright (c) Robin E. R. Davies + * Copyright (c) Gabriel Hernandez + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of + * this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is furnished to do + * so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ export default class AlsaDeviceInfo { diff --git a/vite/src/pipedal/AlsaMidiDeviceInfo.tsx b/vite/src/pipedal/AlsaMidiDeviceInfo.tsx index 87ab63d..6207ab2 100644 --- a/vite/src/pipedal/AlsaMidiDeviceInfo.tsx +++ b/vite/src/pipedal/AlsaMidiDeviceInfo.tsx @@ -1,7 +1,8 @@ /* * MIT License * - * Copyright (c) 2022 Robin E. R. Davies + * Copyright (c) Robin E. R. Davies + * Copyright (c) Gabriel Hernandez * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/vite/src/pipedal/AlsaSequencer.tsx b/vite/src/pipedal/AlsaSequencer.tsx index a49aff0..33922d9 100644 --- a/vite/src/pipedal/AlsaSequencer.tsx +++ b/vite/src/pipedal/AlsaSequencer.tsx @@ -1,4 +1,5 @@ -// Copyright (c) 2025 Robin E. R. Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/vite/src/pipedal/SettingsDialog.tsx b/vite/src/pipedal/SettingsDialog.tsx index 71722b8..b7f2a5f 100644 --- a/vite/src/pipedal/SettingsDialog.tsx +++ b/vite/src/pipedal/SettingsDialog.tsx @@ -1,4 +1,5 @@ -// Copyright (c) 2022 Robin Davies +// Copyright (c) Robin E. R. Davies +// Copyright (c) Gabriel Hernandez // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in