From 9f94af6f5baff844ea66444632301aee421731b1 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Thu, 18 Jul 2024 08:34:47 +0200 Subject: [PATCH] chore: Upgrade to REUSE spec version 3.2 --- .reuse/dep5 | 12 ------------ REUSE.toml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index aa436e69b..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,12 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: swift -Upstream-Contact: <> -Source: https://github.com/swift-project/pilotclient - -Files: scripts/csl2xsb/* -Copyright: Copyright (c) 2019 B.Hoppe -License: MIT - -Files: src/blackgui/**.ui -Copyright: Copyright (C) swift Project Community / Contributors -License: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1 diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..109e90b40 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors +# SPDX-License-Identifier: CC0-1.0 + +version = 1 +SPDX-PackageName = "swift pilotclient" +SPDX-PackageDownloadLocation = "https://github.com/swift-project/pilotclient" + +[[annotations]] +path = "scripts/csl2xsb/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright (c) 2019 B.Hoppe" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "src/blackgui/**.ui" +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright (C) swift Project Community / Contributors" +SPDX-License-Identifier = "GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1"