Skip to content

Commit aa40f2d

Browse files
committed
Update copyright year to 2025
1 parent a40c5dc commit aa40f2d

19 files changed

+61
-61
lines changed

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
This software is open source software available under the BSD-3 license.
22

3-
Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
4-
Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights reserved.
5-
Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
3+
Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
4+
Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights reserved.
5+
Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
66

77

8-
Copyright (c) 2019 Triad National Security, LLC. This program was produced
8+
Copyright (c) 2025 Triad National Security, LLC. This program was produced
99
under U.S. Government contract 89233218CNA000001 for Los Alamos National
1010
Laboratory (LANL), which is operated by Triad National Security, LLC for the
1111
U.S. Department of Energy/National Nuclear Security Administration. All rights
@@ -16,7 +16,7 @@ irrevocable worldwide license in this material to reproduce, prepare derivative
1616
works, distribute copies to the public, perform publicly and display publicly,
1717
and to permit others to do so.
1818

19-
Copyright (c) 2019 Lawrence Livermore National Security, LLC. This work was
19+
Copyright (c) 2025 Lawrence Livermore National Security, LLC. This work was
2020
produced under the auspices of the U.S. Department of Energy by Lawrence
2121
Livermore National Laboratory under Contract DE-AC52-07NA27344. This work was
2222
prepared as an account of work sponsored by an agency of the United States

examples/make_mpas_to_antarctic_stereo_mapping.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# This software is open source software available under the BSD-3 license.
33
#
4-
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
5-
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
4+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
5+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
66
# reserved.
7-
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
7+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
88
#
99
# Additional copyright and license information can be found in the LICENSE file
1010
# distributed with this code, or at

examples/make_mpas_to_lat_lon_mapping.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# This software is open source software available under the BSD-3 license.
33
#
4-
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
5-
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
4+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
5+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
66
# reserved.
7-
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
7+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
88
#
99
# Additional copyright and license information can be found in the LICENSE file
1010
# distributed with this code, or at

examples/make_mpas_vertex_to_antarctic_stereo_mapping.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# This software is open source software available under the BSD-3 license.
33
#
4-
# Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
5-
# Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights
4+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
5+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
66
# reserved.
7-
# Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
7+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
88
#
99
# Additional copyright and license information can be found in the LICENSE file
1010
# distributed with this code, or at

licenses/LICENSE_MPAS-Analysis

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
This software is open source software available under the BSD-3 license.
22

3-
Copyright (c) 2019 Triad National Security, LLC. All rights reserved.
4-
Copyright (c) 2019 Lawrence Livermore National Security, LLC. All rights reserved.
5-
Copyright (c) 2019 UT-Battelle, LLC. All rights reserved.
3+
Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
4+
Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights reserved.
5+
Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
66

77

8-
Copyright (c) 2019 Triad National Security, LLC. This program was produced
8+
Copyright (c) 2025 Triad National Security, LLC. This program was produced
99
under U.S. Government contract 89233218CNA000001 for Los Alamos National
1010
Laboratory (LANL), which is operated by Triad National Security, LLC for the
1111
U.S. Department of Energy/National Nuclear Security Administration. All rights
@@ -16,7 +16,7 @@ irrevocable worldwide license in this material to reproduce, prepare derivative
1616
works, distribute copies to the public, perform publicly and display publicly,
1717
and to permit others to do so.
1818

19-
Copyright (c) 2019 Lawrence Livermore National Security, LLC. This work was
19+
Copyright (c) 2025 Lawrence Livermore National Security, LLC. This work was
2020
produced under the auspices of the U.S. Department of Energy by Lawrence
2121
Livermore National Laboratory under Contract DE-AC52-07NA27344. This work was
2222
prepared as an account of work sponsored by an agency of the United States

pyremap/descriptor/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This software is open source software available under the BSD-3 license.
22
#
3-
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
4-
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
3+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
4+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
55
# reserved.
6-
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
6+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
77
#
88
# Additional copyright and license information can be found in the LICENSE file
99
# distributed with this code, or at

pyremap/descriptor/lat_lon_2d_grid_descriptor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This software is open source software available under the BSD-3 license.
22
#
3-
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
4-
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
3+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
4+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
55
# reserved.
6-
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
6+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
77
#
88
# Additional copyright and license information can be found in the LICENSE file
99
# distributed with this code, or at

pyremap/descriptor/lat_lon_grid_descriptor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This software is open source software available under the BSD-3 license.
22
#
3-
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
4-
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
3+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
4+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
55
# reserved.
6-
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
6+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
77
#
88
# Additional copyright and license information can be found in the LICENSE file
99
# distributed with this code, or at

pyremap/descriptor/mesh_descriptor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This software is open source software available under the BSD-3 license.
22
#
3-
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
4-
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
3+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
4+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
55
# reserved.
6-
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
6+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
77
#
88
# Additional copyright and license information can be found in the LICENSE file
99
# distributed with this code, or at

pyremap/descriptor/mpas_cell_mesh_descriptor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This software is open source software available under the BSD-3 license.
22
#
3-
# Copyright (c) 2022 Triad National Security, LLC. All rights reserved.
4-
# Copyright (c) 2022 Lawrence Livermore National Security, LLC. All rights
3+
# Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
4+
# Copyright (c) 2025 Lawrence Livermore National Security, LLC. All rights
55
# reserved.
6-
# Copyright (c) 2022 UT-Battelle, LLC. All rights reserved.
6+
# Copyright (c) 2025 UT-Battelle, LLC. All rights reserved.
77
#
88
# Additional copyright and license information can be found in the LICENSE file
99
# distributed with this code, or at

0 commit comments

Comments
 (0)