-
Notifications
You must be signed in to change notification settings - Fork 828
Expand file tree
/
Copy pathREUSE.toml
More file actions
59 lines (53 loc) · 1.68 KB
/
REUSE.toml
File metadata and controls
59 lines (53 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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/resources/zeal.*",
"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",
"pkg/**/*",
"vcpkg.json",
# Repository management and editor configuration files.
".clang-format-ignore",
".clang-format",
".clang-tidy",
".clangd",
".editorconfig",
".gitattributes",
".github/**/*",
".gitignore",
".release-please-manifest.json",
"CHANGELOG.md",
"release-please-config.json",
]
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"