Setting up REUSE: change license statement to CC0-1.0

Computer-generated files cannot be copyrighted, and .gitignore cannot be copyrighted as well.
Example: https://reuse.software/faq/#bulk-license

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-12-08 04:07:36 +09:00
parent 40835eab06
commit 460df3515a
4 changed files with 125 additions and 5 deletions

View File

@@ -30,11 +30,10 @@ path = [
".github/renovate.json",
"flake.lock",
"flake.nix",
"poetry.lock",
"requirements.yml",
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "AGPL-3.0-or-later"
SPDX-License-Identifier = "CC0-1.0"
# https://reuse.software/faq/#aggregate-info
[[annotations]]