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"
0 commit comments