From 61c6ba03da01f6f9f4e89c27bb139a76267bf4d0 Mon Sep 17 00:00:00 2001 From: Levi Pfantz <lpfantz@wisc.edu> Date: Thu, 9 Jan 2025 15:39:31 -0600 Subject: [PATCH] Update copyright notices --- gridded_glm/bin/cspp-geo-gglm.sh | 2 +- gridded_glm/libexec/env.sh | 2 +- gridded_glm/libexec/gridded_glm/_minute_gridder.py | 2 +- gridded_glm/libexec/gridded_glm/statistics.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gridded_glm/bin/cspp-geo-gglm.sh b/gridded_glm/bin/cspp-geo-gglm.sh index 7320b71..69e8d5a 100755 --- a/gridded_glm/bin/cspp-geo-gglm.sh +++ b/gridded_glm/bin/cspp-geo-gglm.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # encoding: utf-8 -# Copyright (C) 2019-2021 Space Science and Engineering Center (SSEC), +# Copyright (C) 2019-2025 Space Science and Engineering Center (SSEC), # University of Wisconsin-Madison. # # This program is free software: you can redistribute it and/or modify diff --git a/gridded_glm/libexec/env.sh b/gridded_glm/libexec/env.sh index 6ee195b..755f761 100644 --- a/gridded_glm/libexec/env.sh +++ b/gridded_glm/libexec/env.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # encoding: utf-8 -# Copyright (C) 2019 Space Science and Engineering Center (SSEC), +# Copyright (C) 2019-2025 Space Science and Engineering Center (SSEC), # University of Wisconsin-Madison. # # This program is free software: you can redistribute it and/or modify diff --git a/gridded_glm/libexec/gridded_glm/_minute_gridder.py b/gridded_glm/libexec/gridded_glm/_minute_gridder.py index 0cbeca4..b8e23dd 100644 --- a/gridded_glm/libexec/gridded_glm/_minute_gridder.py +++ b/gridded_glm/libexec/gridded_glm/_minute_gridder.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Copyright (C) 2020-2021 Space Science and Engineering Center (SSEC), University of Wisconsin-Madison. +Copyright (C) 2020-2025 Space Science and Engineering Center (SSEC), University of Wisconsin-Madison. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gridded_glm/libexec/gridded_glm/statistics.py b/gridded_glm/libexec/gridded_glm/statistics.py index 2deea5d..12128d5 100644 --- a/gridded_glm/libexec/gridded_glm/statistics.py +++ b/gridded_glm/libexec/gridded_glm/statistics.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Copyright (C) 2022 Space Science and Engineering Center (SSEC), University of Wisconsin-Madison. +Copyright (C) 2022-2025 Space Science and Engineering Center (SSEC), University of Wisconsin-Madison. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- GitLab