diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-29 15:08:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-29 15:08:08 +0700 |
| commit | 76df394598f5953a2cba14ca0f95c4d9e52e9469 (patch) | |
| tree | 3df469aeb67ab5320aa20bb3e12383663cc71f17 /_ops/haminer-test/mkosi.skeleton | |
| parent | 4654d45c96f86133bc0258d67c919dea7884fc46 (diff) | |
| download | haminer-76df394598f5953a2cba14ca0f95c4d9e52e9469.tar.xz | |
all: add missing SPDX license to all files
Convert the old ".reuse/dep5" format to REUSE.toml format using
"reuse convert-dep5" command.
For generated files, add the ".license" file.
Using "reuse annotate ..." it automatically add empty line after
"SPDX-FileCopyrightText:", and it also put "SPDX-FileCopyrightText" above
the "SPDX-License-Identifier".
Now, this project is compliant with version 3.3 of the REUSE
Specification.
Diffstat (limited to '_ops/haminer-test/mkosi.skeleton')
| -rw-r--r-- | _ops/haminer-test/mkosi.skeleton/etc/pacman.conf | 4 | ||||
| -rw-r--r-- | _ops/haminer-test/mkosi.skeleton/etc/pacman.d/mirrorlist | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/_ops/haminer-test/mkosi.skeleton/etc/pacman.conf b/_ops/haminer-test/mkosi.skeleton/etc/pacman.conf index 5016129..ea6800d 100644 --- a/_ops/haminer-test/mkosi.skeleton/etc/pacman.conf +++ b/_ops/haminer-test/mkosi.skeleton/etc/pacman.conf @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> +# +# SPDX-License-Identifier: GPL-3.0-or-later + # # /etc/pacman.conf # diff --git a/_ops/haminer-test/mkosi.skeleton/etc/pacman.d/mirrorlist b/_ops/haminer-test/mkosi.skeleton/etc/pacman.d/mirrorlist index 7cb3cb9..35b28a7 100644 --- a/_ops/haminer-test/mkosi.skeleton/etc/pacman.d/mirrorlist +++ b/_ops/haminer-test/mkosi.skeleton/etc/pacman.d/mirrorlist @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> +# +# SPDX-License-Identifier: GPL-3.0-or-later + ## ## Arch Linux repository mirrorlist ## Generated on 2023-10-01 |
