forked from ax3l/pydantic-mad
-
Notifications
You must be signed in to change notification settings - Fork 3
Update copyright notice and license agreement #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| PALS Python Copyright (c) 2025, The Regents of the University of California, | ||
| through Lawrence Berkeley National Laboratory (subject to receipt of | ||
| any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
|
|
||
| If you have questions about your rights to use or distribute this software, | ||
| please contact Berkeley Lab's Intellectual Property Office at | ||
| [email protected]. | ||
|
|
||
| NOTICE. This Software was developed under funding from the U.S. Department | ||
| of Energy and the U.S. Government consequently retains certain rights. As | ||
| such, the U.S. Government has been granted for itself and others acting on | ||
| its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the | ||
| Software to reproduce, distribute copies to the public, prepare derivative | ||
| works, and perform publicly and display publicly, and to permit others to do so. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,3 +73,15 @@ You can also run the unit tests available in the [tests](https://github.com/camp | |
| Here, the command line option `-v` increases the verbosity of the output. | ||
| You can also use the command line option `-s` to display any test output directly in the console (useful for debugging). | ||
| 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`. | ||
|
|
||
| ## Copyright Notice and License Agreement | ||
|
|
||
| PALS Python Copyright (c) 2025, The Regents of the University of California, | ||
| through Lawrence Berkeley National Laboratory (subject to receipt of | ||
| any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
|
|
||
| If you have questions about your rights to use or distribute this software, | ||
| please contact Berkeley Lab's Intellectual Property Office at | ||
| [email protected]. | ||
|
|
||
| Please find the full copyright notice in [COPYRIGHT.txt](COPYRIGHT.txt) and the full license agreement in [LICENSE.txt](LICENSE.txt). | ||
ax3l marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind renaming the
COPYRIGHT.txttoNOTICE.txtto avoid confusion with the license text (as we did in ImpactX)?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 8589039.