From 49038ade940c61d46466c9f96cab362d8c038da3 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 25 Apr 2025 14:41:52 +0200 Subject: [PATCH] docs(reuse): Migrate to SPDX header Signed-off-by: Andy Scherzinger --- LICENSES/Apache-2.0.txt | 73 +++++++++++ LICENSES/BSL-1.0.txt | 7 + LICENSES/CC0-1.0.txt | 121 ++++++++++++++++++ LICENSES/LicenseRef-NextcloudTrademarks.txt | 9 ++ REUSE.toml | 28 +++- admin/CMakeLists.txt | 3 + admin/win/msi/EnsureACL.js | 5 + admin/win/msi/Nextcloud.wxs | 15 +-- admin/win/msi/OEM.wxi.in | 15 +-- admin/win/msi/Platform.wxi | 15 +-- admin/win/msi/RegistryCleanup.vbs.in | 2 + admin/win/msi/RegistryCleanupCustomAction.wxs | 4 + admin/win/msi/collect-transform.xsl.in | 4 + admin/win/msi/make-msi.bat.in | 2 + admin/win/tools/NCNavRemove/ConfigIni.cpp | 13 +- admin/win/tools/NCNavRemove/ConfigIni.h | 13 +- admin/win/tools/NCNavRemove/dll/NavRemove.cpp | 13 +- admin/win/tools/NCNavRemove/dll/NavRemove.h | 13 +- admin/win/tools/NCNavRemove/dll/dllmain.cpp | 13 +- .../win/tools/NCNavRemove/exe/CMakeLists.txt | 2 + admin/win/tools/NCNavRemove/exe/main.cpp | 13 +- .../tools/NCToolsShared/3rdparty/SimpleIni.h | 4 + .../tools/NCToolsShared/SimpleNamedMutex.cpp | 13 +- .../tools/NCToolsShared/SimpleNamedMutex.h | 13 +- admin/win/tools/NCToolsShared/utility.h | 20 +-- admin/win/tools/NCToolsShared/utility_win.cpp | 19 +-- cmake/modules/AddCMockaTest.cmake | 5 +- cmake/modules/CheckCCompilerFlagSSP.cmake | 3 +- cmake/modules/CheckPrototypeDefinition.c.in | 3 + cmake/modules/CheckPrototypeDefinition.cmake | 4 + cmake/modules/Copyright.txt.license | 2 + cmake/modules/DefineCMakeDefaults.cmake | 4 +- cmake/modules/DefineCompilerFlags.cmake | 4 +- cmake/modules/DefineInstallationPaths.cmake | 4 +- cmake/modules/DefinePlatformDefaults.cmake | 4 +- cmake/modules/DeployQt5.cmake | 7 +- cmake/modules/ECMAddAppIcon.cmake | 7 + cmake/modules/FindCMocka.cmake | 3 +- cmake/modules/FindLibSSH.cmake | 3 +- cmake/modules/FindPackageVersionCheck.cmake | 7 +- cmake/modules/FindPdfLatex.cmake | 3 +- cmake/modules/FindPng2Ico.cmake | 3 + cmake/modules/FindSMBClient.cmake | 3 +- cmake/modules/FindSparkle.cmake | 4 +- cmake/modules/FindSphinx.cmake | 4 +- cmake/modules/GetGitRevisionDescription.cmake | 3 + .../GetGitRevisionDescription.cmake.in | 3 + cmake/modules/MacroAddCompileFlags.cmake | 5 +- cmake/modules/MacroAddLinkFlags.cmake | 5 +- .../modules/MacroEnsureOutOfSourceBuild.cmake | 3 +- cmake/modules/MacroLogFeature.cmake | 7 +- cmake/modules/MacroOptionalFindPackage.cmake | 3 +- cmake/modules/UseDoxygen.cmake | 5 +- cmake/modules/Warnings.cmake | 4 +- cmake/scripts/generate_findpackage_file | 20 +-- cmake/scripts/generate_lib_file | 17 +-- test/activitylistmodeltestutils.cpp | 13 +- test/activitylistmodeltestutils.h | 13 +- test/csync/cmdline.c | 17 +-- test/csync/std_tests/check_std_c_jhash.c | 3 + test/csync/torture.c | 17 +-- test/csync/torture.h | 17 +-- test/csync/vio_tests/check_vio_ext.cpp | 18 +-- test/endtoendtestutils.cpp | 13 +- test/endtoendtestutils.h | 13 +- test/manual/favlink/main.cpp | 13 +- test/mockserver/httpserver.cpp | 14 +- test/mockserver/httpserver.h | 14 +- test/mockserver/main.cpp | 13 +- test/pushnotificationstestutils.cpp | 5 + test/pushnotificationstestutils.h | 13 +- test/testactivitydata.cpp | 13 +- test/testactivitylistmodel.cpp | 13 +- test/testclientstatusreporting.cpp | 14 +- test/testdatefieldbackend.cpp | 13 +- test/teste2efiletransfer.cpp | 13 +- test/teste2eserversetup.cpp | 13 +- test/testfiletagmodel.cpp | 13 +- test/testfolderstatusmodel.cpp | 13 +- test/testiconutils.cpp | 13 +- test/testlongpath.cpp | 19 +-- test/testpushnotifications.cpp | 13 +- test/testsetuserstatusdialog.cpp | 13 +- test/testsharemodel.cpp | 13 +- test/testsortedactivitylistmodel.cpp | 13 +- test/testsortedsharemodel.cpp | 13 +- test/testsyncconflictsmodel.cpp | 13 +- test/testunifiedsearchlistmodel.cpp | 13 +- theme.qrc.in.license | 2 + theme/Style/Style.qml | 2 + theme/Style/qmldir.license | 2 + theme/call-notification.wav.license | 2 + ...xtcloud.VisualElementsManifest.xml.license | 2 + 93 files changed, 464 insertions(+), 574 deletions(-) create mode 100644 LICENSES/Apache-2.0.txt create mode 100644 LICENSES/BSL-1.0.txt create mode 100644 LICENSES/CC0-1.0.txt create mode 100644 LICENSES/LicenseRef-NextcloudTrademarks.txt create mode 100644 cmake/modules/Copyright.txt.license create mode 100644 theme.qrc.in.license create mode 100644 theme/Style/qmldir.license create mode 100644 theme/call-notification.wav.license create mode 100644 theme/nextcloud.VisualElementsManifest.xml.license diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 0000000000..137069b823 --- /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/BSL-1.0.txt b/LICENSES/BSL-1.0.txt new file mode 100644 index 0000000000..2d87ab1a9f --- /dev/null +++ b/LICENSES/BSL-1.0.txt @@ -0,0 +1,7 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. + +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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN 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/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt new file mode 100644 index 0000000000..0e259d42c9 --- /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/LicenseRef-NextcloudTrademarks.txt b/LICENSES/LicenseRef-NextcloudTrademarks.txt new file mode 100644 index 0000000000..464a30b58b --- /dev/null +++ b/LICENSES/LicenseRef-NextcloudTrademarks.txt @@ -0,0 +1,9 @@ +The Nextcloud marks +Nextcloud and the Nextcloud logo is a registered trademark of Nextcloud GmbH in Germany and/or other countries. +These guidelines cover the following marks pertaining both to the product names and the logo: “Nextcloud” +and the blue/white cloud logo with or without the word Nextcloud; the service “Nextcloud Enterprise”; +and our products: “Nextcloud Files”; “Nextcloud Groupware” and “Nextcloud Talk”. +This set of marks is collectively referred to as the “Nextcloud marks.” + +Use of Nextcloud logos and other marks is only permitted under the guidelines provided by the Nextcloud GmbH. +A copy can be found at https://nextcloud.com/trademarks/ diff --git a/REUSE.toml b/REUSE.toml index ab04a8254f..48e909f2b0 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,11 +8,35 @@ SPDX-PackageDownloadLocation = "https://github.com/nextcloud/desktop" [[annotations]] path = ["translations/*"] precedence = "aggregate" -SPDX-FileCopyrightText = "2012 ownCloud Inc. and ownCloud translators, 2018 Nextcloud GmbH and Nextcloud contributors" +SPDX-FileCopyrightText = "2012 ownCloud Inc. and ownCloud translators, 2018 Nextcloud GmbH and Nextcloud translators" SPDX-License-Identifier = "GPL-2.0-or-later" [[annotations]] -path = [".tx/nextcloud.client-desktop/*_translation"] +path = ["nextcloud.client-desktop/*"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Nextcloud GmbH and Nextcloud translators" +SPDX-License-Identifier = "GPL-2.0-or-later" + +[[annotations]] +path = [".tx/nextcloud.client-desktop/*_translation", "theme/*/state-error.svg", "theme/*/state-info.svg", "theme/*/state-offline.svg", "theme/*/state-ok.svg", "theme/*/state-pause.svg", "theme/*/state-sync.svg", "theme/*/state-warning.svg"] precedence = "aggregate" SPDX-FileCopyrightText = "2018 Nextcloud GmbH and Nextcloud contributors" SPDX-License-Identifier = "GPL-2.0-or-later" + +[[annotations]] +path = ["theme/colored/user-status-away.svg", "theme/colored/user-status-dnd.svg", "theme/colored/user-status-invisible.svg", "theme/colored/user-status-online.svg"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "GPL-2.0-or-later" + +[[annotations]] +path = ["theme/talk-app.svg", "theme/*/deck.svg", "theme/*/talk-app.svg","theme/*/wizard-nextcloud.png","theme/*/wizard-nextcloud.svg","theme/*/wizard-nextcloud@2x.png","theme/*/wizard-talk.png","theme/*/wizard-talk.svg","theme/*/wizard-talk@2x.png", "theme/colored/talk-bordered.svg", "theme/colored/icons/Nextcloud-icon-win-folder.svg", "theme/colored/Nextcloud-icon-square.svg", "theme/colored/Nextcloud-icon.svg", "theme/colored/Nextcloud-macOS-icon.svg", "theme/colored/Nextcloud-macOS-sidebar.svg", "theme/colored/Nextcloud-w10startmenu.svg", "theme/colored/Nextcloud-w10starttile.png", "theme/colored/wizard_logo.png", "theme/colored/wizard_logo.svg", "theme/colored/wizard_logo@2x.png"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2016 Nextcloud GmbH" +SPDX-License-Identifier = "LicenseRef-NextcloudTrademarks" + +[[annotations]] +path = ["theme/account.svg","theme/add.svg","theme/change.svg","theme/chevron-double-up.svg","theme/close.svg","theme/confirm.svg","theme/copy.svg","theme/delete.svg","theme/external.svg","theme/files.svg","theme/lock-broken.svg","theme/lock-http.svg","theme/lock-https.svg","theme/lock.svg","theme/magnifying-glass.svg","theme/more.svg","theme/network.svg","theme/public.svg","theme/reply.svg","theme/send.svg","theme/settings.svg","theme/share.svg","theme/sync-arrow.svg", "theme/black/account-group.svg","theme/black/clear.svg","theme/black/expand-less-black.svg","theme/black/folder-group.svg","theme/black/search.svg", "theme/colored/add-bordered.svg", "theme/colored/change-bordered.svg", "theme/colored/delete-bordered.svg", "theme/colored/delete.svg", "theme/*/activity.svg", "theme/*/add.svg","theme/*/bell.svg","theme/*/calendar.svg","theme/*/caret-down.svg","theme/*/change.svg","theme/*/close.svg","theme/*/comment.svg","theme/*/confirm.svg","theme/*/control-next.svg","theme/*/control-prev.svg","theme/*/edit.svg","theme/*/email.svg","theme/*/external.png","theme/*/external.svg","theme/*/external@2x.png","theme/*/folder.png","theme/*/folder.svg","theme/*/folder@2x.png","theme/*/more-apps.svg","theme/*/nc-assistant-app.svg","theme/*/settings.svg","theme/*/user.svg","theme/*/wizard-files.png","theme/*/wizard-files.svg","theme/*/wizard-files@2x.png","theme/*/wizard-groupware.png","theme/*/wizard-groupware.svg","theme/*/wizard-groupware@2x.png", "theme/cfapishellext_custom_states/0-locked.svg","theme/cfapishellext_custom_states/1-shared.svg","theme/cfapishellext_custom_states/1024-0-locked.png","theme/cfapishellext_custom_states/1024-1-shared.png","theme/cfapishellext_custom_states/128-0-locked.png","theme/cfapishellext_custom_states/128-1-shared.png","theme/cfapishellext_custom_states/24-0-locked.png","theme/cfapishellext_custom_states/24-1-shared.png","theme/cfapishellext_custom_states/256-0-locked.png","theme/cfapishellext_custom_states/256-1-shared.png","theme/cfapishellext_custom_states/32-0-locked.png","theme/cfapishellext_custom_states/32-1-shared.png","theme/cfapishellext_custom_states/40-0-locked.png","theme/cfapishellext_custom_states/40-1-shared.png","theme/cfapishellext_custom_states/48-0-locked.png","theme/cfapishellext_custom_states/48-1-shared.png","theme/cfapishellext_custom_states/512-0-locked.png","theme/cfapishellext_custom_states/512-1-shared.png","theme/cfapishellext_custom_states/64-0-locked.png","theme/cfapishellext_custom_states/64-1-shared.png"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2025 Google LLC" +SPDX-License-Identifier = "Apache-2.0" diff --git a/admin/CMakeLists.txt b/admin/CMakeLists.txt index b54e48ed17..39755d84cc 100644 --- a/admin/CMakeLists.txt +++ b/admin/CMakeLists.txt @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +# SPDX-FileCopyrightText: 2014 ownCloud, Inc. +# SPDX-License-Identifier: GPL-2.0-or-later if(APPLE) # traverse into osx subdirectory to install and patch the create-pack script add_subdirectory(osx) diff --git a/admin/win/msi/EnsureACL.js b/admin/win/msi/EnsureACL.js index f6929e7413..72bd0aa3b6 100644 --- a/admin/win/msi/EnsureACL.js +++ b/admin/win/msi/EnsureACL.js @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later + */ + // writes a message to the MSI logs function logInfo(message) { var record = Session.Installer.CreateRecord(0); diff --git a/admin/win/msi/Nextcloud.wxs b/admin/win/msi/Nextcloud.wxs index 38ea1632a0..b8ef1514de 100644 --- a/admin/win/msi/Nextcloud.wxs +++ b/admin/win/msi/Nextcloud.wxs @@ -1,18 +1,7 @@ diff --git a/admin/win/msi/OEM.wxi.in b/admin/win/msi/OEM.wxi.in index e35451eef2..8a2824bfb2 100644 --- a/admin/win/msi/OEM.wxi.in +++ b/admin/win/msi/OEM.wxi.in @@ -1,18 +1,7 @@ diff --git a/admin/win/msi/Platform.wxi b/admin/win/msi/Platform.wxi index c0efc3ad4f..eafb161f7b 100644 --- a/admin/win/msi/Platform.wxi +++ b/admin/win/msi/Platform.wxi @@ -1,18 +1,7 @@ diff --git a/admin/win/msi/RegistryCleanup.vbs.in b/admin/win/msi/RegistryCleanup.vbs.in index 0eeb1a4ed8..701a6f5a34 100644 --- a/admin/win/msi/RegistryCleanup.vbs.in +++ b/admin/win/msi/RegistryCleanup.vbs.in @@ -1,3 +1,5 @@ +' SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors +' SPDX-License-Identifier: GPL-2.0-or-later On Error goto 0 Const HKEY_LOCAL_MACHINE = &H80000002 diff --git a/admin/win/msi/RegistryCleanupCustomAction.wxs b/admin/win/msi/RegistryCleanupCustomAction.wxs index a546930e63..6ba0a5183d 100644 --- a/admin/win/msi/RegistryCleanupCustomAction.wxs +++ b/admin/win/msi/RegistryCleanupCustomAction.wxs @@ -1,4 +1,8 @@ + diff --git a/admin/win/msi/collect-transform.xsl.in b/admin/win/msi/collect-transform.xsl.in index 63d335307e..e84b0c69ac 100644 --- a/admin/win/msi/collect-transform.xsl.in +++ b/admin/win/msi/collect-transform.xsl.in @@ -1,4 +1,8 @@  + diff --git a/admin/win/msi/make-msi.bat.in b/admin/win/msi/make-msi.bat.in index 453f101e94..8ab4cfef4a 100644 --- a/admin/win/msi/make-msi.bat.in +++ b/admin/win/msi/make-msi.bat.in @@ -1,4 +1,6 @@ @echo off +REM SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +REM SPDX-License-Identifier: GPL-2.0-or-later set HarvestAppDir=%~1 set BuildArch=@MSI_BUILD_ARCH@ diff --git a/admin/win/tools/NCNavRemove/ConfigIni.cpp b/admin/win/tools/NCNavRemove/ConfigIni.cpp index 9ffb228aa7..78c82646cd 100644 --- a/admin/win/tools/NCNavRemove/ConfigIni.cpp +++ b/admin/win/tools/NCNavRemove/ConfigIni.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/admin/win/tools/NCNavRemove/ConfigIni.h b/admin/win/tools/NCNavRemove/ConfigIni.h index 8d6de716f2..f1014b9dd1 100644 --- a/admin/win/tools/NCNavRemove/ConfigIni.h +++ b/admin/win/tools/NCNavRemove/ConfigIni.h @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/admin/win/tools/NCNavRemove/dll/NavRemove.cpp b/admin/win/tools/NCNavRemove/dll/NavRemove.cpp index b60091c162..21c9a31905 100644 --- a/admin/win/tools/NCNavRemove/dll/NavRemove.cpp +++ b/admin/win/tools/NCNavRemove/dll/NavRemove.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/admin/win/tools/NCNavRemove/dll/NavRemove.h b/admin/win/tools/NCNavRemove/dll/NavRemove.h index 143cd917c1..aea3908e12 100644 --- a/admin/win/tools/NCNavRemove/dll/NavRemove.h +++ b/admin/win/tools/NCNavRemove/dll/NavRemove.h @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/admin/win/tools/NCNavRemove/dll/dllmain.cpp b/admin/win/tools/NCNavRemove/dll/dllmain.cpp index d70a53d766..9827992716 100644 --- a/admin/win/tools/NCNavRemove/dll/dllmain.cpp +++ b/admin/win/tools/NCNavRemove/dll/dllmain.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/admin/win/tools/NCNavRemove/exe/CMakeLists.txt b/admin/win/tools/NCNavRemove/exe/CMakeLists.txt index 1288266bdb..c477d1c695 100644 --- a/admin/win/tools/NCNavRemove/exe/CMakeLists.txt +++ b/admin/win/tools/NCNavRemove/exe/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: GPL-2.0-or-later set(TARGET_NAME NavRemove${BITNESS}) include_directories( diff --git a/admin/win/tools/NCNavRemove/exe/main.cpp b/admin/win/tools/NCNavRemove/exe/main.cpp index 851f34652e..31d17d9593 100644 --- a/admin/win/tools/NCNavRemove/exe/main.cpp +++ b/admin/win/tools/NCNavRemove/exe/main.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/admin/win/tools/NCToolsShared/3rdparty/SimpleIni.h b/admin/win/tools/NCToolsShared/3rdparty/SimpleIni.h index da923c4fe1..99f7410a0c 100644 --- a/admin/win/tools/NCToolsShared/3rdparty/SimpleIni.h +++ b/admin/win/tools/NCToolsShared/3rdparty/SimpleIni.h @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later + */ /** @mainpage diff --git a/admin/win/tools/NCToolsShared/SimpleNamedMutex.cpp b/admin/win/tools/NCToolsShared/SimpleNamedMutex.cpp index f4f11d8f43..74d4827809 100644 --- a/admin/win/tools/NCToolsShared/SimpleNamedMutex.cpp +++ b/admin/win/tools/NCToolsShared/SimpleNamedMutex.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "SimpleNamedMutex.h" diff --git a/admin/win/tools/NCToolsShared/SimpleNamedMutex.h b/admin/win/tools/NCToolsShared/SimpleNamedMutex.h index d02564a37a..6cf7c89998 100644 --- a/admin/win/tools/NCToolsShared/SimpleNamedMutex.h +++ b/admin/win/tools/NCToolsShared/SimpleNamedMutex.h @@ -1,15 +1,6 @@ /* - * Copyright (C) by Michael Schuster - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/admin/win/tools/NCToolsShared/utility.h b/admin/win/tools/NCToolsShared/utility.h index 07fefaca65..e475d65cf8 100644 --- a/admin/win/tools/NCToolsShared/utility.h +++ b/admin/win/tools/NCToolsShared/utility.h @@ -1,21 +1,7 @@ /* - * Copyright (C) by Klaas Freitag - * Copyright (C) by Daniel Molkentin - * Copyright (C) by Michael Schuster - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2013 ownCloud, Inc. + * SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once diff --git a/admin/win/tools/NCToolsShared/utility_win.cpp b/admin/win/tools/NCToolsShared/utility_win.cpp index 34e083cdf9..0961e2e0b7 100644 --- a/admin/win/tools/NCToolsShared/utility_win.cpp +++ b/admin/win/tools/NCToolsShared/utility_win.cpp @@ -1,20 +1,7 @@ /* - * Copyright (C) by Daniel Molkentin - * Copyright (C) by Michael Schuster - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: ownCloud, Inc. + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include "utility.h" diff --git a/cmake/modules/AddCMockaTest.cmake b/cmake/modules/AddCMockaTest.cmake index b2d1ca8a4b..279887a921 100644 --- a/cmake/modules/AddCMockaTest.cmake +++ b/cmake/modules/AddCMockaTest.cmake @@ -1,7 +1,8 @@ # - ADD_CHECK_TEST(test_name test_source linklib1 ... linklibN) -# Copyright (c) 2007 Daniel Gollub -# Copyright (c) 2007-2010 Andreas Schneider +# SPDX-FileCopyrightText: 2007 Daniel Gollub +# SPDX-FileCopyrightText: 2007-2010 Andreas Schneider +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/modules/CheckCCompilerFlagSSP.cmake b/cmake/modules/CheckCCompilerFlagSSP.cmake index 2fe43954a9..db1bbc267e 100644 --- a/cmake/modules/CheckCCompilerFlagSSP.cmake +++ b/cmake/modules/CheckCCompilerFlagSSP.cmake @@ -10,7 +10,8 @@ # See help for CheckCSourceCompiles for a listing of variables # that can modify the build. -# Copyright (c) 2006, Alexander Neundorf, +# SPDX-FileCopyrightText: 2006 Alexander Neundorf +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/modules/CheckPrototypeDefinition.c.in b/cmake/modules/CheckPrototypeDefinition.c.in index a97344ac3e..fd7afa419c 100644 --- a/cmake/modules/CheckPrototypeDefinition.c.in +++ b/cmake/modules/CheckPrototypeDefinition.c.in @@ -1,5 +1,8 @@ @CHECK_PROTOTYPE_DEFINITION_HEADER@ +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause + static void cmakeRequireSymbol(int dummy, ...) { (void) dummy; } diff --git a/cmake/modules/CheckPrototypeDefinition.cmake b/cmake/modules/CheckPrototypeDefinition.cmake index 5d16eba4e0..5818033900 100644 --- a/cmake/modules/CheckPrototypeDefinition.cmake +++ b/cmake/modules/CheckPrototypeDefinition.cmake @@ -20,6 +20,10 @@ # CMAKE_REQUIRED_LIBRARIES = list of libraries to link #============================================================================= +# SPDX-FileCopyrightText: 2005-2009 Kitware, Inc. +# SPDX-FileCopyrightText: 2010-2011 Andreas Schneider +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright 2005-2009 Kitware, Inc. # Copyright 2010-2011 Andreas Schneider # diff --git a/cmake/modules/Copyright.txt.license b/cmake/modules/Copyright.txt.license new file mode 100644 index 0000000000..1f30422a4c --- /dev/null +++ b/cmake/modules/Copyright.txt.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2000-2009 Kitware, Inc., Insight Software Consortium +SPDX-License-Identifier: BSD-3-Clause diff --git a/cmake/modules/DefineCMakeDefaults.cmake b/cmake/modules/DefineCMakeDefaults.cmake index 8c00f49e70..89767b426f 100644 --- a/cmake/modules/DefineCMakeDefaults.cmake +++ b/cmake/modules/DefineCMakeDefaults.cmake @@ -1,4 +1,6 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/modules/DefineCompilerFlags.cmake b/cmake/modules/DefineCompilerFlags.cmake index d2ef129c54..ce20739122 100644 --- a/cmake/modules/DefineCompilerFlags.cmake +++ b/cmake/modules/DefineCompilerFlags.cmake @@ -1,4 +1,6 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/modules/DefineInstallationPaths.cmake b/cmake/modules/DefineInstallationPaths.cmake index b1fb47d590..592af77dbc 100644 --- a/cmake/modules/DefineInstallationPaths.cmake +++ b/cmake/modules/DefineInstallationPaths.cmake @@ -1,4 +1,6 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/modules/DefinePlatformDefaults.cmake b/cmake/modules/DefinePlatformDefaults.cmake index 91f6592153..d1b65e1859 100644 --- a/cmake/modules/DefinePlatformDefaults.cmake +++ b/cmake/modules/DefinePlatformDefaults.cmake @@ -1,4 +1,6 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/modules/DeployQt5.cmake b/cmake/modules/DeployQt5.cmake index b9e5d70292..68556ce699 100644 --- a/cmake/modules/DeployQt5.cmake +++ b/cmake/modules/DeployQt5.cmake @@ -65,8 +65,11 @@ # See documentation of FIXUP_QT5_BUNDLE. #============================================================================= -# Copyright 2011 Mike McQuaid -# Copyright 2013 Mihai Moldovan +# SPDX-FileCopyrightText: 2013 Mihai Moldovan +# SPDX-FileCopyrightText: 2011 Mike McQuaid +# SPDX-FileCopyrightText: 2000-2011 Kitware, Inc., Insight Software Consortium +# SPDX-License-Identifier: BSD-3-Clause +# # CMake - Cross Platform Makefile Generator # Copyright 2000-2011 Kitware, Inc., Insight Software Consortium # All rights reserved. diff --git a/cmake/modules/ECMAddAppIcon.cmake b/cmake/modules/ECMAddAppIcon.cmake index bd27b0590d..e308dbddc2 100644 --- a/cmake/modules/ECMAddAppIcon.cmake +++ b/cmake/modules/ECMAddAppIcon.cmake @@ -69,6 +69,13 @@ #============================================================================= +# SPDX-FileCopyrightText: 2014 Alex Merry +# SPDX-FileCopyrightText: 2014 Ralf Habacker +# SPDX-FileCopyrightText: 2006-2009 Alexander Neundorf, +# SPDX-FileCopyrightText: 2006, 2007, Laurent Montel, +# SPDX-FileCopyrightText: 2007 Matthias Kretz +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright 2014 Alex Merry # Copyright 2014 Ralf Habacker # Copyright 2006-2009 Alexander Neundorf, diff --git a/cmake/modules/FindCMocka.cmake b/cmake/modules/FindCMocka.cmake index 65a13a76d2..c796a663c5 100644 --- a/cmake/modules/FindCMocka.cmake +++ b/cmake/modules/FindCMocka.cmake @@ -10,7 +10,8 @@ # CMOCKA_DEFINITIONS - Compiler switches required for using CMocka # #============================================================================= -# Copyright (c) 2011-2012 Andreas Schneider +# SPDX-FileCopyrightText: 2011-2012 Andreas Schneider +# SPDX-License-Identifier: BSD-3-Clause # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. diff --git a/cmake/modules/FindLibSSH.cmake b/cmake/modules/FindLibSSH.cmake index 94dbf762ba..13186c92ac 100644 --- a/cmake/modules/FindLibSSH.cmake +++ b/cmake/modules/FindLibSSH.cmake @@ -6,7 +6,8 @@ # LIBSSH_LIBRARIES - Link these to use LibSSH # LIBSSH_DEFINITIONS - Compiler switches required for using LibSSH # -# Copyright (c) 2009 Andreas Schneider +# SPDX-FileCopyrightText: 2009 Andreas Schneider +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the New # BSD license. diff --git a/cmake/modules/FindPackageVersionCheck.cmake b/cmake/modules/FindPackageVersionCheck.cmake index 7c026f3627..7da7b8abad 100644 --- a/cmake/modules/FindPackageVersionCheck.cmake +++ b/cmake/modules/FindPackageVersionCheck.cmake @@ -1,4 +1,6 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-FileCopyrightText: 2009 Andreas Schneider +# SPDX-License-Identifier: BSD-3-Clause # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. @@ -13,9 +15,6 @@ # set(LibSSH_VERSION 0.3.0) # find_package_version_check(LibSSH DEFAULT_MSG) # -# -# Copyright (c) 2009 Andreas Schneider -# # Redistribution and use is allowed according to the terms of the New # BSD license. diff --git a/cmake/modules/FindPdfLatex.cmake b/cmake/modules/FindPdfLatex.cmake index 82fb8c6591..eceafab155 100644 --- a/cmake/modules/FindPdfLatex.cmake +++ b/cmake/modules/FindPdfLatex.cmake @@ -1,4 +1,5 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/modules/FindPng2Ico.cmake b/cmake/modules/FindPng2Ico.cmake index d84f667301..3f18e32098 100644 --- a/cmake/modules/FindPng2Ico.cmake +++ b/cmake/modules/FindPng2Ico.cmake @@ -40,6 +40,9 @@ # Since 1.7.0. #============================================================================= +# SPDX-FileCopyrightText: 2014 Alex Merry +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright 2014 Alex Merry # # Redistribution and use in source and binary forms, with or without diff --git a/cmake/modules/FindSMBClient.cmake b/cmake/modules/FindSMBClient.cmake index 730498eddc..8ca9819b75 100644 --- a/cmake/modules/FindSMBClient.cmake +++ b/cmake/modules/FindSMBClient.cmake @@ -6,7 +6,8 @@ # SMBCLIENT_LIBRARIES - Link these to use SMBClient # SMBCLIENT_DEFINITIONS - Compiler switches required for using SMBClient # -# Copyright (c) 2013 Andreas Schneider +# SPDX-FileCopyrightText: 2013 Andreas Schneider +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the New # BSD license. diff --git a/cmake/modules/FindSparkle.cmake b/cmake/modules/FindSparkle.cmake index 2b0c75b95d..19d82b9cd7 100644 --- a/cmake/modules/FindSparkle.cmake +++ b/cmake/modules/FindSparkle.cmake @@ -3,7 +3,9 @@ # Once done this will define # SPARKLE_FOUND - system has Sparkle # SPARKLE_LIBRARY - The framework needed to use Sparkle -# Copyright (c) 2009, Vittorio Giovara +# +# SPDX-FileCopyrightText: 2009 Vittorio Giovara +# SPDX-License-Identifier: BSD-3-Clause # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. diff --git a/cmake/modules/FindSphinx.cmake b/cmake/modules/FindSphinx.cmake index 953f626a59..7468234cc7 100644 --- a/cmake/modules/FindSphinx.cmake +++ b/cmake/modules/FindSphinx.cmake @@ -1,4 +1,6 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/modules/GetGitRevisionDescription.cmake b/cmake/modules/GetGitRevisionDescription.cmake index 1f9005b69f..2a85a83bd3 100644 --- a/cmake/modules/GetGitRevisionDescription.cmake +++ b/cmake/modules/GetGitRevisionDescription.cmake @@ -20,6 +20,9 @@ # # Requires CMake 2.6 or newer (uses the 'function' command) # +# SPDX-FileCopyrightText: 2009-2010 Ryan Pavlik +# SPDX-License-Identifier: BSL-1.0 +# # Original Author: # 2009-2010 Ryan Pavlik # http://academic.cleardefinition.com diff --git a/cmake/modules/GetGitRevisionDescription.cmake.in b/cmake/modules/GetGitRevisionDescription.cmake.in index 888ce13aab..74bdbbab95 100644 --- a/cmake/modules/GetGitRevisionDescription.cmake.in +++ b/cmake/modules/GetGitRevisionDescription.cmake.in @@ -4,6 +4,9 @@ # Requires CMake 2.6 or newer (uses the 'function' command) # # Original Author: +# SPDX-FileCopyrightText: 2009-2010 Ryan Pavlik +# SPDX-License-Identifier: BSL-1.0 +# # 2009-2010 Ryan Pavlik # http://academic.cleardefinition.com # Iowa State University HCI Graduate Program/VRAC diff --git a/cmake/modules/MacroAddCompileFlags.cmake b/cmake/modules/MacroAddCompileFlags.cmake index 8c51296099..0e2ffaa6a0 100644 --- a/cmake/modules/MacroAddCompileFlags.cmake +++ b/cmake/modules/MacroAddCompileFlags.cmake @@ -1,7 +1,8 @@ # - MACRO_ADD_COMPILE_FLAGS(target_name flag1 ... flagN) -# Copyright (c) 2006, Oswald Buddenhagen, -# Copyright (c) 2006, Andreas Schneider, +# SPDX-FileCopyrightText: 2006 Oswald Buddenhagen, +# SPDX-FileCopyrightText: 2006 Andreas Schneider, +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/modules/MacroAddLinkFlags.cmake b/cmake/modules/MacroAddLinkFlags.cmake index eaef154015..308d8e4d1f 100644 --- a/cmake/modules/MacroAddLinkFlags.cmake +++ b/cmake/modules/MacroAddLinkFlags.cmake @@ -1,7 +1,8 @@ # - MACRO_ADD_LINK_FLAGS(target_name flag1 ... flagN) -# Copyright (c) 2006, Oswald Buddenhagen, -# Copyright (c) 2006, Andreas Schneider, +# SPDX-FileCopyrightText: 2006 Oswald Buddenhagen +# SPDX-FileCopyrightText: 2006 Andreas Schneider +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/modules/MacroEnsureOutOfSourceBuild.cmake b/cmake/modules/MacroEnsureOutOfSourceBuild.cmake index a2e9480992..30894df100 100644 --- a/cmake/modules/MacroEnsureOutOfSourceBuild.cmake +++ b/cmake/modules/MacroEnsureOutOfSourceBuild.cmake @@ -1,7 +1,8 @@ # - MACRO_ENSURE_OUT_OF_SOURCE_BUILD() # MACRO_ENSURE_OUT_OF_SOURCE_BUILD() -# Copyright (c) 2006, Alexander Neundorf, +# SPDX-FileCopyrightText: 2006 Alexander Neundorf +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/modules/MacroLogFeature.cmake b/cmake/modules/MacroLogFeature.cmake index 631c7ac022..900007f451 100644 --- a/cmake/modules/MacroLogFeature.cmake +++ b/cmake/modules/MacroLogFeature.cmake @@ -24,9 +24,10 @@ # ... # MACRO_DISPLAY_FEATURE_LOG() -# Copyright (c) 2006, Alexander Neundorf, -# Copyright (c) 2006, Allen Winter, -# Copyright (c) 2009, Sebastian Trueg, +# SPDX-FileCopyrightText: 2006 Alexander Neundorf +# SPDX-FileCopyrightText: 2006 Allen Winter +# SPDX-FileCopyrightText: 2009 Sebastian Trueg +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/modules/MacroOptionalFindPackage.cmake b/cmake/modules/MacroOptionalFindPackage.cmake index a066bc781c..0718fb1d01 100644 --- a/cmake/modules/MacroOptionalFindPackage.cmake +++ b/cmake/modules/MacroOptionalFindPackage.cmake @@ -7,7 +7,8 @@ # The standard _FOUND variables can be used in the same way # as when using the normal FIND_PACKAGE() -# Copyright (c) 2006-2010 Alexander Neundorf, +# SPDX-FileCopyrightText: 2006-2010 Alexander Neundorf +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. diff --git a/cmake/modules/UseDoxygen.cmake b/cmake/modules/UseDoxygen.cmake index 86622f61ca..02d35e2ae8 100644 --- a/cmake/modules/UseDoxygen.cmake +++ b/cmake/modules/UseDoxygen.cmake @@ -1,4 +1,7 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-FileCopyrightText: 2004-2006 Jan Woetzel +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/modules/Warnings.cmake b/cmake/modules/Warnings.cmake index 371e7bcd05..8bb5ea3451 100644 --- a/cmake/modules/Warnings.cmake +++ b/cmake/modules/Warnings.cmake @@ -1,4 +1,6 @@ -# (c) 2014 Copyright ownCloud GmbH +# SPDX-FileCopyrightText: 2014 ownCloud GmbH +# SPDX-License-Identifier: BSD-3-Clause +# # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING* file. diff --git a/cmake/scripts/generate_findpackage_file b/cmake/scripts/generate_findpackage_file index a29d2d8e06..d0d164dc25 100644 --- a/cmake/scripts/generate_findpackage_file +++ b/cmake/scripts/generate_findpackage_file @@ -8,23 +8,9 @@ # ##################################################################### # -# Copyright (c) 2006 Alexander Neundorf -# Copyright (c) 2006 Andreas Schneider -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# SPDX-FileCopyrightText: 2006 Alexander Neundorf +# SPDX-FileCopyrightText: 2006 Andreas Schneider +# SPDX-License-Identifier: GPL-2.0-or-later # require 'readline' diff --git a/cmake/scripts/generate_lib_file b/cmake/scripts/generate_lib_file index 8fee25703c..ab01c041ea 100644 --- a/cmake/scripts/generate_lib_file +++ b/cmake/scripts/generate_lib_file @@ -7,21 +7,8 @@ # ##################################################################### # -# Copyright (c) 2006 Andreas Schneider -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# SPDX-FileCopyrightText: 2006 Andreas Schneider +# SPDX-License-Identifier: GPL-2.0-or-later # print("Name of project: ") diff --git a/test/activitylistmodeltestutils.cpp b/test/activitylistmodeltestutils.cpp index 2cdf5a003c..197fa0317c 100644 --- a/test/activitylistmodeltestutils.cpp +++ b/test/activitylistmodeltestutils.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "activitylistmodeltestutils.h" diff --git a/test/activitylistmodeltestutils.h b/test/activitylistmodeltestutils.h index a68d72481e..32eb8877f0 100644 --- a/test/activitylistmodeltestutils.h +++ b/test/activitylistmodeltestutils.h @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/csync/cmdline.c b/test/csync/cmdline.c index 459c77f465..34edc771f0 100644 --- a/test/csync/cmdline.c +++ b/test/csync/cmdline.c @@ -1,21 +1,8 @@ /* * libcsync -- a library to sync a directory with another * - * Copyright (c) 2008-2013 by Andreas Schneider - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2008-2013 Andreas Schneider + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include "config_csync.h" #include "torture.h" diff --git a/test/csync/std_tests/check_std_c_jhash.c b/test/csync/std_tests/check_std_c_jhash.c index b11fe6ee91..7945a7c07d 100644 --- a/test/csync/std_tests/check_std_c_jhash.c +++ b/test/csync/std_tests/check_std_c_jhash.c @@ -1,4 +1,7 @@ /* + * SPDX-FileCopyrightText: 1996 Bob Jenkins + * SPDX-License-Identifier: CC0-1.0 + * * Tests are taken form lookup2.c and lookup8.c * by Bob Jenkins, December 1996, Public Domain. * diff --git a/test/csync/torture.c b/test/csync/torture.c index 403fafb9fb..f7c65e238c 100644 --- a/test/csync/torture.c +++ b/test/csync/torture.c @@ -1,21 +1,8 @@ /* * libcsync -- a library to sync a directory with another * - * Copyright (c) 2008-2013 by Andreas Schneider - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2008-2013 Andreas Schneider + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include "config_csync.h" diff --git a/test/csync/torture.h b/test/csync/torture.h index 16fb48f533..a6cdcdc065 100644 --- a/test/csync/torture.h +++ b/test/csync/torture.h @@ -1,21 +1,8 @@ /* * libcsync -- a library to sync a directory with another * - * Copyright (c) 2008-2013 by Andreas Schneider - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2008-2013 Andreas Schneider + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef _TORTURE_H #define _TORTURE_H diff --git a/test/csync/vio_tests/check_vio_ext.cpp b/test/csync/vio_tests/check_vio_ext.cpp index 7542271216..df10228e17 100644 --- a/test/csync/vio_tests/check_vio_ext.cpp +++ b/test/csync/vio_tests/check_vio_ext.cpp @@ -1,21 +1,9 @@ /* * libcsync -- a library to sync a directory with another * - * Copyright (c) 2015-2013 by Klaas Freitag - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2013 ownCloud, Inc. + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include #include diff --git a/test/endtoendtestutils.cpp b/test/endtoendtestutils.cpp index a25a7e145b..df491fb8ba 100644 --- a/test/endtoendtestutils.cpp +++ b/test/endtoendtestutils.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "endtoendtestutils.h" diff --git a/test/endtoendtestutils.h b/test/endtoendtestutils.h index c1a48329a4..6d163c9647 100644 --- a/test/endtoendtestutils.h +++ b/test/endtoendtestutils.h @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/test/manual/favlink/main.cpp b/test/manual/favlink/main.cpp index 4d9ee0f15f..f8a422f589 100644 --- a/test/manual/favlink/main.cpp +++ b/test/manual/favlink/main.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Daniel Molkentin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2013 ownCloud, Inc. + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "../../../src/libsync/utility.h" diff --git a/test/mockserver/httpserver.cpp b/test/mockserver/httpserver.cpp index 43a4c81ce0..f90fb36452 100644 --- a/test/mockserver/httpserver.cpp +++ b/test/mockserver/httpserver.cpp @@ -1,15 +1,7 @@ /* - * Copyright (C) by Daniel Molkentin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2015 ownCloud, Inc. + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "httpserver.h" diff --git a/test/mockserver/httpserver.h b/test/mockserver/httpserver.h index 91bd5899ee..1d622a66f2 100644 --- a/test/mockserver/httpserver.h +++ b/test/mockserver/httpserver.h @@ -1,15 +1,7 @@ /* - * Copyright (C) by Daniel Molkentin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2015 ownCloud, Inc. + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/mockserver/main.cpp b/test/mockserver/main.cpp index c106456ae6..e1f4ffd4c0 100644 --- a/test/mockserver/main.cpp +++ b/test/mockserver/main.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Daniel Molkentin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2015 ownCloud, Inc. + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/pushnotificationstestutils.cpp b/test/pushnotificationstestutils.cpp index 7df542ec45..72766c582e 100644 --- a/test/pushnotificationstestutils.cpp +++ b/test/pushnotificationstestutils.cpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later + */ + #include #include #include diff --git a/test/pushnotificationstestutils.h b/test/pushnotificationstestutils.h index 25c1d93458..6121b8ad79 100644 --- a/test/pushnotificationstestutils.h +++ b/test/pushnotificationstestutils.h @@ -1,15 +1,6 @@ /* - * Copyright (C) by Felix Weilbach - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/test/testactivitydata.cpp b/test/testactivitydata.cpp index 87fc26ce4e..d986c05e17 100644 --- a/test/testactivitydata.cpp +++ b/test/testactivitydata.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "gui/tray/activitydata.h" diff --git a/test/testactivitylistmodel.cpp b/test/testactivitylistmodel.cpp index 6e96880f21..04b22fd501 100644 --- a/test/testactivitylistmodel.cpp +++ b/test/testactivitylistmodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "activitylistmodeltestutils.h" diff --git a/test/testclientstatusreporting.cpp b/test/testclientstatusreporting.cpp index 3ab6869684..9b12f1e291 100644 --- a/test/testclientstatusreporting.cpp +++ b/test/testclientstatusreporting.cpp @@ -1,16 +1,8 @@ /* - * Copyright (C) by Oleksandr Zolotov - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ + #include "account.h" #include "accountstate.h" #include "clientstatusreportingcommon.h" diff --git a/test/testdatefieldbackend.cpp b/test/testdatefieldbackend.cpp index 96f2ba1daf..850e9c919c 100644 --- a/test/testdatefieldbackend.cpp +++ b/test/testdatefieldbackend.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "gui/filedetails/datefieldbackend.h" diff --git a/test/teste2efiletransfer.cpp b/test/teste2efiletransfer.cpp index 9685096c52..aa1d19b006 100644 --- a/test/teste2efiletransfer.cpp +++ b/test/teste2efiletransfer.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/teste2eserversetup.cpp b/test/teste2eserversetup.cpp index ff7eda4678..dcdf404ffa 100644 --- a/test/teste2eserversetup.cpp +++ b/test/teste2eserversetup.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/testfiletagmodel.cpp b/test/testfiletagmodel.cpp index 46da61c540..0a73828e0e 100644 --- a/test/testfiletagmodel.cpp +++ b/test/testfiletagmodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "gui/filetagmodel.h" diff --git a/test/testfolderstatusmodel.cpp b/test/testfolderstatusmodel.cpp index 0cc842e617..d44e59e186 100644 --- a/test/testfolderstatusmodel.cpp +++ b/test/testfolderstatusmodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Matthieu Gallien - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/testiconutils.cpp b/test/testiconutils.cpp index fd3186b53a..bd6d81ece9 100644 --- a/test/testiconutils.cpp +++ b/test/testiconutils.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Oleksandr Zolotov - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/testlongpath.cpp b/test/testlongpath.cpp index 442d3354a0..cf65a5e635 100644 --- a/test/testlongpath.cpp +++ b/test/testlongpath.cpp @@ -1,22 +1,11 @@ /* * libcsync -- a library to sync a directory with another * - * Copyright (c) 2013 by Klaas Freitag - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2013 ownCloud, Inc. + * SPDX-License-Identifier: LGPL-2.1-or-later */ + #include "common/filesystembase.h" #include "csync/csync.h" #include "csync/vio/csync_vio_local.h" diff --git a/test/testpushnotifications.cpp b/test/testpushnotifications.cpp index e8a2ab08cf..a3d813eaef 100644 --- a/test/testpushnotifications.cpp +++ b/test/testpushnotifications.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Felix Weilbach - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/test/testsetuserstatusdialog.cpp b/test/testsetuserstatusdialog.cpp index f9f5f0d0f7..6820e66060 100644 --- a/test/testsetuserstatusdialog.cpp +++ b/test/testsetuserstatusdialog.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Felix Weilbach - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "userstatusconnector.h" diff --git a/test/testsharemodel.cpp b/test/testsharemodel.cpp index c1e92bba66..52567ab145 100644 --- a/test/testsharemodel.cpp +++ b/test/testsharemodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "gui/filedetails/sharemodel.h" diff --git a/test/testsortedactivitylistmodel.cpp b/test/testsortedactivitylistmodel.cpp index 68e960410b..b41000ec10 100644 --- a/test/testsortedactivitylistmodel.cpp +++ b/test/testsortedactivitylistmodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "activitylistmodeltestutils.h" diff --git a/test/testsortedsharemodel.cpp b/test/testsortedsharemodel.cpp index ade721120d..f0371adf1f 100644 --- a/test/testsortedsharemodel.cpp +++ b/test/testsortedsharemodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "gui/filedetails/sortedsharemodel.h" diff --git a/test/testsyncconflictsmodel.cpp b/test/testsyncconflictsmodel.cpp index fb7b94ab67..97309e5ee4 100644 --- a/test/testsyncconflictsmodel.cpp +++ b/test/testsyncconflictsmodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Claudio Cambra - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "gui/syncconflictsmodel.h" diff --git a/test/testunifiedsearchlistmodel.cpp b/test/testunifiedsearchlistmodel.cpp index ce285dcae5..ed948d2a39 100644 --- a/test/testunifiedsearchlistmodel.cpp +++ b/test/testunifiedsearchlistmodel.cpp @@ -1,15 +1,6 @@ /* - * Copyright (C) by Oleksandr Zolotov - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "gui/tray/unifiedsearchresultslistmodel.h" diff --git a/theme.qrc.in.license b/theme.qrc.in.license new file mode 100644 index 0000000000..d86afab5ae --- /dev/null +++ b/theme.qrc.in.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: GPL-2.0-or-later diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index 11c49a52aa..971ef030a6 100644 --- a/theme/Style/Style.qml +++ b/theme/Style/Style.qml @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +// SPDX-License-Identifier: GPL-2.0-or-later pragma Singleton import QtQuick diff --git a/theme/Style/qmldir.license b/theme/Style/qmldir.license new file mode 100644 index 0000000000..233dfc7409 --- /dev/null +++ b/theme/Style/qmldir.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: GPL-2.0-or-later diff --git a/theme/call-notification.wav.license b/theme/call-notification.wav.license new file mode 100644 index 0000000000..2b839893ab --- /dev/null +++ b/theme/call-notification.wav.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2017 Feandesign +SPDX-License-Identifier: CC0-1.0 diff --git a/theme/nextcloud.VisualElementsManifest.xml.license b/theme/nextcloud.VisualElementsManifest.xml.license new file mode 100644 index 0000000000..4540ecdffb --- /dev/null +++ b/theme/nextcloud.VisualElementsManifest.xml.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors +SPDX-License-Identifier: GPL-2.0-or-later