diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 2249f1b7d124..000000000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,56 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Weblate -Upstream-Contact: Michal Čihař -Source: https://weblate.org/ - -Files: docs/**.html docs/**.png docs/**.webp docs/**.rst README.rst BACKERS.rst CONTACT.md CONTRIBUTING.md ci/README.rst dev-docker/README.rst weblate/static/security.txt -Copyright: Michal Čihař -License: GPL-3.0-or-later - -Files: docs/schemas/*.json -Copyright: Michal Čihař -License: MIT - -Files: weblate/trans/tests/data/* weblate/trans/fixtures/simple-project.json weblate/billing/test-data/00000.pdf -Copyright: Michal Čihař -License: GPL-3.0-or-later - -Files: weblate/templates/* weblate/wladmin/templates/* weblate/legal/templates/* -Copyright: Michal Čihař -License: GPL-3.0-or-later - -Files: .editorconfig .gitattributes .gitignore .gitmodules .imgbotconfig .pre-commit-config.yaml .pylintrc .readthedocs.yml .weblate MANIFEST.in codecov.yml pyproject.toml requirements*.txt dev-docker/environment scripts/yarn/.gitignore scripts/yarn/package.json scripts/yarn/yarn.lock setup.cfg docs/requirements.txt biome.json redocly.yaml .well-known/funding-manifest-urls -Copyright: Michal Čihař -License: GPL-3.0-or-later - -Files: weblate/static/widget-images/*.png weblate/static/weblate*.svg weblate/static/weblate*.png weblate/static/logo-*.png weblate/static/access/*.svg weblate/static/email-logo*.png weblate/static/favicon.ico -Copyright: Michal Čihař -License: GPL-3.0-or-later - -Files: weblate/static/auth/*.svg -Copyright: Michal Čihař -License: GPL-3.0-or-later - -Files: weblate/static/icons/*.svg weblate/static/state/*.svg weblate/static/sort/*.svg -Copyright: Pictogrammers -License: Apache-2.0 - -Files: weblate/static/vendor/font-kurinto/* -Copyright: Copyright ©2017-2021, Clinton F. Goss -License: OFL-1.1 - -Files: weblate/static/vendor/font-source/* -Copyright: Paul D. Hunt -License: OFL-1.1 - -Files: weblate/static/vendor/prism/* -Copyright: Lea Verou -License: MIT - -Files: client/package.json -Copyright: Michal Čihař -License: GPL-3.0-or-later - -Files: client/yarn.lock -Copyright: Michal Čihař -License: GPL-3.0-or-later diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000000..ada2057af828 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,86 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: GPL-3.0-or-later + +SPDX-PackageDownloadLocation = "https://weblate.org/" +SPDX-PackageName = "Weblate" +SPDX-PackageSupplier = "Michal Čihař " +version = 1 + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = ["docs/**.html", "docs/**.png", "docs/**.webp", "docs/**.rst", "README.rst", "BACKERS.rst", "CONTACT.md", "CONTRIBUTING.md", "ci/README.rst", "dev-docker/README.rst", "weblate/static/security.txt"] +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "MIT" +path = "docs/schemas/**.json" +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = ["weblate/trans/tests/data/**", "weblate/trans/fixtures/simple-project.json", "weblate/billing/test-data/00000.pdf"] +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = ["weblate/templates/**", "weblate/wladmin/templates/**", "weblate/legal/templates/**"] +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = [".editorconfig", ".gitattributes", ".gitignore", ".gitmodules", ".imgbotconfig", ".pre-commit-config.yaml", ".pylintrc", ".readthedocs.yml", ".weblate", "MANIFEST.in", "codecov.yml", "pyproject.toml", "requirements**.txt", "dev-docker/environment", "scripts/yarn/.gitignore", "scripts/yarn/package.json", "scripts/yarn/yarn.lock", "setup.cfg", "docs/requirements.txt", "biome.json", "redocly.yaml", ".well-known/funding-manifest-urls"] +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = ["weblate/static/widget-images/**.png", "weblate/static/weblate**.svg", "weblate/static/weblate**.png", "weblate/static/logo-**.png", "weblate/static/access/**.svg", "weblate/static/email-logo**.png", "weblate/static/favicon.ico"] +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = "weblate/static/auth/**.svg" +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Pictogrammers" +SPDX-License-Identifier = "Apache-2.0" +path = ["weblate/static/icons/**.svg", "weblate/static/state/**.svg", "weblate/static/sort/**.svg"] +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Copyright ©2017-2021, Clinton F. Goss" +SPDX-License-Identifier = "OFL-1.1" +path = "weblate/static/vendor/font-kurinto/**" +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Paul D. Hunt" +SPDX-License-Identifier = "OFL-1.1" +path = "weblate/static/vendor/font-source/**" +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Lea Verou" +SPDX-License-Identifier = "MIT" +path = "weblate/static/vendor/prism/**" +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = "client/package.json" +precedence = "aggregate" + +[[annotations]] +SPDX-FileCopyrightText = "Michal Čihař " +SPDX-License-Identifier = "GPL-3.0-or-later" +path = "client/yarn.lock" +precedence = "aggregate"