From 21484c8184416c217f0262e01e842e25ccfd5cb2 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 5 Dec 2024 17:28:22 +0100 Subject: [PATCH] Convert reuse data to new format --- .reuse/dep5 | 55 ----------------------------------- REUSE.toml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 55 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 5016bf1aa..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,55 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: NeoChat -Upstream-Contact: Carl Schwan - -Files: 128-logo.png icons/* logo.png org.kde.neochat.svg org.kde.neochat.tray.svg android/res/drawable/neochat.png android/neochat-playstore.png -Copyright: 2020 Carson Black -License: LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL - -Files: android/res/drawable/splash.xml -Copyright: 2020 Tobias Fella -License: BSD-2-Clause - -Files: .gitignore -Copyright: None -License: CC0-1.0 - -Files: .gitlab/issue_templates/bug.md -Copyright: 2021 Carl Schwan -License: CC0-1.0 - -Files: src/res.qrc src/res_android.qrc src/res_desktop.qrc -Copyright: None -License: CC0-1.0 - -Files: cmake/Flatpak/99-noto-mono-color-emoji.conf -Copyright: 2021 Carl Schwan -License: BSD-2-Clause - -Files: src/neochatconfig.kcfg -Copyright: 2020-2021 Carl Schwan , Tobias Fella -License: BSD-2-Clause - -Files: src/neochat.notifyrc -Copyright: 2020 Tobias Fella -License: BSD-2-Clause - -Files: src/qml/confetti.png src/qml/glowdot.png -Copyright: 2021 Alexey Andreyev -License: CC0-1.0 - -Files: .flatpak-manifest.json -Copyright: 2020-2022 Tobias Fella -License: BSD-2-Clause - -Files: autotests/data/* -Copyright: none -License: CC0-1.0 - -Files: appiumtests/data/* -Copyright: 2023 Tobias Fella -License: CC0-1.0 - -Files: src/purpose/purposeplugin.json -Copyright: 2023 Tobias Fella -License: BSD-2-Clause diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..fb6c0fcc1 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,84 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +version = 1 +SPDX-PackageName = "NeoChat" +SPDX-PackageSupplier = "Carl Schwan " + +[[annotations]] +path = ["128-logo.png", "icons/**", "logo.png", "org.kde.neochat.svg", "org.kde.neochat.tray.svg", "android/res/drawable/neochat.png", "android/neochat-playstore.png"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 Carson Black " +SPDX-License-Identifier = "LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL" + +[[annotations]] +path = "android/res/drawable/splash.xml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 Tobias Fella " +SPDX-License-Identifier = "BSD-2-Clause" + +[[annotations]] +path = ".gitignore" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ".gitlab/issue_templates/bug.md" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 Carl Schwan " +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ["src/res.qrc", "src/res_android.qrc", "src/res_desktop.qrc"] +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "cmake/Flatpak/99-noto-mono-color-emoji.conf" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 Carl Schwan " +SPDX-License-Identifier = "BSD-2-Clause" + +[[annotations]] +path = "src/neochatconfig.kcfg" +precedence = "aggregate" +SPDX-FileCopyrightText = "2020-2021 Carl Schwan , Tobias Fella " +SPDX-License-Identifier = "BSD-2-Clause" + +[[annotations]] +path = "src/neochat.notifyrc" +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 Tobias Fella " +SPDX-License-Identifier = "BSD-2-Clause" + +[[annotations]] +path = ["src/qml/confetti.png", "src/qml/glowdot.png"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 Alexey Andreyev " +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ".flatpak-manifest.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "2020-2022 Tobias Fella " +SPDX-License-Identifier = "BSD-2-Clause" + +[[annotations]] +path = "autotests/data/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "none" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "appiumtests/data/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 Tobias Fella " +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "src/purpose/purposeplugin.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "2023 Tobias Fella " +SPDX-License-Identifier = "BSD-2-Clause"