From a992d94b61e19537a4ea7b6546744a67c30bbb0b Mon Sep 17 00:00:00 2001 From: hs Date: Fri, 4 Jul 2025 00:17:16 +0800 Subject: [PATCH 1/2] update readme about license --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 968d1d5e..3abcded9 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,14 @@ To cite IAMReX, please use We are grateful to Ann Almgren, Andy Nonaka, Andrew Myers, Axel Huebl, Marc Day, and Weiqun Zhang in the Lawrence Berkeley National Laboratory (LBNL) for their discussions related to [AMReX](https://github.com/AMReX-Codes/amrex) and [IAMR](https://github.com/AMReX-Fluids/IAMR). Y.Z. and Z.Z. also thank Prof. Lian Shen, Prof. Ruifeng Hu, and Prof. Xiaojing Zheng during their Ph.D. studies. +## License + +This project complies with the [REUSE Specification](https://reuse.software/). Accordingly, license header in each file specifies its copyright and licensing information. All licenses used in this project can be found in the LICENSES directory. + +Licensing is determined as follows: + +* LicenseRef-OpenSource refers to the [original IAMR license](https://github.com/AMReX-Fluids/IAMR/blob/development/OpenSource.txt), applies to all files originating from IAMR and any modifications made to them. +* All new files created from scratch for IAMReX are licensed under the BSD-3-Clause. ## Contact From 70416cb08eaac32da8102df03178a933e271ef3d Mon Sep 17 00:00:00 2001 From: hs Date: Fri, 4 Jul 2025 01:18:03 +0800 Subject: [PATCH 2/2] custom license.txt to display on github --- license.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 license.txt diff --git a/license.txt b/license.txt new file mode 100644 index 00000000..2125d871 --- /dev/null +++ b/license.txt @@ -0,0 +1,5 @@ +All licenses used in this project can be found in the LICENSES directory. + +This project includes code originally derived from the IAMR project, developed by Lawrence Berkeley National Laboratory. These parts retain their original license, which can be found in `LICENSES/LicenseRef-OpenSource.txt`. + +All new files created for IAMReX from scratch are licensed under the BSD-3-Clause license.