-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update the copyright/left year range
Signed-off-by: Davide Madrisan <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
""" | ||
|