Skip to content

Commit a708a37

Browse files
committed
Update CI to actions/checkout@v5 per Actions complaint.
Update REUSE to REUSE.toml exception file instead of .reuse/dep5.
1 parent ab80b9e commit a708a37

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

REUSE.toml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
version = 1
2+
SPDX-PackageName = "Vulkan-Docs"
3+
SPDX-PackageDownloadLocation = "https://github.com/KhronosGroup/Vulkan-Docs"
4+
5+
[[annotations]]
6+
path = ["images/**.svg", "config/chunkindex/custom.patch", "config/CI/**", "config/**/docinfo-header.html", "build_tests/expectations/**", "build_tests/images/**.svg", "images/proposals/**.svg"]
7+
precedence = "aggregate"
8+
SPDX-FileCopyrightText = "2015-2026 The Khronos Group Inc."
9+
SPDX-License-Identifier = "CC-BY-4.0"
10+
11+
[[annotations]]
12+
path = "katex/**"
13+
precedence = "aggregate"
14+
SPDX-FileCopyrightText = "2013-2019 Khan Academy and other contributors"
15+
SPDX-License-Identifier = "MIT"
16+
17+
[[annotations]]
18+
path = "config/chunkindex/lunr.js"
19+
precedence = "aggregate"
20+
SPDX-FileCopyrightText = "2019 Oliver Nightingale"
21+
SPDX-License-Identifier = "MIT"
22+
23+
[[annotations]]
24+
path = "config/optimize-pdf"
25+
precedence = "aggregate"
26+
SPDX-FileCopyrightText = "2014-2016 OpenDevise Inc. and the Asciidoctor Project"
27+
SPDX-License-Identifier = "MIT"
28+
29+
[[annotations]]
30+
path = "config/khronos.css"
31+
precedence = "aggregate"
32+
SPDX-FileCopyrightText = "2013 Dan Allen"
33+
SPDX-License-Identifier = "MIT"
34+
35+
[[annotations]]
36+
path = "config/fonts/**"
37+
precedence = "aggregate"
38+
SPDX-FileCopyrightText = "2019 M+ Fonts Project"
39+
SPDX-License-Identifier = "LicenseRef-MPLUS"
40+
41+
[[annotations]]
42+
path = "scripts/htmldiff/htmldiff.pl"
43+
precedence = "aggregate"
44+
SPDX-FileCopyrightText = ["1998-2006 MACS, Inc.", "2007 SiSco, Inc."]
45+
SPDX-License-Identifier = "MIT"
46+
47+
[[annotations]]
48+
path = ["**.json", "scripts/vuidCounts.py", "config/chunkindex/addscript.**"]
49+
precedence = "aggregate"
50+
SPDX-FileCopyrightText = "2020-2026 The Khronos Group Inc."
51+
SPDX-License-Identifier = "Apache-2.0"
52+
53+
[[annotations]]
54+
path = "config/copyright-spec.adoc"
55+
precedence = "aggregate"
56+
SPDX-FileCopyrightText = "2014-2026 The Khronos Group Inc"
57+
SPDX-License-Identifier = "LicenseRef-KhronosSpecCopyright"
58+
59+
[[annotations]]
60+
path = "scripts/asciidoctor-chunker/**"
61+
precedence = "aggregate"
62+
SPDX-FileCopyrightText = "2021 Wataru Shito (@waterloo_jp)"
63+
SPDX-License-Identifier = "MIT"
64+
65+
[[annotations]]
66+
path = ".gitlab/merge_request_templates/extensiontemplate.md"
67+
precedence = "aggregate"
68+
SPDX-FileCopyrightText = "2026 The Khronos Group Inc"
69+
SPDX-License-Identifier = "CC-BY-4.0"

0 commit comments

Comments
 (0)