mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 11:17:51 +02:00
Start adopting REUSE on files for a brand new subproject (translation)
REUSE is an initiative by FSFE, which intends to make licensing easier with best practices to display legal information through comment headers on source files that can be easily human and machine readable. Because these files are new and translation shall involve a lot of people as copyright holders, now is the best time to adopt REUSE. As a first implementation, this commit intentionally limits the scope to i18n directory. Cherry-picked fromc737ed0612
anda2445af6d0
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
25
reuse.toml
Normal file
25
reuse.toml
Normal file
@ -0,0 +1,25 @@
|
||||
# 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 = [
|
||||
"i18n/.gitignore",
|
||||
"i18n/requirements.txt",
|
||||
"i18n/PUBLISHED_LANGUAGES"
|
||||
]
|
||||
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 = "Slavi Pantaleev, MDAD community members"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
Reference in New Issue
Block a user