Skip to content

Commit

Permalink
chore: update the copyright/left year range
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Dec 22, 2024
1 parent df9c258 commit 8c31f68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ with `uv run`. For example `uv run ./hadcrut5_plot.py`.
$ ./hadcrut5_plot.py --help
usage: hadcrut5_plot.py [-h] [-f OUTFILE] [-p PERIOD] [-m SMOOTHER] [-g] [-n] [-s] [-a ANNOTATE] [-v]
Parse and plot the HadCRUT5 temperature datasets v2023.1 (stable)
Copyright (C) 2020-2023 Davide Madrisan <[email protected]>
Parse and plot the HadCRUT5 temperature datasets v2024.1 (stable)
Copyright (C) 2020-2024 Davide Madrisan <[email protected]>
License: GNU General Public License v3.0
options:
Expand Down Expand Up @@ -106,8 +106,8 @@ $ ./hadcrut5_plot.py --global --period "1880-1920" --time-series monthly
```
usage: hadcrut5_bars.py [-h] [-f OUTFILE] [-p PERIOD] [-v]
Parse and plot the HadCRUT5 temperature datasets v2023.1 (stable)
Copyright (C) 2020-2023 Davide Madrisan <[email protected]>
Parse and plot the HadCRUT5 temperature datasets v2024.1 (stable)
Copyright (C) 2020-2024 Davide Madrisan <[email protected]>
License: GNU General Public License v3.0
options:
Expand Down Expand Up @@ -135,8 +135,8 @@ $ ./hadcrut5_bars.py --period "1880-1920" --outfile plots/HadCRUT5-global-1880-1
```
usage: hadcrut5_stripe.py [-h] [-f OUTFILE] [-r {global,northern,southern}] [-v] [-l]
Parse and plot a stripe image of the HadCRUT5 temperature datasets v2023.1 (stable)
Copyright (C) 2020-2023 Davide Madrisan <[email protected]>
Parse and plot a stripe image of the HadCRUT5 temperature datasets v2024.1 (stable)
Copyright (C) 2020-2024 Davide Madrisan <[email protected]>
License: GNU General Public License v3.0
options:
Expand Down
2 changes: 1 addition & 1 deletion hadcrut5_bars.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright (c) 2020-2022 Davide Madrisan <[email protected]>
# Copyright (c) 2020-2024 Davide Madrisan <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later

"""
Expand Down
2 changes: 1 addition & 1 deletion hadcrut5_stripe.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright (c) 2023 Davide Madrisan <[email protected]>
# Copyright (c) 2023-2024 Davide Madrisan <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later

"""
Expand Down

0 comments on commit 8c31f68

Please sign in to comment.