-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Convert dep5 file into REUSE.toml (#12837)
Converted dep5 file into REUSE.toml
- Loading branch information
1 parent
1822b22
commit 30543db
Showing
2 changed files
with
86 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# Copyright © Michal Čihař <[email protected]> | ||
# | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
SPDX-PackageDownloadLocation = "https://weblate.org/" | ||
SPDX-PackageName = "Weblate" | ||
SPDX-PackageSupplier = "Michal Čihař <[email protected]>" | ||
version = 1 | ||
|
||
[[annotations]] | ||
SPDX-FileCopyrightText = "Michal Čihař <[email protected]>" | ||
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ř <[email protected]>" | ||
SPDX-License-Identifier = "MIT" | ||
path = "docs/schemas/**.json" | ||
precedence = "aggregate" | ||
|
||
[[annotations]] | ||
SPDX-FileCopyrightText = "Michal Čihař <[email protected]>" | ||
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ř <[email protected]>" | ||
SPDX-License-Identifier = "GPL-3.0-or-later" | ||
path = ["weblate/templates/**", "weblate/wladmin/templates/**", "weblate/legal/templates/**"] | ||
precedence = "aggregate" | ||
|
||
[[annotations]] | ||
SPDX-FileCopyrightText = "Michal Čihař <[email protected]>" | ||
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ř <[email protected]>" | ||
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ř <[email protected]>" | ||
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ř <[email protected]>" | ||
SPDX-License-Identifier = "GPL-3.0-or-later" | ||
path = "client/package.json" | ||
precedence = "aggregate" | ||
|
||
[[annotations]] | ||
SPDX-FileCopyrightText = "Michal Čihař <[email protected]>" | ||
SPDX-License-Identifier = "GPL-3.0-or-later" | ||
path = "client/yarn.lock" | ||
precedence = "aggregate" |