Skip to content

Commit 350d2d9

Browse files
authored
Merge pull request #35 from hswind4/dev-license
Create REUSE.toml for lincense compliant
2 parents e76da34 + e3d9fbb commit 350d2d9

File tree

2 files changed

+118
-0
lines changed

2 files changed

+118
-0
lines changed

REUSE.toml

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# SPDX-FileCopyrightText: 2025 Shuai He<hswind53@gmail.com>
2+
#
3+
# SPDX-License-Identifier: BSD-3-Clause
4+
5+
version = 1
6+
7+
[[annotations]]
8+
path = [
9+
".github/**.yml",
10+
".github/**.sh"
11+
]
12+
precedence = "aggregate"
13+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
14+
SPDX-License-Identifier = "LicenseRef-OpenSource"
15+
16+
17+
[[annotations]]
18+
path = [
19+
"Docs/sphinx_documentation/**/*",
20+
"Docs/*"
21+
]
22+
precedence = "aggregate"
23+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
24+
SPDX-License-Identifier = "LicenseRef-OpenSource"
25+
26+
[[annotations]]
27+
path = "Docs/IAMReX_documentation/**/*"
28+
precedence = "aggregate"
29+
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com> & ZhuXu Li<1246206018@qq.com>"
30+
SPDX-License-Identifier = "BSD-3-Clause"
31+
32+
[[annotations]]
33+
path = "Exec/**/*"
34+
precedence = "aggregate"
35+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
36+
SPDX-License-Identifier = "LicenseRef-OpenSource"
37+
38+
[[annotations]]
39+
path = "Tutorials/**/*"
40+
precedence = "aggregate"
41+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab; 2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
42+
SPDX-License-Identifier = "LicenseRef-OpenSource"
43+
44+
[[annotations]]
45+
path = "Source/**/Make.package"
46+
precedence = "aggregate"
47+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
48+
SPDX-License-Identifier = "LicenseRef-OpenSource"
49+
50+
[[annotations]]
51+
path = "Tools/plt_to_numpyArray/**/*"
52+
precedence = "aggregate"
53+
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
54+
SPDX-License-Identifier = "BSD-3-Clause"
55+
56+
[[annotations]]
57+
path = "Util/**/*"
58+
precedence = "aggregate"
59+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
60+
SPDX-License-Identifier = "LicenseRef-OpenSource"
61+
62+
[[annotations]]
63+
path = [
64+
"Tutorials_profiling/Bubble/**/*",
65+
"Tutorials_profiling/ConvectedVortex/**/*",
66+
"Tutorials_profiling/DoubleShearLayer/**/*",
67+
"Tutorials_profiling/FlowPastCylinder/**/*",
68+
"Tutorials_profiling/HIT/**/*",
69+
"Tutorials_profiling/HotSpot/**/*",
70+
"Tutorials_profiling/LidDrivenCavity/**/*",
71+
"Tutorials_profiling/Particles/**/*",
72+
"Tutorials_profiling/Poiseuille/**/*",
73+
"Tutorials_profiling/RayleighTaylor/**/*",
74+
"Tutorials_profiling/TaylorGreen/**/*",
75+
"Tutorials_profiling/TracerAdvection/**/*"
76+
]
77+
precedence = "aggregate"
78+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab; 2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
79+
SPDX-License-Identifier = "LicenseRef-OpenSource"
80+
81+
[[annotations]]
82+
path = "JOSS_paper/**/*"
83+
precedence = "aggregate"
84+
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
85+
SPDX-License-Identifier = "BSD-3-Clause"
86+
87+
[[annotations]]
88+
path = "README_figures/**/*"
89+
precedence = "aggregate"
90+
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
91+
SPDX-License-Identifier = "BSD-3-Clause"
92+
93+
[[annotations]]
94+
path = [
95+
".*",
96+
"IAMeX_Particle_Flow_CN.md",
97+
"license.txt",
98+
"README.md"
99+
]
100+
precedence = "aggregate"
101+
SPDX-FileCopyrightText = "2023 - 2025 Yadong Zeng<zdsjtu@gmail.com>"
102+
SPDX-License-Identifier = "BSD-3-Clause"
103+
104+
105+
[[annotations]]
106+
path = [
107+
"CONTRIBUTING.md",
108+
"RELEASE_NOTES",
109+
]
110+
precedence = "aggregate"
111+
SPDX-FileCopyrightText = "2016 - 2023 Berkeley Lab"
112+
SPDX-License-Identifier = "LicenseRef-OpenSource"

Tutorials_profiling/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2023 - 2025 Yadong Zeng<zdsjtu@gmail.com> & Shuai He<hswind53@gmail.com>
3+
4+
SPDX-License-Identifier: BSD-3-Clause
5+
-->
6+
17
In addition to the Tutorial, we provide four shell scripts to help you easily modify parameters and evaluate the performance of AMR (Adaptive Mesh Refinement) technology on different problems and platforms.
28

39
Take **jobiamr2dcpu** as an example:

0 commit comments

Comments
 (0)