Update REUSE license directives

This commit is contained in:
Tom Kirchner 2025-01-08 17:02:58 -08:00
parent d6db4b0826
commit 11deb3fac8

View file

@ -3,11 +3,39 @@ SPDX-PackageName = "Tangara"
SPDX-PackageSupplier = "jacqueline <me@jacqueline.id.au>"
SPDX-PackageDownloadLocation = "cooltech.zone"
# Project files that can't have license comments inside
[[annotations]]
path = "lib/bindey/**"
path = [
".env.ps1",
".luarc.json",
"BUILDING.md",
"README.md",
"TESTING.md",
"dependencies.lock",
"partitions.csv",
"sdkconfig.common",
"tools/collate/Generic.LC_COLLATE",
"tools/collate/README.md",
"tools/luals-gendoc/README.md",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 Kevin Dixon"
SPDX-License-Identifier = "MIT"
SPDX-FileCopyrightText = "2023-2024 jacqueline <me@jacqueline.id.au>"
SPDX-License-Identifier = "GPL-3.0-only"
[[annotations]]
path = "lua/img/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023-2024 ailurux"
SPDX-License-Identifier = "CC0-1.0"
# Dependencies
[[annotations]]
path = "lib/bt/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2015-2023 Espressif Systems (Shanghai) CO LTD"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "lib/catch2/include/**"
@ -21,6 +49,24 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "2017 Intel Corporation"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/console/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2021 Espressif Systems (Shanghai) CO LTD"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "lib/drflac/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2023 David Reid"
SPDX-License-Identifier = "Unlicense"
[[annotations]]
path = "lib/esp-idf-lua/**"
precedence = "aggregate"
SPDX-FileCopyrightText = ["1994-2028 Lua.org, PUC-Rio", "2019 Ruslan V. Uss"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/fatfs/**"
precedence = "aggregate"
@ -45,12 +91,6 @@ 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"
@ -63,12 +103,42 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "2013-2020 Sigrid Solveig Haflínudóttir"
SPDX-License-Identifier = "LicenseRef-libtags"
[[annotations]]
path = "lib/lua-linenoise/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011-2015 Rob Hoelz"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/lua-repl/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011-2015 Rob Hoelz"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/lua-term/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2009 Rob Hoelz"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/luavgl/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Neo Xu"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/lvgl/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 LVGL Kft"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/millershuffle/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Ronald R. Miller"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "lib/ogg/**"
precedence = "aggregate"
@ -100,10 +170,10 @@ SPDX-FileCopyrightText = ["2002-2008 \tXiph.org Foundation", "2002-2008 \tJean-M
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "lib/stb_vorbis/**"
path = "lib/tinyfsm/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017 Sean Barrett"
SPDX-License-Identifier = "Unlicense"
SPDX-FileCopyrightText = "2012-2022 Axel Burri"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "lib/tremor/**"
@ -112,7 +182,25 @@ SPDX-FileCopyrightText = "2002, Xiph.org Foundation"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "lib/tinyfsm/**"
path = "lua/fonts/fusion*"
precedence = "aggregate"
SPDX-FileCopyrightText = "2012-2022 Axel Burri"
SPDX-FileCopyrightText = "2022 TakWolf"
SPDX-License-Identifier = "OFL-1.1-RFN"
[[annotations]]
path = ["src/locale/priv_include/weight.h", "src/locale/strxfrm_l.c"]
precedence = "aggregate"
SPDX-FileCopyrightText = "1996-2018 Free Software Foundation, Inc."
SPDX-License-Identifier = "LGPL-2.1-or-later"
[[annotations]]
path = "tools/fonts/fusion/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 TakWolf"
SPDX-License-Identifier = "OFL-1.1-RFN"
[[annotations]]
path = "tools/luals-gendoc/json.lua"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 rxi"
SPDX-License-Identifier = "MIT"