Skip to content

Commit 984e1ee

Browse files
committed
chore: Create separate copyright file
Also correct copyright year.
1 parent 2598c88 commit 984e1ee

16 files changed

+30
-58
lines changed

COPYRIGHT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright
2+
3+
*Copyright © 2023, National Technology & Engineering Solutions of
4+
Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
5+
NTESS, the U.S. Government retains certain rights in this software.
6+
All rights reserved.*

LICENSE.md

Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# 3-Clause BSD License
1+
# BSD 3-Clause "New" or "Revised" License
22

3-
_Copyright © 2024, National Technology & Engineering Solutions of
4-
Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
5-
NTESS, the U.S. Government retains certain rights in this software.
6-
All rights reserved._
3+
Copyright 2023 NTESS.
74

85
Redistribution and use in source and binary forms, with or without
96
modification, are permitted provided that the following conditions are
@@ -14,7 +11,7 @@ met:
1411
2. Redistributions in binary form must reproduce the above copyright
1512
notice, this list of conditions and the following disclaimer in the
1613
documentation and/or other materials provided with the distribution.
17-
3. Neither the name of Sandia National Laboratories nor the names of its
14+
3. Neither the name of the copyright holder nor the names of its
1815
contributors may be used to endorse or promote products derived from
1916
this software without specific prior written permission.
2017

@@ -30,41 +27,14 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3027
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3128
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3229

30+
31+
3332
## Third-Party Software
3433

3534
This project also bundles minified third-party software licensed under
3635
the MIT license.
3736

38-
### Bootstrap
39-
40-
Copyright 2011–2021 The Bootstrap Authors
41-
(https://github.com/twbs/bootstrap/graphs/contributors)
42-
43-
### Chart.js
44-
45-
Copyright 2020 Chart.js Contributors
46-
47-
### JQuery
48-
49-
Copyright JS Foundation and other contributors
50-
51-
### MIT License
52-
53-
Permission is hereby granted, free of charge, to any person obtaining a
54-
copy of this software and associated documentation files (the
55-
“Software”), to deal in the Software without restriction, including
56-
without limitation the rights to use, copy, modify, merge, publish,
57-
distribute, sublicense, and/or sell copies of the Software, and to
58-
permit persons to whom the Software is furnished to do so, subject to
59-
the following conditions:
60-
61-
The above copyright notice and this permission notice shall be included
62-
in all copies or substantial portions of the Software.
63-
64-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
65-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
66-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
67-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
68-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
69-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
70-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37+
* **Bootstrap:** Copyright 2011–2021 The Bootstrap Authors
38+
(https://github.com/twbs/bootstrap/graphs/contributors)
39+
* **Chart.js:** Copyright 2020 Chart.js Contributors
40+
* **JQuery:** Copyright JS Foundation and other contributors

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
> **WARNING:** *This package is still in the process of being open sourced.
2-
> Until that work is done and this banner is removed, don't expect anything
3-
> documented here to be accurate.*
4-
51
![Lines of code](https://sloc.xyz/github/sandialabs/shell-logger/?category=code)
62
[![codecov](https://codecov.io/gh/sandialabs/shell-logger/branch/master/graph/badge.svg?token=FmDStZ6FVR)](https://codecov.io/gh/sandialabs/shell-logger)
73
[![CodeFactor](https://www.codefactor.io/repository/github/sandialabs/shell-logger/badge/master)](https://www.codefactor.io/repository/github/sandialabs/shell-logger/overview/master)
@@ -81,9 +77,9 @@ love to have your help :grinning: Check out our
8177

8278
[contributors]: https://github.com/sandialabs/shell-logger/graphs/contributors
8379

84-
## License
80+
## License & Copyright
8581

86-
See [LICENSE.md](LICENSE.md).
82+
See [LICENSE.md](LICENSE.md) and [COPYRIGHT.md](COPYRIGHT.md).
8783

8884
## Credits
8985

example/build_flex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""An example of cloning, configuring, building, and installing software."""
33

4-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
4+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
55
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
66
# U.S. Government retains certain rights in this software.
77

example/hello_world_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""A simple example."""
33

4-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
4+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
55
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
66
# U.S. Government retains certain rights in this software.
77

example/hello_world_html_and_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""A simple example, sending output to the log file and console."""
33

4-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
4+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
55
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
66
# U.S. Government retains certain rights in this software.
77

example/hello_world_html_with_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""A simple example, capturing various system statistics."""
33

4-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
4+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
55
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
66
# U.S. Government retains certain rights in this software.
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
To install, simply ``python3 -m pip install .`` in the repository root.
55
"""
66

7-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
7+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
88
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
99
# U.S. Government retains certain rights in this software.
1010

shell_logger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The ``shell_logger`` package."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

shell_logger/abstract_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Provides the :class:`AbstractMethod` exception."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

shell_logger/html_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Various utilities for building the HTML log file."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

shell_logger/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Provides the :class:`Shell` class."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

shell_logger/shell_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Provides the :class:`ShellLogger` class, along with some helpers."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

shell_logger/stats_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Provides the various means of collecting machine statistics."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

shell_logger/trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Provides the means of collecting various trace data."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

test/test_shell_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The unit test suite for the ``shell_logger`` package."""
22

3-
# © 2024 National Technology & Engineering Solutions of Sandia, LLC
3+
# © 2023 National Technology & Engineering Solutions of Sandia, LLC
44
# (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the
55
# U.S. Government retains certain rights in this software.
66

0 commit comments

Comments
 (0)