Skip to content

Commit

Permalink
Update copyleft
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 20, 2023
1 parent 29bde6f commit 4cfb660
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ ./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 <davide.madrisan@gmail.com>
Copyright (C) 2020-2023 Davide Madrisan <d.madrisan@proton.me>
License: GNU General Public License v3.0
options:
Expand Down Expand Up @@ -105,7 +105,7 @@ $ ./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 <davide.madrisan@gmail.com>
Copyright (C) 2020-2023 Davide Madrisan <d.madrisan@proton.me>
License: GNU General Public License v3.0
options:
Expand Down Expand Up @@ -134,7 +134,7 @@ $ ./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 <davide.madrisan@gmail.com>
Copyright (C) 2020-2023 Davide Madrisan <d.madrisan@proton.me>
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 <davide.madrisan@gmail.com>
# Copyright (c) 2020-2022 Davide Madrisan <d.madrisan@proton.me>
# SPDX-License-Identifier: GPL-3.0-or-later

"""
Expand Down
2 changes: 1 addition & 1 deletion hadcrut5-plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright (c) 2020-2022 Davide Madrisan <davide.madrisan@gmail.com>
# Copyright (c) 2020-2023 Davide Madrisan <d.madrisan@proton.me>
# 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 <davide.madrisan@gmail.com>
# Copyright (c) 2023 Davide Madrisan <d.madrisan@proton.me>
# SPDX-License-Identifier: GPL-3.0-or-later

"""
Expand Down
4 changes: 2 additions & 2 deletions hadcrut5lib.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright (c) 2020-2022 Davide Madrisan <davide.madrisan@gmail.com>
# Copyright (c) 2020-2022 Davide Madrisan <d.madrisan@proton.me>
# SPDX-License-Identifier: GPL-3.0-or-later

"""
Expand All @@ -21,7 +21,7 @@
__copyright__ = "Copyright (C) 2020-2023 Davide Madrisan"
__license__ = "GNU General Public License v3.0"
__version__ = "2023.1"
__email__ = "davide.madrisan@gmail.com"
__email__ = "d.madrisan@proton.me"
__status__ = "stable"


Expand Down

0 comments on commit 4cfb660

Please sign in to comment.