diff --git a/README.md b/README.md index 08f8d5938d..f77804f0f2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Quick summary of major changes: [![License](https://img.shields.io/github/license/cylc/cylc-flow.svg?color=lightgrey)](https://github.com/cylc/cylc-flow/blob/master/COPYING) -Copyright (C) 2008-2024 NIWA & British Crown (Met Office) & Contributors. +Copyright (C) 2008-2025 NIWA & British Crown (Met Office) & Contributors. Cylc is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, diff --git a/cylc/flow/scripts/__init__.py b/cylc/flow/scripts/__init__.py index 594c1d18c3..5c7b80e3ce 100644 --- a/cylc/flow/scripts/__init__.py +++ b/cylc/flow/scripts/__init__.py @@ -14,4 +14,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -_copyright_year = 2024 # This is set by GH Actions update_copyright workflow +_copyright_year = 2025 # This is set by GH Actions update_copyright workflow