Files
zeal/REUSE.toml
T
Oleg Shparber 4b94925a29 chore: add REUSE metadata
Forgot to add a bunch of files in the previous commit :)
2025-09-25 23:29:11 -04:00

48 lines
1.2 KiB
TOML

version = 1
# GPL-3.0-or-later for the main source code and assets.
[[annotations]]
path = [
"assets/**/*",
"cmake/*",
"pkg/**/*",
"README.md",
"src/**/*.ui",
"src/app/resources/browser/*.html",
"src/app/resources/browser/assets/css/highlight.css",
"src/app/resources/icons/**/*",
"src/app/resources/zeal.*",
"src/app/zeal.qrc",
# Windows CMake files.
# CMake and vcpkg files.
"**/*.cmake",
"**/CMakeLists.txt",
"CMakePresets.json",
"vcpkg.json",
]
SPDX-FileCopyrightText = "Oleg Shparber, et al. <https://zealdocs.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
# MIT for auxiliary files.
[[annotations]]
path = [
".editorconfig",
".gitattributes",
".github/**/*",
".gitignore",
"CHANGELOG.md",
]
SPDX-FileCopyrightText = "Oleg Shparber, et al. <https://zealdocs.org>"
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"