Skip to content

Commit 92aa7b6

Browse files
committed
chore: Migrate reuse to toml format
Signed-off-by: Jonas <[email protected]>
1 parent 0223452 commit 92aa7b6

File tree

2 files changed

+40
-28
lines changed

2 files changed

+40
-28
lines changed

.reuse/dep5

Lines changed: 0 additions & 28 deletions
This file was deleted.

REUSE.toml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
version = 1
2+
SPDX-PackageName = "text"
3+
SPDX-PackageSupplier = "Nextcloud <[email protected]>"
4+
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/text"
5+
6+
[[annotations]]
7+
path = [".gitattributes", ".editorconfig", "babel.config.js", ".php-cs-fixer.dist.php", "package-lock.json", "package.json", "composer.json", "composer.lock", "webpack.js", "stylelint.config.js", ".eslintrc.js", "cypress/.eslintrc.json", ".gitignore", ".jshintrc", ".l10nignore", "action/.gitignore", "action/package.json", "action/package-lock.json", "action/dist/index.js", "tests/**", "psalm.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "webpack.config.js", "js/vendor.LICENSE.txt", ".github/CODEOWNERS", "vite.config.js", "stylelint.config.cjs", "composer/**.php", "composer/composer.**", "tsconfig.json", "jsconfig.json", "krankerl.toml", "renovate.json", ".github/ISSUE_TEMPLATE/**", ".nextcloudignore", "CHANGELOG.md", ".tsconfig.json"]
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "none"
10+
SPDX-License-Identifier = "CC0-1.0"
11+
12+
[[annotations]]
13+
path = ["l10n/**.js", "l10n/**.json", "js/**.mjs.map", "js/**.mjs", "css/**.css"]
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
16+
SPDX-License-Identifier = "AGPL-3.0-or-later"
17+
18+
[[annotations]]
19+
path = ["src/assets/status-icons/user-status-away.svg", "src/assets/status-icons/user-status-dnd.svg", "src/assets/status-icons/user-status-online.svg", "img/checkbox-mark.svg", "img/article.svg"]
20+
precedence = "aggregate"
21+
SPDX-FileCopyrightText = "2018-2024 Google LLC"
22+
SPDX-License-Identifier = "Apache-2.0"
23+
24+
[[annotations]]
25+
path = ["lib/composer/**", "apps/**/composer/autoload.php", "apps/**/composer/composer/**.php", "apps/files_external/3rdparty/autoload.php", "composer/composer/**"]
26+
precedence = "aggregate"
27+
SPDX-FileCopyrightText = "Nils Adermann, Jordi Boggiano"
28+
SPDX-License-Identifier = "MIT"
29+
30+
[[annotations]]
31+
path = ["cypress/fixtures/**", "cypress/snapshots/**", "src/tests/fixtures/**"]
32+
precedence = "aggregate"
33+
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
34+
SPDX-License-Identifier = "AGPL-3.0-or-later"
35+
36+
[[annotations]]
37+
path = ["img/app-dark.svg", "img/app.png", "img/app.svg", "img/screenshots/**"]
38+
precedence = "aggregate"
39+
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
40+
SPDX-License-Identifier = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)