-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREUSE.toml
More file actions
45 lines (39 loc) · 2.18 KB
/
Copy pathREUSE.toml
File metadata and controls
45 lines (39 loc) · 2.18 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
version = 1
SPDX-PackageName = "Vulkan-Site"
SPDX-PackageDownloadLocation = "https://github.com/KhronosGroup/Vulkan-Site"
# Upstream Antora Default UI files
[[annotations]]
path = ["docs/**", "gulp.d/**", "preview-src/**", "src/**", ".editorconfig", ".eslintrc", ".gitignore", ".gitlab-ci.yml", ".gulp.json", ".nvmrc", ".stylelintrc", "gulpfile.js", "index.js", "package-lock.json", "package.json"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (C) 2017-present OpenDevise Inc. and the Antora Project."
SPDX-License-Identifier = "MPL-2.0"
# Upstream UI files with substantial Khronos modifications
[[annotations]]
path = ["README.adoc", "src/css/base.css", "src/css/doc.css", "src/css/header.css", "src/css/highlight.css", "src/css/site.css", "src/css/toolbar.css", "src/css/vars.css"]
precedence = "closest"
SPDX-FileCopyrightText = ["Copyright (C) 2017-present OpenDevise Inc. and the Antora Project.", "Copyright 2023-2026 The Khronos Group Inc."]
SPDX-License-Identifier = "MPL-2.0"
# asciidoctor-mathjax extension
[[annotations]]
path = "docs-site/js/asciidoctor-mathjax.js"
precedence = "closest"
SPDX-FileCopyrightText = "Copyright (c) 2020 David Jencks and contributors"
SPDX-License-Identifier = "MIT"
# Khronos scripts and code
[[annotations]]
path = [".eslintignore", "src/css/khronos.css", "src/css/split.css", "src/css/vendor/tabs.css", "src/js/20-multilang.js", "src/js/vendor/tabs.bundle.js", "docs-site/package-lock.json", "docs-site/package.json"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright 2023-2026 The Khronos Group Inc."
SPDX-License-Identifier = "Apache-2.0"
# Khronos documentation
[[annotations]]
path = [".github/**", "src/static/**"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright 2023-2026 The Khronos Group Inc."
SPDX-License-Identifier = "CC-BY-4.0"
# Holochip antora extensions
[[annotations]]
path = ["docs-site/extensions/antora-static-nav/lib/index.js", "docs-site/extensions/antora-static-nav/test/integration.test.js", "docs-site/extensions/antora-static-nav/test/unit.test.js", "docs-site/extensions/antora-static-nav/package.json"]
precedence = "closest"
SPDX-FileCopyrightText = "Copyright 2026 Holochip Inc."
SPDX-License-Identifier = "Apache-2.0"