Skip to content

Commit df850d5

Browse files
committed
Update copyright year to 2025
1 parent 7bda97e commit df850d5

25 files changed

+25
-25
lines changed

sourcespec2/input/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Input functions for SourceSpec.
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/augment_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
2013-2014 Claudio Satriano <[email protected]>,
1010
Emanuela Matrullo <[email protected]>
1111
12-
2015-2024 Claudio Satriano <[email protected]>,
12+
2015-2025 Claudio Satriano <[email protected]>,
1313
Sophie Lambotte <[email protected]>
1414
:license:
1515
CeCILL Free Software License Agreement v2.1

sourcespec2/input/event_and_picks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
2013-2014 Claudio Satriano <[email protected]>,
1010
Emanuela Matrullo <[email protected]>
1111
12-
2015-2024 Claudio Satriano <[email protected]>,
12+
2015-2025 Claudio Satriano <[email protected]>,
1313
Sophie Lambotte <[email protected]>
1414
:license:
1515
CeCILL Free Software License Agreement v2.1

sourcespec2/input/event_parsers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Event and phase picks parsers for SourceSpec.
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/event_parsers/asdf_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Parse event metadata and picks from ASDF file.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/event_parsers/hypo2000.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Read event and phase picks from an hypo2000 file.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/event_parsers/hypo71.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Parse event metadata and picks in hypo71 format.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/event_parsers/obspy_catalog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Parse event metadata and picks from an ObsPy catalog object.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/event_parsers/quakeml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Parse event metadata and picks from a QuakeML file.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/event_parsers/sac_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Read metadata from SAC file headers.
55
66
:copyright:
7-
2023-2024 Claudio Satriano <[email protected]>
7+
2023-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/event_parsers/source_spec_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Parse event metadata from a SourceSpec event file.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/instrument_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Get the instrument type from the channel name of a trace.
55
66
:copyright:
7-
2023-2024 Claudio Satriano <[email protected]>
7+
2023-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/station_metadata_parsers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Station metadata parsers for SourceSpec.
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/station_metadata_parsers/asdf_inventory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Read station metadata from ASDF files.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/station_metadata_parsers/paz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Read station metadata from PAZ files.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/trace_parsers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Trace parsers for SourceSpec.
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/trace_parsers/asdf_traces.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Read traces from ASDF files.
55
66
:copyright:
7-
2012-2024 Claudio Satriano <[email protected]>
7+
2012-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/input/traces.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
2013-2014 Claudio Satriano <[email protected]>,
1010
Emanuela Matrullo <[email protected]>
1111
12-
2015-2024 Claudio Satriano <[email protected]>,
12+
2015-2025 Claudio Satriano <[email protected]>,
1313
Sophie Lambotte <[email protected]>
1414
:license:
1515
CeCILL Free Software License Agreement v2.1

sourcespec2/setup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Configuration classes and functions for SourceSpec
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/setup/configobj_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Helper functions for using ConfigObj in SourceSpec.
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/setup/configure_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Configure SourceSpec from command line arguments and config file.
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/setup/exit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Emanuela Matrullo <[email protected]>,
1111
Agnes Chounet <[email protected]>
1212
13-
2015-2024 Claudio Satriano <[email protected]>
13+
2015-2025 Claudio Satriano <[email protected]>
1414
:license:
1515
CeCILL Free Software License Agreement v2.1
1616
(http://www.cecill.info/licences.en.html)

sourcespec2/setup/library_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Emanuela Matrullo <[email protected]>,
1111
Agnes Chounet <[email protected]>
1212
13-
2015-2024 Claudio Satriano <[email protected]>
13+
2015-2025 Claudio Satriano <[email protected]>
1414
:license:
1515
CeCILL Free Software License Agreement v2.1
1616
(http://www.cecill.info/licences.en.html)

sourcespec2/setup/mandatory_deprecated.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Mandatory and deprecated config parameters for sourcespec.
55
66
:copyright:
7-
2013-2024 Claudio Satriano <[email protected]>
7+
2013-2025 Claudio Satriano <[email protected]>
88
:license:
99
CeCILL Free Software License Agreement v2.1
1010
(http://www.cecill.info/licences.en.html)

sourcespec2/setup/outdir.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Emanuela Matrullo <[email protected]>,
1111
Agnes Chounet <[email protected]>
1212
13-
2015-2024 Claudio Satriano <[email protected]>
13+
2015-2025 Claudio Satriano <[email protected]>
1414
:license:
1515
CeCILL Free Software License Agreement v2.1
1616
(http://www.cecill.info/licences.en.html)

0 commit comments

Comments
 (0)