From 88d2bbe067ac15b9224ec12a1b3ef3286f83fa2c Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Tue, 7 Jan 2025 21:58:44 -0800 Subject: [PATCH] Convert to supported REUSE.toml format Via `reuse convert-dep5` --- .reuse/dep5 | 89 --------------------------------------- REUSE.toml | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+), 89 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 615c30c4..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,89 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Tangara -Upstream-Contact: jacqueline -Source: cooltech.zone - -Files: lib/bindey/* -Copyright: 2021 Kevin Dixon -License: MIT - -Files: lib/catch2/include/* -Copyright: 2022 Two Blue Cubes Ltd. -License: BSL-1.0 - -Files: lib/cbor/* -Copyright: 2017 Intel Corporation -License: MIT - -Files: lib/fatfs/* -Copyright: 2021-2022 Espressif Systems (Shanghai) CO LTD -License: Apache-2.0 - -Files: lib/komihash/include/* -Copyright: 2021-2022 Aleksey Vaneev -License: MIT - -Files: lib/leveldb/* -Copyright: 2011 The LevelDB Authors -License: LicenseRef-LevelDB - -Files: lib/libcppbor/* -Copyright: 2019 Google LLC -License: Apache-2.0 - -Files: lib/libfoxenflac/* -Copyright: 2018-2022 Andreas Stöckel -License: GPL-2.0-or-later - -Files: lib/libmad/* -Copyright: 2000-2004 Underbit Technologies, Inc. -License: GPL-2.0-or-later - -Files: lib/libtags/* -Copyright: 2013-2020 Sigrid Solveig Haflínudóttir -License: LicenseRef-libtags - -Files: lib/lvgl/* -Copyright: 2021 LVGL Kft -License: MIT - -Files: lib/ogg/* -Copyright: 2002 Xiph.org Foundation -License: BSD-3-Clause - -Files: lib/opus/* -Copyright: 2001-2011 Xiph.Org, Skype Limited, Octasic, - Jean-Marc Valin, Timothy B. Terriberry, - CSIRO, Gregory Maxwell, Mark Borgerding, - Erik de Castro Lopo -License: BSD-3-Clause - -Files: lib/opusfile/* -Copyright: 1994-2013 Xiph.Org Foundation and contributors -License: BSD-3-Clause - -Files: lib/result/include/* -Copyright: 2017-2021 Matthew Rodusek -License: MIT - -Files: lib/speexdsp/* -Copyright: 2002-2008 Xiph.org Foundation - 2002-2008 Jean-Marc Valin - 2005-2007 Analog Devices Inc. - 2005-2008 Commonwealth Scientific and Industrial Research Organisation (CSIRO) - 1993, 2002, 2006 David Rowe - 2003 EpicGames - 1992-1994 Jutta Degener, Carsten Bormann -License: BSD-3-Clause - -Files: lib/stb_vorbis/* -Copyright: 2017 Sean Barrett -License: Unlicense - -Files: lib/tremor/* -Copyright: 2002, Xiph.org Foundation -License: BSD-3-Clause - -Files: lib/tinyfsm/* -Copyright: 2012-2022 Axel Burri -License: MIT diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..2bed319c --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,118 @@ +version = 1 +SPDX-PackageName = "Tangara" +SPDX-PackageSupplier = "jacqueline " +SPDX-PackageDownloadLocation = "cooltech.zone" + +[[annotations]] +path = "lib/bindey/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 Kevin Dixon" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "lib/catch2/include/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Two Blue Cubes Ltd." +SPDX-License-Identifier = "BSL-1.0" + +[[annotations]] +path = "lib/cbor/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2017 Intel Corporation" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "lib/fatfs/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021-2022 Espressif Systems (Shanghai) CO LTD" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "lib/komihash/include/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021-2022 Aleksey Vaneev" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "lib/leveldb/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2011 The LevelDB Authors" +SPDX-License-Identifier = "LicenseRef-LevelDB" + +[[annotations]] +path = "lib/libcppbor/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2019 Google LLC" +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "lib/libfoxenflac/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2018-2022 Andreas Stöckel" +SPDX-License-Identifier = "GPL-2.0-or-later" + +[[annotations]] +path = "lib/libmad/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2000-2004 Underbit Technologies, Inc." +SPDX-License-Identifier = "GPL-2.0-or-later" + +[[annotations]] +path = "lib/libtags/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2013-2020 Sigrid Solveig Haflínudóttir" +SPDX-License-Identifier = "LicenseRef-libtags" + +[[annotations]] +path = "lib/lvgl/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 LVGL Kft" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "lib/ogg/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2002 \tXiph.org Foundation" +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "lib/opus/**" +precedence = "aggregate" +SPDX-FileCopyrightText = ["2001-2011 Xiph.Org, Skype Limited, Octasic,", "Jean-Marc Valin, Timothy B. Terriberry,", "CSIRO, Gregory Maxwell, Mark Borgerding,", "Erik de Castro Lopo"] +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "lib/opusfile/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "1994-2013 Xiph.Org Foundation and contributors" +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "lib/result/include/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2017-2021 Matthew Rodusek" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = "lib/speexdsp/**" +precedence = "aggregate" +SPDX-FileCopyrightText = ["2002-2008 \tXiph.org Foundation", "2002-2008 \tJean-Marc Valin", "2005-2007\tAnalog Devices Inc.", "2005-2008\tCommonwealth Scientific and Industrial Research Organisation (CSIRO)", "1993, 2002, 2006 David Rowe", "2003 \t\tEpicGames", "1992-1994\tJutta Degener, Carsten Bormann"] +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "lib/stb_vorbis/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2017 Sean Barrett" +SPDX-License-Identifier = "Unlicense" + +[[annotations]] +path = "lib/tremor/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2002, Xiph.org Foundation" +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "lib/tinyfsm/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2012-2022 Axel Burri" +SPDX-License-Identifier = "MIT"