Skip to content

Commit

Permalink
Bump copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jan 10, 2025
1 parent 94fcc71 commit 5319094
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022-2024 The Regents of the University of Michigan.
Copyright (c) 2022-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 dashboard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Dashboard."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/alj_2d.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""ALJ 2D energy conservation validation test."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Initialize signac projects and create global variables."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/config_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Class for parsing config files."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/custom_actions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""This file contains all custom actions needed for this project."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/hard_disk.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Hard disk equation of state validation test."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/hard_sphere.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Hard sphere equation of state validation test."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/lj_fluid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Lennard Jones phase behavior validation test."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/lj_union.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Lennard Jones phase behavior validation test (union particles)."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/patchy_particle_pressure.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Test for consistency between NVT and NPT simulations of patchy particles."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/project.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Project workflow entry point."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/simple_polygon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Simple polygon equation of state validation test."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Helper functions for grabbing data and plotting."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/workflow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Manage row actions from Python.
Expand Down
2 changes: 1 addition & 1 deletion hoomd_validation/workflow_class.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024 The Regents of the University of Michigan.
# Copyright (c) 2022-2025 The Regents of the University of Michigan.
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Workflow class for the validation test suite."""
Expand Down

0 comments on commit 5319094

Please sign in to comment.