Skip to content

Commit

Permalink
build(reuse): Move license statements closer to the fragments
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Oct 1, 2024
1 parent 8039ff6 commit 8f4efc1
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
version: 2
updates:
- package-ecosystem: composer
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0

# just sane ignores
.*.sw[po]
*.bak
Expand Down
2 changes: 2 additions & 0 deletions .l10nignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
# compiled vue templates
js/
10 changes: 2 additions & 8 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,13 @@ SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = ["docs", ".github/issue_template.md", ".github/contributing.md", "AUTHORS.md", "README.md"]
path = [".github/issue_template.md", ".github/contributing.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = "tests/Integration/features/**.feature"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = ["package.json", "package-lock.json", "**/package.json", "**/package-lock.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".gitignore", ".l10nignore", "psalm.xml", "tests/psalm-baseline.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "**/phpunit.xml", "js/vendor.LICENSE.txt", "tsconfig.json"]
path = ["package.json", "package-lock.json", "**/package.json", "**/package-lock.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", "psalm.xml", "tests/psalm-baseline.xml", ".tx/config", "**/phpunit.xml", "js/vendor.LICENSE.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/features/admin-notification-v2.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
Feature: admin-notification
Background:
Given user "test1" exists
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/features/cli-notification.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
Feature: cli-notification
Background:
Given user "test1" exists
Expand Down
3 changes: 3 additions & 0 deletions tests/Integration/features/delete-notifications-v1.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
# SPDX-License-Identifier: CC0-1.0
Feature: delete-notifications
Background:
Given user "test1" exists
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/features/delete-notifications-v2.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
Feature: delete-notifications
Background:
Given user "test1" exists
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/features/exists-notifications-v2.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
Feature: exists-notifications-v2
Background:
Given user "test1" exists
Expand Down
3 changes: 3 additions & 0 deletions tests/Integration/features/notifications-content-v1.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2016 ownCloud, Inc.
# SPDX-License-Identifier: CC0-1.0
Feature: notifications-content
Background:
Given user "test1" exists
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/features/notifications-content-v2.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
Feature: notifications-content
Background:
Given user "test1" exists
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/features/push-registration.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
Feature: Push registration
Background:
Given user "test1" exists
Expand Down
3 changes: 3 additions & 0 deletions tests/Integration/features/statuscodes-v1.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
# SPDX-License-Identifier: CC0-1.0
Feature: statuscodes
Background:
Given user "test1" exists
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/features/statuscodes-v2.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
Feature: statuscodes
Background:
Given user "test1" exists
Expand Down

0 comments on commit 8f4efc1

Please sign in to comment.