forked from pluralsight/git-internals-pdf
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
44 lines (37 loc) · 1.66 KB
/
Copy pathREUSE.toml
File metadata and controls
44 lines (37 loc) · 1.66 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
# SPDX-FileCopyrightText: 2024 Robin Vobruba <hoijui.quaero@gmail.com>
#
# SPDX-License-Identifier: Unlicense
version = 1
SPDX-PackageName = "git-internals-pdf"
SPDX-PackageSupplier = "Robin Vobruba <hoijui.quaero@gmail.com>"
SPDX-PackageDownloadLocation = "https://github.com/osegermany/git-internals-pdf/"
[[annotations]]
path = ["artwork/title.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2008 Geoffrey Grosenbach <boss@topfunky.com>", "2008 Scott Chacon <schacon@gmail.com>", "2023 Robin Vobruba <hoijui.quaero@gmail.com>"]
SPDX-License-Identifier = "CC-BY-SA-3.0"
[[annotations]]
path = ["artwork/diagrams/**.eps"]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2008 Geoffrey Grosenbach <boss@topfunky.com>", "2008 Scott Chacon <schacon@gmail.com>"]
SPDX-License-Identifier = "CC-BY-SA-3.0"
[[annotations]]
path = ["artwork/diagrams/**.png", "artwork/diagrams/**.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2008 Geoffrey Grosenbach <boss@topfunky.com>", "2008 Scott Chacon <schacon@gmail.com>", "2023 Robin Vobruba <hoijui.quaero@gmail.com>"]
SPDX-License-Identifier = "CC-BY-SA-3.0"
[[annotations]]
path = ["artwork/screenshots/**.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2008 Geoffrey Grosenbach <boss@topfunky.com>", "2008 Scott Chacon <schacon@gmail.com>"]
SPDX-License-Identifier = "CC-BY-SA-3.0"
[[annotations]]
path = "code/**.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2008 Scott Chacon <schacon@gmail.com>"]
SPDX-License-Identifier = "CC-BY-SA-3.0"
[[annotations]]
path = "movies/**.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "2008 Scott Chacon <schacon@gmail.com>"
SPDX-License-Identifier = "CC-BY-SA-3.0"