-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathREUSE.toml
More file actions
235 lines (197 loc) · 10.1 KB
/
REUSE.toml
File metadata and controls
235 lines (197 loc) · 10.1 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
version = 1
SPDX-PackageName = "ADIOS2"
SPDX-PackageSupplier = "adios@ornl.gov"
SPDX-PackageDownloadLocation = "https://github.com/ornladios/ADIOS2"
[[annotations]]
path = [
"ReadMe.md",
"Contributing.md",
"Copyright.txt"
]
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "thirdparty/atl/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2010 Georgia Tech Research Corporation"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/dill/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2010 Georgia Tech Research Corporation"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/EVPath/EVPath/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2010 Georgia Tech Research Corporation"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/EVPath/EVPath/zpl-enet/**"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2002-2016 Lee Salzman", "2017-2018 Vladyslav Hrytsenko, Dominik Madarász"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "thirdparty/ffs/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2010 Georgia Tech Research Corporation"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/GTest/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2008 Google Inc."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/KWSys/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2000-2016 Kitware, Inc. and Contributors"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/nanobind/nanobind/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Wenzel Jakob <wenzel.jakob@epfl.ch>"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/nanobind/nanobind/ext/robin_map/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017 Thibaut Goetghebuer-Planchon <tessil@gmx.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "thirdparty/enet/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2002-2020 Lee Salzman"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "thirdparty/nlohmann_json/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2013-2022 Niels Lohmann <http://nlohmann.me>"
SPDX-License-Identifier = "MIT AND CC0-1.0"
[[annotations]]
path = "thirdparty/perfstubs/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2022 Kevin Huck and University of Oregon"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "thirdparty/pugixml/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2006-2025 Arseny Kapoulkine <arseny.kapoulkine@gmail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "thirdparty/yaml-cpp/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2008-2015 Jesse Beder"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "thirdparty/mingw-w64/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "mingw-w64 contributors"
SPDX-License-Identifier = "LicenseRef-public-domain"
[[annotations]]
path = "source/adios2/toolkit/derived/parser/pregen-source/*"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["thirdparty/CMakeLists.txt", "thirdparty/atl/CMakeLists.txt", "thirdparty/dill/CMakeLists.txt", "thirdparty/enet/CMakeLists.txt", "thirdparty/EVPath/CMakeLists.txt", "thirdparty/ffs/CMakeLists.txt", "thirdparty/GTest/CMakeLists.txt", "thirdparty/KWSys/CMakeLists.txt", "thirdparty/mingw-w64/CMakeLists.txt", "thirdparty/nanobind/CMakeLists.txt", "thirdparty/nlohmann_json/CMakeLists.txt", "thirdparty/perfstubs/CMakeLists.txt", "thirdparty/pugixml/CMakeLists.txt", "thirdparty/yaml-cpp/CMakeLists.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["thirdparty/**/Readme.txt", "thirdparty/**/update.sh", "thirdparty/update-common.sh"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "docs/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "readthedocs.yml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "thirdparty/.clang-tidy"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [".clang-format", ".clang-tidy", ".e4s/e4s.yaml", ".flake8", ".git-remote-files", ".gitattributes", ".gitignore", ".shellcheck_exclude_paths", "CODEOWNERS", "Copyright.txt", "pyproject.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["scripts/ci/images/.gitignore", "scripts/ci/images/oneAPI.repo", "scripts/ci/images/0003-spack-gtkorvo-new-versions-no-cercs-env.patch", "scripts/ci/cmake/adios-asan.supp", "scripts/docker/spin-xrootd/xrootd-http.cfg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "scripts/developer/git/setup-hooks"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["bindings/Matlab/HOWTO-debug.txt", "bindings/Matlab/README.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["bindings/Matlab/test/heat.bp", "bindings/Matlab/test/heat.bp.dir/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["examples/basics/queryWorker/configs/**", "examples/hello/skeleton/**.xml", "examples/plugins/engine/**.xml", "examples/plugins/operator/**.xml", "examples/simulations/GrayScott.jl/.JuliaFormatter.toml", "examples/simulations/GrayScott.jl/Project.toml", "examples/simulations/GrayScott.jl/examples/**.json", "examples/simulations/GrayScott.jl/test/Project.toml", "examples/simulations/gray-scott/**.xml", "examples/simulations/gray-scott/catalyst/**.json", "examples/simulations/gray-scott/simulation/**.json", "examples/simulations/gray-scott/**.session", "examples/simulations/gray-scott/**.session.gui", "examples/simulations/gray-scott-struct/**.xml", "examples/simulations/gray-scott-struct/catalyst/**.json", "examples/simulations/gray-scott-struct/simulation/**.json", "examples/simulations/gray-scott-struct/**.session", "examples/simulations/gray-scott-struct/**.session.gui", "examples/simulations/gray-scott-struct/**.json", "examples/simulations/heatTransfer/**.xml", "examples/useCases/fidesOneCell/**.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["examples/simulations/gray-scott/img/**", "examples/simulations/gray-scott-struct/img/**", "examples/simulations/lorenz_ode/**.svg", "examples/useCases/fidesOneCell/**.png"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["source/h5vol/READ.ME", "source/utils/adios_iotest/iotest-config/**", "source/utils/profiler/sample_data/**", "source/utils/profiler/tests/commands", "source/utils/profiler_simplified/data/**", "source/utils/profiler_simplified/python_plots/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "testing/adios2/backward_compatibility/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["testing/adios2/bindings/python/heat.bp/**", "testing/adios2/bindings/python/types_np.h5"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["testing/adios2/engine/bp/operations/**.xml", "testing/adios2/xml/**.xml", "testing/adios2/yaml/**.ats", "testing/contract/lammps/adios2_config.xml", "testing/adios2/backward_compatibility/**.xml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["testing/adios2/engine/skeleton/**.txt", "testing/adios2/engine/sst/Testing/Temporary/LastTest.log", "testing/adios2/performance/metadata/README", "testing/examples/heatTransfer/**.txt", "testing/utils/bpcmp/**.txt", "testing/utils/changingshape/**.txt", "testing/utils/cwriter/**.txt", "testing/utils/iotest/**.txt", "testing/adios2/backward_compatibility/**.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "testing/utils/iotest/**.xml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "testing/adios2/output_archive/zipped_output/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["testing/install/CatalystEnginePlugin/**.xml", "testing/install/EncryptionOperator/test-public.key", "testing/install/EncryptionOperator/test-secret.key"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["testing/contract/lammps/in.test", "testing/contract/scorpio/**.dump"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Oak Ridge National Laboratory and Contributors"
SPDX-License-Identifier = "Apache-2.0"