diff options
| author | Tom Kirchner <git@halffull.org> | 2025-01-07 21:58:44 -0800 |
|---|---|---|
| committer | Tom Kirchner <git@halffull.org> | 2025-01-07 22:03:20 -0800 |
| commit | 88d2bbe067ac15b9224ec12a1b3ef3286f83fa2c (patch) | |
| tree | deee24cafd2996d7cbaffa0fec77c1d8befde640 /REUSE.toml | |
| parent | 829d033a448107f1bc610cf735ce9f7222de564b (diff) | |
| download | tangara-fw-88d2bbe067ac15b9224ec12a1b3ef3286f83fa2c.tar.gz | |
Convert to supported REUSE.toml format
Via `reuse convert-dep5`
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 118 |
1 files changed, 118 insertions, 0 deletions
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 <me@jacqueline.id.au>" +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" |
