diff --git a/LICENSE b/LICENSE index cfe5cf2e..35906510 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2022-2023, Oak Ridge National Laboratory +Copyright (c) 2022 by Oak Ridge National Laboratory All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/mechanics/crack_branching.cpp b/examples/mechanics/crack_branching.cpp index fda1fcce..b9dc1b7d 100644 --- a/examples/mechanics/crack_branching.cpp +++ b/examples/mechanics/crack_branching.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/examples/mechanics/elastic_wave.cpp b/examples/mechanics/elastic_wave.cpp index 78c681af..d08c250d 100644 --- a/examples/mechanics/elastic_wave.cpp +++ b/examples/mechanics/elastic_wave.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/examples/mechanics/kalthoff_winkler.cpp b/examples/mechanics/kalthoff_winkler.cpp index 2dba0d35..9da84ce1 100644 --- a/examples/mechanics/kalthoff_winkler.cpp +++ b/examples/mechanics/kalthoff_winkler.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/examples/thermomechanics/thermal_crack.cpp b/examples/thermomechanics/thermal_crack.cpp index 28db3ef9..3b08c966 100644 --- a/examples/thermomechanics/thermal_crack.cpp +++ b/examples/thermomechanics/thermal_crack.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/examples/thermomechanics/thermal_deformation.cpp b/examples/thermomechanics/thermal_deformation.cpp index 80a6309c..ec4c346c 100644 --- a/examples/thermomechanics/thermal_deformation.cpp +++ b/examples/thermomechanics/thermal_deformation.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD.hpp b/src/CabanaPD.hpp index 9c88fb2a..291bb443 100644 --- a/src/CabanaPD.hpp +++ b/src/CabanaPD.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_BodyTerm.hpp b/src/CabanaPD_BodyTerm.hpp index f156b603..7851d387 100644 --- a/src/CabanaPD_BodyTerm.hpp +++ b/src/CabanaPD_BodyTerm.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Boundary.hpp b/src/CabanaPD_Boundary.hpp index 48b1e466..5ac27da0 100644 --- a/src/CabanaPD_Boundary.hpp +++ b/src/CabanaPD_Boundary.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Comm.hpp b/src/CabanaPD_Comm.hpp index 3abca2e4..6ab1508c 100644 --- a/src/CabanaPD_Comm.hpp +++ b/src/CabanaPD_Comm.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_DisplacementProfile.hpp b/src/CabanaPD_DisplacementProfile.hpp index e0a652ed..811d2941 100644 --- a/src/CabanaPD_DisplacementProfile.hpp +++ b/src/CabanaPD_DisplacementProfile.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Fields.hpp b/src/CabanaPD_Fields.hpp index 587a608d..bcb20189 100644 --- a/src/CabanaPD_Fields.hpp +++ b/src/CabanaPD_Fields.hpp @@ -1,3 +1,14 @@ +/**************************************************************************** + * Copyright (c) 2022 by Oak Ridge National Laboratory * + * All rights reserved. * + * * + * This file is part of CabanaPD. CabanaPD is distributed under a * + * BSD 3-clause license. For the licensing terms see the LICENSE file in * + * the top-level directory. * + * * + * SPDX-License-Identifier: BSD-3-Clause * + ****************************************************************************/ + #ifndef FIELDS_HPP #define FIELDS_HPP diff --git a/src/CabanaPD_Force.hpp b/src/CabanaPD_Force.hpp index 7799435e..9ea0e040 100644 --- a/src/CabanaPD_Force.hpp +++ b/src/CabanaPD_Force.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_ForceModels.hpp b/src/CabanaPD_ForceModels.hpp index 4a4b03d4..6685de1c 100644 --- a/src/CabanaPD_ForceModels.hpp +++ b/src/CabanaPD_ForceModels.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Input.hpp b/src/CabanaPD_Input.hpp index 03d8b352..e232ea59 100644 --- a/src/CabanaPD_Input.hpp +++ b/src/CabanaPD_Input.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Integrate.hpp b/src/CabanaPD_Integrate.hpp index 0cf4b483..68477787 100644 --- a/src/CabanaPD_Integrate.hpp +++ b/src/CabanaPD_Integrate.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Output.hpp b/src/CabanaPD_Output.hpp index 209f5329..870413f9 100644 --- a/src/CabanaPD_Output.hpp +++ b/src/CabanaPD_Output.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Particles.hpp b/src/CabanaPD_Particles.hpp index 839652a0..5f66918f 100644 --- a/src/CabanaPD_Particles.hpp +++ b/src/CabanaPD_Particles.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Prenotch.hpp b/src/CabanaPD_Prenotch.hpp index 23687f60..142b8acf 100644 --- a/src/CabanaPD_Prenotch.hpp +++ b/src/CabanaPD_Prenotch.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Solver.hpp b/src/CabanaPD_Solver.hpp index fb3dc2d9..8413204b 100644 --- a/src/CabanaPD_Solver.hpp +++ b/src/CabanaPD_Solver.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Timer.hpp b/src/CabanaPD_Timer.hpp index 24ffa09d..e149d05a 100644 --- a/src/CabanaPD_Timer.hpp +++ b/src/CabanaPD_Timer.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_Types.hpp b/src/CabanaPD_Types.hpp index fd95375a..62076735 100644 --- a/src/CabanaPD_Types.hpp +++ b/src/CabanaPD_Types.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/CabanaPD_config.hpp.cmakein b/src/CabanaPD_config.hpp.cmakein index 810cbcbd..62e833aa 100644 --- a/src/CabanaPD_config.hpp.cmakein +++ b/src/CabanaPD_config.hpp.cmakein @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/force/CabanaPD_ForceModels_LPS.hpp b/src/force/CabanaPD_ForceModels_LPS.hpp index ed8d763a..8f2999fc 100644 --- a/src/force/CabanaPD_ForceModels_LPS.hpp +++ b/src/force/CabanaPD_ForceModels_LPS.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/force/CabanaPD_ForceModels_PMB.hpp b/src/force/CabanaPD_ForceModels_PMB.hpp index 7f920b24..7ace7a86 100644 --- a/src/force/CabanaPD_ForceModels_PMB.hpp +++ b/src/force/CabanaPD_ForceModels_PMB.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/force/CabanaPD_Force_LPS.hpp b/src/force/CabanaPD_Force_LPS.hpp index 3ade3c05..78f25f81 100644 --- a/src/force/CabanaPD_Force_LPS.hpp +++ b/src/force/CabanaPD_Force_LPS.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/src/force/CabanaPD_Force_PMB.hpp b/src/force/CabanaPD_Force_PMB.hpp index cd5acce7..5b8cd537 100644 --- a/src/force/CabanaPD_Force_PMB.hpp +++ b/src/force/CabanaPD_Force_PMB.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/TestCUDA_Category.hpp b/unit_test/TestCUDA_Category.hpp index cc07b08d..1b02fe31 100644 --- a/unit_test/TestCUDA_Category.hpp +++ b/unit_test/TestCUDA_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/TestHIP_Category.hpp b/unit_test/TestHIP_Category.hpp index dd380fdf..a7e49444 100644 --- a/unit_test/TestHIP_Category.hpp +++ b/unit_test/TestHIP_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/TestOPENMP_Category.hpp b/unit_test/TestOPENMP_Category.hpp index 5cf18dc5..a254f423 100644 --- a/unit_test/TestOPENMP_Category.hpp +++ b/unit_test/TestOPENMP_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/TestPTHREAD_Category.hpp b/unit_test/TestPTHREAD_Category.hpp index 91d7a669..b349f718 100644 --- a/unit_test/TestPTHREAD_Category.hpp +++ b/unit_test/TestPTHREAD_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/TestSERIAL_Category.hpp b/unit_test/TestSERIAL_Category.hpp index 1081ad98..25218e32 100644 --- a/unit_test/TestSERIAL_Category.hpp +++ b/unit_test/TestSERIAL_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/mpi_unit_test_main.cpp b/unit_test/mpi_unit_test_main.cpp index 9f4a6288..60baf76c 100644 --- a/unit_test/mpi_unit_test_main.cpp +++ b/unit_test/mpi_unit_test_main.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/tstComm.hpp b/unit_test/tstComm.hpp index 87a73740..bcbbceea 100644 --- a/unit_test/tstComm.hpp +++ b/unit_test/tstComm.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/tstForce.hpp b/unit_test/tstForce.hpp index df2c22b5..8e7d2a10 100644 --- a/unit_test/tstForce.hpp +++ b/unit_test/tstForce.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a * diff --git a/unit_test/tstIntegrator.hpp b/unit_test/tstIntegrator.hpp index 028a236b..e4235452 100644 --- a/unit_test/tstIntegrator.hpp +++ b/unit_test/tstIntegrator.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2022-2023 by Oak Ridge National Laboratory * + * Copyright (c) 2022 by Oak Ridge National Laboratory * * All rights reserved. * * * * This file is part of CabanaPD. CabanaPD is distributed under a *