Skip to content

Commit

Permalink
Update LICENSE for 2025 (#249)
Browse files Browse the repository at this point in the history
* Update license

* Run fix-license-header

* fix-license-header on tests
  • Loading branch information
janbridley authored Jan 9, 2025
1 parent 882d460 commit f443fa2
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion coxeter/__doctest_fixtures.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/families/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/families/common.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/families/data/MathematicaToPython.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/families/doi_data_repositories.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/families/plane_shape_families.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/families/shape_family.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/families/tabulated_shape_family.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/io.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shape_getters.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/base_classes.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/circle.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/convex_polygon.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/convex_polyhedron.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/convex_spheropolygon.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/convex_spheropolyhedron.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/ellipse.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/ellipsoid.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/polygon.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/polyhedron.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/sphere.py
Original file line number Diff line number Diff line change
@@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion coxeter/shapes/utils.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_circle.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ellipse.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ellipsoid.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plato.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_polygon.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_polyhedron.py
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
2 changes: 1 addition & 1 deletion tests/test_shape_families.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_shape_getters.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sphere.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_spheropolygon.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_spheropolyhedron.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f443fa2

Please sign in to comment.