Files
zeal/REUSE.toml
T
2026-06-05 13:39:08 +03:00

78 lines
2.2 KiB
TOML

version = 1
# GPL-3.0-or-later for the main source code and assets.
[[annotations]]
path = [
"assets/**/*",
"cmake/*",
"README.md",
"src/**/*.ui",
"src/app/resources/browser/*.html",
"src/app/resources/browser/assets/css/highlight.css",
"src/app/resources/browser/assets/css/welcome.css",
"src/app/resources/icons/**/*",
"src/app/zeal.qrc",
]
SPDX-FileCopyrightText = "Oleg Shparber, et al. <https://zealdocs.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
# MIT for auxiliary files.
[[annotations]]
path = [
# Build system and packaging files.
"**/*.cmake",
"**/CMakeLists.txt",
"CMakePresets.json",
"justfile",
"pkg/**/*",
"vcpkg.json",
# Repository management and editor configuration files.
".clang-format-ignore",
".clang-format",
".clang-tidy",
".clangd",
".editorconfig",
".gitattributes",
".github/**/*",
".gitignore",
".markdownlint.yaml",
"CHANGELOG.md",
"tools/cliff.toml",
]
SPDX-FileCopyrightText = "Oleg Shparber, et al. <https://zealdocs.org>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "src/app/resources/browser/assets/css/oat.min.css"
SPDX-FileCopyrightText = "Copyright (c) Kailash Nadh <https://github.com/knadh/oat>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "src/contrib/cpp-httplib/httplib.h"
SPDX-FileCopyrightText = "Copyright (c) 2023 Yuji Hirose. All rights reserved."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "src/app/resources/icons/type/*.png"
SPDX-FileCopyrightText = "Bogdan Popescu, et al. <https://github.com/Kapeli/Dash-X-Platform-Resources>"
SPDX-License-Identifier = "LicenseRef-Kapeli"
# CC-BY-4.0 for the application brand icon assets.
[[annotations]]
path = [
"assets/freedesktop/*-apps-zeal.png",
"assets/freedesktop/sc-apps-zeal.svg",
"assets/freedesktop/sc-apps-zeal-tray.svg",
"src/app/resources/zeal.icns",
"src/app/resources/zeal.ico",
]
SPDX-FileCopyrightText = "Oleg Shparber <https://zealdocs.org>"
SPDX-License-Identifier = "CC-BY-4.0"
# MIT for the bundled Tabler icon glyphs.
[[annotations]]
path = "assets/tabler/*.svg"
SPDX-FileCopyrightText = "Copyright (c) Paweł Kuna <https://tabler.io>"
SPDX-License-Identifier = "MIT"