upgpkg: 1.11.5-1:

- rewrite package source under 0BSD license and following Arch Package guidelines
This commit is contained in:
AlphaLynx
2025-11-25 18:33:11 -05:00
parent ee7184c9fd
commit 2914542ea1
9 changed files with 147 additions and 54 deletions

18
REUSE.toml Normal file
View File

@@ -0,0 +1,18 @@
version = 1
[[annotations]]
path = [
"PKGBUILD",
".SRCINFO",
".gitignore",
".nvchecker.toml"
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"*.desktop"
]
SPDX-FileCopyrightText = "Google"
SPDX-License-Identifier = "LicenseRef-unknown"