diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6971ee50..dbc68610 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # This file is based on the HOOMD-blue .github/workflows/test.yml configuration to use diff --git a/CMake/find_hoomd.py b/CMake/find_hoomd.py index 0454e3e4..381ecda4 100644 --- a/CMake/find_hoomd.py +++ b/CMake/find_hoomd.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # Maintainer: mphoward diff --git a/CMake/parse_version.py b/CMake/parse_version.py index 154dffc8..4cc9abe4 100644 --- a/CMake/parse_version.py +++ b/CMake/parse_version.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # Maintainer: mphoward diff --git a/CMakeLists.txt b/CMakeLists.txt index 294dd168..55897423 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # Maintainer: mphoward diff --git a/LICENSE b/LICENSE index 43c2e8d6..d026f271 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Copyright (c) 2018-2020, Michael P. Howard -Copyright (c) 2021, Auburn University +Copyright (c) 2021-2022, Auburn University All rights reserved. diff --git a/azplugins/AnisoPairEvaluator.h b/azplugins/AnisoPairEvaluator.h index a73fb7af..75fae494 100644 --- a/azplugins/AnisoPairEvaluator.h +++ b/azplugins/AnisoPairEvaluator.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/AnisoPairEvaluatorTwoPatchMorse.h b/azplugins/AnisoPairEvaluatorTwoPatchMorse.h index 34fbc412..7cbad7f5 100644 --- a/azplugins/AnisoPairEvaluatorTwoPatchMorse.h +++ b/azplugins/AnisoPairEvaluatorTwoPatchMorse.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/AnisoPairPotentialTwoPatchMorse.cu b/azplugins/AnisoPairPotentialTwoPatchMorse.cu index ce4ea582..91927896 100644 --- a/azplugins/AnisoPairPotentialTwoPatchMorse.cu +++ b/azplugins/AnisoPairPotentialTwoPatchMorse.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "AnisoPairPotentials.cuh" diff --git a/azplugins/AnisoPairPotentials.cuh b/azplugins/AnisoPairPotentials.cuh index 4841880f..b77cc72f 100644 --- a/azplugins/AnisoPairPotentials.cuh +++ b/azplugins/AnisoPairPotentials.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/AnisoPairPotentials.h b/azplugins/AnisoPairPotentials.h index 6623489d..88660fe9 100644 --- a/azplugins/AnisoPairPotentials.h +++ b/azplugins/AnisoPairPotentials.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BondEvaluatorDoubleWell.h b/azplugins/BondEvaluatorDoubleWell.h index e0303c2d..df3716a0 100644 --- a/azplugins/BondEvaluatorDoubleWell.h +++ b/azplugins/BondEvaluatorDoubleWell.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! \file BondEvaluatorDoubleWell.h diff --git a/azplugins/BondEvaluatorFENE.h b/azplugins/BondEvaluatorFENE.h index e57cde8e..e71ba687 100644 --- a/azplugins/BondEvaluatorFENE.h +++ b/azplugins/BondEvaluatorFENE.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! \file BondEvaluatorFENE.h diff --git a/azplugins/BondEvaluatorFENEAsh24.h b/azplugins/BondEvaluatorFENEAsh24.h index 42bed288..b125dd46 100644 --- a/azplugins/BondEvaluatorFENEAsh24.h +++ b/azplugins/BondEvaluatorFENEAsh24.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! \file BondEvaluatorFENEAsh24.h diff --git a/azplugins/BondPotentials.cu b/azplugins/BondPotentials.cu index 0c2d23c7..e232818b 100644 --- a/azplugins/BondPotentials.cu +++ b/azplugins/BondPotentials.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BondPotentials.cuh b/azplugins/BondPotentials.cuh index 9c90b01b..da62dbce 100644 --- a/azplugins/BondPotentials.cuh +++ b/azplugins/BondPotentials.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BondPotentials.h b/azplugins/BondPotentials.h index 7d8784a7..0f8b2888 100644 --- a/azplugins/BondPotentials.h +++ b/azplugins/BondPotentials.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BounceBackGeometry.cc b/azplugins/BounceBackGeometry.cc index 4c6ee5d6..f8ba8b5f 100644 --- a/azplugins/BounceBackGeometry.cc +++ b/azplugins/BounceBackGeometry.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BounceBackGeometry.h b/azplugins/BounceBackGeometry.h index 5f0858a8..2670655b 100644 --- a/azplugins/BounceBackGeometry.h +++ b/azplugins/BounceBackGeometry.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BounceBackNVE.h b/azplugins/BounceBackNVE.h index 6fb7fac8..715dcf50 100644 --- a/azplugins/BounceBackNVE.h +++ b/azplugins/BounceBackNVE.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BounceBackNVEGPU.cu b/azplugins/BounceBackNVEGPU.cu index e001b101..7a2ae1b4 100644 --- a/azplugins/BounceBackNVEGPU.cu +++ b/azplugins/BounceBackNVEGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BounceBackNVEGPU.cuh b/azplugins/BounceBackNVEGPU.cuh index 212ab7b2..ae4f8fb4 100644 --- a/azplugins/BounceBackNVEGPU.cuh +++ b/azplugins/BounceBackNVEGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/BounceBackNVEGPU.h b/azplugins/BounceBackNVEGPU.h index 3abe1438..e7d39d3f 100644 --- a/azplugins/BounceBackNVEGPU.h +++ b/azplugins/BounceBackNVEGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/CMakeLists.txt b/azplugins/CMakeLists.txt index 5c55147b..4c390ebb 100644 --- a/azplugins/CMakeLists.txt +++ b/azplugins/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. set(COMPONENT_NAME azplugins) diff --git a/azplugins/DPDEvaluatorGeneralWeight.h b/azplugins/DPDEvaluatorGeneralWeight.h index 1035a6b4..57f7df16 100644 --- a/azplugins/DPDEvaluatorGeneralWeight.h +++ b/azplugins/DPDEvaluatorGeneralWeight.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/DPDPotentialGeneralWeight.cu b/azplugins/DPDPotentialGeneralWeight.cu index 20a503db..fbe57fe8 100644 --- a/azplugins/DPDPotentialGeneralWeight.cu +++ b/azplugins/DPDPotentialGeneralWeight.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "DPDPotentials.cuh" diff --git a/azplugins/DPDPotentials.cuh b/azplugins/DPDPotentials.cuh index e4beb0ca..b68345f4 100644 --- a/azplugins/DPDPotentials.cuh +++ b/azplugins/DPDPotentials.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/DPDPotentials.h b/azplugins/DPDPotentials.h index 391ed0ad..91e40d68 100644 --- a/azplugins/DPDPotentials.h +++ b/azplugins/DPDPotentials.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/FlowFields.h b/azplugins/FlowFields.h index b622bc90..b8b3c530 100644 --- a/azplugins/FlowFields.h +++ b/azplugins/FlowFields.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/HOOMDAPI.h b/azplugins/HOOMDAPI.h index fe263fd6..d5fe8321 100644 --- a/azplugins/HOOMDAPI.h +++ b/azplugins/HOOMDAPI.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitDropletEvaporator.cc b/azplugins/ImplicitDropletEvaporator.cc index 0941f5ee..5d0caf42 100644 --- a/azplugins/ImplicitDropletEvaporator.cc +++ b/azplugins/ImplicitDropletEvaporator.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitDropletEvaporator.h b/azplugins/ImplicitDropletEvaporator.h index b723dea3..d3af18bc 100644 --- a/azplugins/ImplicitDropletEvaporator.h +++ b/azplugins/ImplicitDropletEvaporator.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitDropletEvaporatorGPU.cc b/azplugins/ImplicitDropletEvaporatorGPU.cc index a57bb4af..9d679ecb 100644 --- a/azplugins/ImplicitDropletEvaporatorGPU.cc +++ b/azplugins/ImplicitDropletEvaporatorGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitDropletEvaporatorGPU.cu b/azplugins/ImplicitDropletEvaporatorGPU.cu index 85b86ea7..64544995 100644 --- a/azplugins/ImplicitDropletEvaporatorGPU.cu +++ b/azplugins/ImplicitDropletEvaporatorGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitDropletEvaporatorGPU.cuh b/azplugins/ImplicitDropletEvaporatorGPU.cuh index c34252b4..91b85d9d 100644 --- a/azplugins/ImplicitDropletEvaporatorGPU.cuh +++ b/azplugins/ImplicitDropletEvaporatorGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitDropletEvaporatorGPU.h b/azplugins/ImplicitDropletEvaporatorGPU.h index 9579f48e..0171a30b 100644 --- a/azplugins/ImplicitDropletEvaporatorGPU.h +++ b/azplugins/ImplicitDropletEvaporatorGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitEvaporator.cc b/azplugins/ImplicitEvaporator.cc index 83b114ef..97651891 100644 --- a/azplugins/ImplicitEvaporator.cc +++ b/azplugins/ImplicitEvaporator.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitEvaporator.h b/azplugins/ImplicitEvaporator.h index 8df3e3c5..25776e38 100644 --- a/azplugins/ImplicitEvaporator.h +++ b/azplugins/ImplicitEvaporator.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitEvaporatorGPU.cc b/azplugins/ImplicitEvaporatorGPU.cc index 9cf6c8af..a5f7dcb0 100644 --- a/azplugins/ImplicitEvaporatorGPU.cc +++ b/azplugins/ImplicitEvaporatorGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitEvaporatorGPU.h b/azplugins/ImplicitEvaporatorGPU.h index f663e407..32f49868 100644 --- a/azplugins/ImplicitEvaporatorGPU.h +++ b/azplugins/ImplicitEvaporatorGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitPlaneEvaporator.cc b/azplugins/ImplicitPlaneEvaporator.cc index e6b9be24..8a23a663 100644 --- a/azplugins/ImplicitPlaneEvaporator.cc +++ b/azplugins/ImplicitPlaneEvaporator.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitPlaneEvaporator.h b/azplugins/ImplicitPlaneEvaporator.h index f63c7716..d30d94c0 100644 --- a/azplugins/ImplicitPlaneEvaporator.h +++ b/azplugins/ImplicitPlaneEvaporator.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitPlaneEvaporatorGPU.cc b/azplugins/ImplicitPlaneEvaporatorGPU.cc index d772f263..2654074b 100644 --- a/azplugins/ImplicitPlaneEvaporatorGPU.cc +++ b/azplugins/ImplicitPlaneEvaporatorGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitPlaneEvaporatorGPU.cu b/azplugins/ImplicitPlaneEvaporatorGPU.cu index e9a32b12..9ef52215 100644 --- a/azplugins/ImplicitPlaneEvaporatorGPU.cu +++ b/azplugins/ImplicitPlaneEvaporatorGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitPlaneEvaporatorGPU.cuh b/azplugins/ImplicitPlaneEvaporatorGPU.cuh index 35bd68b5..1ee15b0a 100644 --- a/azplugins/ImplicitPlaneEvaporatorGPU.cuh +++ b/azplugins/ImplicitPlaneEvaporatorGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ImplicitPlaneEvaporatorGPU.h b/azplugins/ImplicitPlaneEvaporatorGPU.h index 3ab5af5f..7de4420f 100644 --- a/azplugins/ImplicitPlaneEvaporatorGPU.h +++ b/azplugins/ImplicitPlaneEvaporatorGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/MPCDReversePerturbationFlow.cc b/azplugins/MPCDReversePerturbationFlow.cc index eef0ed58..154a978d 100644 --- a/azplugins/MPCDReversePerturbationFlow.cc +++ b/azplugins/MPCDReversePerturbationFlow.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/MPCDReversePerturbationFlow.h b/azplugins/MPCDReversePerturbationFlow.h index 5f78159e..e247e979 100644 --- a/azplugins/MPCDReversePerturbationFlow.h +++ b/azplugins/MPCDReversePerturbationFlow.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/MPCDReversePerturbationFlowGPU.cc b/azplugins/MPCDReversePerturbationFlowGPU.cc index e32b5064..f45f434a 100644 --- a/azplugins/MPCDReversePerturbationFlowGPU.cc +++ b/azplugins/MPCDReversePerturbationFlowGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/MPCDReversePerturbationFlowGPU.cu b/azplugins/MPCDReversePerturbationFlowGPU.cu index 906ef188..9b6bc7ef 100644 --- a/azplugins/MPCDReversePerturbationFlowGPU.cu +++ b/azplugins/MPCDReversePerturbationFlowGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/MPCDReversePerturbationFlowGPU.cuh b/azplugins/MPCDReversePerturbationFlowGPU.cuh index e1cd57dd..a305dfc9 100644 --- a/azplugins/MPCDReversePerturbationFlowGPU.cuh +++ b/azplugins/MPCDReversePerturbationFlowGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/MPCDReversePerturbationFlowGPU.h b/azplugins/MPCDReversePerturbationFlowGPU.h index 8e5fe8b9..a4ddd917 100644 --- a/azplugins/MPCDReversePerturbationFlowGPU.h +++ b/azplugins/MPCDReversePerturbationFlowGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/OrientationRestraintCompute.cc b/azplugins/OrientationRestraintCompute.cc index 56b56503..e754a45e 100644 --- a/azplugins/OrientationRestraintCompute.cc +++ b/azplugins/OrientationRestraintCompute.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/OrientationRestraintCompute.h b/azplugins/OrientationRestraintCompute.h index 84ce881a..7c95b064 100644 --- a/azplugins/OrientationRestraintCompute.h +++ b/azplugins/OrientationRestraintCompute.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! \file OrientationRestraintCompute.h diff --git a/azplugins/OrientationRestraintComputeGPU.cc b/azplugins/OrientationRestraintComputeGPU.cc index 6ad7abb4..c9753e6e 100644 --- a/azplugins/OrientationRestraintComputeGPU.cc +++ b/azplugins/OrientationRestraintComputeGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/OrientationRestraintComputeGPU.cu b/azplugins/OrientationRestraintComputeGPU.cu index e3b1e099..0c6a43bc 100644 --- a/azplugins/OrientationRestraintComputeGPU.cu +++ b/azplugins/OrientationRestraintComputeGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/OrientationRestraintComputeGPU.cuh b/azplugins/OrientationRestraintComputeGPU.cuh index a6989b90..2d205f1c 100644 --- a/azplugins/OrientationRestraintComputeGPU.cuh +++ b/azplugins/OrientationRestraintComputeGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/OrientationRestraintComputeGPU.h b/azplugins/OrientationRestraintComputeGPU.h index c82faa97..d6741316 100644 --- a/azplugins/OrientationRestraintComputeGPU.h +++ b/azplugins/OrientationRestraintComputeGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluator.h b/azplugins/PairEvaluator.h index b024fdf4..d09ea69d 100644 --- a/azplugins/PairEvaluator.h +++ b/azplugins/PairEvaluator.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorAshbaugh.h b/azplugins/PairEvaluatorAshbaugh.h index 86a9c39f..2399be69 100644 --- a/azplugins/PairEvaluatorAshbaugh.h +++ b/azplugins/PairEvaluatorAshbaugh.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorAshbaugh24.h b/azplugins/PairEvaluatorAshbaugh24.h index 21ea3a18..5bbb6435 100644 --- a/azplugins/PairEvaluatorAshbaugh24.h +++ b/azplugins/PairEvaluatorAshbaugh24.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorColloid.h b/azplugins/PairEvaluatorColloid.h index 79f2f538..6b5992c8 100644 --- a/azplugins/PairEvaluatorColloid.h +++ b/azplugins/PairEvaluatorColloid.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorHertz.h b/azplugins/PairEvaluatorHertz.h index 5d641e1c..6c575c8d 100644 --- a/azplugins/PairEvaluatorHertz.h +++ b/azplugins/PairEvaluatorHertz.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorLJ124.h b/azplugins/PairEvaluatorLJ124.h index e405601b..690c6b1d 100644 --- a/azplugins/PairEvaluatorLJ124.h +++ b/azplugins/PairEvaluatorLJ124.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorLJ96.h b/azplugins/PairEvaluatorLJ96.h index d28718d4..af7dd3b3 100644 --- a/azplugins/PairEvaluatorLJ96.h +++ b/azplugins/PairEvaluatorLJ96.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorShiftedLJ.h b/azplugins/PairEvaluatorShiftedLJ.h index 1345a65f..96b0abc8 100644 --- a/azplugins/PairEvaluatorShiftedLJ.h +++ b/azplugins/PairEvaluatorShiftedLJ.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairEvaluatorSpline.h b/azplugins/PairEvaluatorSpline.h index 3db80109..d1652aef 100644 --- a/azplugins/PairEvaluatorSpline.h +++ b/azplugins/PairEvaluatorSpline.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairPotentialAshbaugh.cu b/azplugins/PairPotentialAshbaugh.cu index 7738ef37..a0976b04 100644 --- a/azplugins/PairPotentialAshbaugh.cu +++ b/azplugins/PairPotentialAshbaugh.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentialAshbaugh24.cu b/azplugins/PairPotentialAshbaugh24.cu index 8e437c5a..f2afe1b1 100644 --- a/azplugins/PairPotentialAshbaugh24.cu +++ b/azplugins/PairPotentialAshbaugh24.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentialColloid.cu b/azplugins/PairPotentialColloid.cu index c256b6ad..c1a72bad 100644 --- a/azplugins/PairPotentialColloid.cu +++ b/azplugins/PairPotentialColloid.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentialHertz.cu b/azplugins/PairPotentialHertz.cu index 3766275e..3a7d9f4c 100644 --- a/azplugins/PairPotentialHertz.cu +++ b/azplugins/PairPotentialHertz.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentialLJ124.cu b/azplugins/PairPotentialLJ124.cu index 5de7f5b6..382e35e6 100644 --- a/azplugins/PairPotentialLJ124.cu +++ b/azplugins/PairPotentialLJ124.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentialLJ96.cu b/azplugins/PairPotentialLJ96.cu index 2e2bbc98..e7a28fdf 100644 --- a/azplugins/PairPotentialLJ96.cu +++ b/azplugins/PairPotentialLJ96.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentialShiftedLJ.cu b/azplugins/PairPotentialShiftedLJ.cu index e140075f..2b3db64b 100644 --- a/azplugins/PairPotentialShiftedLJ.cu +++ b/azplugins/PairPotentialShiftedLJ.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentialSpline.cu b/azplugins/PairPotentialSpline.cu index c4af3751..54601423 100644 --- a/azplugins/PairPotentialSpline.cu +++ b/azplugins/PairPotentialSpline.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "PairPotentials.cuh" diff --git a/azplugins/PairPotentials.cuh b/azplugins/PairPotentials.cuh index d440833b..b4f206c2 100644 --- a/azplugins/PairPotentials.cuh +++ b/azplugins/PairPotentials.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PairPotentials.h b/azplugins/PairPotentials.h index c9a09381..09adfe1e 100644 --- a/azplugins/PairPotentials.h +++ b/azplugins/PairPotentials.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ParticleEvaporator.cc b/azplugins/ParticleEvaporator.cc index 03d7805d..86e3188a 100644 --- a/azplugins/ParticleEvaporator.cc +++ b/azplugins/ParticleEvaporator.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ParticleEvaporator.h b/azplugins/ParticleEvaporator.h index 4448bef4..7910f2ab 100644 --- a/azplugins/ParticleEvaporator.h +++ b/azplugins/ParticleEvaporator.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ParticleEvaporatorGPU.cc b/azplugins/ParticleEvaporatorGPU.cc index 0ee70de7..52e1495b 100644 --- a/azplugins/ParticleEvaporatorGPU.cc +++ b/azplugins/ParticleEvaporatorGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ParticleEvaporatorGPU.cu b/azplugins/ParticleEvaporatorGPU.cu index b3abad5d..3a5f4b3f 100644 --- a/azplugins/ParticleEvaporatorGPU.cu +++ b/azplugins/ParticleEvaporatorGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ParticleEvaporatorGPU.cuh b/azplugins/ParticleEvaporatorGPU.cuh index cae469e3..096fed29 100644 --- a/azplugins/ParticleEvaporatorGPU.cuh +++ b/azplugins/ParticleEvaporatorGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ParticleEvaporatorGPU.h b/azplugins/ParticleEvaporatorGPU.h index 6e3ff3e3..5a3e1141 100644 --- a/azplugins/ParticleEvaporatorGPU.h +++ b/azplugins/ParticleEvaporatorGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PositionRestraintCompute.cc b/azplugins/PositionRestraintCompute.cc index 4a73535f..a3e384e4 100644 --- a/azplugins/PositionRestraintCompute.cc +++ b/azplugins/PositionRestraintCompute.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PositionRestraintCompute.h b/azplugins/PositionRestraintCompute.h index 009d0101..9d3d138c 100644 --- a/azplugins/PositionRestraintCompute.h +++ b/azplugins/PositionRestraintCompute.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PositionRestraintComputeGPU.cc b/azplugins/PositionRestraintComputeGPU.cc index c483349a..b2f34a92 100644 --- a/azplugins/PositionRestraintComputeGPU.cc +++ b/azplugins/PositionRestraintComputeGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PositionRestraintComputeGPU.cu b/azplugins/PositionRestraintComputeGPU.cu index 195f196a..87d327d9 100644 --- a/azplugins/PositionRestraintComputeGPU.cu +++ b/azplugins/PositionRestraintComputeGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PositionRestraintComputeGPU.cuh b/azplugins/PositionRestraintComputeGPU.cuh index 504f4665..d32196a7 100644 --- a/azplugins/PositionRestraintComputeGPU.cuh +++ b/azplugins/PositionRestraintComputeGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/PositionRestraintComputeGPU.h b/azplugins/PositionRestraintComputeGPU.h index 4f3fad1f..9c794674 100644 --- a/azplugins/PositionRestraintComputeGPU.h +++ b/azplugins/PositionRestraintComputeGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/RDFAnalyzer.cc b/azplugins/RDFAnalyzer.cc index be1ef01f..bde035ff 100644 --- a/azplugins/RDFAnalyzer.cc +++ b/azplugins/RDFAnalyzer.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/RDFAnalyzer.h b/azplugins/RDFAnalyzer.h index 6387e1ac..c262f5c1 100644 --- a/azplugins/RDFAnalyzer.h +++ b/azplugins/RDFAnalyzer.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/RDFAnalyzerGPU.cc b/azplugins/RDFAnalyzerGPU.cc index 0266f581..b4687895 100644 --- a/azplugins/RDFAnalyzerGPU.cc +++ b/azplugins/RDFAnalyzerGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/RDFAnalyzerGPU.cu b/azplugins/RDFAnalyzerGPU.cu index de33a11b..738156ad 100644 --- a/azplugins/RDFAnalyzerGPU.cu +++ b/azplugins/RDFAnalyzerGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/RDFAnalyzerGPU.cuh b/azplugins/RDFAnalyzerGPU.cuh index 753a3440..a783d56c 100644 --- a/azplugins/RDFAnalyzerGPU.cuh +++ b/azplugins/RDFAnalyzerGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/RDFAnalyzerGPU.h b/azplugins/RDFAnalyzerGPU.h index a152557d..38c2aea9 100644 --- a/azplugins/RDFAnalyzerGPU.h +++ b/azplugins/RDFAnalyzerGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/RNGIdentifiers.h b/azplugins/RNGIdentifiers.h index d338ae5c..ca5ed92f 100644 --- a/azplugins/RNGIdentifiers.h +++ b/azplugins/RNGIdentifiers.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ReversePerturbationFlow.cc b/azplugins/ReversePerturbationFlow.cc index cd35152e..e1552552 100644 --- a/azplugins/ReversePerturbationFlow.cc +++ b/azplugins/ReversePerturbationFlow.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ReversePerturbationFlow.h b/azplugins/ReversePerturbationFlow.h index f882e13e..7d42ed9a 100644 --- a/azplugins/ReversePerturbationFlow.h +++ b/azplugins/ReversePerturbationFlow.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ReversePerturbationFlowGPU.cc b/azplugins/ReversePerturbationFlowGPU.cc index d413b7a9..fb067664 100644 --- a/azplugins/ReversePerturbationFlowGPU.cc +++ b/azplugins/ReversePerturbationFlowGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ReversePerturbationFlowGPU.cu b/azplugins/ReversePerturbationFlowGPU.cu index cc54ac75..336d6f00 100644 --- a/azplugins/ReversePerturbationFlowGPU.cu +++ b/azplugins/ReversePerturbationFlowGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ReversePerturbationFlowGPU.cuh b/azplugins/ReversePerturbationFlowGPU.cuh index 5e0a0f43..6c94cdf0 100644 --- a/azplugins/ReversePerturbationFlowGPU.cuh +++ b/azplugins/ReversePerturbationFlowGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ReversePerturbationFlowGPU.h b/azplugins/ReversePerturbationFlowGPU.h index 1a872ab1..ada5aec7 100644 --- a/azplugins/ReversePerturbationFlowGPU.h +++ b/azplugins/ReversePerturbationFlowGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/ReversePerturbationUtilities.h b/azplugins/ReversePerturbationUtilities.h index 83f3507d..d34aee7a 100644 --- a/azplugins/ReversePerturbationUtilities.h +++ b/azplugins/ReversePerturbationUtilities.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/SinusoidalChannelFiller.cc b/azplugins/SinusoidalChannelFiller.cc index 762f0384..31141e9c 100644 --- a/azplugins/SinusoidalChannelFiller.cc +++ b/azplugins/SinusoidalChannelFiller.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalChannelFiller.h b/azplugins/SinusoidalChannelFiller.h index 974cd6d2..5cb882c6 100644 --- a/azplugins/SinusoidalChannelFiller.h +++ b/azplugins/SinusoidalChannelFiller.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalChannelFillerGPU.cc b/azplugins/SinusoidalChannelFillerGPU.cc index a536c790..cac74bec 100644 --- a/azplugins/SinusoidalChannelFillerGPU.cc +++ b/azplugins/SinusoidalChannelFillerGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalChannelFillerGPU.cu b/azplugins/SinusoidalChannelFillerGPU.cu index 3a180b79..fe6dadf8 100644 --- a/azplugins/SinusoidalChannelFillerGPU.cu +++ b/azplugins/SinusoidalChannelFillerGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalChannelFillerGPU.cuh b/azplugins/SinusoidalChannelFillerGPU.cuh index 9a04f427..c384f074 100644 --- a/azplugins/SinusoidalChannelFillerGPU.cuh +++ b/azplugins/SinusoidalChannelFillerGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalChannelFillerGPU.h b/azplugins/SinusoidalChannelFillerGPU.h index b2b94c44..27373404 100644 --- a/azplugins/SinusoidalChannelFillerGPU.h +++ b/azplugins/SinusoidalChannelFillerGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalChannelGeometry.h b/azplugins/SinusoidalChannelGeometry.h index 1cd02f8f..b6472018 100644 --- a/azplugins/SinusoidalChannelGeometry.h +++ b/azplugins/SinusoidalChannelGeometry.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalExpansionConstrictionFiller.cc b/azplugins/SinusoidalExpansionConstrictionFiller.cc index fe7e6c0e..36a9ad43 100644 --- a/azplugins/SinusoidalExpansionConstrictionFiller.cc +++ b/azplugins/SinusoidalExpansionConstrictionFiller.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalExpansionConstrictionFiller.h b/azplugins/SinusoidalExpansionConstrictionFiller.h index e91e1e3d..37b2a78b 100644 --- a/azplugins/SinusoidalExpansionConstrictionFiller.h +++ b/azplugins/SinusoidalExpansionConstrictionFiller.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalExpansionConstrictionFillerGPU.cc b/azplugins/SinusoidalExpansionConstrictionFillerGPU.cc index aa16e0bb..708ecf1d 100644 --- a/azplugins/SinusoidalExpansionConstrictionFillerGPU.cc +++ b/azplugins/SinusoidalExpansionConstrictionFillerGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalExpansionConstrictionFillerGPU.cu b/azplugins/SinusoidalExpansionConstrictionFillerGPU.cu index ebda1b88..c1406a7d 100644 --- a/azplugins/SinusoidalExpansionConstrictionFillerGPU.cu +++ b/azplugins/SinusoidalExpansionConstrictionFillerGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalExpansionConstrictionFillerGPU.cuh b/azplugins/SinusoidalExpansionConstrictionFillerGPU.cuh index f876379b..7204bcda 100644 --- a/azplugins/SinusoidalExpansionConstrictionFillerGPU.cuh +++ b/azplugins/SinusoidalExpansionConstrictionFillerGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalExpansionConstrictionFillerGPU.h b/azplugins/SinusoidalExpansionConstrictionFillerGPU.h index bbb80791..64d64b3a 100644 --- a/azplugins/SinusoidalExpansionConstrictionFillerGPU.h +++ b/azplugins/SinusoidalExpansionConstrictionFillerGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SinusoidalExpansionConstrictionGeometry.h b/azplugins/SinusoidalExpansionConstrictionGeometry.h index 5aae121d..baaf28fd 100644 --- a/azplugins/SinusoidalExpansionConstrictionGeometry.h +++ b/azplugins/SinusoidalExpansionConstrictionGeometry.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. // Maintainer: astatt diff --git a/azplugins/SpecialPairEvaluator.h b/azplugins/SpecialPairEvaluator.h index b970c4c3..58d153cf 100644 --- a/azplugins/SpecialPairEvaluator.h +++ b/azplugins/SpecialPairEvaluator.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/SpecialPairPotentials.cu b/azplugins/SpecialPairPotentials.cu index 3cf42f81..74313ef4 100644 --- a/azplugins/SpecialPairPotentials.cu +++ b/azplugins/SpecialPairPotentials.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/SpecialPairPotentials.cuh b/azplugins/SpecialPairPotentials.cuh index 1cd62199..d204c670 100644 --- a/azplugins/SpecialPairPotentials.cuh +++ b/azplugins/SpecialPairPotentials.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/SpecialPairPotentials.h b/azplugins/SpecialPairPotentials.h index 81d64df1..4bd74b28 100644 --- a/azplugins/SpecialPairPotentials.h +++ b/azplugins/SpecialPairPotentials.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepBrownianFlow.h b/azplugins/TwoStepBrownianFlow.h index 008365cd..d68f246e 100644 --- a/azplugins/TwoStepBrownianFlow.h +++ b/azplugins/TwoStepBrownianFlow.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepBrownianFlowGPU.cu b/azplugins/TwoStepBrownianFlowGPU.cu index bdc3cc13..85cfe13b 100644 --- a/azplugins/TwoStepBrownianFlowGPU.cu +++ b/azplugins/TwoStepBrownianFlowGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepBrownianFlowGPU.cuh b/azplugins/TwoStepBrownianFlowGPU.cuh index 78d7227a..cdf52743 100644 --- a/azplugins/TwoStepBrownianFlowGPU.cuh +++ b/azplugins/TwoStepBrownianFlowGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepBrownianFlowGPU.h b/azplugins/TwoStepBrownianFlowGPU.h index dc4f5e2a..5a0c33de 100644 --- a/azplugins/TwoStepBrownianFlowGPU.h +++ b/azplugins/TwoStepBrownianFlowGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepLangevinFlow.h b/azplugins/TwoStepLangevinFlow.h index e9484a69..3dbc8cc0 100644 --- a/azplugins/TwoStepLangevinFlow.h +++ b/azplugins/TwoStepLangevinFlow.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepLangevinFlowGPU.cu b/azplugins/TwoStepLangevinFlowGPU.cu index 170680c3..4cbd64d0 100644 --- a/azplugins/TwoStepLangevinFlowGPU.cu +++ b/azplugins/TwoStepLangevinFlowGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepLangevinFlowGPU.cuh b/azplugins/TwoStepLangevinFlowGPU.cuh index 07814c23..4546afdc 100644 --- a/azplugins/TwoStepLangevinFlowGPU.cuh +++ b/azplugins/TwoStepLangevinFlowGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TwoStepLangevinFlowGPU.h b/azplugins/TwoStepLangevinFlowGPU.h index ebd0aa9f..2a7c5c63 100644 --- a/azplugins/TwoStepLangevinFlowGPU.h +++ b/azplugins/TwoStepLangevinFlowGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TypeUpdater.cc b/azplugins/TypeUpdater.cc index d3bffc96..b826e82f 100644 --- a/azplugins/TypeUpdater.cc +++ b/azplugins/TypeUpdater.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TypeUpdater.h b/azplugins/TypeUpdater.h index d9e2239f..c53609cd 100644 --- a/azplugins/TypeUpdater.h +++ b/azplugins/TypeUpdater.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TypeUpdaterGPU.cc b/azplugins/TypeUpdaterGPU.cc index 77f6839a..b7b1627d 100644 --- a/azplugins/TypeUpdaterGPU.cc +++ b/azplugins/TypeUpdaterGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TypeUpdaterGPU.cu b/azplugins/TypeUpdaterGPU.cu index 11ee0d7a..e32258b8 100644 --- a/azplugins/TypeUpdaterGPU.cu +++ b/azplugins/TypeUpdaterGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TypeUpdaterGPU.cuh b/azplugins/TypeUpdaterGPU.cuh index 7004e9e7..0b3e6188 100644 --- a/azplugins/TypeUpdaterGPU.cuh +++ b/azplugins/TypeUpdaterGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/TypeUpdaterGPU.h b/azplugins/TypeUpdaterGPU.h index 8b05c48d..76bfed99 100644 --- a/azplugins/TypeUpdaterGPU.h +++ b/azplugins/TypeUpdaterGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/VariantSphereArea.cc b/azplugins/VariantSphereArea.cc index 3ebeca94..43ac6253 100644 --- a/azplugins/VariantSphereArea.cc +++ b/azplugins/VariantSphereArea.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/VariantSphereArea.h b/azplugins/VariantSphereArea.h index 5a2cfb5b..d3e8a977 100644 --- a/azplugins/VariantSphereArea.h +++ b/azplugins/VariantSphereArea.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/WallEvaluatorColloid.h b/azplugins/WallEvaluatorColloid.h index 962242b1..1442a888 100644 --- a/azplugins/WallEvaluatorColloid.h +++ b/azplugins/WallEvaluatorColloid.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/WallEvaluatorLJ93.h b/azplugins/WallEvaluatorLJ93.h index 7109b13a..28c74477 100644 --- a/azplugins/WallEvaluatorLJ93.h +++ b/azplugins/WallEvaluatorLJ93.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/WallPotentials.cu b/azplugins/WallPotentials.cu index 274d967f..bd277e19 100644 --- a/azplugins/WallPotentials.cu +++ b/azplugins/WallPotentials.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/WallPotentials.h b/azplugins/WallPotentials.h index fae5e9f5..87cc3603 100644 --- a/azplugins/WallPotentials.h +++ b/azplugins/WallPotentials.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/WallRestraintCompute.cc b/azplugins/WallRestraintCompute.cc index 4dda2f5d..b39dfb36 100644 --- a/azplugins/WallRestraintCompute.cc +++ b/azplugins/WallRestraintCompute.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "WallRestraintCompute.h" diff --git a/azplugins/WallRestraintCompute.h b/azplugins/WallRestraintCompute.h index ebbc1eac..fa25cae3 100644 --- a/azplugins/WallRestraintCompute.h +++ b/azplugins/WallRestraintCompute.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! \file WallRestraintCompute.h diff --git a/azplugins/WallRestraintComputeGPU.cc b/azplugins/WallRestraintComputeGPU.cc index 9482f344..743ca90f 100644 --- a/azplugins/WallRestraintComputeGPU.cc +++ b/azplugins/WallRestraintComputeGPU.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "WallRestraintComputeGPU.h" diff --git a/azplugins/WallRestraintComputeGPU.cu b/azplugins/WallRestraintComputeGPU.cu index 707caf30..6ec4ba56 100644 --- a/azplugins/WallRestraintComputeGPU.cu +++ b/azplugins/WallRestraintComputeGPU.cu @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #include "WallRestraintComputeGPU.cuh" diff --git a/azplugins/WallRestraintComputeGPU.cuh b/azplugins/WallRestraintComputeGPU.cuh index dbc815ad..b8a520f7 100644 --- a/azplugins/WallRestraintComputeGPU.cuh +++ b/azplugins/WallRestraintComputeGPU.cuh @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. #ifndef AZPLUGINS_WALL_RESTRAINT_COMPUTE_GPU_CUH_ diff --git a/azplugins/WallRestraintComputeGPU.h b/azplugins/WallRestraintComputeGPU.h index cf7a9584..4c341faa 100644 --- a/azplugins/WallRestraintComputeGPU.h +++ b/azplugins/WallRestraintComputeGPU.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! \file WallRestraintComputeGPU.h diff --git a/azplugins/__init__.py b/azplugins/__init__.py index 98c9f5f8..67860b45 100644 --- a/azplugins/__init__.py +++ b/azplugins/__init__.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # Maintainer: mphoward / All developers are free to add new modules diff --git a/azplugins/analyze.py b/azplugins/analyze.py index 6cb79289..c9c8d755 100644 --- a/azplugins/analyze.py +++ b/azplugins/analyze.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Analyzers diff --git a/azplugins/bond.py b/azplugins/bond.py index ca1b8323..c795fb55 100644 --- a/azplugins/bond.py +++ b/azplugins/bond.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Bond potentials diff --git a/azplugins/dpd.py b/azplugins/dpd.py index 8d5a17a1..f9c049ad 100644 --- a/azplugins/dpd.py +++ b/azplugins/dpd.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ DPD potentials diff --git a/azplugins/evaporate.py b/azplugins/evaporate.py index f7165942..6fde6e52 100644 --- a/azplugins/evaporate.py +++ b/azplugins/evaporate.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Evaporation diff --git a/azplugins/flow.py b/azplugins/flow.py index e9497fe7..3c989ece 100644 --- a/azplugins/flow.py +++ b/azplugins/flow.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Flow diff --git a/azplugins/integrate.py b/azplugins/integrate.py index 1808a88e..dc963640 100644 --- a/azplugins/integrate.py +++ b/azplugins/integrate.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Integrators diff --git a/azplugins/module.cc b/azplugins/module.cc index 13e3c00b..e75ac92e 100644 --- a/azplugins/module.cc +++ b/azplugins/module.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/mpcd.py b/azplugins/mpcd.py index 4e1871bc..2cd54b10 100644 --- a/azplugins/mpcd.py +++ b/azplugins/mpcd.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ MPCD methods diff --git a/azplugins/pair.py b/azplugins/pair.py index c6287473..39557dc8 100644 --- a/azplugins/pair.py +++ b/azplugins/pair.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Pair potentials diff --git a/azplugins/restrain.py b/azplugins/restrain.py index 41d229ef..d08d2933 100644 --- a/azplugins/restrain.py +++ b/azplugins/restrain.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. r""" diff --git a/azplugins/special_pair.py b/azplugins/special_pair.py index 3fe42a4b..8c8734dc 100644 --- a/azplugins/special_pair.py +++ b/azplugins/special_pair.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Special pair potentials diff --git a/azplugins/test-py/CMakeLists.txt b/azplugins/test-py/CMakeLists.txt index 76427dbd..c67b0773 100644 --- a/azplugins/test-py/CMakeLists.txt +++ b/azplugins/test-py/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. set(TEST_LIST_CPU diff --git a/azplugins/test-py/test_analyze_rdf.py b/azplugins/test-py/test_analyze_rdf.py index 2c8b8925..538a8a21 100644 --- a/azplugins/test-py/test_analyze_rdf.py +++ b/azplugins/test-py/test_analyze_rdf.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_bond_double_well.py b/azplugins/test-py/test_bond_double_well.py index d15bf00d..3f5d32d0 100644 --- a/azplugins/test-py/test_bond_double_well.py +++ b/azplugins/test-py/test_bond_double_well.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_bond_fene.py b/azplugins/test-py/test_bond_fene.py index fe30727e..2d78d84c 100644 --- a/azplugins/test-py/test_bond_fene.py +++ b/azplugins/test-py/test_bond_fene.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_bond_fene24.py b/azplugins/test-py/test_bond_fene24.py index 442f6bd5..ea7cf4a4 100644 --- a/azplugins/test-py/test_bond_fene24.py +++ b/azplugins/test-py/test_bond_fene24.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_dpd_general.py b/azplugins/test-py/test_dpd_general.py index 482fbd27..d12e6dcf 100644 --- a/azplugins/test-py/test_dpd_general.py +++ b/azplugins/test-py/test_dpd_general.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_evaporate_implicit.py b/azplugins/test-py/test_evaporate_implicit.py index 55fc86f0..bfd84a31 100644 --- a/azplugins/test-py/test_evaporate_implicit.py +++ b/azplugins/test-py/test_evaporate_implicit.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_evaporate_particles.py b/azplugins/test-py/test_evaporate_particles.py index ab2c4796..037a922f 100644 --- a/azplugins/test-py/test_evaporate_particles.py +++ b/azplugins/test-py/test_evaporate_particles.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_flow_brownian.py b/azplugins/test-py/test_flow_brownian.py index e8414c73..9bbc4787 100644 --- a/azplugins/test-py/test_flow_brownian.py +++ b/azplugins/test-py/test_flow_brownian.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_flow_constant.py b/azplugins/test-py/test_flow_constant.py index f9f08bcd..a2ea4bbe 100644 --- a/azplugins/test-py/test_flow_constant.py +++ b/azplugins/test-py/test_flow_constant.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_flow_flow_profiler.py b/azplugins/test-py/test_flow_flow_profiler.py index febd54e5..c9106d5f 100644 --- a/azplugins/test-py/test_flow_flow_profiler.py +++ b/azplugins/test-py/test_flow_flow_profiler.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_flow_langevin.py b/azplugins/test-py/test_flow_langevin.py index f067be20..f2ddc517 100644 --- a/azplugins/test-py/test_flow_langevin.py +++ b/azplugins/test-py/test_flow_langevin.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_flow_parabolic.py b/azplugins/test-py/test_flow_parabolic.py index 6890f052..3767abd7 100644 --- a/azplugins/test-py/test_flow_parabolic.py +++ b/azplugins/test-py/test_flow_parabolic.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_flow_quiescent.py b/azplugins/test-py/test_flow_quiescent.py index d067ad79..b49a1c78 100644 --- a/azplugins/test-py/test_flow_quiescent.py +++ b/azplugins/test-py/test_flow_quiescent.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_flow_reverse_perturbation.py b/azplugins/test-py/test_flow_reverse_perturbation.py index 7295bf5e..fc69b0d0 100644 --- a/azplugins/test-py/test_flow_reverse_perturbation.py +++ b/azplugins/test-py/test_flow_reverse_perturbation.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_integrate_slit.py b/azplugins/test-py/test_integrate_slit.py index 8e8534e4..45d25502 100644 --- a/azplugins/test-py/test_integrate_slit.py +++ b/azplugins/test-py/test_integrate_slit.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_mpcd_reverse_perturbation.py b/azplugins/test-py/test_mpcd_reverse_perturbation.py index 12dc2ce3..0995bf0d 100644 --- a/azplugins/test-py/test_mpcd_reverse_perturbation.py +++ b/azplugins/test-py/test_mpcd_reverse_perturbation.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_mpcd_sinusoidal_channel.py b/azplugins/test-py/test_mpcd_sinusoidal_channel.py index 9501c875..afc204a0 100644 --- a/azplugins/test-py/test_mpcd_sinusoidal_channel.py +++ b/azplugins/test-py/test_mpcd_sinusoidal_channel.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # Maintainer: astatt diff --git a/azplugins/test-py/test_mpcd_sinusoidal_expansion_constriction.py b/azplugins/test-py/test_mpcd_sinusoidal_expansion_constriction.py index ebaf404c..eee07e76 100644 --- a/azplugins/test-py/test_mpcd_sinusoidal_expansion_constriction.py +++ b/azplugins/test-py/test_mpcd_sinusoidal_expansion_constriction.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # Maintainer: astatt diff --git a/azplugins/test-py/test_pair_ashbaugh.py b/azplugins/test-py/test_pair_ashbaugh.py index 9d11655b..63d35bc7 100644 --- a/azplugins/test-py/test_pair_ashbaugh.py +++ b/azplugins/test-py/test_pair_ashbaugh.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_ashbaugh24.py b/azplugins/test-py/test_pair_ashbaugh24.py index ce96ffcf..6f4378bb 100644 --- a/azplugins/test-py/test_pair_ashbaugh24.py +++ b/azplugins/test-py/test_pair_ashbaugh24.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_colloid.py b/azplugins/test-py/test_pair_colloid.py index dfb88314..06aecbca 100644 --- a/azplugins/test-py/test_pair_colloid.py +++ b/azplugins/test-py/test_pair_colloid.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_hertz.py b/azplugins/test-py/test_pair_hertz.py index 400c522c..7c435224 100644 --- a/azplugins/test-py/test_pair_hertz.py +++ b/azplugins/test-py/test_pair_hertz.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_lj124.py b/azplugins/test-py/test_pair_lj124.py index 5b485440..ff666537 100644 --- a/azplugins/test-py/test_pair_lj124.py +++ b/azplugins/test-py/test_pair_lj124.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_lj96.py b/azplugins/test-py/test_pair_lj96.py index a5155752..172a1c58 100644 --- a/azplugins/test-py/test_pair_lj96.py +++ b/azplugins/test-py/test_pair_lj96.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_slj.py b/azplugins/test-py/test_pair_slj.py index 19127c69..5476b174 100644 --- a/azplugins/test-py/test_pair_slj.py +++ b/azplugins/test-py/test_pair_slj.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_spline.py b/azplugins/test-py/test_pair_spline.py index 47a8e53d..4acbbbd1 100644 --- a/azplugins/test-py/test_pair_spline.py +++ b/azplugins/test-py/test_pair_spline.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_pair_two_patch_morse.py b/azplugins/test-py/test_pair_two_patch_morse.py index a572b3b8..3037abd0 100644 --- a/azplugins/test-py/test_pair_two_patch_morse.py +++ b/azplugins/test-py/test_pair_two_patch_morse.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_restrain_cylinder.py b/azplugins/test-py/test_restrain_cylinder.py index c31ec017..47a01e6f 100644 --- a/azplugins/test-py/test_restrain_cylinder.py +++ b/azplugins/test-py/test_restrain_cylinder.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import numpy as np diff --git a/azplugins/test-py/test_restrain_orientation.py b/azplugins/test-py/test_restrain_orientation.py index fe4ad97c..8ad18340 100644 --- a/azplugins/test-py/test_restrain_orientation.py +++ b/azplugins/test-py/test_restrain_orientation.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_restrain_plane.py b/azplugins/test-py/test_restrain_plane.py index 52edc137..989b0da3 100644 --- a/azplugins/test-py/test_restrain_plane.py +++ b/azplugins/test-py/test_restrain_plane.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import numpy as np diff --git a/azplugins/test-py/test_restrain_position.py b/azplugins/test-py/test_restrain_position.py index 9a43f122..7b154b00 100644 --- a/azplugins/test-py/test_restrain_position.py +++ b/azplugins/test-py/test_restrain_position.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_restrain_sphere.py b/azplugins/test-py/test_restrain_sphere.py index 690dc83e..42bb8baa 100644 --- a/azplugins/test-py/test_restrain_sphere.py +++ b/azplugins/test-py/test_restrain_sphere.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import numpy as np diff --git a/azplugins/test-py/test_special_pair_lj96.py b/azplugins/test-py/test_special_pair_lj96.py index 6e7a17a0..5a389e0e 100644 --- a/azplugins/test-py/test_special_pair_lj96.py +++ b/azplugins/test-py/test_special_pair_lj96.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_update_type.py b/azplugins/test-py/test_update_type.py index 97bebc39..0298e4a3 100644 --- a/azplugins/test-py/test_update_type.py +++ b/azplugins/test-py/test_update_type.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_variant_sphere_area.py b/azplugins/test-py/test_variant_sphere_area.py index a0e0769e..ff11935e 100644 --- a/azplugins/test-py/test_variant_sphere_area.py +++ b/azplugins/test-py/test_variant_sphere_area.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_wall_colloid.py b/azplugins/test-py/test_wall_colloid.py index a3f88265..b82d49ce 100644 --- a/azplugins/test-py/test_wall_colloid.py +++ b/azplugins/test-py/test_wall_colloid.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test-py/test_wall_lj93.py b/azplugins/test-py/test_wall_lj93.py index b1ca99a1..67190882 100644 --- a/azplugins/test-py/test_wall_lj93.py +++ b/azplugins/test-py/test_wall_lj93.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. import hoomd diff --git a/azplugins/test/CMakeLists.txt b/azplugins/test/CMakeLists.txt index 7b21b246..0bc77cb9 100644 --- a/azplugins/test/CMakeLists.txt +++ b/azplugins/test/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. ################################### diff --git a/azplugins/test/example_test.cc b/azplugins/test/example_test.cc index c28626c4..6c8c0b12 100644 --- a/azplugins/test/example_test.cc +++ b/azplugins/test/example_test.cc @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/test/upp11_config.h b/azplugins/test/upp11_config.h index c9c41122..66c87ca6 100644 --- a/azplugins/test/upp11_config.h +++ b/azplugins/test/upp11_config.h @@ -1,5 +1,5 @@ // Copyright (c) 2018-2020, Michael P. Howard -// Copyright (c) 2021, Auburn University +// Copyright (c) 2021-2022, Auburn University // This file is part of the azplugins project, released under the Modified BSD License. /*! diff --git a/azplugins/update.py b/azplugins/update.py index d1f80d96..401b135e 100644 --- a/azplugins/update.py +++ b/azplugins/update.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Updaters diff --git a/azplugins/variant.py b/azplugins/variant.py index e1007e7d..bb744c08 100644 --- a/azplugins/variant.py +++ b/azplugins/variant.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Variants diff --git a/azplugins/wall.py b/azplugins/wall.py index e65df4fc..9c597abb 100644 --- a/azplugins/wall.py +++ b/azplugins/wall.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. """ Wall potentials diff --git a/check_format.sh b/check_format.sh deleted file mode 100644 index fd3b0f83..00000000 --- a/check_format.sh +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/bash - -# Copyright (c) 2018-2020, Michael P. Howard -# This file is part of the azplugins project, released under the Modified BSD License. - -# Maintainer: mphoward - -if [ "$#" -ne 1 ]; then - echo "Usage: check_format.sh /dir/to/check" - exit 1 -fi - -## Prints 1 if a list $1 contains an entry $2, and 0 otherwise. -# -# https://stackoverflow.com/questions/8063228/how-do-i-check-if-a-variable-exists-in-a-list-in-bash -# -contains() - { - [[ $1 =~ (^|[[:space:]])$2($|[[:space:]]) ]] && echo 1 || echo 0 - } - -RESULT=0 -for f in $(find $1 -name '*.cc' -or -name '*.cu' -or -name '*.h' -or -name '*.cuh' -or -name '*.py') -do - # check for trailing whitespace - N=$(grep -c "[[:blank:]]$" $f) - if [ "$N" -gt "0" ] - then - echo "Trailing whitespace in $f:" - grep -n "[[:blank:]]$" $f - RESULT=1 - fi - - # check for tabs - N=$(grep -P -c "\t" $f) - if [ "$N" -gt "0" ] - then - echo "Tabs in $f:" - grep -n -P "\t" $f - RESULT=1 - fi - - # check for semicolons in python files - if [ "${f: -3}" == ".py" ] - then - N=$(grep -c ";" $f) - if [ "$N" -gt "0" ] - then - echo "Semicolons in $f:" - grep -n ";$" $f - RESULT=1 - fi - fi - - # check for copyright notice and year - filename=$(basename "$f") - skip="BoundaryCondition.h SlitGeometry.h" - skip_file=$(contains "$skip" "$filename") - if [ "$skip_file" -eq "0" ] - then - N=$(grep -c "Copyright (c) 2021, Auburn University" $f) - if [ "$N" -ne "1" ] - then - echo "Copyright notice incorrect in $f" - RESULT=1 - fi - fi - -done - -exit $RESULT diff --git a/doc/source/conf.py b/doc/source/conf.py index 6a4befd6..f24a1824 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,5 @@ # Copyright (c) 2018-2020, Michael P. Howard -# Copyright (c) 2021, Auburn University +# Copyright (c) 2021-2022, Auburn University # This file is part of the azplugins project, released under the Modified BSD License. # -- Path setup -------------------------------------------------------------- @@ -12,7 +12,7 @@ # -- Project information ----------------------------------------------------- project = 'azplugins' -copyright = '2018-2021, Auburn University' +copyright = '2018-2022, Auburn University' author = 'Michael P. Howard' version = '0.10.2' release = '0.10.2'