From c252e4521ecfb887ca0aec0544a05686840a8504 Mon Sep 17 00:00:00 2001 From: ComixHe Date: Mon, 10 Feb 2025 13:30:59 +0800 Subject: [PATCH] chore: migrating reuse dep5 to REUSE.toml https://github.com/linuxdeepin/.github/commit/5ba095d80ca00e9716aaf8c713ef88061d7bf890 Signed-off-by: ComixHe --- .reuse/dep5 | 153 ------------------------------------------- REUSE.toml | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+), 153 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 7e41fdd8d..000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,153 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: linglong -Upstream-Contact: UnionTech Software Technology Co., Ltd. <> -Source: https://github.com/OpenAtom-Linyaps/linyaps - -# CI config files -Files: .github/* .obs/* OWNERS -License: CC0-1.0 -Copyright: None - -# tl-expected external -Files: external/tl-expected/* -License: CC0-1.0 -Copyright: None - -# CLI11 -Files: external/CLI11/* -License: BSD-3-Clause -Copyright: 2017-2024 University of Cincinnati, developed by Henry - -# ytj -Files: external/ytj/* -License: LGPL-3.0-only -Copyright: Chen Linxuan - -# openapi generator code -Files: external/http/* -License: CC0-1.0 -Copyright: None - -# openapi template and patch -Files: tools/openapi-c-libcurl-client tools/no-cmake.patch tools/no-qt-keywords.patch tools/openapitools.json -License: CC0-1.0 -Copyright: None - -# openapi -Files: api/http/client_swagger.json -License: CC0-1.0 -Copyright: None - -# json schemas -Files: api/JSON Schema/*.json -License: CC0-1.0 -Copyright: None - -# linglong container configurations and generator scripts -Files: misc/lib/linglong/container/* -License: CC0-1.0 -Copyright: None - -# generated code -Files: libs/api/src/linglong/api/types/v* -License: CC0-1.0 -Copyright: None - -Files: cmake/CPM.cmake -License: MIT -Copyright: 2019-2022 Lars Melchior and contributors - -# some deepin permission related json configuration files -Files: misc/linglong/permission/*.json -License: CC0-1.0 -Copyright: None - -# Documents -Files: docs/* *.md -License: CC-BY-4.0 -Copyright: UnionTech Software Technology Co., Ltd. - -# CMakePresets -Files: CMakePresets.json -License: CC0-1.0 -Copyright: None - -# debian packaging configurations -Files: debian/* -License: CC0-1.0 -Copyright: None - -# rpm packaging configurations -Files: rpm/* -License: CC0-1.0 -Copyright: None - -# archlinux packaging configurations -Files: archlinux/* -License: CC0-1.0 -Copyright: None - -# Some json files contains in qrc file -Files: src/linglong/runtime/resource/*json -License: LGPL-3.0-only -Copyright: UnionTech Software Technology Co., Ltd. - -# Test data -Files: libs/linglong/tests/ll-tests/data/* -License: CC0-1.0 -Copyright: None - -# qdbusxml2cpp -Files: tools/qdbusxml2cpp/qdbusxml2cpp_5.cpp -License: GPL-3.0-only -Copyright: 2020 The Qt Company Ltd. - -Files: tools/qdbusxml2cpp/qdbusxml2cpp_6.h -License: GPL-3.0-only -Copyright: 2021 The Qt Company Ltd. - -# ocppi - -Files: libs/ocppi/* -License: LGPL-3.0-only -Copyright: UnionTech Software Technology Co., Ltd. - -# json schemas -Files: api/schema/*.json -License: CC0-1.0 -Copyright: None - -# ll-builder template yaml -Files: misc/share/linglong/builder/templates/*.yaml -License: CC0-1.0 -Copyright: None - -# polkit-1 actions -Files: misc/share/polkit-1/actions/org.deepin.linglong.PackageManager1.policy -License: LGPL-3.0-only -Copyright: UnionTech Software Technology Co., Ltd. - -# layer icon check tool -Files: tools/layer-icon-checker.sh -License: CC0-1.0 -Copyright: None - -# translation files -Files: po/CMakeLists.txt -License: GPL-2.0-or-later -Copyright: 2018 Xiphos Development Team - -# translation files -Files: po/*.po po/*.pot po/POTFILES.in po/LINGUAS -License: LGPL-3.0-only -Copyright: UnionTech Software Technology Co., Ltd. - -# dialog image resource -Files: misc/image/*.jpeg misc/image/*.svg -License: LGPL-3.0-or-later -Copyright: UnionTech Software Technology Co., Ltd. - -# uab black list -Files: misc/share/linglong/builder/uab/blacklist -License: MIT -Copyright: AppImageCommunity diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..0f84e9866 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,184 @@ +version = 1 +SPDX-PackageName = "linglong" +SPDX-PackageSupplier = "UnionTech Software Technology Co., Ltd. <>" +SPDX-PackageDownloadLocation = "https://github.com/OpenAtom-Linyaps/linyaps" + +[[annotations]] +path = [".github/**", ".obs/**", "OWNERS"] +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "external/tl-expected/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "external/CLI11/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2017-2024 University of Cincinnati, developed by Henry" +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "external/ytj/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "Chen Linxuan " +SPDX-License-Identifier = "LGPL-3.0-only" + +[[annotations]] +path = "external/http/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ["tools/openapi-c-libcurl-client/*", "tools/no-cmake.patch", "tools/no-qt-keywords.patch", "tools/openapitools.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "api/http/client_swagger.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ["api/JSON", "Schema/**.json"] +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "misc/lib/linglong/container/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "libs/api/src/linglong/api/types/v**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "cmake/CPM.cmake" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019-2022 Lars Melchior and contributors" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "misc/linglong/permission/**.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = ["docs/**", "**.md"] +precedence = "aggregate" +SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." +SPDX-License-Identifier = "CC-BY-4.0" + +[[annotations]] +path = "CMakePresets.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "debian/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "rpm/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "archlinux/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "src/linglong/runtime/resource/**json" +precedence = "aggregate" +SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." +SPDX-License-Identifier = "LGPL-3.0-only" + +[[annotations]] +path = "libs/linglong/tests/ll-tests/data/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "tools/qdbusxml2cpp/qdbusxml2cpp_5.cpp" +precedence = "aggregate" +SPDX-FileCopyrightText = "2020 The Qt Company Ltd." +SPDX-License-Identifier = "GPL-3.0-only" + +[[annotations]] +path = "tools/qdbusxml2cpp/qdbusxml2cpp_6.h" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 The Qt Company Ltd." +SPDX-License-Identifier = "GPL-3.0-only" + +[[annotations]] +path = "libs/ocppi/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." +SPDX-License-Identifier = "LGPL-3.0-only" + +[[annotations]] +path = "api/schema/**.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "misc/share/linglong/builder/templates/**.yaml" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "misc/share/polkit-1/actions/org.deepin.linglong.PackageManager1.policy" +precedence = "aggregate" +SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." +SPDX-License-Identifier = "LGPL-3.0-only" + +[[annotations]] +path = "tools/layer-icon-checker.sh" +precedence = "aggregate" +SPDX-FileCopyrightText = "None" +SPDX-License-Identifier = "CC0-1.0" + +[[annotations]] +path = "po/CMakeLists.txt" +precedence = "aggregate" +SPDX-FileCopyrightText = "2018 Xiphos Development Team" +SPDX-License-Identifier = "GPL-2.0-or-later" + +[[annotations]] +path = ["po/**.po", "po/**.pot", "po/POTFILES.in", "po/LINGUAS"] +precedence = "aggregate" +SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." +SPDX-License-Identifier = "LGPL-3.0-only" + +[[annotations]] +path = ["misc/image/**.jpeg", "misc/image/**.svg"] +precedence = "aggregate" +SPDX-FileCopyrightText = "UnionTech Software Technology Co., Ltd." +SPDX-License-Identifier = "LGPL-3.0-or-later" + +[[annotations]] +path = "misc/share/linglong/builder/uab/blacklist" +precedence = "aggregate" +SPDX-FileCopyrightText = "AppImageCommunity" +SPDX-License-Identifier = "MIT"