weblate/REUSE.toml
Michal Čihař 40bca89bf6 docs: describe placing custom code in Docker container
The feature is there for years, it just was never properly documented.
It also covers use-case described in #15493.
2025-07-18 10:09:08 +02:00

154 lines
3.9 KiB
TOML

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
SPDX-PackageDownloadLocation = "https://weblate.org/"
SPDX-PackageName = "Weblate"
SPDX-PackageSupplier = "Michal Čihař <michal@weblate.org>"
version = 1
[[annotations]]
path = [
"BACKERS.rst",
"ci/README.rst",
"CONTACT.md",
"CONTRIBUTING.md",
"dev-docker/README.rst",
"docs/**.html",
"docs/**.png",
"docs/**.rst",
"docs/**.webp",
"docs/specs/openapi.yaml",
"docs/specs/sbom/**.json",
"README.rst",
"weblate/static/security.txt"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "docs/specs/schemas/**.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [
"weblate/billing/test-data/00000.pdf",
"weblate/trans/fixtures/simple-project.json",
"weblate/trans/tests/data/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
"weblate/legal/templates/**",
"weblate/templates/**",
"weblate/wladmin/templates/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
".dclintrc",
".editorconfig",
".gitattributes",
".gitignore",
".gitmodules",
".imgbotconfig",
".pre-commit-config.yaml",
".pylintrc",
".readthedocs.yml",
".weblate",
".well-known/funding-manifest-urls",
"biome.json",
"codecov.yml",
"dev-docker/environment",
"docs/requirements.txt",
"MANIFEST.in",
"pyproject.toml",
"redocly.yaml",
"scripts/codespell.txt",
"setup.cfg",
"uv.lock",
"weblate/examples/*"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
"docs/images/logo-text.svg",
"weblate/static/access/**.svg",
"weblate/static/email-logo**.png",
"weblate/static/favicon.ico",
"weblate/static/logo-**.png",
"weblate/static/weblate**.png",
"weblate/static/weblate**.svg",
"weblate/static/widget-images/**.png"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "weblate/static/auth/**.svg"
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
"weblate/static/anubis/**.svg",
"weblate/static/anubis/**.webp"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = [
"weblate/static/api-*.png",
"weblate/static/icons/**.svg",
"weblate/static/sort/**.svg",
"weblate/static/state/**.svg"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Pictogrammers"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "weblate/static/vendor/font-kurinto/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright ©2017-2021, Clinton F. Goss"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = "weblate/static/js/vendor/fonts/font-source/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Paul D. Hunt"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = "weblate/static/vendor/prism/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Lea Verou"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "client/package.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]]
path = "client/yarn.lock"
precedence = "aggregate"
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"