From 4bd58a017b9d942fa67fa7a21c8a72e1615708d9 Mon Sep 17 00:00:00 2001 From: Claudio Satriano Date: Wed, 8 Jan 2025 12:01:08 +0100 Subject: [PATCH] Update copyright year to 2025 --- sourcespec2/input/__init__.py | 2 +- sourcespec2/input/augment_event.py | 2 +- sourcespec2/input/event_and_picks.py | 2 +- sourcespec2/input/event_parsers/__init__.py | 2 +- sourcespec2/input/event_parsers/asdf_event.py | 2 +- sourcespec2/input/event_parsers/hypo2000.py | 2 +- sourcespec2/input/event_parsers/hypo71.py | 2 +- sourcespec2/input/event_parsers/obspy_catalog.py | 2 +- sourcespec2/input/event_parsers/quakeml.py | 2 +- sourcespec2/input/event_parsers/sac_event.py | 2 +- sourcespec2/input/event_parsers/source_spec_event.py | 2 +- sourcespec2/input/instrument_type.py | 2 +- sourcespec2/input/station_metadata_parsers/__init__.py | 2 +- sourcespec2/input/station_metadata_parsers/asdf_inventory.py | 2 +- sourcespec2/input/station_metadata_parsers/paz.py | 2 +- sourcespec2/input/trace_parsers/__init__.py | 2 +- sourcespec2/input/trace_parsers/asdf_traces.py | 2 +- sourcespec2/input/traces.py | 2 +- sourcespec2/setup/__init__.py | 2 +- sourcespec2/setup/configobj_helpers.py | 2 +- sourcespec2/setup/configure_cli.py | 2 +- sourcespec2/setup/exit.py | 2 +- sourcespec2/setup/library_versions.py | 2 +- sourcespec2/setup/mandatory_deprecated.py | 2 +- sourcespec2/setup/outdir.py | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/sourcespec2/input/__init__.py b/sourcespec2/input/__init__.py index 244f8be8..8f40af01 100644 --- a/sourcespec2/input/__init__.py +++ b/sourcespec2/input/__init__.py @@ -4,7 +4,7 @@ Input functions for SourceSpec. :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/augment_event.py b/sourcespec2/input/augment_event.py index fc52e66d..16f9bd9e 100644 --- a/sourcespec2/input/augment_event.py +++ b/sourcespec2/input/augment_event.py @@ -9,7 +9,7 @@ 2013-2014 Claudio Satriano , Emanuela Matrullo - 2015-2024 Claudio Satriano , + 2015-2025 Claudio Satriano , Sophie Lambotte :license: CeCILL Free Software License Agreement v2.1 diff --git a/sourcespec2/input/event_and_picks.py b/sourcespec2/input/event_and_picks.py index 9c70fb32..c1765260 100644 --- a/sourcespec2/input/event_and_picks.py +++ b/sourcespec2/input/event_and_picks.py @@ -9,7 +9,7 @@ 2013-2014 Claudio Satriano , Emanuela Matrullo - 2015-2024 Claudio Satriano , + 2015-2025 Claudio Satriano , Sophie Lambotte :license: CeCILL Free Software License Agreement v2.1 diff --git a/sourcespec2/input/event_parsers/__init__.py b/sourcespec2/input/event_parsers/__init__.py index 8e90af73..38e9a088 100644 --- a/sourcespec2/input/event_parsers/__init__.py +++ b/sourcespec2/input/event_parsers/__init__.py @@ -4,7 +4,7 @@ Event and phase picks parsers for SourceSpec. :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/event_parsers/asdf_event.py b/sourcespec2/input/event_parsers/asdf_event.py index 8e0b1134..03b5fcc2 100644 --- a/sourcespec2/input/event_parsers/asdf_event.py +++ b/sourcespec2/input/event_parsers/asdf_event.py @@ -4,7 +4,7 @@ Parse event metadata and picks from ASDF file. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/event_parsers/hypo2000.py b/sourcespec2/input/event_parsers/hypo2000.py index bb7cdc88..231474fe 100644 --- a/sourcespec2/input/event_parsers/hypo2000.py +++ b/sourcespec2/input/event_parsers/hypo2000.py @@ -4,7 +4,7 @@ Read event and phase picks from an hypo2000 file. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/event_parsers/hypo71.py b/sourcespec2/input/event_parsers/hypo71.py index 76adcc38..e8b66a8a 100644 --- a/sourcespec2/input/event_parsers/hypo71.py +++ b/sourcespec2/input/event_parsers/hypo71.py @@ -4,7 +4,7 @@ Parse event metadata and picks in hypo71 format. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/event_parsers/obspy_catalog.py b/sourcespec2/input/event_parsers/obspy_catalog.py index e231560b..9d5d9d9b 100644 --- a/sourcespec2/input/event_parsers/obspy_catalog.py +++ b/sourcespec2/input/event_parsers/obspy_catalog.py @@ -4,7 +4,7 @@ Parse event metadata and picks from an ObsPy catalog object. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/event_parsers/quakeml.py b/sourcespec2/input/event_parsers/quakeml.py index 66898585..7227cd82 100644 --- a/sourcespec2/input/event_parsers/quakeml.py +++ b/sourcespec2/input/event_parsers/quakeml.py @@ -4,7 +4,7 @@ Parse event metadata and picks from a QuakeML file. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/event_parsers/sac_event.py b/sourcespec2/input/event_parsers/sac_event.py index 2416e7b8..22024d31 100644 --- a/sourcespec2/input/event_parsers/sac_event.py +++ b/sourcespec2/input/event_parsers/sac_event.py @@ -4,7 +4,7 @@ Read metadata from SAC file headers. :copyright: - 2023-2024 Claudio Satriano + 2023-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/event_parsers/source_spec_event.py b/sourcespec2/input/event_parsers/source_spec_event.py index 3a730f2c..1be38fb7 100644 --- a/sourcespec2/input/event_parsers/source_spec_event.py +++ b/sourcespec2/input/event_parsers/source_spec_event.py @@ -4,7 +4,7 @@ Parse event metadata from a SourceSpec event file. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/instrument_type.py b/sourcespec2/input/instrument_type.py index 634b177e..ed3f6e12 100644 --- a/sourcespec2/input/instrument_type.py +++ b/sourcespec2/input/instrument_type.py @@ -4,7 +4,7 @@ Get the instrument type from the channel name of a trace. :copyright: - 2023-2024 Claudio Satriano + 2023-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/station_metadata_parsers/__init__.py b/sourcespec2/input/station_metadata_parsers/__init__.py index 49442e72..b45d8608 100644 --- a/sourcespec2/input/station_metadata_parsers/__init__.py +++ b/sourcespec2/input/station_metadata_parsers/__init__.py @@ -4,7 +4,7 @@ Station metadata parsers for SourceSpec. :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/station_metadata_parsers/asdf_inventory.py b/sourcespec2/input/station_metadata_parsers/asdf_inventory.py index 463deaaf..e73942d2 100644 --- a/sourcespec2/input/station_metadata_parsers/asdf_inventory.py +++ b/sourcespec2/input/station_metadata_parsers/asdf_inventory.py @@ -4,7 +4,7 @@ Read station metadata from ASDF files. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/station_metadata_parsers/paz.py b/sourcespec2/input/station_metadata_parsers/paz.py index e51c685a..35c478fa 100644 --- a/sourcespec2/input/station_metadata_parsers/paz.py +++ b/sourcespec2/input/station_metadata_parsers/paz.py @@ -4,7 +4,7 @@ Read station metadata from PAZ files. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/trace_parsers/__init__.py b/sourcespec2/input/trace_parsers/__init__.py index 5536d152..46fc82cd 100644 --- a/sourcespec2/input/trace_parsers/__init__.py +++ b/sourcespec2/input/trace_parsers/__init__.py @@ -4,7 +4,7 @@ Trace parsers for SourceSpec. :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/trace_parsers/asdf_traces.py b/sourcespec2/input/trace_parsers/asdf_traces.py index d49b9c86..73051065 100644 --- a/sourcespec2/input/trace_parsers/asdf_traces.py +++ b/sourcespec2/input/trace_parsers/asdf_traces.py @@ -4,7 +4,7 @@ Read traces from ASDF files. :copyright: - 2012-2024 Claudio Satriano + 2012-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/input/traces.py b/sourcespec2/input/traces.py index 6e2294a7..a1a80d34 100644 --- a/sourcespec2/input/traces.py +++ b/sourcespec2/input/traces.py @@ -9,7 +9,7 @@ 2013-2014 Claudio Satriano , Emanuela Matrullo - 2015-2024 Claudio Satriano , + 2015-2025 Claudio Satriano , Sophie Lambotte :license: CeCILL Free Software License Agreement v2.1 diff --git a/sourcespec2/setup/__init__.py b/sourcespec2/setup/__init__.py index 3a29dc59..d5c077a1 100644 --- a/sourcespec2/setup/__init__.py +++ b/sourcespec2/setup/__init__.py @@ -4,7 +4,7 @@ Configuration classes and functions for SourceSpec :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/setup/configobj_helpers.py b/sourcespec2/setup/configobj_helpers.py index c8d8cba4..db2271f9 100644 --- a/sourcespec2/setup/configobj_helpers.py +++ b/sourcespec2/setup/configobj_helpers.py @@ -4,7 +4,7 @@ Helper functions for using ConfigObj in SourceSpec. :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/setup/configure_cli.py b/sourcespec2/setup/configure_cli.py index 2f3e83d4..1e542bcf 100644 --- a/sourcespec2/setup/configure_cli.py +++ b/sourcespec2/setup/configure_cli.py @@ -4,7 +4,7 @@ Configure SourceSpec from command line arguments and config file. :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/setup/exit.py b/sourcespec2/setup/exit.py index dabde32c..573a3444 100644 --- a/sourcespec2/setup/exit.py +++ b/sourcespec2/setup/exit.py @@ -10,7 +10,7 @@ Emanuela Matrullo , Agnes Chounet - 2015-2024 Claudio Satriano + 2015-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/setup/library_versions.py b/sourcespec2/setup/library_versions.py index e4c77949..a3dfbbc2 100644 --- a/sourcespec2/setup/library_versions.py +++ b/sourcespec2/setup/library_versions.py @@ -10,7 +10,7 @@ Emanuela Matrullo , Agnes Chounet - 2015-2024 Claudio Satriano + 2015-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/setup/mandatory_deprecated.py b/sourcespec2/setup/mandatory_deprecated.py index eb665041..335a3a3f 100644 --- a/sourcespec2/setup/mandatory_deprecated.py +++ b/sourcespec2/setup/mandatory_deprecated.py @@ -4,7 +4,7 @@ Mandatory and deprecated config parameters for sourcespec. :copyright: - 2013-2024 Claudio Satriano + 2013-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html) diff --git a/sourcespec2/setup/outdir.py b/sourcespec2/setup/outdir.py index 012f795b..76c9c1c1 100644 --- a/sourcespec2/setup/outdir.py +++ b/sourcespec2/setup/outdir.py @@ -10,7 +10,7 @@ Emanuela Matrullo , Agnes Chounet - 2015-2024 Claudio Satriano + 2015-2025 Claudio Satriano :license: CeCILL Free Software License Agreement v2.1 (http://www.cecill.info/licences.en.html)