From 5348ae55815bdfeb55727ef749137f3d4d0432a0 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 3 Sep 2024 16:34:02 +0200 Subject: [PATCH] chore: Migrate REUSE to toml format Signed-off-by: Andy Scherzinger --- .reuse/dep5 | 64 ----------------------------------- REUSE.toml | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 64 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 8db39904e..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,64 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: contacts -Upstream-Contact: Nextcloud -Source: https://github.com/nextcloud/contacts - -Files: l10n/*.js l10n/*.json js/*.js.map js/*.js -Copyright: 2016 Nextcloud GmbH and Nextcloud contributors -License: AGPL-3.0-or-later - -Files: img/favicon-mask.svg img/favicon-touch.png img/favicon-touch.svg img/favicon.ico img/favicon.png img/favicon.svg -Copyright: 2018-2024 Google LLC, 2024 Nextcloud GmbH and Nextcloud contributors -License: Apache-2.0 - -Files: .tx/config package-lock.json package.json -Copyright: 2016 ownCloud, Inc., 2016-2024 Nextcloud GmbH and Nextcloud contributors -License: AGPL-3.0-or-later - -Files: composer.json composer.lock img/no-calendar.svg -Copyright: 2019-2024 Nextcloud GmbH and Nextcloud contributors -License: AGPL-3.0-or-later - -Files: tsconfig.json -Copyright: 2021 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: renovate.json -Copyright: 2024 Nextcloud GmbH and Nextcloud contributors -License: AGPL-3.0-or-later - -Files: img/address-book.svg img/circles.svg img/clone.svg img/eye.svg img/language.svg img/phone.svg img/qrcode.svg img/recent-actors.svg img/social.svg img/sync.svg img/up.svg img/contacts.svg img/app.svg img/group.svg -Copyright: 2018-2024 Google LLC -License: Apache-2.0 - -Files: img/facebook.svg -Copyright: 2024 Meta -License: LicenseRef-FacebookTrademarks - -Files: img/instagram.svg -Copyright: 2024 Meta -License: LicenseRef-InstagramTrademarks - -Files: img/diaspora.svg -Copyright: 2024 Diaspora -License: LicenseRef-DiasporaTrademarks - -Files: img/mastodon.svg -Copyright: 2024 Mastodon gGmbH -License: LicenseRef-MastodonTrademarks - -Files: img/tumblr.svg -Copyright: 2024 Tumblr, Inc. -License: LicenseRef-TumblrTrademarks - -Files: img/xing.svg -Copyright: fontawesome.com -License: CC-BY-4.0 - -Files: img/gravatar.svg -Copyright: svgrepo.com -License: CC0-1.0 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..a513b9722 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,96 @@ +# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later +version = 1 +SPDX-PackageName = "contacts" +SPDX-PackageSupplier = "Nextcloud " +SPDX-PackageDownloadLocation = "https://github.com/nextcloud/contacts" + +[[annotations]] +path = ["l10n/**.js", "l10n/**.json", "js/**.js.map", "js/**.js"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = ["img/favicon-mask.svg", "img/favicon-touch.png", "img/favicon-touch.svg", "img/favicon.ico", "img/favicon.png", "img/favicon.svg"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Google LLC, 2024 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = [".tx/config", "package-lock.json", "package.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2016 ownCloud, Inc., 2016-2024 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = ["composer.json", "composer.lock", "img/no-calendar.svg"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2019-2024 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = "tsconfig.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 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 = "renovate.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 Nextcloud GmbH and Nextcloud contributors" +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = ["img/address-book.svg", "img/circles.svg", "img/clone.svg", "img/eye.svg", "img/language.svg", "img/phone.svg", "img/qrcode.svg", "img/recent-actors.svg", "img/social.svg", "img/sync.svg", "img/up.svg", "img/contacts.svg", "img/app.svg", "img/group.svg"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2024 Google LLC" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "img/facebook.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 Meta" +SPDX-License-Identifier = "LicenseRef-FacebookTrademarks" + +[[annotations]] +path = "img/instagram.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 Meta" +SPDX-License-Identifier = "LicenseRef-InstagramTrademarks" + +[[annotations]] +path = "img/diaspora.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 Diaspora" +SPDX-License-Identifier = "LicenseRef-DiasporaTrademarks" + +[[annotations]] +path = "img/mastodon.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 Mastodon gGmbH" +SPDX-License-Identifier = "LicenseRef-MastodonTrademarks" + +[[annotations]] +path = "img/tumblr.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 Tumblr, Inc." +SPDX-License-Identifier = "LicenseRef-TumblrTrademarks" + +[[annotations]] +path = "img/xing.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "fontawesome.com " +SPDX-License-Identifier = "CC-BY-4.0" + +[[annotations]] +path = "img/gravatar.svg" +precedence = "aggregate" +SPDX-FileCopyrightText = "svgrepo.com " +SPDX-License-Identifier = "CC0-1.0"