Skip to content

Commit 8c31f68

Browse files
committed
chore: update the copyright/left year range
Signed-off-by: Davide Madrisan <[email protected]>
1 parent df9c258 commit 8c31f68

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ with `uv run`. For example `uv run ./hadcrut5_plot.py`.
3333
$ ./hadcrut5_plot.py --help
3434
usage: hadcrut5_plot.py [-h] [-f OUTFILE] [-p PERIOD] [-m SMOOTHER] [-g] [-n] [-s] [-a ANNOTATE] [-v]
3535
36-
Parse and plot the HadCRUT5 temperature datasets v2023.1 (stable)
37-
Copyright (C) 2020-2023 Davide Madrisan <[email protected]>
36+
Parse and plot the HadCRUT5 temperature datasets v2024.1 (stable)
37+
Copyright (C) 2020-2024 Davide Madrisan <[email protected]>
3838
License: GNU General Public License v3.0
3939
4040
options:
@@ -106,8 +106,8 @@ $ ./hadcrut5_plot.py --global --period "1880-1920" --time-series monthly
106106
```
107107
usage: hadcrut5_bars.py [-h] [-f OUTFILE] [-p PERIOD] [-v]
108108
109-
Parse and plot the HadCRUT5 temperature datasets v2023.1 (stable)
110-
Copyright (C) 2020-2023 Davide Madrisan <[email protected]>
109+
Parse and plot the HadCRUT5 temperature datasets v2024.1 (stable)
110+
Copyright (C) 2020-2024 Davide Madrisan <[email protected]>
111111
License: GNU General Public License v3.0
112112
113113
options:
@@ -135,8 +135,8 @@ $ ./hadcrut5_bars.py --period "1880-1920" --outfile plots/HadCRUT5-global-1880-1
135135
```
136136
usage: hadcrut5_stripe.py [-h] [-f OUTFILE] [-r {global,northern,southern}] [-v] [-l]
137137
138-
Parse and plot a stripe image of the HadCRUT5 temperature datasets v2023.1 (stable)
139-
Copyright (C) 2020-2023 Davide Madrisan <[email protected]>
138+
Parse and plot a stripe image of the HadCRUT5 temperature datasets v2024.1 (stable)
139+
Copyright (C) 2020-2024 Davide Madrisan <[email protected]>
140140
License: GNU General Public License v3.0
141141
142142
options:

hadcrut5_bars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python3
2-
# Copyright (c) 2020-2022 Davide Madrisan <[email protected]>
2+
# Copyright (c) 2020-2024 Davide Madrisan <[email protected]>
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

55
"""

hadcrut5_stripe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python3
2-
# Copyright (c) 2023 Davide Madrisan <[email protected]>
2+
# Copyright (c) 2023-2024 Davide Madrisan <[email protected]>
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

55
"""

0 commit comments

Comments
 (0)