mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
50f3ddb6bc
Fixes #1950.
95 lines
2.9 KiB
TOML
95 lines
2.9 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/styles/highlight.css",
|
|
"src/app/resources/browser/styles/manual.css",
|
|
"src/app/resources/browser/styles/pages.css",
|
|
"src/app/resources/browser/styles/prose.css",
|
|
"src/app/resources/browser/styles/tokens.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",
|
|
"biome.json",
|
|
".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/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",
|
|
"assets/freedesktop/sc-apps-zeal-tray-light.svg",
|
|
"assets/freedesktop/sc-apps-zeal-tray-dark.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"
|
|
|
|
# OFL-1.1 for the bundled web fonts.
|
|
[[annotations]]
|
|
path = "src/app/resources/browser/fonts/Inter*.woff2"
|
|
SPDX-FileCopyrightText = "Copyright 2016 The Inter Project Authors"
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/app/resources/browser/fonts/SourceSerif4*.woff2"
|
|
SPDX-FileCopyrightText = "Copyright 2014-2023 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'"
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/app/resources/browser/fonts/GoogleSansCode*.woff2"
|
|
SPDX-FileCopyrightText = "Copyright 2025 The Google Sans Code Project Authors (https://github.com/googlefonts/googlesans-code)"
|
|
SPDX-License-Identifier = "OFL-1.1"
|