From 1f1fb0584c6ec8ee082f4f40762c185c175ade9a 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:45:11 +0000
Subject: [PATCH] Update copyright year
Workflow: update copyright year, run: 8
---
README.md | 2 +-
src/conf.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f1e5838dee..670dd9fcae 100644
--- a/README.md
+++ b/README.md
@@ -239,7 +239,7 @@ preserved and does not require housekeeping.
[![License](https://img.shields.io/github/license/cylc/cylc-doc.svg?color=lightgrey)](https://github.com/cylc/cylc-doc/blob/master/LICENSE)
-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/src/conf.py b/src/conf.py
index b280a24e27..a3129a0e65 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -96,7 +96,7 @@
# General information about the project.
project = 'Cylc'
-__copyright_year = 2024 # NOTE: this is automatically set by GH Actions
+__copyright_year = 2025 # NOTE: this is automatically set by GH Actions
copyright = (
f'2008-{__copyright_year} NIWA & British Crown (Met Office) & Contributors'
)