diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 000000000..afac491eb --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,12 @@ +# SPDX-FileCopyrightText: Kushview, LLC +# SPDX-License-Identifier: CC0-1.0 +name: REUSE compliance check +on: [ push, pull_request ] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v5 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v6 diff --git a/CMakeLists.txt b/CMakeLists.txt index a1856a489..c18c25ca4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Element CMakeLists.txt +# Copyright Kushview, LLC # SPDX-License-Identifier: GPL-3.0-or-later cmake_minimum_required(VERSION 3.26.0) @@ -200,7 +200,7 @@ set(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}") set(CPACK_PACKAGE_VERSION_PATCH "${PROJECT_VERSION_PATCH}") set(CPACK_PACKAGE_INSTALL_DIRECTORY "Element") set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/data/intro.txt") -set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSES/GPL3.txt") +set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSES/GPL-3.0-or-later.txt") string(TOLOWER "${CMAKE_SYSTEM_PROCESSOR}" ELEMENT_PROCESSOR) diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 000000000..137069b82 --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,73 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt new file mode 100644 index 000000000..0e259d42c --- /dev/null +++ b/LICENSES/CC0-1.0.txt @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/LICENSES/GPL3.txt b/LICENSES/GPL-3.0-or-later.txt similarity index 100% rename from LICENSES/GPL3.txt rename to LICENSES/GPL-3.0-or-later.txt diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 000000000..b9c199c98 --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,8 @@ +ISC License: + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 000000000..d817195da --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) + +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. diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..f5c0a3815 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,34 @@ +version = 1 + +[[annotations]] +path = [ "src/lua/src/*.*", "src/lua/src/Makefile" ] +SPDX-FileCopyrightText = "Copyright (C) 1994-2020 Lua.org, PUC-Rio." +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = [ "src/dlfcn*.*" ] +SPDX-FileCopyrightText = "Copyright (c) 2007 Ramiro Polla" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "data/fonts/Roboto-Regular.ttf" +SPDX-FileCopyrightText = "Copyright 2011 Google Inc." +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = [ "*.md", "src/**/*.rc", "docs/**/*.md", "docs/**/*.css", + "test/**/*.md", ".clang-format", "**/.clang-format", + "data/intro.txt", "data/developers.txt", "cmake/version.txt.in", + "data/acknowledgements.txt", "src/res/icon.ico", "data/**/*.png", + "data/**/*.svg", "data/**/*.els", ".github/**/*.*" ] +SPDX-FileCopyrightText = "Copyright (C) Kushview, LLC." +SPDX-License-Identifier = "CC0-1.0" + + +[[annotations]] +path = [ "**/CMakeLists.txt", "cmake/*.*", ".gitignore", "**/.gitignore", + ".gitmodules", ".dockerignore", ".vscode/*.*", + "**/sol/config.hpp", "test/**/package.json", "Dockerfile*", + "**/element.desktop.in", "docs/config.ld" ] +SPDX-FileCopyrightText = "Copyright (C) Kushview, LLC." +SPDX-License-Identifier = "GPL-3.0-or-later" diff --git a/data/fonts/Roboto-LICENSE.txt b/data/fonts/Roboto-LICENSE.txt deleted file mode 100644 index 75b52484e..000000000 --- a/data/fonts/Roboto-LICENSE.txt +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/include/element/aligneddata.hpp b/include/element/aligneddata.hpp index 95f2330f4..e195321ab 100644 --- a/include/element/aligneddata.hpp +++ b/include/element/aligneddata.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/application.hpp b/include/element/application.hpp index c9200be6b..c89862837 100644 --- a/include/element/application.hpp +++ b/include/element/application.hpp @@ -1,5 +1,5 @@ // Copyright 2025 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/arc.hpp b/include/element/arc.hpp index f9495c9c2..842f9a7f7 100644 --- a/include/element/arc.hpp +++ b/include/element/arc.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/atombuffer.hpp b/include/element/atombuffer.hpp index 2433aabf0..282d91102 100644 --- a/include/element/atombuffer.hpp +++ b/include/element/atombuffer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/atomic.hpp b/include/element/atomic.hpp index 1c76c90f7..ca839b545 100644 --- a/include/element/atomic.hpp +++ b/include/element/atomic.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/audioengine.hpp b/include/element/audioengine.hpp index b67893614..78d009b58 100644 --- a/include/element/audioengine.hpp +++ b/include/element/audioengine.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/context.hpp b/include/element/context.hpp index 4fecf556b..430dd541d 100644 --- a/include/element/context.hpp +++ b/include/element/context.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/controller.hpp b/include/element/controller.hpp index 164761691..26a195ff9 100644 --- a/include/element/controller.hpp +++ b/include/element/controller.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/datapath.hpp b/include/element/datapath.hpp index 811795416..92069210f 100644 --- a/include/element/datapath.hpp +++ b/include/element/datapath.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/datapipe.hpp b/include/element/datapipe.hpp index 150fdf34c..472ff3ffc 100644 --- a/include/element/datapipe.hpp +++ b/include/element/datapipe.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/devices.hpp b/include/element/devices.hpp index d0765e016..54695214e 100644 --- a/include/element/devices.hpp +++ b/include/element/devices.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/element.h b/include/element/element.h index 0411a6a4e..e5abdfb5e 100644 --- a/include/element/element.h +++ b/include/element/element.h @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef ELEMENT_H_INCLUDED #define ELEMENT_H_INCLUDED diff --git a/include/element/element.hpp b/include/element/element.hpp index 7836087b8..883a41190 100644 --- a/include/element/element.hpp +++ b/include/element/element.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/engine.hpp b/include/element/engine.hpp index f4342c504..e389edcf8 100644 --- a/include/element/engine.hpp +++ b/include/element/engine.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/filesystem.hpp b/include/element/filesystem.hpp index b0ca06592..3c06be57c 100644 --- a/include/element/filesystem.hpp +++ b/include/element/filesystem.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // see: https://stackoverflow.com/questions/53365538/how-to-determine-whether-to-use-filesystem-or-experimental-filesystem // We haven't checked which filesystem to include yet diff --git a/include/element/graph.hpp b/include/element/graph.hpp index 317329f2f..e59885aef 100644 --- a/include/element/graph.hpp +++ b/include/element/graph.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/gzip.hpp b/include/element/gzip.hpp index cf6578684..7cc7a8880 100644 --- a/include/element/gzip.hpp +++ b/include/element/gzip.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/juce.hpp b/include/element/juce.hpp index da6dd12c7..407709db8 100644 --- a/include/element/juce.hpp +++ b/include/element/juce.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/juce/audio_basics.hpp b/include/element/juce/audio_basics.hpp index 43dbe963f..031f17571 100644 --- a/include/element/juce/audio_basics.hpp +++ b/include/element/juce/audio_basics.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/audio_devices.hpp b/include/element/juce/audio_devices.hpp index ae1cd3c13..cefe030ea 100644 --- a/include/element/juce/audio_devices.hpp +++ b/include/element/juce/audio_devices.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/audio_formats.hpp b/include/element/juce/audio_formats.hpp index a588edabb..e9b8bbd98 100644 --- a/include/element/juce/audio_formats.hpp +++ b/include/element/juce/audio_formats.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/audio_processors.hpp b/include/element/juce/audio_processors.hpp index 937cc41e8..96a5414d6 100644 --- a/include/element/juce/audio_processors.hpp +++ b/include/element/juce/audio_processors.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/config.h b/include/element/juce/config.h index 6f70f09be..6efdb1f05 100644 --- a/include/element/juce/config.h +++ b/include/element/juce/config.h @@ -1 +1,4 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once diff --git a/include/element/juce/core.hpp b/include/element/juce/core.hpp index 2571f244f..bf1eaff36 100644 --- a/include/element/juce/core.hpp +++ b/include/element/juce/core.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/data_structures.hpp b/include/element/juce/data_structures.hpp index 14cd4938c..31c56d74a 100644 --- a/include/element/juce/data_structures.hpp +++ b/include/element/juce/data_structures.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/dsp.hpp b/include/element/juce/dsp.hpp index 8077949af..938495f7e 100644 --- a/include/element/juce/dsp.hpp +++ b/include/element/juce/dsp.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/events.hpp b/include/element/juce/events.hpp index 0d9f5c943..8dcaeb4bf 100644 --- a/include/element/juce/events.hpp +++ b/include/element/juce/events.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/graphics.hpp b/include/element/juce/graphics.hpp index 0c662cf9a..1982a6c0c 100644 --- a/include/element/juce/graphics.hpp +++ b/include/element/juce/graphics.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/gui_basics.hpp b/include/element/juce/gui_basics.hpp index 6fb24c409..db72f517b 100644 --- a/include/element/juce/gui_basics.hpp +++ b/include/element/juce/gui_basics.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/gui_extra.hpp b/include/element/juce/gui_extra.hpp index e617d1cb0..ce34c3bbe 100644 --- a/include/element/juce/gui_extra.hpp +++ b/include/element/juce/gui_extra.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/juce/osc.hpp b/include/element/juce/osc.hpp index 6d02f7306..fb65b71c2 100644 --- a/include/element/juce/osc.hpp +++ b/include/element/juce/osc.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/include/element/linkedlist.hpp b/include/element/linkedlist.hpp index 46432523c..2a7eb478e 100644 --- a/include/element/linkedlist.hpp +++ b/include/element/linkedlist.hpp @@ -1,5 +1,5 @@ // Copyright Copyright (C) 2005-2012, rncbc aka Rui Nuno Capela. All rights reserved. -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Modified: 2013 Michael Fisher #pragma once diff --git a/include/element/lua.hpp b/include/element/lua.hpp index f18cc56bd..5ba0e7cb3 100644 --- a/include/element/lua.hpp +++ b/include/element/lua.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/midichannels.hpp b/include/element/midichannels.hpp index 359957df6..acce33200 100644 --- a/include/element/midichannels.hpp +++ b/include/element/midichannels.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/midiiomonitor.hpp b/include/element/midiiomonitor.hpp index a39e04b49..0c54c92bb 100644 --- a/include/element/midiiomonitor.hpp +++ b/include/element/midiiomonitor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/midipipe.hpp b/include/element/midipipe.hpp index c915a56cb..5de161950 100644 --- a/include/element/midipipe.hpp +++ b/include/element/midipipe.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/model.hpp b/include/element/model.hpp index 7d45fad62..85a5a3e5f 100644 --- a/include/element/model.hpp +++ b/include/element/model.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/node.h b/include/element/node.h index b79f26c26..d223afb23 100644 --- a/include/element/node.h +++ b/include/element/node.h @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/node.hpp b/include/element/node.hpp index 092eb312a..04a96c3a1 100644 --- a/include/element/node.hpp +++ b/include/element/node.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/nodefactory.hpp b/include/element/nodefactory.hpp index 47686be9d..461a0dec8 100644 --- a/include/element/nodefactory.hpp +++ b/include/element/nodefactory.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/nodeproxy.hpp b/include/element/nodeproxy.hpp index 0e4887bf9..9da2fe87b 100644 --- a/include/element/nodeproxy.hpp +++ b/include/element/nodeproxy.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/oversampler.hpp b/include/element/oversampler.hpp index 25acddfef..2a383c606 100644 --- a/include/element/oversampler.hpp +++ b/include/element/oversampler.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/parameter.hpp b/include/element/parameter.hpp index f9bacd91b..37792dcd3 100644 --- a/include/element/parameter.hpp +++ b/include/element/parameter.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/include/element/plugins.hpp b/include/element/plugins.hpp index e73332e94..890cb392e 100644 --- a/include/element/plugins.hpp +++ b/include/element/plugins.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/portcount.hpp b/include/element/portcount.hpp index 881481aa8..e58f439f1 100644 --- a/include/element/portcount.hpp +++ b/include/element/portcount.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/porttype.hpp b/include/element/porttype.hpp index e529d1069..a1f601495 100644 --- a/include/element/porttype.hpp +++ b/include/element/porttype.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/presets.hpp b/include/element/presets.hpp index 972aba4b9..7b4116402 100644 --- a/include/element/presets.hpp +++ b/include/element/presets.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/processor.hpp b/include/element/processor.hpp index 2ad53efd0..abc6a736c 100644 --- a/include/element/processor.hpp +++ b/include/element/processor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/runmode.hpp b/include/element/runmode.hpp index 99372a0d2..b6ff6f78e 100644 --- a/include/element/runmode.hpp +++ b/include/element/runmode.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/script.hpp b/include/element/script.hpp index 0c421fb85..e8a986c60 100644 --- a/include/element/script.hpp +++ b/include/element/script.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/services.hpp b/include/element/services.hpp index 0b2245a89..8b6f4710c 100644 --- a/include/element/services.hpp +++ b/include/element/services.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/session.hpp b/include/element/session.hpp index a397ad615..e16a2c58f 100644 --- a/include/element/session.hpp +++ b/include/element/session.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/settings.hpp b/include/element/settings.hpp index 2606a7fe4..680328c00 100644 --- a/include/element/settings.hpp +++ b/include/element/settings.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/shuttle.hpp b/include/element/shuttle.hpp index 8ed013945..94578eff0 100644 --- a/include/element/shuttle.hpp +++ b/include/element/shuttle.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/signals.hpp b/include/element/signals.hpp index 77c2af22b..f0035f4f8 100644 --- a/include/element/signals.hpp +++ b/include/element/signals.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-laters +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/symbolmap.hpp b/include/element/symbolmap.hpp index b9a6883a9..221c6db90 100644 --- a/include/element/symbolmap.hpp +++ b/include/element/symbolmap.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/tags.hpp b/include/element/tags.hpp index 1697259d9..fb64b5613 100644 --- a/include/element/tags.hpp +++ b/include/element/tags.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/timescale.hpp b/include/element/timescale.hpp index 72bca029e..d5da461cc 100644 --- a/include/element/timescale.hpp +++ b/include/element/timescale.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-laters +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/transport.hpp b/include/element/transport.hpp index 3045f48e2..38f122c78 100644 --- a/include/element/transport.hpp +++ b/include/element/transport.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui.hpp b/include/element/ui.hpp index a16faa80b..cbbaa6ecc 100644 --- a/include/element/ui.hpp +++ b/include/element/ui.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/about.hpp b/include/element/ui/about.hpp index 5c684010f..abae848ba 100644 --- a/include/element/ui/about.hpp +++ b/include/element/ui/about.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/commands.hpp b/include/element/ui/commands.hpp index 8a99f4cbf..991e32b3c 100644 --- a/include/element/ui/commands.hpp +++ b/include/element/ui/commands.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/content.hpp b/include/element/ui/content.hpp index 94f9e852a..d130274e5 100644 --- a/include/element/ui/content.hpp +++ b/include/element/ui/content.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/decibelscale.hpp b/include/element/ui/decibelscale.hpp index 2a30b4570..e26a155a5 100644 --- a/include/element/ui/decibelscale.hpp +++ b/include/element/ui/decibelscale.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/designer.hpp b/include/element/ui/designer.hpp index 6fcf29750..22d09a5f5 100644 --- a/include/element/ui/designer.hpp +++ b/include/element/ui/designer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/grapheditor.hpp b/include/element/ui/grapheditor.hpp index 76a815fa2..2e5db34a7 100644 --- a/include/element/ui/grapheditor.hpp +++ b/include/element/ui/grapheditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/include/element/ui/mainwindow.hpp b/include/element/ui/mainwindow.hpp index c56010cd1..50b58530a 100644 --- a/include/element/ui/mainwindow.hpp +++ b/include/element/ui/mainwindow.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/menumodels.hpp b/include/element/ui/menumodels.hpp index 28c0fd355..baa470149 100644 --- a/include/element/ui/menumodels.hpp +++ b/include/element/ui/menumodels.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/meterbridge.hpp b/include/element/ui/meterbridge.hpp index 5ca78c95a..1a7abfa0a 100644 --- a/include/element/ui/meterbridge.hpp +++ b/include/element/ui/meterbridge.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/navigation.hpp b/include/element/ui/navigation.hpp index 1ce7d4eb4..997b894f9 100644 --- a/include/element/ui/navigation.hpp +++ b/include/element/ui/navigation.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/nodeeditor.hpp b/include/element/ui/nodeeditor.hpp index edee55195..7e9a699d3 100644 --- a/include/element/ui/nodeeditor.hpp +++ b/include/element/ui/nodeeditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/popups.hpp b/include/element/ui/popups.hpp index 4712f0124..1257920b7 100644 --- a/include/element/ui/popups.hpp +++ b/include/element/ui/popups.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/preferences.hpp b/include/element/ui/preferences.hpp index 2490834e9..05377a391 100644 --- a/include/element/ui/preferences.hpp +++ b/include/element/ui/preferences.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/simplemeter.hpp b/include/element/ui/simplemeter.hpp index 5700d6e50..c6d730e6b 100644 --- a/include/element/ui/simplemeter.hpp +++ b/include/element/ui/simplemeter.hpp @@ -1,5 +1,5 @@ // Copyright 2014-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/standard.hpp b/include/element/ui/standard.hpp index 5d30f3319..fb10aba1a 100644 --- a/include/element/ui/standard.hpp +++ b/include/element/ui/standard.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/style.hpp b/include/element/ui/style.hpp index 3bacdba26..79bd610d6 100644 --- a/include/element/ui/style.hpp +++ b/include/element/ui/style.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/updater.hpp b/include/element/ui/updater.hpp index 275510708..bb709b667 100644 --- a/include/element/ui/updater.hpp +++ b/include/element/ui/updater.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/ui/view.hpp b/include/element/ui/view.hpp index 7262d9c12..0bc16ae67 100644 --- a/include/element/ui/view.hpp +++ b/include/element/ui/view.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/include/element/version.h.in b/include/element/version.h.in index 14cdd61bd..243c4dde3 100644 --- a/include/element/version.h.in +++ b/include/element/version.h.in @@ -3,6 +3,9 @@ * Do not edit, your changes will be lost. */ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once // clang-format off #define ELEMENT_BUILD_NUMBER @ELEMENT_BUILD_NUMBER@ diff --git a/include/element/version.hpp b/include/element/version.hpp index 54b0003bf..c78e42cee 100644 --- a/include/element/version.hpp +++ b/include/element/version.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/scripts/amp.lua b/scripts/amp.lua index 81e29de1e..ead1ecb65 100644 --- a/scripts/amp.lua +++ b/scripts/amp.lua @@ -52,3 +52,6 @@ return { layout = amp_layout, process = amp_process } + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/ampui.lua b/scripts/ampui.lua index 8c7730457..c8b2e8919 100644 --- a/scripts/ampui.lua +++ b/scripts/ampui.lua @@ -59,3 +59,6 @@ return { type = 'DSPUI', instantiate = instantiate } + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/channelize.lua b/scripts/channelize.lua index 0bec730ff..e53df9074 100644 --- a/scripts/channelize.lua +++ b/scripts/channelize.lua @@ -66,3 +66,6 @@ return { process = process, release = release } + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/commands.lua b/scripts/commands.lua index 49f1fd7cb..e59d6bbea 100644 --- a/scripts/commands.lua +++ b/scripts/commands.lua @@ -46,3 +46,6 @@ end if type(list[format]) == 'function' then list[format] (cmds) end + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/console.lua b/scripts/console.lua index ae8214fb0..5c98a6fcb 100644 --- a/scripts/console.lua +++ b/scripts/console.lua @@ -26,3 +26,6 @@ console = { end end } + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/content.lua b/scripts/content.lua index 0aaaa065f..dbc386965 100644 --- a/scripts/content.lua +++ b/scripts/content.lua @@ -12,3 +12,6 @@ return { type = "Content", instantiate = instantiate } + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/spontonchordchooser.lua b/scripts/spontonchordchooser.lua index 8c7f990ca..667b6f83f 100644 --- a/scripts/spontonchordchooser.lua +++ b/scripts/spontonchordchooser.lua @@ -204,3 +204,6 @@ return { layout = layout, process = process, } + +-- SPDX-FileCopyrightText: Copyright (C) Lokki. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/view.lua b/scripts/view.lua index baa74f180..0ca56b620 100644 --- a/scripts/view.lua +++ b/scripts/view.lua @@ -3,7 +3,7 @@ -- Script description. -- -- @type View --- @license GPL3-or-later +-- @license GPL-3.0-or-later -- @author Your Name local object = require ('el.object') @@ -27,3 +27,6 @@ return { instantiate = instantiate, graph_changed = handleGraphChange } + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/ElementApp.h b/src/ElementApp.h index 59ba0e795..95958c12d 100644 --- a/src/ElementApp.h +++ b/src/ElementApp.h @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/appinfo.hpp b/src/appinfo.hpp index e50fbe7aa..2266475f4 100644 --- a/src/appinfo.hpp +++ b/src/appinfo.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/application.cpp b/src/application.cpp index 4e5b4401d..c8b8e4a88 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include "ElementApp.h" diff --git a/src/arc.cpp b/src/arc.cpp index f75ed4a26..1b6049909 100644 --- a/src/arc.cpp +++ b/src/arc.cpp @@ -1,5 +1,5 @@ // Copyright 2014-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/atombuffer.cpp b/src/atombuffer.cpp index 43d0445e2..3daa8aaaa 100644 --- a/src/atombuffer.cpp +++ b/src/atombuffer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/bindings.cpp b/src/bindings.cpp index 5b4e27f2d..ec26fc0f1 100644 --- a/src/bindings.cpp +++ b/src/bindings.cpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/commands.cpp b/src/commands.cpp index 62e2dcbbd..301a6526f 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1,4 +1,4 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/common.hpp b/src/common.hpp index 1f82a7dc3..1493fad51 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/context.cpp b/src/context.cpp index 50a44e014..0233d0f2d 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -1,5 +1,5 @@ // Copyright 2022-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/controller.cpp b/src/controller.cpp index 74de6918a..b3bd0b099 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -1,5 +1,5 @@ // Copyright 2018-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/datapath.cpp b/src/datapath.cpp index d73cc5dbf..7392e6d87 100644 --- a/src/datapath.cpp +++ b/src/datapath.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/datapath.hpp b/src/datapath.hpp index c96e859b5..7d4aaa8b1 100644 --- a/src/datapath.hpp +++ b/src/datapath.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/src/delaylockedloop.hpp b/src/delaylockedloop.hpp index f92283fb2..0e98d1a19 100644 --- a/src/delaylockedloop.hpp +++ b/src/delaylockedloop.hpp @@ -1,5 +1,5 @@ // Copyright 2014-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/devicemanager.cpp b/src/devicemanager.cpp index 28a396985..823aecbc0 100644 --- a/src/devicemanager.cpp +++ b/src/devicemanager.cpp @@ -1,5 +1,5 @@ // Copyright 2014-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "engine/jack.hpp" diff --git a/src/dynlib.h b/src/dynlib.h index 322bd198f..23a87823d 100644 --- a/src/dynlib.h +++ b/src/dynlib.h @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef EL_DYNLIB_H #define EL_DYNLIB_H diff --git a/src/el/AudioBuffer.lua b/src/el/AudioBuffer.lua index 834312f5d..2abf5d814 100644 --- a/src/el/AudioBuffer.lua +++ b/src/el/AudioBuffer.lua @@ -18,3 +18,6 @@ end M.new = M.new32 return M + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/el/AudioBuffer32.cpp b/src/el/AudioBuffer32.cpp index 4d2874c3a..c66656b3e 100644 --- a/src/el/AudioBuffer32.cpp +++ b/src/el/AudioBuffer32.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #define EL_LUA_AUDIO_BUFFER_32 1 #define EL_LUA_AUDIO_BUFFER_COMPILE 1 diff --git a/src/el/AudioBuffer64.cpp b/src/el/AudioBuffer64.cpp index 75773a56f..7c90d4177 100644 --- a/src/el/AudioBuffer64.cpp +++ b/src/el/AudioBuffer64.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #define EL_LUA_AUDIO_BUFFER_32 0 #define EL_LUA_AUDIO_BUFFER_COMPILE 1 diff --git a/src/el/AudioBufferImpl.ipp b/src/el/AudioBufferImpl.ipp index 1408f294c..f8cec6a6e 100644 --- a/src/el/AudioBufferImpl.ipp +++ b/src/el/AudioBufferImpl.ipp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// An Audio buffer designed for real time performance. // - **Safety**: For speed, virtually no type checking in method calls. diff --git a/src/el/Bounds.cpp b/src/el/Bounds.cpp index 7525dac7c..3ed3dfed4 100644 --- a/src/el/Bounds.cpp +++ b/src/el/Bounds.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// Bounding box // The value type for this is a 32bit integer and Backed by a juce::Rectangle. diff --git a/src/el/Commands.cpp b/src/el/Commands.cpp index 91eae0b07..9eee18ff1 100644 --- a/src/el/Commands.cpp +++ b/src/el/Commands.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// UI Commands object. // @classmod el.Commands diff --git a/src/el/Content.cpp b/src/el/Content.cpp index 9803bbdc5..55d4e164d 100644 --- a/src/el/Content.cpp +++ b/src/el/Content.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// Base class for UI main Content. // @classmod el.Content diff --git a/src/el/Context.cpp b/src/el/Context.cpp index 15c6aa46e..4b472636d 100644 --- a/src/el/Context.cpp +++ b/src/el/Context.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// The main context in which Element is running. // The main Element context. A collection of "global" objects. diff --git a/src/el/Desktop.cpp b/src/el/Desktop.cpp index cee6581d6..6ba62bf46 100644 --- a/src/el/Desktop.cpp +++ b/src/el/Desktop.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// Desktop controls. // Describes and controls aspects of the computer's desktop. diff --git a/src/el/Graph.cpp b/src/el/Graph.cpp index 9a028f0ba..657f14be9 100644 --- a/src/el/Graph.cpp +++ b/src/el/Graph.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// The Graph Model. // Representation of a Graph. Is a @{el.Node} diff --git a/src/el/GraphEditor.cpp b/src/el/GraphEditor.cpp index a8cdebd31..a3e575f2e 100644 --- a/src/el/GraphEditor.cpp +++ b/src/el/GraphEditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// The base graph editor widget. // Is a @{el.Widget} diff --git a/src/el/Graphics.cpp b/src/el/Graphics.cpp index f5570f179..d9d3d08fd 100644 --- a/src/el/Graphics.cpp +++ b/src/el/Graphics.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A drawing context. // @classmod el.Graphics diff --git a/src/el/MidiBuffer.cpp b/src/el/MidiBuffer.cpp index 1e412cd27..ca761dbc9 100644 --- a/src/el/MidiBuffer.cpp +++ b/src/el/MidiBuffer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A MIDI buffer designed for real time performance. // - **Safety**: For speed, virtually no type checking in method calls. diff --git a/src/el/MidiMessage.cpp b/src/el/MidiMessage.cpp index 5fe4f589c..a246278f1 100644 --- a/src/el/MidiMessage.cpp +++ b/src/el/MidiMessage.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A MIDI Message. // @classmod el.MidiMessage diff --git a/src/el/MouseEvent.cpp b/src/el/MouseEvent.cpp index b2d7af646..6812a8de0 100644 --- a/src/el/MouseEvent.cpp +++ b/src/el/MouseEvent.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A mouse event // @classmod el.MouseEvent diff --git a/src/el/Node.cpp b/src/el/Node.cpp index 8c842b8ef..940b175a5 100644 --- a/src/el/Node.cpp +++ b/src/el/Node.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// The Node Model. // Representation of a Node. Is an el.Model diff --git a/src/el/Parameter.cpp b/src/el/Parameter.cpp index 037c6a294..1f29205b4 100644 --- a/src/el/Parameter.cpp +++ b/src/el/Parameter.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A Parameter. // A variable property of a Node. diff --git a/src/el/Point.cpp b/src/el/Point.cpp index acfbda628..bcef67dd1 100644 --- a/src/el/Point.cpp +++ b/src/el/Point.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A pair of x,y coordinates. // @classmod el.Point diff --git a/src/el/Range.cpp b/src/el/Range.cpp index 5a2294455..bf1cbb5f0 100644 --- a/src/el/Range.cpp +++ b/src/el/Range.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A numeric value range. // @classmod el.Range diff --git a/src/el/Rectangle.cpp b/src/el/Rectangle.cpp index e42eccaca..6259940a5 100644 --- a/src/el/Rectangle.cpp +++ b/src/el/Rectangle.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A rectangle. // The value type for this is a 64 bit float. diff --git a/src/el/Session.cpp b/src/el/Session.cpp index 4fd3c5754..6ce053e8b 100644 --- a/src/el/Session.cpp +++ b/src/el/Session.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// The Session Model. // Representation of a session. diff --git a/src/el/Slider.cpp b/src/el/Slider.cpp index f9e6a77a8..16646f937 100644 --- a/src/el/Slider.cpp +++ b/src/el/Slider.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// Slider widget. // Is a @{el.Widget} diff --git a/src/el/TextButton.cpp b/src/el/TextButton.cpp index 902f73978..d2557aef1 100644 --- a/src/el/TextButton.cpp +++ b/src/el/TextButton.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A Text Button. // Is a @{el.Widget}. diff --git a/src/el/View.cpp b/src/el/View.cpp index 930652497..437951c55 100644 --- a/src/el/View.cpp +++ b/src/el/View.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// An Element View. // Is a @{el.Widget} diff --git a/src/el/Widget.cpp b/src/el/Widget.cpp index 45513ab99..49c60935d 100644 --- a/src/el/Widget.cpp +++ b/src/el/Widget.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A GUI Widget. // diff --git a/src/el/audio.c b/src/el/audio.c index 3ceac4860..694b8008a 100644 --- a/src/el/audio.c +++ b/src/el/audio.c @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "element/element.h" #include diff --git a/src/el/bytes.c b/src/el/bytes.c index a22975e82..03f2dc9a4 100644 --- a/src/el/bytes.c +++ b/src/el/bytes.c @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// Manage raw byte arrays. // @author Michael Fisher diff --git a/src/el/bytes.h b/src/el/bytes.h index 60fc8abdd..85c1d47f3 100644 --- a/src/el/bytes.h +++ b/src/el/bytes.h @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef EL_LUA_BYTES_H #define EL_LUA_BYTES_H diff --git a/src/el/color.lua b/src/el/color.lua index 563483ae1..a50062101 100644 --- a/src/el/color.lua +++ b/src/el/color.lua @@ -4,3 +4,6 @@ local M = {} return M + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/el/command.lua b/src/el/command.lua index e61ce3570..ea1e9827d 100644 --- a/src/el/command.lua +++ b/src/el/command.lua @@ -71,3 +71,6 @@ for _,cmd in ipairs (Commands.standard()) do end return M + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/el/factories.hpp b/src/el/factories.hpp index 91e7d390e..1b5cfd15e 100644 --- a/src/el/factories.hpp +++ b/src/el/factories.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/el/midi.c b/src/el/midi.c index bf6e60215..4603ae7f4 100644 --- a/src/el/midi.c +++ b/src/el/midi.c @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// MIDI factories and utilities. // Functions in this module **do not** check arguments. It is the responsibility diff --git a/src/el/midi_buffer.hpp b/src/el/midi_buffer.hpp index 704d77940..75c9fa068 100644 --- a/src/el/midi_buffer.hpp +++ b/src/el/midi_buffer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/el/nodetype.hpp b/src/el/nodetype.hpp index d02080d67..35b2cc8f9 100644 --- a/src/el/nodetype.hpp +++ b/src/el/nodetype.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// The Node Model. // Representation of a Node. diff --git a/src/el/object.hpp b/src/el/object.hpp index 41ab507a4..0a1d82d53 100644 --- a/src/el/object.hpp +++ b/src/el/object.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/el/object.lua b/src/el/object.lua index 8a1449400..74d273c39 100644 --- a/src/el/object.lua +++ b/src/el/object.lua @@ -237,3 +237,6 @@ setmetatable (M, { }) return M + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/el/packed.h b/src/el/packed.h index d03793eed..49600fb12 100644 --- a/src/el/packed.h +++ b/src/el/packed.h @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/el/rectangle.hpp b/src/el/rectangle.hpp index d11953e6c..33f1168a9 100644 --- a/src/el/rectangle.hpp +++ b/src/el/rectangle.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A rectangle. // Easy to use Rectangle object backed. diff --git a/src/el/round.c b/src/el/round.c index 860a3be4c..c9bed376f 100644 --- a/src/el/round.c +++ b/src/el/round.c @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// MIDI utilities. // @author Michael Fisher diff --git a/src/el/script.lua b/src/el/script.lua index c58474c32..9d1706c27 100644 --- a/src/el/script.lua +++ b/src/el/script.lua @@ -34,3 +34,6 @@ function M.exec (path, env, ...) end return M + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/el/session.lua b/src/el/session.lua index 89664006e..4752bad86 100644 --- a/src/el/session.lua +++ b/src/el/session.lua @@ -15,3 +15,6 @@ function M.toxmlstring() return session:toXmlString() end function M.name() return session.name end return M + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/el/sol_helpers.hpp b/src/el/sol_helpers.hpp index d115b10f3..07e079417 100644 --- a/src/el/sol_helpers.hpp +++ b/src/el/sol_helpers.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/el/strings.lua b/src/el/strings.lua index 20cb5a6fb..0725e0667 100644 --- a/src/el/strings.lua +++ b/src/el/strings.lua @@ -57,3 +57,6 @@ function M.issymbol (str) end return M + +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/el/util.h b/src/el/util.h index ea194c9d7..d74fc923c 100644 --- a/src/el/util.h +++ b/src/el/util.h @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef EL_LUA_UTIL_H #define EL_LUA_UTIL_H diff --git a/src/el/vector.c b/src/el/vector.c index bd977ac33..dde0f0528 100644 --- a/src/el/vector.c +++ b/src/el/vector.c @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #if 0 diff --git a/src/el/widget.hpp b/src/el/widget.hpp index 6a1928256..e3bc72d2d 100644 --- a/src/el/widget.hpp +++ b/src/el/widget.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A GUI Widget. // @classmod el.Widget diff --git a/src/engine/audioengine.cpp b/src/engine/audioengine.cpp index 68005a12b..9c5e1d47d 100644 --- a/src/engine/audioengine.cpp +++ b/src/engine/audioengine.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/engine/audioprocessorfactory.hpp b/src/engine/audioprocessorfactory.hpp index 6171caaf3..a9c898092 100644 --- a/src/engine/audioprocessorfactory.hpp +++ b/src/engine/audioprocessorfactory.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/clapprovider.cpp b/src/engine/clapprovider.cpp index 1bf18f136..0e7f85417 100644 --- a/src/engine/clapprovider.cpp +++ b/src/engine/clapprovider.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #if __APPLE__ #include @@ -348,7 +350,7 @@ class CLAPHost final : public CLAPBaseHost ProxyPtr _proxy; const clap_plugin_t* _plugin { nullptr }; const clap_plugin_timer_support_t* _timer { nullptr }; - + void setPlugin (const clap_plugin_t* plugin) { if (plugin != nullptr) diff --git a/src/engine/clapprovider.hpp b/src/engine/clapprovider.hpp index e8e2dceeb..75b54b4c6 100644 --- a/src/engine/clapprovider.hpp +++ b/src/engine/clapprovider.hpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/src/engine/graphbuilder.cpp b/src/engine/graphbuilder.cpp index 9687b4f2b..80060b46a 100644 --- a/src/engine/graphbuilder.cpp +++ b/src/engine/graphbuilder.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "engine/miditranspose.hpp" diff --git a/src/engine/graphbuilder.hpp b/src/engine/graphbuilder.hpp index ee00815dd..4d745adc0 100644 --- a/src/engine/graphbuilder.hpp +++ b/src/engine/graphbuilder.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/graphmanager.cpp b/src/engine/graphmanager.cpp index 667a20d16..4bb23d5c9 100644 --- a/src/engine/graphmanager.cpp +++ b/src/engine/graphmanager.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/engine/graphmanager.hpp b/src/engine/graphmanager.hpp index 39d894af2..d6662d08d 100644 --- a/src/engine/graphmanager.hpp +++ b/src/engine/graphmanager.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/graphnode.cpp b/src/engine/graphnode.cpp index d648d31d7..e8f960b39 100644 --- a/src/engine/graphnode.cpp +++ b/src/engine/graphnode.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/engine/graphnode.hpp b/src/engine/graphnode.hpp index d3d03cc31..b8131b353 100644 --- a/src/engine/graphnode.hpp +++ b/src/engine/graphnode.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/internalformat.cpp b/src/engine/internalformat.cpp index 0a3f7c030..9947d9ddf 100644 --- a/src/engine/internalformat.cpp +++ b/src/engine/internalformat.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ElementApp.h" diff --git a/src/engine/internalformat.hpp b/src/engine/internalformat.hpp index 3fc401b3c..e5c173268 100644 --- a/src/engine/internalformat.hpp +++ b/src/engine/internalformat.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/ionode.cpp b/src/engine/ionode.cpp index 0b9da4139..1c19ff521 100644 --- a/src/engine/ionode.cpp +++ b/src/engine/ionode.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "engine/ionode.hpp" #include "engine/graphnode.hpp" diff --git a/src/engine/ionode.hpp b/src/engine/ionode.hpp index f2b42fe39..d50336803 100644 --- a/src/engine/ionode.hpp +++ b/src/engine/ionode.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/jack.cpp b/src/engine/jack.cpp index c805ad9c5..2ce5d48f5 100644 --- a/src/engine/jack.cpp +++ b/src/engine/jack.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: ISC /* ============================================================================== diff --git a/src/engine/jack.hpp b/src/engine/jack.hpp index 6e60df2c2..05b28bfb8 100644 --- a/src/engine/jack.hpp +++ b/src/engine/jack.hpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-or-later /* This file is part of the Kushview Modules for JUCE Copyright (c) 2014-2019 Kushview, LLC. All rights reserved. diff --git a/src/engine/linearfade.hpp b/src/engine/linearfade.hpp index 5391b2305..96b505389 100644 --- a/src/engine/linearfade.hpp +++ b/src/engine/linearfade.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/mappingengine.cpp b/src/engine/mappingengine.cpp index 7041594ed..e2960647c 100644 --- a/src/engine/mappingengine.cpp +++ b/src/engine/mappingengine.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "engine/mappingengine.hpp" diff --git a/src/engine/mappingengine.hpp b/src/engine/mappingengine.hpp index 94915eb74..c2e880f7d 100644 --- a/src/engine/mappingengine.hpp +++ b/src/engine/mappingengine.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/midichannelmap.hpp b/src/engine/midichannelmap.hpp index 5b92dc24a..1a373cde3 100644 --- a/src/engine/midichannelmap.hpp +++ b/src/engine/midichannelmap.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/midiclock.cpp b/src/engine/midiclock.cpp index 812e0882a..6c64ced60 100644 --- a/src/engine/midiclock.cpp +++ b/src/engine/midiclock.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "engine/midiclock.hpp" diff --git a/src/engine/midiclock.hpp b/src/engine/midiclock.hpp index f344432ba..4ba158261 100644 --- a/src/engine/midiclock.hpp +++ b/src/engine/midiclock.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/midiengine.cpp b/src/engine/midiengine.cpp index ad8192828..740e5373f 100644 --- a/src/engine/midiengine.cpp +++ b/src/engine/midiengine.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/engine/midiengine.hpp b/src/engine/midiengine.hpp index 8e8fdcc2b..10097ed3b 100644 --- a/src/engine/midiengine.hpp +++ b/src/engine/midiengine.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ElementApp.h" // FIXME: diff --git a/src/engine/midipanic.hpp b/src/engine/midipanic.hpp index 28c5e035a..783bda566 100644 --- a/src/engine/midipanic.hpp +++ b/src/engine/midipanic.hpp @@ -1,5 +1,5 @@ // Copyright 2024 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/midipipe.cpp b/src/engine/midipipe.cpp index abad5d84a..6f5266c41 100644 --- a/src/engine/midipipe.cpp +++ b/src/engine/midipipe.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// An array of kv.MidiBuffers. // Designed for real time performance, therefore does virtually no type diff --git a/src/engine/miditranspose.hpp b/src/engine/miditranspose.hpp index 7ec1c2590..cc3a268c2 100644 --- a/src/engine/miditranspose.hpp +++ b/src/engine/miditranspose.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/nodefactory.cpp b/src/engine/nodefactory.cpp index 7550d91de..056bda944 100644 --- a/src/engine/nodefactory.cpp +++ b/src/engine/nodefactory.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/engine/oversampler.cpp b/src/engine/oversampler.cpp index 988fae20b..620bbcba7 100644 --- a/src/engine/oversampler.cpp +++ b/src/engine/oversampler.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/engine/parameter.cpp b/src/engine/parameter.cpp index fae417e28..b2e39f3d7 100644 --- a/src/engine/parameter.cpp +++ b/src/engine/parameter.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/engine/portbuffer.cpp b/src/engine/portbuffer.cpp index 85a801b0b..0beed452b 100644 --- a/src/engine/portbuffer.cpp +++ b/src/engine/portbuffer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/engine/portbuffer.hpp b/src/engine/portbuffer.hpp index 23ed05916..f80ab9389 100644 --- a/src/engine/portbuffer.hpp +++ b/src/engine/portbuffer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/processor.cpp b/src/engine/processor.cpp index c095c3e4a..4ae1c89d9 100644 --- a/src/engine/processor.cpp +++ b/src/engine/processor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/engine/rootgraph.cpp b/src/engine/rootgraph.cpp index b54c9a74f..59cc660c5 100644 --- a/src/engine/rootgraph.cpp +++ b/src/engine/rootgraph.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "engine/rootgraph.hpp" diff --git a/src/engine/rootgraph.hpp b/src/engine/rootgraph.hpp index 4b8a6f7fe..4d7e14316 100644 --- a/src/engine/rootgraph.hpp +++ b/src/engine/rootgraph.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/shuttle.cpp b/src/engine/shuttle.cpp index ffb64706e..e9a593657 100644 --- a/src/engine/shuttle.cpp +++ b/src/engine/shuttle.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "tempo.hpp" diff --git a/src/engine/togglegrid.hpp b/src/engine/togglegrid.hpp index 7547a537a..851ec7d4f 100644 --- a/src/engine/togglegrid.hpp +++ b/src/engine/togglegrid.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/trace.hpp b/src/engine/trace.hpp index 87de5218a..2fc29c2b5 100644 --- a/src/engine/trace.hpp +++ b/src/engine/trace.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/engine/transport.cpp b/src/engine/transport.cpp index 6f46735ff..299fb9b84 100644 --- a/src/engine/transport.cpp +++ b/src/engine/transport.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "tempo.hpp" diff --git a/src/engine/velocitycurve.hpp b/src/engine/velocitycurve.hpp index 78e6f1171..09f363a28 100644 --- a/src/engine/velocitycurve.hpp +++ b/src/engine/velocitycurve.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/experimental/el/DocumentWindow.cpp b/src/experimental/el/DocumentWindow.cpp index 37dbcff60..6ee3f8fa3 100644 --- a/src/experimental/el/DocumentWindow.cpp +++ b/src/experimental/el/DocumentWindow.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A Document Window. // A window with a title bar and optional buttons. Is a @{el.Widget} diff --git a/src/experimental/el/File.cpp b/src/experimental/el/File.cpp index 33f8b4279..3b1a4b6d4 100644 --- a/src/experimental/el/File.cpp +++ b/src/experimental/el/File.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later /// A file or directory on your system. // @classmod el.File diff --git a/src/feature_store.hpp b/src/feature_store.hpp index 0d9750058..6c46cae77 100644 --- a/src/feature_store.hpp +++ b/src/feature_store.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/filesystemwatcher.cpp b/src/filesystemwatcher.cpp index 116f20cc0..df8a44552 100644 --- a/src/filesystemwatcher.cpp +++ b/src/filesystemwatcher.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2018 by Roland Rabien +// SPDX-License-Identifier: ISC + /*============================================================================== Copyright 2018 by Roland Rabien diff --git a/src/filesystemwatcher.hpp b/src/filesystemwatcher.hpp index 60b1c2586..e999076f6 100644 --- a/src/filesystemwatcher.hpp +++ b/src/filesystemwatcher.hpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2018 by Roland Rabien +// SPDX-License-Identifier: ISC + /*============================================================================== Copyright 2018 by Roland Rabien diff --git a/src/filesystemwatcher.mm b/src/filesystemwatcher.mm index 936270ee9..62e963c22 100644 --- a/src/filesystemwatcher.mm +++ b/src/filesystemwatcher.mm @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2018 by Roland Rabien +// SPDX-License-Identifier: ISC + // clang-format off #include #include diff --git a/src/graph.cpp b/src/graph.cpp index eeb22f39a..cd5ab97e4 100644 --- a/src/graph.cpp +++ b/src/graph.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/gzip.cpp b/src/gzip.cpp index 99975b19a..2b51a8be0 100644 --- a/src/gzip.cpp +++ b/src/gzip.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/juce/jbridge.cpp b/src/juce/jbridge.cpp index c3f21b953..56200b891 100644 --- a/src/juce/jbridge.cpp +++ b/src/juce/jbridge.cpp @@ -3,7 +3,7 @@ // Modified: @gettdunne on forum.juce.com (JUCE v5 support) // Modified: Integrated in with Element. LiquidSky // Thread: https://forum.juce.com/t/jbridge-x64-bridge-for-x86-vst-support-in-juce-vst-host-windows/11608 -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // JBridge // clang-format off diff --git a/src/log.hpp b/src/log.hpp index 5a920bb92..dcd047c48 100644 --- a/src/log.hpp +++ b/src/log.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/main.cc b/src/main.cc index 240502911..83fa2cbdc 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include START_JUCE_APPLICATION (element::Application) diff --git a/src/manifest.hpp b/src/manifest.hpp index 53cca5397..d289f9a32 100644 --- a/src/manifest.hpp +++ b/src/manifest.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/matrixstate.cpp b/src/matrixstate.cpp index e0bf6e111..3c72313a3 100644 --- a/src/matrixstate.cpp +++ b/src/matrixstate.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "matrixstate.hpp" diff --git a/src/matrixstate.hpp b/src/matrixstate.hpp index c1a073557..9a36e032f 100644 --- a/src/matrixstate.hpp +++ b/src/matrixstate.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/messages.cpp b/src/messages.cpp index d8fdcada0..d31b27bb5 100644 --- a/src/messages.cpp +++ b/src/messages.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/messages.hpp b/src/messages.hpp index 635dcab24..113f6a897 100644 --- a/src/messages.hpp +++ b/src/messages.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/model.cpp b/src/model.cpp index 977986de3..f3935c7b6 100644 --- a/src/model.cpp +++ b/src/model.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/module.cpp b/src/module.cpp index af2b29e2a..024bf3edb 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "scripting.hpp" diff --git a/src/module.hpp b/src/module.hpp index b0124f544..2d071f877 100644 --- a/src/module.hpp +++ b/src/module.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/native_unix.cpp b/src/native_unix.cpp index 6af5c45de..1d4f116f5 100644 --- a/src/native_unix.cpp +++ b/src/native_unix.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #if ! defined(_WIN32) diff --git a/src/node.cpp b/src/node.cpp index 545df694f..1ae4ba6a0 100644 --- a/src/node.cpp +++ b/src/node.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/baseprocessor.hpp" // for internal id macros #include diff --git a/src/nodes/allpassfilter.hpp b/src/nodes/allpassfilter.hpp index 41709e7de..3fc7810d0 100644 --- a/src/nodes/allpassfilter.hpp +++ b/src/nodes/allpassfilter.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/audiofileplayer.cpp b/src/nodes/audiofileplayer.cpp index e275a7028..74a341f20 100644 --- a/src/nodes/audiofileplayer.cpp +++ b/src/nodes/audiofileplayer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/nodes/audiofileplayer.hpp b/src/nodes/audiofileplayer.hpp index 880950600..b3b5192a3 100644 --- a/src/nodes/audiofileplayer.hpp +++ b/src/nodes/audiofileplayer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/audiomixer.cpp b/src/nodes/audiomixer.cpp index 8800dacea..b2a3a37f0 100644 --- a/src/nodes/audiomixer.cpp +++ b/src/nodes/audiomixer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/audiomixer.hpp" #include "ui/horizontallistbox.hpp" diff --git a/src/nodes/audiomixer.hpp b/src/nodes/audiomixer.hpp index efd9057f4..cb4393b9b 100644 --- a/src/nodes/audiomixer.hpp +++ b/src/nodes/audiomixer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/audioprocessor.hpp b/src/nodes/audioprocessor.hpp index 6da720d5a..d40e47126 100644 --- a/src/nodes/audioprocessor.hpp +++ b/src/nodes/audioprocessor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/audioprocessornode.cpp b/src/nodes/audioprocessornode.cpp index 233a97ad0..f2f361ef2 100644 --- a/src/nodes/audioprocessornode.cpp +++ b/src/nodes/audioprocessornode.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/audioprocessor.hpp" #include "nodes/baseprocessor.hpp" diff --git a/src/nodes/audiorouter.cpp b/src/nodes/audiorouter.cpp index 3e9c4f0e1..e1eac1ec3 100644 --- a/src/nodes/audiorouter.cpp +++ b/src/nodes/audiorouter.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/baseprocessor.hpp" #include "nodes/audiorouter.hpp" diff --git a/src/nodes/audiorouter.hpp b/src/nodes/audiorouter.hpp index edeae262d..85584ef36 100644 --- a/src/nodes/audiorouter.hpp +++ b/src/nodes/audiorouter.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/audioroutereditor.cpp b/src/nodes/audioroutereditor.cpp index 73c611f39..ea5b082a9 100644 --- a/src/nodes/audioroutereditor.cpp +++ b/src/nodes/audioroutereditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/nodes/audioroutereditor.hpp b/src/nodes/audioroutereditor.hpp index 1eb2d5f1c..cd18a1666 100644 --- a/src/nodes/audioroutereditor.hpp +++ b/src/nodes/audioroutereditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/baseprocessor.hpp b/src/nodes/baseprocessor.hpp index 24b494fad..58b331484 100644 --- a/src/nodes/baseprocessor.hpp +++ b/src/nodes/baseprocessor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/channelize.hpp b/src/nodes/channelize.hpp index cefc2b58d..573dcc7f9 100644 --- a/src/nodes/channelize.hpp +++ b/src/nodes/channelize.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/colorbars.hpp b/src/nodes/colorbars.hpp index 1dcace5d7..0dc911dea 100644 --- a/src/nodes/colorbars.hpp +++ b/src/nodes/colorbars.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/combfilter.hpp b/src/nodes/combfilter.hpp index 08d9a76e5..65186bf8a 100644 --- a/src/nodes/combfilter.hpp +++ b/src/nodes/combfilter.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/compressor.cpp b/src/nodes/compressor.cpp index 2957e37ac..1fc3286b5 100644 --- a/src/nodes/compressor.cpp +++ b/src/nodes/compressor.cpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/compressor.hpp" #include "nodes/compressoreditor.hpp" diff --git a/src/nodes/compressor.hpp b/src/nodes/compressor.hpp index 2efaec519..9248ba9a9 100644 --- a/src/nodes/compressor.hpp +++ b/src/nodes/compressor.hpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/compressoreditor.cpp b/src/nodes/compressoreditor.cpp index 8d4d35342..b8b02ac8d 100644 --- a/src/nodes/compressoreditor.cpp +++ b/src/nodes/compressoreditor.cpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/nodes/compressoreditor.hpp b/src/nodes/compressoreditor.hpp index 273cc7d07..9f306134b 100644 --- a/src/nodes/compressoreditor.hpp +++ b/src/nodes/compressoreditor.hpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/eqfilter.cpp b/src/nodes/eqfilter.cpp index 338494ba0..0bc562523 100644 --- a/src/nodes/eqfilter.cpp +++ b/src/nodes/eqfilter.cpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/eqfilter.hpp" #include "nodes/eqfiltereditor.hpp" diff --git a/src/nodes/eqfilter.hpp b/src/nodes/eqfilter.hpp index ea5904bf8..ec3f64106 100644 --- a/src/nodes/eqfilter.hpp +++ b/src/nodes/eqfilter.hpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/eqfiltereditor.cpp b/src/nodes/eqfiltereditor.cpp index 07f0202f1..f2c80a7da 100644 --- a/src/nodes/eqfiltereditor.cpp +++ b/src/nodes/eqfiltereditor.cpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/nodes/eqfiltereditor.hpp b/src/nodes/eqfiltereditor.hpp index b690b94e8..e93e417d8 100644 --- a/src/nodes/eqfiltereditor.hpp +++ b/src/nodes/eqfiltereditor.hpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/everb.hpp b/src/nodes/everb.hpp index 2154a606f..d956e1ca2 100644 --- a/src/nodes/everb.hpp +++ b/src/nodes/everb.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/freqsplitter.hpp b/src/nodes/freqsplitter.hpp index 20b5ec312..78a36e6f9 100644 --- a/src/nodes/freqsplitter.hpp +++ b/src/nodes/freqsplitter.hpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/genericeditor.cpp b/src/nodes/genericeditor.cpp index 708db0aac..48cc89da9 100644 --- a/src/nodes/genericeditor.cpp +++ b/src/nodes/genericeditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/genericeditor.hpp" #include diff --git a/src/nodes/genericeditor.hpp b/src/nodes/genericeditor.hpp index f738b420d..86abee222 100644 --- a/src/nodes/genericeditor.hpp +++ b/src/nodes/genericeditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/ionodeeditor.hpp b/src/nodes/ionodeeditor.hpp index 80360e950..04ace3ec3 100644 --- a/src/nodes/ionodeeditor.hpp +++ b/src/nodes/ionodeeditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/knobs.cpp b/src/nodes/knobs.cpp index 790c9f569..94f0dd768 100644 --- a/src/nodes/knobs.cpp +++ b/src/nodes/knobs.cpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/knobs.hpp" #include diff --git a/src/nodes/knobs.hpp b/src/nodes/knobs.hpp index ae44e83cf..7f24af354 100644 --- a/src/nodes/knobs.hpp +++ b/src/nodes/knobs.hpp @@ -1,6 +1,6 @@ // Copyright 2019-2023 Kushview, LLC // Author: Jatin Chowdhury (jatin@ccrma.stanford.edu) -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/mcu.hpp b/src/nodes/mcu.hpp index 3f8c6a6e5..f3153929c 100644 --- a/src/nodes/mcu.hpp +++ b/src/nodes/mcu.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/mediaplayer.cpp b/src/nodes/mediaplayer.cpp index e3c060ba6..7d1cede35 100644 --- a/src/nodes/mediaplayer.cpp +++ b/src/nodes/mediaplayer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/mediaplayer.hpp" #include diff --git a/src/nodes/mediaplayer.hpp b/src/nodes/mediaplayer.hpp index e884faa86..6da4cd88e 100644 --- a/src/nodes/mediaplayer.hpp +++ b/src/nodes/mediaplayer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midichannelmap.hpp b/src/nodes/midichannelmap.hpp index e720f254a..fadfe3a61 100644 --- a/src/nodes/midichannelmap.hpp +++ b/src/nodes/midichannelmap.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midichannelsplitter.cpp b/src/nodes/midichannelsplitter.cpp index 27860c590..6c6bcd3d4 100644 --- a/src/nodes/midichannelsplitter.cpp +++ b/src/nodes/midichannelsplitter.cpp @@ -1,4 +1,4 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/midichannelsplitter.hpp" diff --git a/src/nodes/midichannelsplitter.hpp b/src/nodes/midichannelsplitter.hpp index 89889e0bb..c11598779 100644 --- a/src/nodes/midichannelsplitter.hpp +++ b/src/nodes/midichannelsplitter.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/mididevice.cpp b/src/nodes/mididevice.cpp index 43dbaf34f..406aa004f 100644 --- a/src/nodes/mididevice.cpp +++ b/src/nodes/mididevice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/mididevice.hpp" #include "engine/midiengine.hpp" diff --git a/src/nodes/mididevice.hpp b/src/nodes/mididevice.hpp index 3abf15c51..29b796ce9 100644 --- a/src/nodes/mididevice.hpp +++ b/src/nodes/mididevice.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midideviceeditor.hpp b/src/nodes/midideviceeditor.hpp index 2ab5e3291..68d9946cc 100644 --- a/src/nodes/midideviceeditor.hpp +++ b/src/nodes/midideviceeditor.hpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-or-later /* This file is part of Element Copyright (C) 2019 Kushview, LLC. All rights reserved. diff --git a/src/nodes/midifilter.cpp b/src/nodes/midifilter.cpp index 934547809..8fb098884 100644 --- a/src/nodes/midifilter.cpp +++ b/src/nodes/midifilter.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/midifilter.hpp" diff --git a/src/nodes/midifilter.hpp b/src/nodes/midifilter.hpp index 4e018cf5c..13705de88 100644 --- a/src/nodes/midifilter.hpp +++ b/src/nodes/midifilter.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midimonitor.cpp b/src/nodes/midimonitor.cpp index 72a7b5378..0cda6cdbb 100644 --- a/src/nodes/midimonitor.cpp +++ b/src/nodes/midimonitor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/midimonitor.hpp" diff --git a/src/nodes/midimonitor.hpp b/src/nodes/midimonitor.hpp index af9daa505..8d9f8ccb1 100644 --- a/src/nodes/midimonitor.hpp +++ b/src/nodes/midimonitor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midimonitoreditor.cpp b/src/nodes/midimonitoreditor.cpp index 874a430a0..87fd454f2 100644 --- a/src/nodes/midimonitoreditor.cpp +++ b/src/nodes/midimonitoreditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #include "nodes/midimonitor.hpp" diff --git a/src/nodes/midimonitoredtor.hpp b/src/nodes/midimonitoredtor.hpp index 82b8d8f66..f9e750998 100644 --- a/src/nodes/midimonitoredtor.hpp +++ b/src/nodes/midimonitoredtor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #pragma once diff --git a/src/nodes/midiprogrammap.cpp b/src/nodes/midiprogrammap.cpp index d80d297ec..9b77bb427 100644 --- a/src/nodes/midiprogrammap.cpp +++ b/src/nodes/midiprogrammap.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ElementApp.h" #include "nodes/midiprogrammap.hpp" diff --git a/src/nodes/midiprogrammap.hpp b/src/nodes/midiprogrammap.hpp index c16cd807c..e0b86b8c5 100644 --- a/src/nodes/midiprogrammap.hpp +++ b/src/nodes/midiprogrammap.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midiprogrammapeditor.cpp b/src/nodes/midiprogrammapeditor.cpp index 8f95e8100..aa005c546 100644 --- a/src/nodes/midiprogrammapeditor.cpp +++ b/src/nodes/midiprogrammapeditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/nodes/midiprogrammapeditor.hpp b/src/nodes/midiprogrammapeditor.hpp index 2e4c5a75b..2589dbfb8 100644 --- a/src/nodes/midiprogrammapeditor.hpp +++ b/src/nodes/midiprogrammapeditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midirouter.cpp b/src/nodes/midirouter.cpp index 34f329994..955489d89 100644 --- a/src/nodes/midirouter.cpp +++ b/src/nodes/midirouter.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "nodes/baseprocessor.hpp" #include "nodes/midirouter.hpp" diff --git a/src/nodes/midirouter.hpp b/src/nodes/midirouter.hpp index 43e1f8871..23806277f 100644 --- a/src/nodes/midirouter.hpp +++ b/src/nodes/midirouter.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midiroutereditor.cpp b/src/nodes/midiroutereditor.cpp index 625cbe29c..28979a144 100644 --- a/src/nodes/midiroutereditor.cpp +++ b/src/nodes/midiroutereditor.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-or-later /* This file is part of Element Copyright (C) 2019 Kushview, LLC. All rights reserved. diff --git a/src/nodes/midiroutereditor.hpp b/src/nodes/midiroutereditor.hpp index ff8f61b28..667377b64 100644 --- a/src/nodes/midiroutereditor.hpp +++ b/src/nodes/midiroutereditor.hpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-or-later /* This file is part of Element Copyright (C) 2019 Kushview, LLC. All rights reserved. diff --git a/src/nodes/midisetlist.cpp b/src/nodes/midisetlist.cpp index dfc033943..d1af73dd0 100644 --- a/src/nodes/midisetlist.cpp +++ b/src/nodes/midisetlist.cpp @@ -1,5 +1,5 @@ // Copyright 2024 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ElementApp.h" #include "nodes/midisetlist.hpp" diff --git a/src/nodes/midisetlist.hpp b/src/nodes/midisetlist.hpp index c5b87b80d..cf9337056 100644 --- a/src/nodes/midisetlist.hpp +++ b/src/nodes/midisetlist.hpp @@ -1,5 +1,5 @@ // Copyright 2024 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/midisetlisteditor.cpp b/src/nodes/midisetlisteditor.cpp index c7400c905..f6128fb45 100644 --- a/src/nodes/midisetlisteditor.cpp +++ b/src/nodes/midisetlisteditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/nodes/midisetlisteditor.hpp b/src/nodes/midisetlisteditor.hpp index 89ec15d49..c38a6a57f 100644 --- a/src/nodes/midisetlisteditor.hpp +++ b/src/nodes/midisetlisteditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/nodetypes.hpp b/src/nodes/nodetypes.hpp index 305eb6bcb..c990655d1 100644 --- a/src/nodes/nodetypes.hpp +++ b/src/nodes/nodetypes.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/src/nodes/oscreceiver.cpp b/src/nodes/oscreceiver.cpp index 9a59f2233..7fa1ef0d1 100644 --- a/src/nodes/oscreceiver.cpp +++ b/src/nodes/oscreceiver.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #include "nodes/oscreceiver.hpp" diff --git a/src/nodes/oscreceiver.hpp b/src/nodes/oscreceiver.hpp index fd5282f0b..5c10e332b 100644 --- a/src/nodes/oscreceiver.hpp +++ b/src/nodes/oscreceiver.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #pragma once diff --git a/src/nodes/oscreceivereditor.cpp b/src/nodes/oscreceivereditor.cpp index df47f189a..7e80c8034 100644 --- a/src/nodes/oscreceivereditor.cpp +++ b/src/nodes/oscreceivereditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #include diff --git a/src/nodes/oscreceivereditor.hpp b/src/nodes/oscreceivereditor.hpp index 5ac307bb4..cba3d23b1 100644 --- a/src/nodes/oscreceivereditor.hpp +++ b/src/nodes/oscreceivereditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #pragma once diff --git a/src/nodes/oscsender.cpp b/src/nodes/oscsender.cpp index ac2c38eb7..219d08b50 100644 --- a/src/nodes/oscsender.cpp +++ b/src/nodes/oscsender.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #include "nodes/oscsender.hpp" diff --git a/src/nodes/oscsender.hpp b/src/nodes/oscsender.hpp index 72da0ae48..38964e632 100644 --- a/src/nodes/oscsender.hpp +++ b/src/nodes/oscsender.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #pragma once diff --git a/src/nodes/oscsendereditor.cpp b/src/nodes/oscsendereditor.cpp index 208a8e090..bdbba020a 100644 --- a/src/nodes/oscsendereditor.cpp +++ b/src/nodes/oscsendereditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #include diff --git a/src/nodes/oscsendereditor.hpp b/src/nodes/oscsendereditor.hpp index d6b9b23e9..9fb011e83 100644 --- a/src/nodes/oscsendereditor.hpp +++ b/src/nodes/oscsendereditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Eliot Akira #pragma once diff --git a/src/nodes/placeholder.hpp b/src/nodes/placeholder.hpp index 0a4f0bd67..e66f0ce11 100644 --- a/src/nodes/placeholder.hpp +++ b/src/nodes/placeholder.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/scriptnode.cpp b/src/nodes/scriptnode.cpp index 32b6b1a27..a1f63c7b5 100644 --- a/src/nodes/scriptnode.cpp +++ b/src/nodes/scriptnode.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/nodes/scriptnode.hpp b/src/nodes/scriptnode.hpp index 9203878d3..b4027c3e5 100644 --- a/src/nodes/scriptnode.hpp +++ b/src/nodes/scriptnode.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/scriptnodeeditor.cpp b/src/nodes/scriptnodeeditor.cpp index 0f4065d14..75540bb64 100644 --- a/src/nodes/scriptnodeeditor.cpp +++ b/src/nodes/scriptnodeeditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/nodes/scriptnodeeditor.hpp b/src/nodes/scriptnodeeditor.hpp index fd57b8570..fcaa6450f 100644 --- a/src/nodes/scriptnodeeditor.hpp +++ b/src/nodes/scriptnodeeditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/videomonitor.hpp b/src/nodes/videomonitor.hpp index e0498ab37..357538631 100644 --- a/src/nodes/videomonitor.hpp +++ b/src/nodes/videomonitor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/volume.hpp b/src/nodes/volume.hpp index fb423e3e4..3091185d4 100644 --- a/src/nodes/volume.hpp +++ b/src/nodes/volume.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/volumeeditor.cpp b/src/nodes/volumeeditor.cpp index 63a919c2c..5555f9af0 100644 --- a/src/nodes/volumeeditor.cpp +++ b/src/nodes/volumeeditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/nodechannelstrip.hpp" #include "ui/guicommon.hpp" diff --git a/src/nodes/volumeeditor.hpp b/src/nodes/volumeeditor.hpp index 80a7fa63a..a5339a424 100644 --- a/src/nodes/volumeeditor.hpp +++ b/src/nodes/volumeeditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/nodes/wetdry.hpp b/src/nodes/wetdry.hpp index 8ca34fbe6..afc6f5dd9 100644 --- a/src/nodes/wetdry.hpp +++ b/src/nodes/wetdry.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/plugineditor.cpp b/src/plugineditor.cpp index 29397e414..e69ea2634 100644 --- a/src/plugineditor.cpp +++ b/src/plugineditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/plugineditor.hpp b/src/plugineditor.hpp index 40a845eb9..39dbd0311 100644 --- a/src/plugineditor.hpp +++ b/src/plugineditor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/pluginmanager.cpp b/src/pluginmanager.cpp index 26e6d200d..033a97f85 100644 --- a/src/pluginmanager.cpp +++ b/src/pluginmanager.cpp @@ -1,5 +1,5 @@ // Copyright 2014-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/pluginprocessor.cpp b/src/pluginprocessor.cpp index 5b36752f3..ce338829b 100644 --- a/src/pluginprocessor.cpp +++ b/src/pluginprocessor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/pluginprocessor.hpp b/src/pluginprocessor.hpp index 8f03cfaaa..05f51e016 100644 --- a/src/pluginprocessor.hpp +++ b/src/pluginprocessor.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/plugins/effect.cc b/src/plugins/effect.cc index a19d9194c..65005ce5e 100644 --- a/src/plugins/effect.cc +++ b/src/plugins/effect.cc @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "pluginprocessor.hpp" diff --git a/src/plugins/instrument.cc b/src/plugins/instrument.cc index 881522dee..72c0a61a3 100644 --- a/src/plugins/instrument.cc +++ b/src/plugins/instrument.cc @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "pluginprocessor.hpp" diff --git a/src/plugins/midieffect.cc b/src/plugins/midieffect.cc index 8c836dfa5..18839abbc 100644 --- a/src/plugins/midieffect.cc +++ b/src/plugins/midieffect.cc @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "pluginprocessor.hpp" diff --git a/src/presetmanager.hpp b/src/presetmanager.hpp index 4bba21ff7..f5db772b3 100644 --- a/src/presetmanager.hpp +++ b/src/presetmanager.hpp @@ -1,5 +1,5 @@ // Copyright 2014-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ringbuffer.cpp b/src/ringbuffer.cpp index 2740ebfe5..8bdf9c203 100644 --- a/src/ringbuffer.cpp +++ b/src/ringbuffer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ringbuffer.hpp" diff --git a/src/ringbuffer.hpp b/src/ringbuffer.hpp index a2c266589..a039182f7 100644 --- a/src/ringbuffer.hpp +++ b/src/ringbuffer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scopedcallback.hpp b/src/scopedcallback.hpp index db4dce48c..44ac732a9 100644 --- a/src/scopedcallback.hpp +++ b/src/scopedcallback.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scopedflag.hpp b/src/scopedflag.hpp index 0c0e51e3f..d570c3fa4 100644 --- a/src/scopedflag.hpp +++ b/src/scopedflag.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/script.cpp b/src/script.cpp index 195e68481..85b329de6 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include @@ -193,7 +193,7 @@ Script Script::make (const juce::String& name, const juce::Identifier& type) "-- Script description." << juce::newLine << "-- " << juce::newLine << "-- @type " << type.toString() << juce::newLine << - "-- @license GPL3-or-later" << juce::newLine << + "-- @license GPL-3.0-or-later" << juce::newLine << "-- @author Your Name" << juce::newLine << juce::newLine; // clang-format on diff --git a/src/scripting.cpp b/src/scripting.cpp index 3cd04fba6..6fdac8221 100644 --- a/src/scripting.cpp +++ b/src/scripting.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "sol/sol.hpp" #include "scripting.hpp" diff --git a/src/scripting.hpp b/src/scripting.hpp index 986471ef7..cc79277d0 100644 --- a/src/scripting.hpp +++ b/src/scripting.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scripting/bindings.cpp b/src/scripting/bindings.cpp index 3ede8bbb6..dcf08a156 100644 --- a/src/scripting/bindings.cpp +++ b/src/scripting/bindings.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/scripting/bindings.hpp b/src/scripting/bindings.hpp index 02eb7107f..42df2f612 100644 --- a/src/scripting/bindings.hpp +++ b/src/scripting/bindings.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scripting/dspscript.cpp b/src/scripting/dspscript.cpp index 50bac4fff..6241f43ad 100644 --- a/src/scripting/dspscript.cpp +++ b/src/scripting/dspscript.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "el/factories.hpp" #include diff --git a/src/scripting/dspscript.hpp b/src/scripting/dspscript.hpp index 39a3ba297..ee7c70d94 100644 --- a/src/scripting/dspscript.hpp +++ b/src/scripting/dspscript.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scripting/dspuiscript.cpp b/src/scripting/dspuiscript.cpp index 6e6c6c16d..df83fee0e 100644 --- a/src/scripting/dspuiscript.cpp +++ b/src/scripting/dspuiscript.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "scripting/dspuiscript.hpp" diff --git a/src/scripting/dspuiscript.hpp b/src/scripting/dspuiscript.hpp index af2d7bc2b..4969158e0 100644 --- a/src/scripting/dspuiscript.hpp +++ b/src/scripting/dspuiscript.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scripting/scriptinstance.hpp b/src/scripting/scriptinstance.hpp index 23256bac0..6cf8b95f3 100644 --- a/src/scripting/scriptinstance.hpp +++ b/src/scripting/scriptinstance.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scripting/scriptloader.cpp b/src/scripting/scriptloader.cpp index f99815467..5428df6e9 100644 --- a/src/scripting/scriptloader.cpp +++ b/src/scripting/scriptloader.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "sol/sol.hpp" #include "scripting/bindings.hpp" diff --git a/src/scripting/scriptloader.hpp b/src/scripting/scriptloader.hpp index 30d18a5fd..685e5c93b 100644 --- a/src/scripting/scriptloader.hpp +++ b/src/scripting/scriptloader.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "sol/sol.hpp" diff --git a/src/scripting/scriptmanager.cpp b/src/scripting/scriptmanager.cpp index 9274fa622..39e286452 100644 --- a/src/scripting/scriptmanager.cpp +++ b/src/scripting/scriptmanager.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/scripting/scriptmanager.hpp b/src/scripting/scriptmanager.hpp index 2ec1fb42b..93854cd14 100644 --- a/src/scripting/scriptmanager.hpp +++ b/src/scripting/scriptmanager.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/scripting/scriptsource.hpp b/src/scripting/scriptsource.hpp index 548fe880e..8c7093e07 100644 --- a/src/scripting/scriptsource.hpp +++ b/src/scripting/scriptsource.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/search_path.hpp b/src/search_path.hpp index dbfaf8efc..4e7345fda 100644 --- a/src/search_path.hpp +++ b/src/search_path.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/semaphore.cpp b/src/semaphore.cpp index 74fe3b50d..c0b8519a8 100644 --- a/src/semaphore.cpp +++ b/src/semaphore.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "semaphore.hpp" diff --git a/src/services.cpp b/src/services.cpp index 12a2f24b2..3be4c67bd 100644 --- a/src/services.cpp +++ b/src/services.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/services/deviceservice.cpp b/src/services/deviceservice.cpp index 9a34b27db..cfb48dd91 100644 --- a/src/services/deviceservice.cpp +++ b/src/services/deviceservice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "services/deviceservice.hpp" #include "engine/mappingengine.hpp" diff --git a/src/services/deviceservice.hpp b/src/services/deviceservice.hpp index 23b62e6a4..3454f4375 100644 --- a/src/services/deviceservice.hpp +++ b/src/services/deviceservice.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/services/engineservice.cpp b/src/services/engineservice.cpp index 1674ede42..a7991c709 100644 --- a/src/services/engineservice.cpp +++ b/src/services/engineservice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ElementApp.h" diff --git a/src/services/guiservice.cpp b/src/services/guiservice.cpp index be616f350..74339dc78 100644 --- a/src/services/guiservice.cpp +++ b/src/services/guiservice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/services/mappingservice.cpp b/src/services/mappingservice.cpp index 9e0ea36fe..a2c7bd297 100644 --- a/src/services/mappingservice.cpp +++ b/src/services/mappingservice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "services/mappingservice.hpp" #include "services/deviceservice.hpp" diff --git a/src/services/mappingservice.hpp b/src/services/mappingservice.hpp index ff48cac47..e5b523a41 100644 --- a/src/services/mappingservice.hpp +++ b/src/services/mappingservice.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/services/oscservice.cpp b/src/services/oscservice.cpp index bc212a44b..6beefc37b 100644 --- a/src/services/oscservice.cpp +++ b/src/services/oscservice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/services/oscservice.hpp b/src/services/oscservice.hpp index 60fb06561..d0b15df53 100644 --- a/src/services/oscservice.hpp +++ b/src/services/oscservice.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/services/presetservice.cpp b/src/services/presetservice.cpp index 8a8696a2f..b0d4f9693 100644 --- a/src/services/presetservice.cpp +++ b/src/services/presetservice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/services/presetservice.hpp b/src/services/presetservice.hpp index 16f162993..82d4af04d 100644 --- a/src/services/presetservice.hpp +++ b/src/services/presetservice.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/services/sessionservice.cpp b/src/services/sessionservice.cpp index 67e306699..0a2a8a2ef 100644 --- a/src/services/sessionservice.cpp +++ b/src/services/sessionservice.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/services/sessionservice.hpp b/src/services/sessionservice.hpp index 6ab48d56e..d68239905 100644 --- a/src/services/sessionservice.hpp +++ b/src/services/sessionservice.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/session.cpp b/src/session.cpp index 9b9cbeb3d..bac1ea387 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,5 +1,5 @@ // Copyright 2014-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "engine/internalformat.hpp" #include diff --git a/src/settings.cpp b/src/settings.cpp index d0170b15f..02030e29d 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/strings.cpp b/src/strings.cpp index ac01fe6cf..21504e368 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/tempo.hpp b/src/tempo.hpp index 880b5fa88..8416806de 100644 --- a/src/tempo.hpp +++ b/src/tempo.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/timescale.cpp b/src/timescale.cpp index c6f5bbec0..28150739e 100644 --- a/src/timescale.cpp +++ b/src/timescale.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/aboutscreen.cpp b/src/ui/aboutscreen.cpp index 94b85229a..47239f1ee 100644 --- a/src/ui/aboutscreen.cpp +++ b/src/ui/aboutscreen.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/aboutscreen.hpp b/src/ui/aboutscreen.hpp index 5dd8559dc..dc0d4094c 100644 --- a/src/ui/aboutscreen.hpp +++ b/src/ui/aboutscreen.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/audiodeviceselector.cpp b/src/ui/audiodeviceselector.cpp index b38903b47..910f0bfe3 100644 --- a/src/ui/audiodeviceselector.cpp +++ b/src/ui/audiodeviceselector.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/audiodeviceselector.hpp b/src/ui/audiodeviceselector.hpp index 622b7dc32..961c4c445 100644 --- a/src/ui/audiodeviceselector.hpp +++ b/src/ui/audiodeviceselector.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/audioiopanelview.cpp b/src/ui/audioiopanelview.cpp index 720f335ec..c78dc3074 100644 --- a/src/ui/audioiopanelview.cpp +++ b/src/ui/audioiopanelview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "ui/audioiopanelview.hpp" diff --git a/src/ui/audioiopanelview.hpp b/src/ui/audioiopanelview.hpp index 91a144161..9e43f8ce5 100644 --- a/src/ui/audioiopanelview.hpp +++ b/src/ui/audioiopanelview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/block.cpp b/src/ui/block.cpp index 9b9c787e4..bee638e8d 100644 --- a/src/ui/block.cpp +++ b/src/ui/block.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/block.hpp b/src/ui/block.hpp index 1561d422d..af6d0a0a4 100644 --- a/src/ui/block.hpp +++ b/src/ui/block.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/blockutils.hpp b/src/ui/blockutils.hpp index ce6f48e81..9ea653c20 100644 --- a/src/ui/blockutils.hpp +++ b/src/ui/blockutils.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/breadcrumb.hpp b/src/ui/breadcrumb.hpp index ff720a7e3..885afb4fc 100644 --- a/src/ui/breadcrumb.hpp +++ b/src/ui/breadcrumb.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/buttons.cpp b/src/ui/buttons.cpp index 09aa6646d..2fc8bc7d6 100644 --- a/src/ui/buttons.cpp +++ b/src/ui/buttons.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/buttons.hpp" diff --git a/src/ui/buttons.hpp b/src/ui/buttons.hpp index 39397c35a..852c83b57 100644 --- a/src/ui/buttons.hpp +++ b/src/ui/buttons.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/capslock.cpp b/src/ui/capslock.cpp index 53d8bb4c5..d36a208ac 100644 --- a/src/ui/capslock.cpp +++ b/src/ui/capslock.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #if defined(__MINGW32__) || defined(_MSC_VER) #include diff --git a/src/ui/capslock.hpp b/src/ui/capslock.hpp index a1b0d9404..8fbdcfee5 100644 --- a/src/ui/capslock.hpp +++ b/src/ui/capslock.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/channelstrip.cpp b/src/ui/channelstrip.cpp index 7f8074fee..31ffa5c5e 100644 --- a/src/ui/channelstrip.cpp +++ b/src/ui/channelstrip.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "ui/channelstrip.hpp" diff --git a/src/ui/channelstrip.hpp b/src/ui/channelstrip.hpp index 0d09fe4de..e2c3048a9 100644 --- a/src/ui/channelstrip.hpp +++ b/src/ui/channelstrip.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/connectiongrid.cpp b/src/ui/connectiongrid.cpp index 0abdb17b4..010d2aef0 100644 --- a/src/ui/connectiongrid.cpp +++ b/src/ui/connectiongrid.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/connectiongrid.hpp b/src/ui/connectiongrid.hpp index d530fa1ff..4d244a844 100644 --- a/src/ui/connectiongrid.hpp +++ b/src/ui/connectiongrid.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/console.cpp b/src/ui/console.cpp index 5de8fbbcb..d5cc4a0d6 100644 --- a/src/ui/console.cpp +++ b/src/ui/console.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/console.hpp" #include diff --git a/src/ui/console.hpp b/src/ui/console.hpp index 58a729c6b..bf86a89d2 100644 --- a/src/ui/console.hpp +++ b/src/ui/console.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/content.cpp b/src/ui/content.cpp index 55c1dd280..3e1febb29 100644 --- a/src/ui/content.cpp +++ b/src/ui/content.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/contextmenus.cpp b/src/ui/contextmenus.cpp index 66ba6ccab..b35e47fc0 100644 --- a/src/ui/contextmenus.cpp +++ b/src/ui/contextmenus.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/guicommon.hpp" #include "ui/contextmenus.hpp" diff --git a/src/ui/contextmenus.hpp b/src/ui/contextmenus.hpp index 63cae7d73..5305348d1 100644 --- a/src/ui/contextmenus.hpp +++ b/src/ui/contextmenus.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/controllermapsview.cpp b/src/ui/controllermapsview.cpp index 06b648bd5..618c2e773 100644 --- a/src/ui/controllermapsview.cpp +++ b/src/ui/controllermapsview.cpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/controllermapsview.hpp" diff --git a/src/ui/controllermapsview.hpp b/src/ui/controllermapsview.hpp index 3cee1db01..b07dfcbbb 100644 --- a/src/ui/controllermapsview.hpp +++ b/src/ui/controllermapsview.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/controllersview.cpp b/src/ui/controllersview.cpp index b682a5b03..562dd5d96 100644 --- a/src/ui/controllersview.cpp +++ b/src/ui/controllersview.cpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/controllersview.hpp b/src/ui/controllersview.hpp index 19a62c8d8..35a1c0d59 100644 --- a/src/ui/controllersview.hpp +++ b/src/ui/controllersview.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/datapathbrowser.hpp b/src/ui/datapathbrowser.hpp index af59fda5e..2116e0186 100644 --- a/src/ui/datapathbrowser.hpp +++ b/src/ui/datapathbrowser.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/decibelscale.cpp b/src/ui/decibelscale.cpp index 0487b004f..1e01ab1c3 100644 --- a/src/ui/decibelscale.cpp +++ b/src/ui/decibelscale.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/designer.cpp b/src/ui/designer.cpp index 5a2f33abc..b8142bd38 100644 --- a/src/ui/designer.cpp +++ b/src/ui/designer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/emptyview.hpp b/src/ui/emptyview.hpp index 1bd7c80bc..27cf1d32c 100644 --- a/src/ui/emptyview.hpp +++ b/src/ui/emptyview.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/filecombobox.cpp b/src/ui/filecombobox.cpp index 04a89bc33..c1653440b 100644 --- a/src/ui/filecombobox.cpp +++ b/src/ui/filecombobox.cpp @@ -1,5 +1,5 @@ // Copyright 2020 Raw Material Software Limited -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Copied from JUCE #include "ui/filecombobox.hpp" diff --git a/src/ui/filecombobox.hpp b/src/ui/filecombobox.hpp index 71eab0c2a..6fc63a1b3 100644 --- a/src/ui/filecombobox.hpp +++ b/src/ui/filecombobox.hpp @@ -1,5 +1,5 @@ // Copyright 2020 Raw Material Software Limited -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later // Copied from JUCE #pragma once diff --git a/src/ui/filetreeview.cpp b/src/ui/filetreeview.cpp index 578737acb..cf2727d9c 100644 --- a/src/ui/filetreeview.cpp +++ b/src/ui/filetreeview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/filetreeview.hpp b/src/ui/filetreeview.hpp index ffc5ecfc9..85807aada 100644 --- a/src/ui/filetreeview.hpp +++ b/src/ui/filetreeview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "element/juce.hpp" diff --git a/src/ui/graphdisplayview.hpp b/src/ui/graphdisplayview.hpp index 2642b3ae0..484b4f9ce 100644 --- a/src/ui/graphdisplayview.hpp +++ b/src/ui/graphdisplayview.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/grapheditorcomponent.cpp b/src/ui/grapheditorcomponent.cpp index eb9c43b3b..c0480fb1b 100644 --- a/src/ui/grapheditorcomponent.cpp +++ b/src/ui/grapheditorcomponent.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/grapheditorcomponent.hpp b/src/ui/grapheditorcomponent.hpp index a389cabd3..ed5322eed 100644 --- a/src/ui/grapheditorcomponent.hpp +++ b/src/ui/grapheditorcomponent.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/grapheditorview.cpp b/src/ui/grapheditorview.cpp index 639a0a4b8..9a720a161 100644 --- a/src/ui/grapheditorview.cpp +++ b/src/ui/grapheditorview.cpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/guicommon.hpp" #include "ui/block.hpp" diff --git a/src/ui/grapheditorview.hpp b/src/ui/grapheditorview.hpp index 4ad750a6b..08a37466a 100644 --- a/src/ui/grapheditorview.hpp +++ b/src/ui/grapheditorview.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/graphmixerview.cpp b/src/ui/graphmixerview.cpp index 1f6714c54..20fac55aa 100644 --- a/src/ui/graphmixerview.cpp +++ b/src/ui/graphmixerview.cpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/graphmixerview.hpp b/src/ui/graphmixerview.hpp index 427ede4d4..815abf94e 100644 --- a/src/ui/graphmixerview.hpp +++ b/src/ui/graphmixerview.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/graphnodeeditor.cpp b/src/ui/graphnodeeditor.cpp index 19923fba3..2ae719330 100644 --- a/src/ui/graphnodeeditor.cpp +++ b/src/ui/graphnodeeditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "ui/grapheditorcomponent.hpp" diff --git a/src/ui/graphsettingsview.cpp b/src/ui/graphsettingsview.cpp index dd8da71c9..9448ab433 100644 --- a/src/ui/graphsettingsview.cpp +++ b/src/ui/graphsettingsview.cpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/graphsettingsview.hpp b/src/ui/graphsettingsview.hpp index 48b59b00a..82246d726 100644 --- a/src/ui/graphsettingsview.hpp +++ b/src/ui/graphsettingsview.hpp @@ -1,5 +1,5 @@ // Copyright 2019-2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/guicommon.hpp b/src/ui/guicommon.hpp index 0ab08832b..6f64d2732 100644 --- a/src/ui/guicommon.hpp +++ b/src/ui/guicommon.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/horizontallistbox.cpp b/src/ui/horizontallistbox.cpp index c642650df..023e70bec 100644 --- a/src/ui/horizontallistbox.cpp +++ b/src/ui/horizontallistbox.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/horizontallistbox.hpp" diff --git a/src/ui/horizontallistbox.hpp b/src/ui/horizontallistbox.hpp index 336c71ac1..bcdf47bdd 100644 --- a/src/ui/horizontallistbox.hpp +++ b/src/ui/horizontallistbox.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/icons.cpp b/src/ui/icons.cpp index a4318e309..f4acc3419 100644 --- a/src/ui/icons.cpp +++ b/src/ui/icons.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/icons.hpp" diff --git a/src/ui/icons.hpp b/src/ui/icons.hpp index ce022a2a9..eb7e6bd31 100644 --- a/src/ui/icons.hpp +++ b/src/ui/icons.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/ioconfigurationwindow.cpp b/src/ui/ioconfigurationwindow.cpp index 29bbd443f..2c55156af 100644 --- a/src/ui/ioconfigurationwindow.cpp +++ b/src/ui/ioconfigurationwindow.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: ISC /* ============================================================================== diff --git a/src/ui/ioconfigurationwindow.hpp b/src/ui/ioconfigurationwindow.hpp index 21b53feb2..f7e420a0f 100644 --- a/src/ui/ioconfigurationwindow.hpp +++ b/src/ui/ioconfigurationwindow.hpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: ISC /* ============================================================================== diff --git a/src/ui/keymapeditorview.cpp b/src/ui/keymapeditorview.cpp index 8b5409193..a8010a5d6 100644 --- a/src/ui/keymapeditorview.cpp +++ b/src/ui/keymapeditorview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/keymapeditorview.hpp b/src/ui/keymapeditorview.hpp index 09ead073d..546fd6bf6 100644 --- a/src/ui/keymapeditorview.hpp +++ b/src/ui/keymapeditorview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/loglistbox.hpp b/src/ui/loglistbox.hpp index f88070fc1..ee82347ad 100644 --- a/src/ui/loglistbox.hpp +++ b/src/ui/loglistbox.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/luaconsole.cpp b/src/ui/luaconsole.cpp index 7fa8bb91c..fc5d87782 100644 --- a/src/ui/luaconsole.cpp +++ b/src/ui/luaconsole.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/luaconsole.hpp" #include diff --git a/src/ui/luaconsole.hpp b/src/ui/luaconsole.hpp index d7e4a2dcc..dbc836f79 100644 --- a/src/ui/luaconsole.hpp +++ b/src/ui/luaconsole.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/luaconsoleview.cpp b/src/ui/luaconsoleview.cpp index 2fadaa12a..4779a1512 100644 --- a/src/ui/luaconsoleview.cpp +++ b/src/ui/luaconsoleview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/luaconsoleview.hpp b/src/ui/luaconsoleview.hpp index c504f9146..b37ad271c 100644 --- a/src/ui/luaconsoleview.hpp +++ b/src/ui/luaconsoleview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/luatokenizer.cpp b/src/ui/luatokenizer.cpp index 6bb62bf9f..0a9e460a8 100644 --- a/src/ui/luatokenizer.cpp +++ b/src/ui/luatokenizer.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/luatokenizer.hpp" diff --git a/src/ui/luatokenizer.hpp b/src/ui/luatokenizer.hpp index 3934ee3eb..da32a1581 100644 --- a/src/ui/luatokenizer.hpp +++ b/src/ui/luatokenizer.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/mainmenu.cpp b/src/ui/mainmenu.cpp index 6dea2fc5d..b560eadd2 100644 --- a/src/ui/mainmenu.cpp +++ b/src/ui/mainmenu.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/mainmenu.hpp b/src/ui/mainmenu.hpp index 8797e682d..7a8364504 100644 --- a/src/ui/mainmenu.hpp +++ b/src/ui/mainmenu.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index d20c97331..d7dd0e08f 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/meterbridge.cpp b/src/ui/meterbridge.cpp index a51b2435f..98e6815f0 100644 --- a/src/ui/meterbridge.cpp +++ b/src/ui/meterbridge.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/midiblinker.cpp b/src/ui/midiblinker.cpp index cdf980168..3243cdc6e 100644 --- a/src/ui/midiblinker.cpp +++ b/src/ui/midiblinker.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/midiblinker.hpp" #include diff --git a/src/ui/midiblinker.hpp b/src/ui/midiblinker.hpp index 5193696aa..79b98b0b1 100644 --- a/src/ui/midiblinker.hpp +++ b/src/ui/midiblinker.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/midichannelselectcomponent.hpp b/src/ui/midichannelselectcomponent.hpp index bd5d1528c..62480e2be 100644 --- a/src/ui/midichannelselectcomponent.hpp +++ b/src/ui/midichannelselectcomponent.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/midimultichannelproperty.hpp b/src/ui/midimultichannelproperty.hpp index bfb9b4732..8c693a250 100644 --- a/src/ui/midimultichannelproperty.hpp +++ b/src/ui/midimultichannelproperty.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/navigation.cpp b/src/ui/navigation.cpp index 2109173f6..66042bcb7 100644 --- a/src/ui/navigation.cpp +++ b/src/ui/navigation.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/navigationview.cpp b/src/ui/navigationview.cpp index 37c0bbde0..33c9da2ae 100644 --- a/src/ui/navigationview.cpp +++ b/src/ui/navigationview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/navigationview.hpp b/src/ui/navigationview.hpp index 2054b9217..d2815aaea 100644 --- a/src/ui/navigationview.hpp +++ b/src/ui/navigationview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodechannelstrip.hpp b/src/ui/nodechannelstrip.hpp index 3a6054393..5f232762d 100644 --- a/src/ui/nodechannelstrip.hpp +++ b/src/ui/nodechannelstrip.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodechannelstripview.cpp b/src/ui/nodechannelstripview.cpp index 77cc0e5f2..a2899c0f5 100644 --- a/src/ui/nodechannelstripview.cpp +++ b/src/ui/nodechannelstripview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/nodechannelstripview.hpp b/src/ui/nodechannelstripview.hpp index 05a456d03..4535346d8 100644 --- a/src/ui/nodechannelstripview.hpp +++ b/src/ui/nodechannelstripview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodeeditor.cpp b/src/ui/nodeeditor.cpp index 372cbac31..dc0a031d1 100644 --- a/src/ui/nodeeditor.cpp +++ b/src/ui/nodeeditor.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "ui/pluginwindow.hpp" diff --git a/src/ui/nodeeditorfactory.cpp b/src/ui/nodeeditorfactory.cpp index beee40df6..cfd4fdc5a 100644 --- a/src/ui/nodeeditorfactory.cpp +++ b/src/ui/nodeeditorfactory.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/nodeeditorfactory.hpp b/src/ui/nodeeditorfactory.hpp index 24336a182..2deac31cc 100644 --- a/src/ui/nodeeditorfactory.hpp +++ b/src/ui/nodeeditorfactory.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodeeditorview.cpp b/src/ui/nodeeditorview.cpp index 0d5241390..1203ac4b8 100644 --- a/src/ui/nodeeditorview.cpp +++ b/src/ui/nodeeditorview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/nodeeditorview.hpp b/src/ui/nodeeditorview.hpp index c39e023bb..c7069f74c 100644 --- a/src/ui/nodeeditorview.hpp +++ b/src/ui/nodeeditorview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodelistcombobox.hpp b/src/ui/nodelistcombobox.hpp index 9991662f1..4be7194ed 100644 --- a/src/ui/nodelistcombobox.hpp +++ b/src/ui/nodelistcombobox.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodemidiprogramcomponent.cpp b/src/ui/nodemidiprogramcomponent.cpp index 77bc32bcd..2a8799b04 100644 --- a/src/ui/nodemidiprogramcomponent.cpp +++ b/src/ui/nodemidiprogramcomponent.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/nodemidiprogramcomponent.hpp" diff --git a/src/ui/nodemidiprogramcomponent.hpp b/src/ui/nodemidiprogramcomponent.hpp index 0379fb470..8ab009ffa 100644 --- a/src/ui/nodemidiprogramcomponent.hpp +++ b/src/ui/nodemidiprogramcomponent.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodeportstable.cpp b/src/ui/nodeportstable.cpp index 658f3d883..be3e8450f 100644 --- a/src/ui/nodeportstable.cpp +++ b/src/ui/nodeportstable.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/nodeportstable.hpp b/src/ui/nodeportstable.hpp index cbcf53f0e..7bbc8078f 100644 --- a/src/ui/nodeportstable.hpp +++ b/src/ui/nodeportstable.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodeproperties.cpp b/src/ui/nodeproperties.cpp index 3ada29b4e..b66698284 100644 --- a/src/ui/nodeproperties.cpp +++ b/src/ui/nodeproperties.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/nodeproperties.hpp b/src/ui/nodeproperties.hpp index 37982c1bc..ec1b21428 100644 --- a/src/ui/nodeproperties.hpp +++ b/src/ui/nodeproperties.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include "ElementApp.h" diff --git a/src/ui/nodepropertiesview.cpp b/src/ui/nodepropertiesview.cpp index 6ae8c265d..3d017be83 100644 --- a/src/ui/nodepropertiesview.cpp +++ b/src/ui/nodepropertiesview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/nodepropertiesview.hpp b/src/ui/nodepropertiesview.hpp index e6f3969e1..583c184a1 100644 --- a/src/ui/nodepropertiesview.hpp +++ b/src/ui/nodepropertiesview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nodepropertypanel.cpp b/src/ui/nodepropertypanel.cpp index 1311ff9f2..c940ab257 100644 --- a/src/ui/nodepropertypanel.cpp +++ b/src/ui/nodepropertypanel.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/nodepropertypanel.hpp b/src/ui/nodepropertypanel.hpp index bf6eec1d8..6f696b910 100644 --- a/src/ui/nodepropertypanel.hpp +++ b/src/ui/nodepropertypanel.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nsviewwithparent.hpp b/src/ui/nsviewwithparent.hpp index 212d4b63d..d515fe59f 100644 --- a/src/ui/nsviewwithparent.hpp +++ b/src/ui/nsviewwithparent.hpp @@ -1,5 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (c) Raw Material Software Limited // Copyright: Copied from JUCE framework. -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/nsviewwithparent.mm b/src/ui/nsviewwithparent.mm index 8c6b8f554..dab3f7c4a 100644 --- a/src/ui/nsviewwithparent.mm +++ b/src/ui/nsviewwithparent.mm @@ -1,5 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (c) Raw Material Software Limited // Copyright: Copied from JUCE framework. -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #define JUCE_CORE_INCLUDE_NATIVE_HEADERS 1 #define JUCE_CORE_INCLUDE_OBJC_HELPERS 1 diff --git a/src/ui/patchmatrix.cpp b/src/ui/patchmatrix.cpp index a50990737..d017a9aa6 100644 --- a/src/ui/patchmatrix.cpp +++ b/src/ui/patchmatrix.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/patchmatrix.hpp" diff --git a/src/ui/patchmatrix.hpp b/src/ui/patchmatrix.hpp index 76e6f8807..999582aeb 100644 --- a/src/ui/patchmatrix.hpp +++ b/src/ui/patchmatrix.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/pluginmanagercomponent.cpp b/src/ui/pluginmanagercomponent.cpp index aaed66822..bd3fc8200 100644 --- a/src/ui/pluginmanagercomponent.cpp +++ b/src/ui/pluginmanagercomponent.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/pluginmanagercomponent.hpp b/src/ui/pluginmanagercomponent.hpp index 82671f5f9..eb0fe0527 100644 --- a/src/ui/pluginmanagercomponent.hpp +++ b/src/ui/pluginmanagercomponent.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/pluginspanelview.cpp b/src/ui/pluginspanelview.cpp index 1dfc17c28..44484f888 100644 --- a/src/ui/pluginspanelview.cpp +++ b/src/ui/pluginspanelview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "ui/guicommon.hpp" diff --git a/src/ui/pluginspanelview.hpp b/src/ui/pluginspanelview.hpp index dbb6a96d9..30a9e10c7 100644 --- a/src/ui/pluginspanelview.hpp +++ b/src/ui/pluginspanelview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef EL_PLUGINS_PANEL_VIEW_H #define EL_PLUGINS_PANEL_VIEW_H diff --git a/src/ui/pluginwindow.cpp b/src/ui/pluginwindow.cpp index c8ff08aad..ab4e2d074 100644 --- a/src/ui/pluginwindow.cpp +++ b/src/ui/pluginwindow.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/pluginwindow.hpp b/src/ui/pluginwindow.hpp index 39424c9d9..e8ca06a2f 100644 --- a/src/ui/pluginwindow.hpp +++ b/src/ui/pluginwindow.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/preferences.cpp b/src/ui/preferences.cpp index 6c35646f5..e79f639a0 100644 --- a/src/ui/preferences.cpp +++ b/src/ui/preferences.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/rackview.cpp b/src/ui/rackview.cpp index 977b54e79..fde88e470 100644 --- a/src/ui/rackview.cpp +++ b/src/ui/rackview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/rackview.hpp b/src/ui/rackview.hpp index 2d07c28cb..aa2e43618 100644 --- a/src/ui/rackview.hpp +++ b/src/ui/rackview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef RACKVIEW_H_INCLUDED #define RACKVIEW_H_INCLUDED diff --git a/src/ui/res.hpp b/src/ui/res.hpp index f31b7c16a..efaf0046d 100644 --- a/src/ui/res.hpp +++ b/src/ui/res.hpp @@ -1,5 +1,5 @@ // Copyright 2024 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include "binarydata.hpp" diff --git a/src/ui/resizelistener.hpp b/src/ui/resizelistener.hpp index 1f6ea920c..2f037c5a6 100644 --- a/src/ui/resizelistener.hpp +++ b/src/ui/resizelistener.hpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/scripteditorview.cpp b/src/ui/scripteditorview.cpp index 3ec6ef0fa..72923e830 100644 --- a/src/ui/scripteditorview.cpp +++ b/src/ui/scripteditorview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/scripteditorview.hpp b/src/ui/scripteditorview.hpp index 294782bff..01df768b9 100644 --- a/src/ui/scripteditorview.hpp +++ b/src/ui/scripteditorview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/scriptview.cpp b/src/ui/scriptview.cpp index 095d78f11..4ae80d7af 100644 --- a/src/ui/scriptview.cpp +++ b/src/ui/scriptview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/scriptview.hpp b/src/ui/scriptview.hpp index 77408a475..d69193f02 100644 --- a/src/ui/scriptview.hpp +++ b/src/ui/scriptview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/sessiondocument.cpp b/src/ui/sessiondocument.cpp index ea63382c2..aa906099f 100644 --- a/src/ui/sessiondocument.cpp +++ b/src/ui/sessiondocument.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "ui/sessiondocument.hpp" diff --git a/src/ui/sessiondocument.hpp b/src/ui/sessiondocument.hpp index 21eea5199..982e0f419 100644 --- a/src/ui/sessiondocument.hpp +++ b/src/ui/sessiondocument.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/sessionimportwizard.cpp b/src/ui/sessionimportwizard.cpp index 9a346bd46..d8571425f 100644 --- a/src/ui/sessionimportwizard.cpp +++ b/src/ui/sessionimportwizard.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/sessionimportwizard.hpp b/src/ui/sessionimportwizard.hpp index a615f3fff..cd3d3a781 100644 --- a/src/ui/sessionimportwizard.hpp +++ b/src/ui/sessionimportwizard.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/sessionsettingsview.cpp b/src/ui/sessionsettingsview.cpp index 06994e046..79834f6c6 100644 --- a/src/ui/sessionsettingsview.cpp +++ b/src/ui/sessionsettingsview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/sessionsettingsview.hpp b/src/ui/sessionsettingsview.hpp index ef6478718..4fb57612e 100644 --- a/src/ui/sessionsettingsview.hpp +++ b/src/ui/sessionsettingsview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/sessiontreepanel.cpp b/src/ui/sessiontreepanel.cpp index 03435065e..300e702f8 100644 --- a/src/ui/sessiontreepanel.cpp +++ b/src/ui/sessiontreepanel.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/sessiontreepanel.hpp b/src/ui/sessiontreepanel.hpp index a1e42953c..8adc3dcb8 100644 --- a/src/ui/sessiontreepanel.hpp +++ b/src/ui/sessiontreepanel.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/sessiontreeview.cpp b/src/ui/sessiontreeview.cpp index 2a46ef746..a00dbe49a 100644 --- a/src/ui/sessiontreeview.cpp +++ b/src/ui/sessiontreeview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/sessiontreeview.hpp" #include "ui/sessiontreepanel.hpp" diff --git a/src/ui/sessiontreeview.hpp b/src/ui/sessiontreeview.hpp index 350dcf833..10496944e 100644 --- a/src/ui/sessiontreeview.hpp +++ b/src/ui/sessiontreeview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/simplemeter.cpp b/src/ui/simplemeter.cpp index 0aaf72222..58d350a95 100644 --- a/src/ui/simplemeter.cpp +++ b/src/ui/simplemeter.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/standard.cpp b/src/ui/standard.cpp index 3a41a5d14..37ff2293f 100644 --- a/src/ui/standard.cpp +++ b/src/ui/standard.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/style_v1.cpp b/src/ui/style_v1.cpp index 45a6faa63..f57a86fa3 100644 --- a/src/ui/style_v1.cpp +++ b/src/ui/style_v1.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/systemtray.cpp b/src/ui/systemtray.cpp index bf9bab685..38223d1f2 100644 --- a/src/ui/systemtray.cpp +++ b/src/ui/systemtray.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/systemtray.hpp b/src/ui/systemtray.hpp index 0af29ce41..056c2289c 100644 --- a/src/ui/systemtray.hpp +++ b/src/ui/systemtray.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ElementApp.h" diff --git a/src/ui/tempoandmeterbar.hpp b/src/ui/tempoandmeterbar.hpp index 9e8ca9fbf..7bbbd992c 100644 --- a/src/ui/tempoandmeterbar.hpp +++ b/src/ui/tempoandmeterbar.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/transportbar.cpp b/src/ui/transportbar.cpp index 2f43a84c1..2edd5c884 100644 --- a/src/ui/transportbar.cpp +++ b/src/ui/transportbar.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/src/ui/transportbar.hpp b/src/ui/transportbar.hpp index cb57b2ebc..614bddd76 100644 --- a/src/ui/transportbar.hpp +++ b/src/ui/transportbar.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/treeviewbase.cpp b/src/ui/treeviewbase.cpp index 50ee43ed9..0446e335c 100644 --- a/src/ui/treeviewbase.cpp +++ b/src/ui/treeviewbase.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/treeviewbase.hpp" #include "ui/viewhelpers.hpp" diff --git a/src/ui/treeviewbase.hpp b/src/ui/treeviewbase.hpp index 664398a11..32d081cca 100644 --- a/src/ui/treeviewbase.hpp +++ b/src/ui/treeviewbase.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/updater.cpp b/src/ui/updater.cpp index 347fddbe7..d8ef50bef 100644 --- a/src/ui/updater.cpp +++ b/src/ui/updater.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/viewhelpers.cpp b/src/ui/viewhelpers.cpp index 60473fa51..bf06eb477 100644 --- a/src/ui/viewhelpers.cpp +++ b/src/ui/viewhelpers.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/viewhelpers.hpp b/src/ui/viewhelpers.hpp index 5aec3d0bc..54413dfea 100644 --- a/src/ui/viewhelpers.hpp +++ b/src/ui/viewhelpers.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/virtualkeyboardview.cpp b/src/ui/virtualkeyboardview.cpp index 099c4180d..01659d650 100644 --- a/src/ui/virtualkeyboardview.cpp +++ b/src/ui/virtualkeyboardview.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "ui/guicommon.hpp" diff --git a/src/ui/virtualkeyboardview.hpp b/src/ui/virtualkeyboardview.hpp index ed3d72d11..8d7dfbcb8 100644 --- a/src/ui/virtualkeyboardview.hpp +++ b/src/ui/virtualkeyboardview.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/window.cpp b/src/ui/window.cpp index 3f6104fd3..89b28beb1 100644 --- a/src/ui/window.cpp +++ b/src/ui/window.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "ui/window.hpp" #include diff --git a/src/ui/window.hpp b/src/ui/window.hpp index a37226c49..3799a22ac 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/ui/windowmanager.cpp b/src/ui/windowmanager.cpp index 1965d08ca..fb6ad8e55 100644 --- a/src/ui/windowmanager.cpp +++ b/src/ui/windowmanager.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/src/ui/windowmanager.hpp b/src/ui/windowmanager.hpp index 5ba061376..0c9bf4b31 100644 --- a/src/ui/windowmanager.hpp +++ b/src/ui/windowmanager.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/urls.hpp b/src/urls.hpp index a9ff0f4f0..490aa7a22 100644 --- a/src/urls.hpp +++ b/src/urls.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/src/utils.cpp b/src/utils.cpp index 6e260fb43..608e8d516 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include "utils.hpp" diff --git a/src/utils.hpp b/src/utils.hpp index bbdf80060..714d6865f 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/test/GraphNodeTests.cpp b/test/GraphNodeTests.cpp index 078a626a8..9e35a9ed7 100644 --- a/test/GraphNodeTests.cpp +++ b/test/GraphNodeTests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include diff --git a/test/IONodeTests.cpp b/test/IONodeTests.cpp index 05487194e..537910b65 100644 --- a/test/IONodeTests.cpp +++ b/test/IONodeTests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include "engine/ionode.hpp" diff --git a/test/MidiProgramMapTests.cpp b/test/MidiProgramMapTests.cpp index bc8ea9e8d..1ce4e9f78 100644 --- a/test/MidiProgramMapTests.cpp +++ b/test/MidiProgramMapTests.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/NodeFactoryTests.cpp b/test/NodeFactoryTests.cpp index c4646d5bf..56ead2a89 100644 --- a/test/NodeFactoryTests.cpp +++ b/test/NodeFactoryTests.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "nodes/nodetypes.hpp" diff --git a/test/NodeObjectTests.cpp b/test/NodeObjectTests.cpp index 4c5971ec1..e87b3258c 100644 --- a/test/NodeObjectTests.cpp +++ b/test/NodeObjectTests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include "fixture/PreparedGraph.h" #include "fixture/TestNode.h" diff --git a/test/NodeTests.cpp b/test/NodeTests.cpp index eddcc6ec0..649783abf 100644 --- a/test/NodeTests.cpp +++ b/test/NodeTests.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/OversamplerTests.cpp b/test/OversamplerTests.cpp index 196fc4c12..a7a7841b8 100644 --- a/test/OversamplerTests.cpp +++ b/test/OversamplerTests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include diff --git a/test/PluginManagerTests.cpp b/test/PluginManagerTests.cpp index 6fd7db3fa..9a35b11a1 100644 --- a/test/PluginManagerTests.cpp +++ b/test/PluginManagerTests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include diff --git a/test/PortListTests.cpp b/test/PortListTests.cpp index 050302435..4298bf469 100644 --- a/test/PortListTests.cpp +++ b/test/PortListTests.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-or-later /* This file is part of Element Copyright (C) 2018-2019 Kushview, LLC. All rights reserved. diff --git a/test/RootGraphTests.cpp b/test/RootGraphTests.cpp index d878ae277..533d4966f 100644 --- a/test/RootGraphTests.cpp +++ b/test/RootGraphTests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include diff --git a/test/TestMain.cpp b/test/TestMain.cpp index 591674bc3..90a97ad2d 100644 --- a/test/TestMain.cpp +++ b/test/TestMain.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #define BOOST_TEST_MODULE Element #include #include diff --git a/test/aligneddatatests.cpp b/test/aligneddatatests.cpp index 5744598b9..6ead60a38 100644 --- a/test/aligneddatatests.cpp +++ b/test/aligneddatatests.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/atomicvaluetests.cpp b/test/atomicvaluetests.cpp index c9ca4a66e..0a6d21cc7 100644 --- a/test/atomicvaluetests.cpp +++ b/test/atomicvaluetests.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/atomtests.cpp b/test/atomtests.cpp index 76d89c69d..e7d781da5 100644 --- a/test/atomtests.cpp +++ b/test/atomtests.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/audioroutingtests.cpp b/test/audioroutingtests.cpp index eb4d47260..06cf5e367 100644 --- a/test/audioroutingtests.cpp +++ b/test/audioroutingtests.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include diff --git a/test/datapathtests.cpp b/test/datapathtests.cpp index d2e4f0b07..c2cb247af 100644 --- a/test/datapathtests.cpp +++ b/test/datapathtests.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/engine/LinearFadeTest.cpp b/test/engine/LinearFadeTest.cpp index d82d023c7..9ff88bfe6 100644 --- a/test/engine/LinearFadeTest.cpp +++ b/test/engine/LinearFadeTest.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include "engine/linearfade.hpp" diff --git a/test/engine/MidiChannelMapTest.cpp b/test/engine/MidiChannelMapTest.cpp index d7c4a250a..31bdfed84 100644 --- a/test/engine/MidiChannelMapTest.cpp +++ b/test/engine/MidiChannelMapTest.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/engine/MidiClockTest.cpp b/test/engine/MidiClockTest.cpp index 4be21222f..5b3263e7e 100644 --- a/test/engine/MidiClockTest.cpp +++ b/test/engine/MidiClockTest.cpp @@ -1,3 +1,4 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. // SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/engine/VelocityCurveTest.cpp b/test/engine/VelocityCurveTest.cpp index 1352dfd93..f04d8b30d 100644 --- a/test/engine/VelocityCurveTest.cpp +++ b/test/engine/VelocityCurveTest.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "engine/velocitycurve.hpp" diff --git a/test/engine/togglegridtest.cpp b/test/engine/togglegridtest.cpp index f05d01e57..476711b09 100644 --- a/test/engine/togglegridtest.cpp +++ b/test/engine/togglegridtest.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/fixture/AtomCaptureNode.h b/test/fixture/AtomCaptureNode.h index d4924e82f..b7010574f 100644 --- a/test/fixture/AtomCaptureNode.h +++ b/test/fixture/AtomCaptureNode.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include "AtomTestNode.h" diff --git a/test/fixture/AtomTestNode.h b/test/fixture/AtomTestNode.h index 47d30c853..2417fefcc 100644 --- a/test/fixture/AtomTestNode.h +++ b/test/fixture/AtomTestNode.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/test/fixture/MidiCaptureNode.h b/test/fixture/MidiCaptureNode.h index a1f5519cc..6dc13588d 100644 --- a/test/fixture/MidiCaptureNode.h +++ b/test/fixture/MidiCaptureNode.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include "fixture/TestNode.h" diff --git a/test/fixture/MidiGeneratorNode.h b/test/fixture/MidiGeneratorNode.h index be3cd1103..9b0e6c87c 100644 --- a/test/fixture/MidiGeneratorNode.h +++ b/test/fixture/MidiGeneratorNode.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include "AtomTestNode.h" diff --git a/test/fixture/PreparedGraph.h b/test/fixture/PreparedGraph.h index 9068ac80f..1303cd869 100644 --- a/test/fixture/PreparedGraph.h +++ b/test/fixture/PreparedGraph.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/test/fixture/TestNode.h b/test/fixture/TestNode.h index 22d92a2d8..6fdd92746 100644 --- a/test/fixture/TestNode.h +++ b/test/fixture/TestNode.h @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include diff --git a/test/fixture/context.hpp b/test/fixture/context.hpp index e275fd5d4..b6bee9410 100644 --- a/test/fixture/context.hpp +++ b/test/fixture/context.hpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/test/gziptests.cpp b/test/gziptests.cpp index 2b7c730cd..1dd6b922d 100644 --- a/test/gziptests.cpp +++ b/test/gziptests.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/integration/SessionChangedTest.cpp b/test/integration/SessionChangedTest.cpp index 044585b59..b262aecd8 100644 --- a/test/integration/SessionChangedTest.cpp +++ b/test/integration/SessionChangedTest.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include diff --git a/test/juceintegrationtests.cpp b/test/juceintegrationtests.cpp index e28357ccf..ba92f27c7 100644 --- a/test/juceintegrationtests.cpp +++ b/test/juceintegrationtests.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/osc/node-client/index.js b/test/osc/node-client/index.js index fc5e1d9fb..19f20b6ea 100644 --- a/test/osc/node-client/index.js +++ b/test/osc/node-client/index.js @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + const OSC = require('osc-js') const senderPort = 9001 // To Element: OSC Receiver node diff --git a/test/porttypetests.cpp b/test/porttypetests.cpp index 5e2fc4f1e..bce26ca49 100644 --- a/test/porttypetests.cpp +++ b/test/porttypetests.cpp @@ -1,4 +1,7 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include diff --git a/test/scripting/bytestest.cpp b/test/scripting/bytestest.cpp index 044e32807..85872341b 100644 --- a/test/scripting/bytestest.cpp +++ b/test/scripting/bytestest.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/scripting/dspscripttest.cpp b/test/scripting/dspscripttest.cpp index d4acfc24e..ba3f6567c 100644 --- a/test/scripting/dspscripttest.cpp +++ b/test/scripting/dspscripttest.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include diff --git a/test/scripting/luatest.hpp b/test/scripting/luatest.hpp index 667efb248..3e2215f16 100644 --- a/test/scripting/luatest.hpp +++ b/test/scripting/luatest.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #pragma once diff --git a/test/scripting/scriptinfotest.cpp b/test/scripting/scriptinfotest.cpp index 2a93dc416..4b955a583 100644 --- a/test/scripting/scriptinfotest.cpp +++ b/test/scripting/scriptinfotest.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/scripting/scriptloadertest.cpp b/test/scripting/scriptloadertest.cpp index ef19121cc..55e2c597d 100644 --- a/test/scripting/scriptloadertest.cpp +++ b/test/scripting/scriptloadertest.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/scripting/scriptmanagertest.cpp b/test/scripting/scriptmanagertest.cpp index 305f16f53..fb2cff685 100644 --- a/test/scripting/scriptmanagertest.cpp +++ b/test/scripting/scriptmanagertest.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include "scripting/scriptmanager.hpp" diff --git a/test/scripting/scriptplayground.cpp b/test/scripting/scriptplayground.cpp index 355ae1ccb..9be4d8e29 100644 --- a/test/scripting/scriptplayground.cpp +++ b/test/scripting/scriptplayground.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Kushview, LLC -// SPDX-License-Identifier: GPL3-or-later +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/shuttletests.cpp b/test/shuttletests.cpp index 8691a2e13..723a6ff2e 100644 --- a/test/shuttletests.cpp +++ b/test/shuttletests.cpp @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later #include #include diff --git a/test/snippets/sol3_parent.lua b/test/snippets/sol3_parent.lua index 8da7f9d46..8f9e70293 100644 --- a/test/snippets/sol3_parent.lua +++ b/test/snippets/sol3_parent.lua @@ -1,3 +1,5 @@ +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later local object = require ('el.object') diff --git a/test/snippets/stream_from_c.lua b/test/snippets/stream_from_c.lua index 11bed09c4..d4599fc87 100644 --- a/test/snippets/stream_from_c.lua +++ b/test/snippets/stream_from_c.lua @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later + result = "" local function read_and_print_input() result = io.read ("a") diff --git a/test/snippets/test_bytes.lua b/test/snippets/test_bytes.lua index 4ec783a20..c913561a2 100644 --- a/test/snippets/test_bytes.lua +++ b/test/snippets/test_bytes.lua @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later + local bytes = require ('el.bytes') local data = bytes.new (1024) diff --git a/test/snippets/test_dsp_script_01.lua b/test/snippets/test_dsp_script_01.lua index be3189fd2..3360bfde6 100644 --- a/test/snippets/test_dsp_script_01.lua +++ b/test/snippets/test_dsp_script_01.lua @@ -1,3 +1,6 @@ +-- SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +-- SPDX-License-Identifier: GPL-3.0-or-later + local Amp = {} local audio = require ('el.audio') diff --git a/test/testutil.hpp b/test/testutil.hpp index d2fdc3b45..e701d01b6 100644 --- a/test/testutil.hpp +++ b/test/testutil.hpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/test/updatetests.cpp b/test/updatetests.cpp index b1f319286..e5385cba1 100644 --- a/test/updatetests.cpp +++ b/test/updatetests.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-or-later /* This file is part of Element Copyright (C) 2018-2019 Kushview, LLC. All rights reserved. diff --git a/util/docker.sh b/util/docker.sh index 53e3adf2a..176ff68be 100755 --- a/util/docker.sh +++ b/util/docker.sh @@ -1,4 +1,7 @@ #!/bin/sh +# SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +# SPDX-License-Identifier: GPL-3.0-or-later +# # Runs the kushview/element docker image. By default it starts # a bash shell. diff --git a/util/format.py b/util/format.py index 3a8133da8..45c11757f 100644 --- a/util/format.py +++ b/util/format.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. # SPDX-License-Identifier: GPL-3.0-or-later import subprocess diff --git a/util/ldoc.sh b/util/ldoc.sh index e82827454..111bf9530 100644 --- a/util/ldoc.sh +++ b/util/ldoc.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +# SPDX-License-Identifier: GPL-3.0-or-later # # This file executes ldoc to generate documentation for Lua source files. # It should be ran from the top level source directory. diff --git a/util/macos-uninstall-user-plugins.sh b/util/macos-uninstall-user-plugins.sh index 090376134..cbda48e87 100644 --- a/util/macos-uninstall-user-plugins.sh +++ b/util/macos-uninstall-user-plugins.sh @@ -1,3 +1,6 @@ +#!/bin/sh +# SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. +# SPDX-License-Identifier: GPL-3.0-or-later + rootdir="$HOME/Library/Audio/Plug-Ins" find "$rootdir" -name "KV-Element*" -exec rm -rf {} \; > /dev/null - diff --git a/util/oscsend.py b/util/oscsend.py index c76c41e39..4d0fea82a 100644 --- a/util/oscsend.py +++ b/util/oscsend.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: Copyright (C) Kushview, LLC. # SPDX-License-Identifier: GPL-3.0-or-later + """ Send OSC messages to Element audio engine.