-
Notifications
You must be signed in to change notification settings - Fork 411
Expand file tree
/
Copy pathREUSE.toml
More file actions
128 lines (113 loc) · 3.54 KB
/
REUSE.toml
File metadata and controls
128 lines (113 loc) · 3.54 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
version = 1
SPDX-PackageSupplier = "tpm2-software community"
[[annotations]]
path = ["*.md", "doc/*.png", "doc/*.md", "doc/doxygen.dox"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2024 tpm2-software community"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["man/*.in", "man/*.troff"]
precedence = "aggregate"
SPDX-FileCopyrightText = [
"2017 - 2022 Intel",
"2017 Doug Goldstein",
"2017 - 2020 Red Hat",
"2018 - 2022 Fraunhofer SIT sponsored by Infineon",
"2020 - 2024 Infineon Technologies AG"
]
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["dist/fapi-config.json.in", "dist/fapi-profiles/*.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2022 Fraunhofer SIT sponsored by Infineon"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "dist/sysusers.d/tpm2-tss.conf"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 Jonas Witschel"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "dist/tmpfiles.d/tpm2-tss-fapi.conf.in"
precedence = "aggregate"
SPDX-FileCopyrightText = [
"2020 Jonas Witschel",
"2022 Erik Larsson",
"2023 Dan De Meyer"
]
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "dist/tpm-udev.rules"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 Redhat, Inc."
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = ["lib/*.def", "lib/*.map", "lib/*.pc.in"]
precedence = "aggregate"
SPDX-FileCopyrightText = [
"2016 - 2022 Intel",
"2018 - 2022 Fraunhofer SIT sponsored by Infineon",
"2018 - 2018 David J. Maria @ fb.com",
"2019 Jonas Witschel",
"2019 - 2022 Erik Larsson",
"2020 - 2024 Infineon Technologies AG"
]
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = ["test/data/fapi/*.json", "test/data/fapi/eventlog/*.b64", "test/data/fapi/policy/*.pem", "test/data/fapi/policy/pol_*.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2022 Fraunhofer SIT sponsored by Infineon"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = [
"src/tss2-esys/openssl.props",
"src/tss2-esys/tss2-esys.vcxproj",
"src/tss2-mu/tss2-mu.vcxproj",
"src/tss2-rc/tss2-rc.vcxproj",
"src/tss2-sys/tss2-sys.vcxproj",
"src/tss2-tcti/tss2-tcti-mssim.vcxproj",
"src/tss2-tcti/tss2-tcti-swtpm.vcxproj",
"src/tss2-tcti/tss2-tcti-tbs.vcxproj",
"src/tss2-tcti/tss2-tctildr.vcxproj",
"tpm2-tss.sln"
]
precedence = "aggregate"
SPDX-FileCopyrightText = [
"2018 David J. Maria @ fb.com",
"2018 - 2022 Intel",
"2021 Petr Gotthard",
"2024 Philipp Unger"
]
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "git.mk"
precedence = "aggregate"
SPDX-FileCopyrightText = [
"2009 Red Hat, Inc.",
"2010 - 2013 Behdad Esfahbod"
]
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "m4/ld-version-script.m4"
precedence = "aggregate"
SPDX-FileCopyrightText = "2008 - 2019 Free Software Foundation, Inc."
SPDX-License-Identifier = "FSFULLR"
[[annotations]]
path = ".iwyu.imp"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Infineon Technologies AG"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = [ "_vscode/launch.json", "_vscode/tasks.json" ]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Infineon Technologies AG"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "afl-fuzzing/README.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Jürgen Repp"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "sphinx/requirements.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Jürgen Repp"
SPDX-License-Identifier = "BSD-2-Clause"