40 lines
		
	
	
		
			943 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			943 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # SPDX-FileCopyrightText: 2024 Suguru Hirahara
 | |
| #
 | |
| # SPDX-License-Identifier: AGPL-3.0-or-later
 | |
| 
 | |
| version = 1
 | |
| 
 | |
| # Computer-generated files and other files which cannot be copyrighted
 | |
| [[annotations]]
 | |
| path = [
 | |
|     ".github/renovate.json",
 | |
|     "collections/requirements.yml",
 | |
|     "i18n/.gitignore",
 | |
|     "i18n/PUBLISHED_LANGUAGES",
 | |
|     "i18n/requirements.txt",
 | |
|     "roles/custom/**/*.repo",
 | |
|     ".codespellrc",
 | |
|     ".editorconfig",
 | |
|     ".envrc",
 | |
|     ".gitattributes",
 | |
|     ".gitignore",
 | |
|     ".pre-commit-config.yaml",
 | |
|     ".yamllint",
 | |
|     "ansible.cfg",
 | |
|     "flake.lock",
 | |
|     "flake.nix",
 | |
|     "requirements.yml"
 | |
| ]
 | |
| SPDX-FileCopyrightText = "NONE"
 | |
| SPDX-License-Identifier = "CC0-1.0"
 | |
| 
 | |
| # See https://reuse.software/faq/#aggregate-info
 | |
| [[annotations]]
 | |
| path = [
 | |
|     "i18n/**/*.po",
 | |
|     "i18n/**/*.pot"
 | |
| ]
 | |
| precedence = "aggregate"
 | |
| SPDX-FileCopyrightText = "2024 - 2025 Slavi Pantaleev, MDAD project contributors"
 | |
| SPDX-License-Identifier = "AGPL-3.0-or-later"
 |