From f443fa2c18297bd638b9f306e4018bbf98b91bea Mon Sep 17 00:00:00 2001 From: Jen Bradley <55467578+janbridley@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:12:07 -0500 Subject: [PATCH] Update LICENSE for 2025 (#249) * Update license * Run fix-license-header * fix-license-header on tests --- LICENSE | 2 +- coxeter/__doctest_fixtures.py | 2 +- coxeter/__init__.py | 2 +- coxeter/families/__init__.py | 2 +- coxeter/families/common.py | 2 +- coxeter/families/data/MathematicaToPython.py | 2 +- coxeter/families/doi_data_repositories.py | 2 +- coxeter/families/plane_shape_families.py | 2 +- coxeter/families/shape_family.py | 2 +- coxeter/families/tabulated_shape_family.py | 2 +- coxeter/io.py | 2 +- coxeter/shape_getters.py | 2 +- coxeter/shapes/__init__.py | 2 +- coxeter/shapes/base_classes.py | 2 +- coxeter/shapes/circle.py | 2 +- coxeter/shapes/convex_polygon.py | 2 +- coxeter/shapes/convex_polyhedron.py | 2 +- coxeter/shapes/convex_spheropolygon.py | 2 +- coxeter/shapes/convex_spheropolyhedron.py | 2 +- coxeter/shapes/ellipse.py | 2 +- coxeter/shapes/ellipsoid.py | 2 +- coxeter/shapes/polygon.py | 2 +- coxeter/shapes/polyhedron.py | 2 +- coxeter/shapes/sphere.py | 2 +- coxeter/shapes/utils.py | 2 +- setup.py | 2 +- tests/conftest.py | 2 +- tests/test_circle.py | 2 +- tests/test_ellipse.py | 2 +- tests/test_ellipsoid.py | 2 +- tests/test_io.py | 2 +- tests/test_plato.py | 2 +- tests/test_polygon.py | 2 +- tests/test_polyhedron.py | 2 +- tests/test_shape_families.py | 2 +- tests/test_shape_getters.py | 2 +- tests/test_sphere.py | 2 +- tests/test_spheropolygon.py | 2 +- tests/test_spheropolyhedron.py | 2 +- tests/utils.py | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/LICENSE b/LICENSE index 9bb1ba50..ecdd6f07 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License for coxeter -Copyright (c) 2015-2024 The Regents of the University of Michigan. +Copyright (c) 2015-2025 The Regents of the University of Michigan. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/coxeter/__doctest_fixtures.py b/coxeter/__doctest_fixtures.py index 1f678612..ab1e1cdc 100644 --- a/coxeter/__doctest_fixtures.py +++ b/coxeter/__doctest_fixtures.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Make the coxeter package available within doctest tests. diff --git a/coxeter/__init__.py b/coxeter/__init__.py index 2dea5c7c..e775afc8 100644 --- a/coxeter/__init__.py +++ b/coxeter/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """The coxeter package simplifies working with shapes in 2D and 3D. diff --git a/coxeter/families/__init__.py b/coxeter/families/__init__.py index 0d6d1968..97723a74 100644 --- a/coxeter/families/__init__.py +++ b/coxeter/families/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Provide tools for generating shapes. diff --git a/coxeter/families/common.py b/coxeter/families/common.py index 4a41caad..1b6d865d 100644 --- a/coxeter/families/common.py +++ b/coxeter/families/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Certain common shape families that can be analytically generated.""" diff --git a/coxeter/families/data/MathematicaToPython.py b/coxeter/families/data/MathematicaToPython.py index 479b9be2..1e17bd59 100644 --- a/coxeter/families/data/MathematicaToPython.py +++ b/coxeter/families/data/MathematicaToPython.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Convert Mathematica polyhedron vertices to Python. diff --git a/coxeter/families/doi_data_repositories.py b/coxeter/families/doi_data_repositories.py index f0c25423..56428a3d 100644 --- a/coxeter/families/doi_data_repositories.py +++ b/coxeter/families/doi_data_repositories.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Generate shapes from published works. diff --git a/coxeter/families/plane_shape_families.py b/coxeter/families/plane_shape_families.py index 0654551a..ebd2a5e7 100644 --- a/coxeter/families/plane_shape_families.py +++ b/coxeter/families/plane_shape_families.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Shape families defined by the intersection of half spaces. diff --git a/coxeter/families/shape_family.py b/coxeter/families/shape_family.py index f7d8c8ba..1d686279 100644 --- a/coxeter/families/shape_family.py +++ b/coxeter/families/shape_family.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Define the abstract base class for all shape families. diff --git a/coxeter/families/tabulated_shape_family.py b/coxeter/families/tabulated_shape_family.py index 2f683f1e..1b7208f1 100644 --- a/coxeter/families/tabulated_shape_family.py +++ b/coxeter/families/tabulated_shape_family.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Define tabulated shape families. diff --git a/coxeter/io.py b/coxeter/io.py index 3bc6c6ec..f80b16f7 100644 --- a/coxeter/io.py +++ b/coxeter/io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Import/Export utilities for shape classes. diff --git a/coxeter/shape_getters.py b/coxeter/shape_getters.py index 6ac5303b..a1ea409f 100644 --- a/coxeter/shape_getters.py +++ b/coxeter/shape_getters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Module for defining various convenience functions for shape generation. diff --git a/coxeter/shapes/__init__.py b/coxeter/shapes/__init__.py index 7b727e6a..b9339c79 100644 --- a/coxeter/shapes/__init__.py +++ b/coxeter/shapes/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Define shape classes. diff --git a/coxeter/shapes/base_classes.py b/coxeter/shapes/base_classes.py index 736947af..d5df3bdc 100644 --- a/coxeter/shapes/base_classes.py +++ b/coxeter/shapes/base_classes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Define base classes for shapes. diff --git a/coxeter/shapes/circle.py b/coxeter/shapes/circle.py index 1dd2022c..7d435bf9 100644 --- a/coxeter/shapes/circle.py +++ b/coxeter/shapes/circle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines a circle.""" diff --git a/coxeter/shapes/convex_polygon.py b/coxeter/shapes/convex_polygon.py index aa4a5e2c..e44a230a 100644 --- a/coxeter/shapes/convex_polygon.py +++ b/coxeter/shapes/convex_polygon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines a convex polygon.""" diff --git a/coxeter/shapes/convex_polyhedron.py b/coxeter/shapes/convex_polyhedron.py index fe30cedd..de4ffd71 100644 --- a/coxeter/shapes/convex_polyhedron.py +++ b/coxeter/shapes/convex_polyhedron.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines a convex polyhedron.""" diff --git a/coxeter/shapes/convex_spheropolygon.py b/coxeter/shapes/convex_spheropolygon.py index ec996fc1..611eecbe 100644 --- a/coxeter/shapes/convex_spheropolygon.py +++ b/coxeter/shapes/convex_spheropolygon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines a convex spheropolygon. diff --git a/coxeter/shapes/convex_spheropolyhedron.py b/coxeter/shapes/convex_spheropolyhedron.py index 431f24c6..6a4f2808 100644 --- a/coxeter/shapes/convex_spheropolyhedron.py +++ b/coxeter/shapes/convex_spheropolyhedron.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines a convex spheropolyhedron. diff --git a/coxeter/shapes/ellipse.py b/coxeter/shapes/ellipse.py index 7cc8a7e9..3381b719 100644 --- a/coxeter/shapes/ellipse.py +++ b/coxeter/shapes/ellipse.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines an ellipse.""" diff --git a/coxeter/shapes/ellipsoid.py b/coxeter/shapes/ellipsoid.py index a03f2a91..e1853446 100644 --- a/coxeter/shapes/ellipsoid.py +++ b/coxeter/shapes/ellipsoid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines an ellipsoid.""" diff --git a/coxeter/shapes/polygon.py b/coxeter/shapes/polygon.py index bd8e08d5..2ddb54c6 100644 --- a/coxeter/shapes/polygon.py +++ b/coxeter/shapes/polygon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines a polygon.""" diff --git a/coxeter/shapes/polyhedron.py b/coxeter/shapes/polyhedron.py index 54c1081d..73bc865c 100644 --- a/coxeter/shapes/polyhedron.py +++ b/coxeter/shapes/polyhedron.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines a polyhedron.""" diff --git a/coxeter/shapes/sphere.py b/coxeter/shapes/sphere.py index 227fc01b..72330cf9 100644 --- a/coxeter/shapes/sphere.py +++ b/coxeter/shapes/sphere.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Defines an circle.""" diff --git a/coxeter/shapes/utils.py b/coxeter/shapes/utils.py index 35c5d9ea..c0442c93 100644 --- a/coxeter/shapes/utils.py +++ b/coxeter/shapes/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. """Convenience utilities for shape classes. diff --git a/setup.py b/setup.py index ea2445de..0b51e836 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. from setuptools import setup diff --git a/tests/conftest.py b/tests/conftest.py index e20b56d9..a13d1d3b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import os diff --git a/tests/test_circle.py b/tests/test_circle.py index 6f549e27..e1518c74 100644 --- a/tests/test_circle.py +++ b/tests/test_circle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/test_ellipse.py b/tests/test_ellipse.py index b17ae3a7..306267c8 100644 --- a/tests/test_ellipse.py +++ b/tests/test_ellipse.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/test_ellipsoid.py b/tests/test_ellipsoid.py index 362de6d3..c9c1204f 100644 --- a/tests/test_ellipsoid.py +++ b/tests/test_ellipsoid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/test_io.py b/tests/test_io.py index 6789dec2..aad6e3e8 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. # Copyright (c) 2024 The Regents of the University of Michigan diff --git a/tests/test_plato.py b/tests/test_plato.py index 0e5255cd..9428bc18 100644 --- a/tests/test_plato.py +++ b/tests/test_plato.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import tempfile diff --git a/tests/test_polygon.py b/tests/test_polygon.py index 99131b42..8e5764fb 100644 --- a/tests/test_polygon.py +++ b/tests/test_polygon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/test_polyhedron.py b/tests/test_polyhedron.py index d0d3663a..d3d1ab84 100644 --- a/tests/test_polyhedron.py +++ b/tests/test_polyhedron.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. diff --git a/tests/test_shape_families.py b/tests/test_shape_families.py index cc2db7ce..b4f54da7 100644 --- a/tests/test_shape_families.py +++ b/tests/test_shape_families.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/test_shape_getters.py b/tests/test_shape_getters.py index 078f9d93..7244b222 100644 --- a/tests/test_shape_getters.py +++ b/tests/test_shape_getters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import json diff --git a/tests/test_sphere.py b/tests/test_sphere.py index 6d318e41..8e022f92 100644 --- a/tests/test_sphere.py +++ b/tests/test_sphere.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/test_spheropolygon.py b/tests/test_spheropolygon.py index aa41f68b..986f404c 100644 --- a/tests/test_spheropolygon.py +++ b/tests/test_spheropolygon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/test_spheropolyhedron.py b/tests/test_spheropolyhedron.py index 43b8f272..b51b1916 100644 --- a/tests/test_spheropolyhedron.py +++ b/tests/test_spheropolyhedron.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np diff --git a/tests/utils.py b/tests/utils.py index 32a5ab67..b755345a 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2024 The Regents of the University of Michigan. +# Copyright (c) 2015-2025 The Regents of the University of Michigan. # This file is from the coxeter project, released under the BSD 3-Clause License. import numpy as np