Initial commit
This commit is contained in:
commit
6037c3b930
12 changed files with 560 additions and 0 deletions
32
REUSE.toml
Normal file
32
REUSE.toml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"PKGBUILD",
|
||||
"README.md",
|
||||
"keys/**",
|
||||
".SRCINFO",
|
||||
".nvchecker.toml",
|
||||
".gitignore",
|
||||
"*.install",
|
||||
"*.sysusers",
|
||||
"*.tmpfiles",
|
||||
"*.logrotate",
|
||||
"*.pam",
|
||||
"*.service",
|
||||
"*.socket",
|
||||
"*.timer",
|
||||
"*.desktop",
|
||||
"*.hook",
|
||||
]
|
||||
SPDX-FileCopyrightText = "Arch Linux contributors"
|
||||
SPDX-License-Identifier = "0BSD"
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"grub-btrfs-snapper.path",
|
||||
"grub-btrfs-snapper.service",
|
||||
"snapper-template",
|
||||
]
|
||||
SPDX-FileCopyrightText = "Garuda Linux contributors"
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
Loading…
Add table
Add a link
Reference in a new issue