chore: Migrate REUSE to TOML format
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Родитель
3f9ca16348
Коммит
0bbf1847e8
24
.reuse/dep5
24
.reuse/dep5
|
@ -1,24 +0,0 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: nextcloud_announcements
|
||||
Upstream-Contact: Nextcloud <info@nextcloud.com>
|
||||
Source: https://github.com/nextcloud/nextcloud_announcements
|
||||
|
||||
Files: l10n/*.js l10n/*.json appinfo/certificate.crt
|
||||
Copyright: 2016 Nextcloud GmbH and Nextcloud contributors
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Files: .tx/config
|
||||
Copyright: 2018 Nextcloud GmbH and Nextcloud contributors
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Files: .github/CODEOWNERS
|
||||
Copyright: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Files: composer.json composer.lock tests/psalm-baseline.xml
|
||||
Copyright: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
Files: img/app.svg img/app-dark.svg
|
||||
Copyright: 2018-2024 Google LLC
|
||||
License: Apache-2.0
|
|
@ -0,0 +1,36 @@
|
|||
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
version = 1
|
||||
SPDX-PackageName = "nextcloud_announcements"
|
||||
SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/nextcloud_announcements"
|
||||
|
||||
[[annotations]]
|
||||
path = ["l10n/**.js", "l10n/**.json", "appinfo/certificate.crt"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ".tx/config"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2018 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ".github/CODEOWNERS"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ["composer.json", "composer.lock", "tests/psalm-baseline.xml"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = ["img/app.svg", "img/app-dark.svg"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2018-2024 Google LLC"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
Загрузка…
Ссылка в новой задаче