Skip to content

Commit 4198147

Browse files
AndyScherzingermejo-
authored andcommitted
chore: Migrate reuse to toml format
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent f7492a6 commit 4198147

File tree

2 files changed

+42
-28
lines changed

2 files changed

+42
-28
lines changed

.reuse/dep5

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

REUSE.toml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
version = 1
4+
SPDX-PackageName = "text"
5+
SPDX-PackageSupplier = "Nextcloud <[email protected]>"
6+
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/text"
7+
8+
[[annotations]]
9+
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"]
10+
precedence = "aggregate"
11+
SPDX-FileCopyrightText = "none"
12+
SPDX-License-Identifier = "CC0-1.0"
13+
14+
[[annotations]]
15+
path = ["l10n/**.js", "l10n/**.json", "js/**.mjs.map", "js/**.mjs", "css/**.css"]
16+
precedence = "aggregate"
17+
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
18+
SPDX-License-Identifier = "AGPL-3.0-or-later"
19+
20+
[[annotations]]
21+
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"]
22+
precedence = "aggregate"
23+
SPDX-FileCopyrightText = "2018-2024 Google LLC"
24+
SPDX-License-Identifier = "Apache-2.0"
25+
26+
[[annotations]]
27+
path = ["lib/composer/**", "apps/**/composer/autoload.php", "apps/**/composer/composer/**.php", "apps/files_external/3rdparty/autoload.php", "composer/composer/**"]
28+
precedence = "aggregate"
29+
SPDX-FileCopyrightText = "Nils Adermann, Jordi Boggiano"
30+
SPDX-License-Identifier = "MIT"
31+
32+
[[annotations]]
33+
path = ["cypress/fixtures/**", "cypress/snapshots/**", "src/tests/fixtures/**"]
34+
precedence = "aggregate"
35+
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
36+
SPDX-License-Identifier = "AGPL-3.0-or-later"
37+
38+
[[annotations]]
39+
path = ["img/app-dark.svg", "img/app.png", "img/app.svg", "img/screenshots/**"]
40+
precedence = "aggregate"
41+
SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors"
42+
SPDX-License-Identifier = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)