Files
zeal/REUSE.toml
T

60 lines
1.6 KiB
TOML
Raw Normal View History

2025-09-25 23:29:11 -04:00
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",
2026-02-26 01:48:17 +02:00
"src/app/resources/browser/assets/css/welcome.css",
2025-09-25 23:29:11 -04:00
"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 = [
2026-03-31 13:54:04 +03:00
".clang-format-ignore",
".clang-format",
".clang-tidy",
".clangd",
2025-09-25 23:29:11 -04:00
".editorconfig",
".gitattributes",
".github/**/*",
".gitignore",
".release-please-manifest.json",
2025-09-25 23:29:11 -04:00
"CHANGELOG.md",
"release-please-config.json",
2025-09-25 23:29:11 -04:00
]
SPDX-FileCopyrightText = "Oleg Shparber, et al. <https://zealdocs.org>"
SPDX-License-Identifier = "MIT"
2026-02-26 01:48:17 +02:00
[[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"
2025-09-25 23:29:11 -04:00
[[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"