From 687000de185044c160e6503d368860f5fb6f1fc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:16:24 +0000 Subject: [PATCH] Update copyright year Workflow: Update copyright year, run: 5 --- README.md | 2 +- cylc/flow/scripts/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08f8d5938d5..f77804f0f2b 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 594c1d18c32..5c7b80e3ceb 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