Convert .reuse/dep5 to REUSE.toml
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
40
REUSE.toml
Normal file
40
REUSE.toml
Normal file
@ -0,0 +1,40 @@
|
||||
version = 1
|
||||
SPDX-PackageName = "ki-frontend"
|
||||
SPDX-PackageSupplier = "Scammo <kontakt@samuelbrinkmann.de>"
|
||||
SPDX-PackageDownloadLocation = "https://git.wtf-eg.de/kompetenzinventar/ki-frontend"
|
||||
|
||||
[[annotations]]
|
||||
path = ["package.json", "package-lock.json", "renovate.json"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "WTF Kooperative eG <https://wtf-eg.de/>"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = [".browserslistrc", ".dockerignore", ".eslintrc.js", ".gitignore"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "WTF Kooperative eG <https://wtf-eg.de/>"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = "src/assets/img/wtf**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "WTF Kooperative eG <https://wtf-eg.de/>"
|
||||
SPDX-License-Identifier = "LicenseRef-WTF"
|
||||
|
||||
[[annotations]]
|
||||
path = ["src/assets/language_level.json", "src/assets/skill_level.json"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "WTF Kooperative eG <https://wtf-eg.de/>"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = "public/img/bootstrap-icons-1.5.0/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "Copyright (c) 2019-2020 The Bootstrap Authors"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
||||
[[annotations]]
|
||||
path = "public/fonts/Lato**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2010-2015, Łukasz Dziedzic (dziedzic@typoland.com)"
|
||||
SPDX-License-Identifier = "OFL-1.1-RFN"
|
Reference in New Issue
Block a user