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 7ba9fb4 commit 5171d19
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021-2024 The Regents of the University of Michigan
Copyright (c) 2021-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 hoomd_benchmarks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""HOOMD benchmarks main package."""
2 changes: 1 addition & 1 deletion hoomd_benchmarks/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

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

"""Common code used in all benchmarks."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/configuration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Methods that create initial configurations for benchmarks."""
2 changes: 1 addition & 1 deletion hoomd_benchmarks/configuration/hard_sphere.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

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

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

"""Hard octahedron Monte Carlo benchmark."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/hpmc_pair.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Methods common to HPMC pair potential benchmarks."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/hpmc_pair_kern_frenkel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Kern-Frenkel HPMC pair potential benchmark."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/hpmc_pair_lj.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Lennard-Jones HPMC pair potential benchmark."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/hpmc_pair_step.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Step HPMC pair potential benchmark."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/hpmc_pair_union_wca.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Lennard-Jones HPMC pair potential benchmark."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/hpmc_sphere.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Hard sphere Monte Carlo benchmark."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/md_pair.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Methods common to MD pair potential benchmarks."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/md_pair_lj.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

"""Lennard-Jones pair potential benchmark."""
Expand Down
2 changes: 1 addition & 1 deletion hoomd_benchmarks/md_pair_opp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 The Regents of the University of Michigan
# Copyright (c) 2021-2025 The Regents of the University of Michigan
# Part of HOOMD-blue, released under the BSD 3-Clause License.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

"""Generate a benchmark report from a run on Great Lakes.
Expand Down

0 comments on commit 5171d19

Please sign in to comment.