| author | Sven-Hendrik Haase
<svenstaro@archlinux.org> 2025-07-26 03:02:00 UTC |
| committer | Sven-Hendrik Haase
<svenstaro@archlinux.org> 2025-07-26 03:02:00 UTC |
| parent | 0607962afaf1e1e0c14753c197c60deeda162f36 |
| LICENSE | +12 | -0 |
| LICENSES/0BSD.txt | +1 | -0 |
| REUSE.toml | +40 | -0 |
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b87c5e4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ +Copyright Arch Linux Contributors + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/LICENSES/0BSD.txt @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..36853e1 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,40 @@ +version = 1 + +[[annotations]] +path = [ + "PKGBUILD", + "README.md", + "keys/**", + ".SRCINFO", + ".nvchecker.toml", + "*.install", + "*.sysusers", + "*.tmpfiles", + "*.logrotate", + "*.pam", + "*.service", + "*.socket", + "*.timer", + "*.desktop", + "*.hook", +] +SPDX-FileCopyrightText = "Arch Linux contributors" +SPDX-License-Identifier = "0BSD" + +[[annotations]] +path = [ + "01_gcc6.patch", + "02_hurd.patch", + "03_CVE-2015-7747.patch", + "04_clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch", + "05_Always-check-the-number-of-coefficients.patch", + "06_Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch", + "07_Check-for-multiplication-overflow-in-sfconvert.patch", + "08_Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch", + "09_Actually-fail-when-error-occurs-in-parseFormat.patch", + "10_Check-for-division-by-zero-in-BlockCodec-runPull.patch", + "11_CVE-2018-13440.patch", + "12_CVE-2018-17095.patch", +] +SPDX-FileCopyrightText = "audiofile contributors" +SPDX-License-Identifier = "TODO-Choose-a-license"