/ REUSE.toml
REUSE.toml
 1  # SPDX-FileCopyrightText: 2025 Suguru Hirahara
 2  #
 3  # SPDX-License-Identifier: AGPL-3.0-or-later
 4  
 5  version = 1
 6  
 7  # Computer-generated files and other files which cannot be copyrighted
 8  [[annotations]]
 9  path = [
10      ".ansible-lint",
11      ".github/renovate.json",
12      ".github/workflows/pre-commit.yml",
13      ".gitignore",
14      ".pre-commit-config.yaml",
15      ".yamllint.yml",
16      "meta/main.yml"
17  ]
18  SPDX-FileCopyrightText = "NONE"
19  SPDX-License-Identifier = "CC0-1.0"