mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-07 08:01:38 +00:00
337a6a3b76
We have a lot of verbose headers, and i think now is the best opportunity we have to become reuse compliant given that we just did two other similar maintenance changes (prettier, typescirpt5 & eslint9 & typescript-eslint). * synapse_antispam resuse headers. * delete old unused tslint.json. * Add REUSE to pre-commit config. * reuse info for config directory.
41 lines
1.1 KiB
TOML
41 lines
1.1 KiB
TOML
version = 1
|
|
SPDX-PackageName = "Draupnir"
|
|
SPDX-PackageSupplier = "Gnuxie <Gnuxie@protonmail.com>"
|
|
SPDX-PackageDownloadLocation = "https://github.com/the-draupnir-project/Draupnir"
|
|
|
|
[[annotations]]
|
|
path = "tsconfig.json"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "REUSE.toml"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "yarn.lock"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "NOTICE"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "test/tsconfig.json"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "package.json"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Gnuxie <Gnuxie@protonmail.com>"
|
|
SPDX-License-Identifier = "AFL-3.0"
|