mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Add REUSE config for package license linting
This commit is contained in:
parent
e7ebfb66df
commit
ded0a89b98
3 changed files with 16 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -2,5 +2,8 @@
|
|||
!.gitignore
|
||||
!.nvchecker.toml
|
||||
!.SRCINFO
|
||||
!LICENSE
|
||||
!PKGBUILD
|
||||
!LICENSE
|
||||
!LICENSES/
|
||||
!LICENSES/*
|
||||
!REUSE.toml
|
||||
|
|
|
|||
1
LICENSES/0BSD.txt
Symbolic link
1
LICENSES/0BSD.txt
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
||||
11
REUSE.toml
Normal file
11
REUSE.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"PKGBUILD",
|
||||
".SRCINFO",
|
||||
".gitignore",
|
||||
".nvchecker.toml",
|
||||
]
|
||||
SPDX-FileCopyrightText = "Arch Linux contributors"
|
||||
SPDX-License-Identifier = "0BSD"
|
||||
Loading…
Add table
Reference in a new issue