-
Notifications
You must be signed in to change notification settings - Fork 8
/
REUSE.toml
51 lines (45 loc) · 1.52 KB
/
REUSE.toml
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
version = 1
SPDX-PackageName = "euler2d_kokkos"
SPDX-PackageSupplier = "euler2d_kokkos authors"
SPDX-PackageDownloadLocation = "https://github.com/pkestene/euler2d_kokkos"
[[annotations]]
path = [
".github/**", "Readme.md", "doc/**", "blast2d.gif", "misc/plot_data.py", "src/sedov_blast/README.md", "src/sedov_blast/sedov_plot.py"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 euler2d_kokkos authors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
".clang-format", ".clang-tidy", ".pre-commit-config.yaml", "REUSE.toml", ".git-blame-ignore-revs", ".editorconfig", ".cmake-format.py", ".gitignore", ".gitmodules", ".travis.yml", "_typos.toml", "src/sedov_blast/sedov_fortran/README_local.md"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2017 - 2024 euler2d_kokkos authors"
SPDX-License-Identifier = "Unlicense"
[[annotations]]
path = [
"src/**/*.ini"
]
precedence = "override"
SPDX-FileCopyrightText = "2017 - 2024 euler2d_kokkos authors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"config/inih/**"
]
precedence = "override"
SPDX-FileCopyrightText = "2009, Ben Hoyt"
SPDX-License-Identifier = "BSD-1-Clause"
[[annotations]]
path = [
"src/sedov_blast/sedov_fortran/sedov3_qp.dek", "src/sedov_blast/sedov_fortran/README"
]
precedence = "override"
SPDX-FileCopyrightText = "F.X. Timmes"
SPDX-License-Identifier = "Unlicense"
[[annotations]]
path = [
"src/cnpy/cnpy.h", "src/cnpy/cnpy.cpp"
]
SPDX-FileCopyrightText = "2011 Carl Rogers"
SPDX-License-Identifier = "MIT"