diff --git a/LICENSE b/LICENSE index cb869103..ac3f6918 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/admin/dump_pdgid_to_corsika7.py b/admin/dump_pdgid_to_corsika7.py index 62da670b..b278fd5d 100755 --- a/admin/dump_pdgid_to_corsika7.py +++ b/admin/dump_pdgid_to_corsika7.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/admin/dump_pdgid_to_lhcb.py b/admin/dump_pdgid_to_lhcb.py index 139cd1ca..45fdbf8e 100755 --- a/admin/dump_pdgid_to_lhcb.py +++ b/admin/dump_pdgid_to_lhcb.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/__init__.py b/src/particle/__init__.py index 77382ce9..273f9dc4 100644 --- a/src/particle/__init__.py +++ b/src/particle/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/__main__.py b/src/particle/__main__.py index 69a42325..3dff5cc8 100644 --- a/src/particle/__main__.py +++ b/src/particle/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/_compat/typing.py b/src/particle/_compat/typing.py index 36be2966..62e35264 100644 --- a/src/particle/_compat/typing.py +++ b/src/particle/_compat/typing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/converters/__init__.py b/src/particle/converters/__init__.py index 920f18c4..bbd52f2b 100644 --- a/src/particle/converters/__init__.py +++ b/src/particle/converters/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/converters/bimap.py b/src/particle/converters/bimap.py index 24823349..6639195e 100644 --- a/src/particle/converters/bimap.py +++ b/src/particle/converters/bimap.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/converters/corsika.py b/src/particle/converters/corsika.py index 5b418d2c..4437770c 100644 --- a/src/particle/converters/corsika.py +++ b/src/particle/converters/corsika.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/converters/evtgen.py b/src/particle/converters/evtgen.py index d038dad9..5bb4dad6 100644 --- a/src/particle/converters/evtgen.py +++ b/src/particle/converters/evtgen.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/converters/geant.py b/src/particle/converters/geant.py index ccb102dc..31dcc717 100644 --- a/src/particle/converters/geant.py +++ b/src/particle/converters/geant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/converters/pythia.py b/src/particle/converters/pythia.py index 63687848..99481578 100644 --- a/src/particle/converters/pythia.py +++ b/src/particle/converters/pythia.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/corsika/__init__.py b/src/particle/corsika/__init__.py index 257caba8..f779bb4a 100644 --- a/src/particle/corsika/__init__.py +++ b/src/particle/corsika/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/corsika/corsika7id.py b/src/particle/corsika/corsika7id.py index 9d8020d8..4b63d1a9 100644 --- a/src/particle/corsika/corsika7id.py +++ b/src/particle/corsika/corsika7id.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/data/__init__.py b/src/particle/data/__init__.py index 1c7ef185..ee1ad522 100644 --- a/src/particle/data/__init__.py +++ b/src/particle/data/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/exceptions.py b/src/particle/exceptions.py index b968cec4..d4126a11 100644 --- a/src/particle/exceptions.py +++ b/src/particle/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/geant/__init__.py b/src/particle/geant/__init__.py index 1efddb60..4e1625ee 100644 --- a/src/particle/geant/__init__.py +++ b/src/particle/geant/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/geant/geant3id.py b/src/particle/geant/geant3id.py index c7b1fc7b..0e64fefd 100644 --- a/src/particle/geant/geant3id.py +++ b/src/particle/geant/geant3id.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/lhcb/__init__.py b/src/particle/lhcb/__init__.py index 2ab3580e..5256e81d 100644 --- a/src/particle/lhcb/__init__.py +++ b/src/particle/lhcb/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/lhcb/converters.py b/src/particle/lhcb/converters.py index d51b5bd5..eac451be 100644 --- a/src/particle/lhcb/converters.py +++ b/src/particle/lhcb/converters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/lhcb/data/__init__.py b/src/particle/lhcb/data/__init__.py index bc917926..8662120e 100644 --- a/src/particle/lhcb/data/__init__.py +++ b/src/particle/lhcb/data/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/lhcb/functions.py b/src/particle/lhcb/functions.py index c4c5915a..ac20b222 100644 --- a/src/particle/lhcb/functions.py +++ b/src/particle/lhcb/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/__init__.py b/src/particle/particle/__init__.py index 58edc3cb..b27677ba 100644 --- a/src/particle/particle/__init__.py +++ b/src/particle/particle/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/convert.py b/src/particle/particle/convert.py index 8c30ee28..eefe7934 100644 --- a/src/particle/particle/convert.py +++ b/src/particle/particle/convert.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/enums.py b/src/particle/particle/enums.py index 0616df7b..41993406 100644 --- a/src/particle/particle/enums.py +++ b/src/particle/particle/enums.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/kinematics.py b/src/particle/particle/kinematics.py index 0ce155fd..8b5e30fd 100644 --- a/src/particle/particle/kinematics.py +++ b/src/particle/particle/kinematics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/literals.py b/src/particle/particle/literals.py index 536723a3..b11fefd5 100644 --- a/src/particle/particle/literals.py +++ b/src/particle/particle/literals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/particle.py b/src/particle/particle/particle.py index 9c85aea7..9063304c 100644 --- a/src/particle/particle/particle.py +++ b/src/particle/particle/particle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/regex.py b/src/particle/particle/regex.py index e5cec348..f0516e8a 100644 --- a/src/particle/particle/regex.py +++ b/src/particle/particle/regex.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/particle/utilities.py b/src/particle/particle/utilities.py index e3017a98..95bbc98a 100644 --- a/src/particle/particle/utilities.py +++ b/src/particle/particle/utilities.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/pdgid/__init__.py b/src/particle/pdgid/__init__.py index 02ef9c90..14b08dff 100644 --- a/src/particle/pdgid/__init__.py +++ b/src/particle/pdgid/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/pdgid/functions.py b/src/particle/pdgid/functions.py index 8d52ddbb..32510387 100644 --- a/src/particle/pdgid/functions.py +++ b/src/particle/pdgid/functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/pdgid/literals.py b/src/particle/pdgid/literals.py index 204876d4..b233d2f7 100644 --- a/src/particle/pdgid/literals.py +++ b/src/particle/pdgid/literals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/pdgid/pdgid.py b/src/particle/pdgid/pdgid.py index d4d88964..1b369deb 100644 --- a/src/particle/pdgid/pdgid.py +++ b/src/particle/pdgid/pdgid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/pythia/__init__.py b/src/particle/pythia/__init__.py index fe76db4f..6d50eefd 100644 --- a/src/particle/pythia/__init__.py +++ b/src/particle/pythia/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/pythia/pythiaid.py b/src/particle/pythia/pythiaid.py index 7aab5229..3593aae2 100644 --- a/src/particle/pythia/pythiaid.py +++ b/src/particle/pythia/pythiaid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/shared_literals.py b/src/particle/shared_literals.py index 94c864c5..7a647b02 100644 --- a/src/particle/shared_literals.py +++ b/src/particle/shared_literals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/src/particle/typing.py b/src/particle/typing.py index c5322949..7b325765 100644 --- a/src/particle/typing.py +++ b/src/particle/typing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/__init__.py b/tests/__init__.py index 9b3f6c55..35ab8249 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/conftest.py b/tests/conftest.py index 95aa0d5d..b89290a9 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/converters/__init__.py b/tests/converters/__init__.py index 9b3f6c55..35ab8249 100644 --- a/tests/converters/__init__.py +++ b/tests/converters/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/converters/test_corsika.py b/tests/converters/test_corsika.py index d856f7c9..04603fd8 100644 --- a/tests/converters/test_corsika.py +++ b/tests/converters/test_corsika.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/converters/test_maps.py b/tests/converters/test_maps.py index 7a3fde69..aa3eeabb 100644 --- a/tests/converters/test_maps.py +++ b/tests/converters/test_maps.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/corsika/__init__.py b/tests/corsika/__init__.py index 9b3f6c55..35ab8249 100644 --- a/tests/corsika/__init__.py +++ b/tests/corsika/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/geant/__init__.py b/tests/geant/__init__.py index 9b3f6c55..35ab8249 100644 --- a/tests/geant/__init__.py +++ b/tests/geant/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/geant/test_geant3id.py b/tests/geant/test_geant3id.py index a67423c6..ef4e92b8 100644 --- a/tests/geant/test_geant3id.py +++ b/tests/geant/test_geant3id.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/lhcb/test_lhcb_name.py b/tests/lhcb/test_lhcb_name.py index be89aeb9..1ed9b478 100644 --- a/tests/lhcb/test_lhcb_name.py +++ b/tests/lhcb/test_lhcb_name.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/__init__.py b/tests/particle/__init__.py index 9b3f6c55..35ab8249 100644 --- a/tests/particle/__init__.py +++ b/tests/particle/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_convert.py b/tests/particle/test_convert.py index 3aba60dc..e0f697f2 100644 --- a/tests/particle/test_convert.py +++ b/tests/particle/test_convert.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_decfilenames.py b/tests/particle/test_decfilenames.py index 2d3d11e9..21f1f117 100644 --- a/tests/particle/test_decfilenames.py +++ b/tests/particle/test_decfilenames.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_enums.py b/tests/particle/test_enums.py index f5449fbf..3bbf1f10 100644 --- a/tests/particle/test_enums.py +++ b/tests/particle/test_enums.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_generation.py b/tests/particle/test_generation.py index 1e7fc8e2..1a0c0fd0 100644 --- a/tests/particle/test_generation.py +++ b/tests/particle/test_generation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_kinematics.py b/tests/particle/test_kinematics.py index 51951421..7ec12862 100644 --- a/tests/particle/test_kinematics.py +++ b/tests/particle/test_kinematics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_literals.py b/tests/particle/test_literals.py index 1b549c2f..8df17d39 100644 --- a/tests/particle/test_literals.py +++ b/tests/particle/test_literals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_particle.py b/tests/particle/test_particle.py index 83d2db84..a83a0eb4 100644 --- a/tests/particle/test_particle.py +++ b/tests/particle/test_particle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/particle/test_utilities.py b/tests/particle/test_utilities.py index db5d31cb..79dc55d8 100644 --- a/tests/particle/test_utilities.py +++ b/tests/particle/test_utilities.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/pdgid/__init__.py b/tests/pdgid/__init__.py index 9b3f6c55..35ab8249 100644 --- a/tests/pdgid/__init__.py +++ b/tests/pdgid/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/pdgid/test_functions.py b/tests/pdgid/test_functions.py index f1cac697..d239f9d2 100644 --- a/tests/pdgid/test_functions.py +++ b/tests/pdgid/test_functions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/pdgid/test_literals.py b/tests/pdgid/test_literals.py index bacabd76..c6740849 100644 --- a/tests/pdgid/test_literals.py +++ b/tests/pdgid/test_literals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/pdgid/test_pdgid.py b/tests/pdgid/test_pdgid.py index ae858899..7cd0050d 100644 --- a/tests/pdgid/test_pdgid.py +++ b/tests/pdgid/test_pdgid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/pythia/__init__.py b/tests/pythia/__init__.py index 9b3f6c55..35ab8249 100644 --- a/tests/pythia/__init__.py +++ b/tests/pythia/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/pythia/test_pythiaid.py b/tests/pythia/test_pythiaid.py index a5e34c14..7c3dcd68 100644 --- a/tests/pythia/test_pythiaid.py +++ b/tests/pythia/test_pythiaid.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details. diff --git a/tests/test_package.py b/tests/test_package.py index 621c655f..06caf7b1 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2023, Eduardo Rodrigues and Henry Schreiner. +# Copyright (c) 2018-2024, Eduardo Rodrigues and Henry Schreiner. # # Distributed under the 3-clause BSD license, see accompanying file LICENSE # or https://github.com/scikit-hep/particle for details.