mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-03 15:01:09 +08:00
44 lines
1.1 KiB
TOML
44 lines
1.1 KiB
TOML
SPDX-PackageDownloadLocation = "https://weblate.org/"
|
|
SPDX-PackageName = "weblate-language-data"
|
|
SPDX-PackageSupplier = "Michal Čihař <michal@weblate.org>"
|
|
version = 1
|
|
|
|
[[annotations]]
|
|
path = "weblate_language_data/locale/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "languages-po/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "**.csv"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = ["PLURALS_DIFF.md", "README.rst"]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
".gitignore",
|
|
".gitmodules",
|
|
".weblate",
|
|
".well-known/*",
|
|
"MANIFEST.in",
|
|
"pyproject.toml",
|
|
"requirements**.txt",
|
|
"REUSE.toml",
|
|
"setup.cfg"
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
|
|
SPDX-License-Identifier = "MIT"
|