Skip to content

Commit f7b9dbb

Browse files
authored
Update copyright notice and license agreement (pals-project#24)
1 parent 858a0c5 commit f7b9dbb

File tree

3 files changed

+37
-10
lines changed

3 files changed

+37
-10
lines changed

LICENSE renamed to LICENSE.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ without specific prior written permission.
1919

2020

2121
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
25-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31-
POSSIBILITY OF SUCH DAMAGE.
22+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
25+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3231

3332
You are under no obligation whatsoever to provide any bug fixes, patches,
3433
or upgrades to the features, functionality or performance of the source

NOTICE.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
PALS Python Copyright (c) 2025, The Regents of the University of California,
2+
through Lawrence Berkeley National Laboratory (subject to receipt of
3+
any required approvals from the U.S. Dept. of Energy). All rights reserved.
4+
5+
If you have questions about your rights to use or distribute this software,
6+
please contact Berkeley Lab's Intellectual Property Office at
7+
8+
9+
NOTICE. This Software was developed under funding from the U.S. Department
10+
of Energy and the U.S. Government consequently retains certain rights. As
11+
such, the U.S. Government has been granted for itself and others acting on
12+
its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
13+
Software to reproduce, distribute copies to the public, prepare derivative
14+
works, and perform publicly and display publicly, and to permit others to do so.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,17 @@ You can also run the unit tests available in the [tests](https://github.com/camp
7373
Here, the command line option `-v` increases the verbosity of the output.
7474
You can also use the command line option `-s` to display any test output directly in the console (useful for debugging).
7575
Please refer to [pytest's documentation](https://docs.pytest.org/en/stable/) for further details on the available command line options and/or run `pytest --help`.
76+
77+
## Copyright Notice and License Agreement
78+
79+
PALS Python Copyright (c) 2025, The Regents of the University of California,
80+
through Lawrence Berkeley National Laboratory (subject to receipt of
81+
any required approvals from the U.S. Dept. of Energy). All rights reserved.
82+
83+
If you have questions about your rights to use or distribute this software,
84+
please contact Berkeley Lab's Intellectual Property Office at
85+
86+
87+
Please find the full copyright notice in [NOTICE.txt](NOTICE.txt) and the full license agreement in [LICENSE.txt](LICENSE.txt).
88+
89+
The SPDX license identifier is `BSD-3-Clause-LBNL`.

0 commit comments

Comments
 (0)