-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
49 lines (42 loc) · 1.5 KB
/
Copy pathREUSE.toml
File metadata and controls
49 lines (42 loc) · 1.5 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
# SPDX-FileCopyrightText: © 2026 Toon Verstraelen <Toon.Verstraelen@UGent.be>
# SPDX-License-Identifier: CC-BY-4.0
version = 1
# PNGs were created by the author.
[[annotations]]
path = "*.png"
precedence = "override"
SPDX-FileCopyrightText = "© Toon Verstraelen"
SPDX-License-Identifier = "CC-BY-4.0"
# Most SVGs, except the ones below, were created by the author.
[[annotations]]
path = [
"*.svg",
"slides/*.svg",
]
precedence = "override"
SPDX-FileCopyrightText = "© Toon Verstraelen"
SPDX-License-Identifier = "CC-BY-4.0"
# The GitHub logo is a trademark of GitHub, Inc. and is protected by trademark laws.
[[annotations]]
path = "slides/logo-github.svg"
precedence = "override"
SPDX-FileCopyrightText = "© GitHub, Inc."
SPDX-License-Identifier = "LicenseRef-GitHub-Logo"
# See https://git-scm.com/community/logos for the Git logo and its license.
[[annotations]]
path = "slides/logo-git.svg"
precedence = "override"
SPDX-FileCopyrightText = "© Jason Long"
SPDX-License-Identifier = "CC-BY-3.0"
# The CMM logo was drawn by Toon Verstraelen.
[[annotations]]
path = "slides/logo-cmm.svg"
precedence = "override"
SPDX-FileCopyrightText = "© Toon Verstraelen <Toon.Verstraelen@UGent.be>"
SPDX-License-Identifier = "LicenseRef-CMM-Logo"
# The UGent logo can be used by its employees and students, but not by third parties.
[[annotations]]
path = "slides/logo-ugent.svg"
precedence = "override"
SPDX-FileCopyrightText = "© Ghent University <juridischezaken@ugent.be>"
SPDX-License-Identifier = "LicenseRef-UGent-Logo"