mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 05:07:08 +00:00
100 lines
2.3 KiB
TOML
100 lines
2.3 KiB
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"CHANGELOG.md",
|
|
"README.md",
|
|
"pkg/**/README.md",
|
|
"pkg/extract/contentscripts/assets/scripts/jsconfig.json"
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2020 Olivier Meunier <olivier@neokraft.net>"
|
|
SPDX-License-Identifier = "AGPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"CODE_OF_CONDUCT.md",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Contributor Covenant"
|
|
SPDX-License-Identifier = "CC-BY-4.0"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
".dockerignore",
|
|
".gitignore",
|
|
".go-version",
|
|
".golangci.yml",
|
|
".forgejo/**",
|
|
"go.work",
|
|
"go.work.sum",
|
|
"go.mod",
|
|
"go.sum",
|
|
"web/.browserslistrc",
|
|
"web/.prettierrc",
|
|
"web/package.json",
|
|
"web/package-lock.json",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2020 Olivier Meunier <olivier@neokraft.net>"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "internal/auth/credentials/assets/wordlist.txt"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "EFF"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"pkg/**fixtures/**",
|
|
"internal/**fixtures/**",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2020 Olivier Meunier <olivier@neokraft.net>"
|
|
SPDX-License-Identifier = "AGPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"screenshots/**",
|
|
"docs/src/**",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2023 Olivier Meunier <olivier@neokraft.net>"
|
|
SPDX-License-Identifier = "AGPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"web/media/**.ico",
|
|
"web/media/**.json",
|
|
"web/media/**.png",
|
|
"web/media/**.svg",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2021 Olivier Meunier <olivier@neokraft.net>"
|
|
SPDX-License-Identifier = "AGPL-3.0-only"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"web/ui/fonts/luciole/**",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Luciole © Laurent Bourcellier & Jonathan Perez. 2019"
|
|
SPDX-License-Identifier = "CC-BY-4.0"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"web/vendor/rapidoc.js",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright (c) 2022 Mrinmoy Majumdar"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"pkg/extract/contentscripts/assets/site-config/**.json",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "fiveFilter, Wallabag"
|
|
SPDX-License-Identifier = "CC0-1.0"
|