Skip to content

Commit aec09a0

Browse files
Merge pull request #787 from cylc/copyright-2025
Auto PR: update copyright year
2 parents cb62d74 + 1f1fb05 commit aec09a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ preserved and does not require housekeeping.
239239

240240
[![License](https://img.shields.io/github/license/cylc/cylc-doc.svg?color=lightgrey)](https://github.com/cylc/cylc-doc/blob/master/LICENSE)
241241

242-
Copyright (C) 2008-<span actions:bind='current-year'>2024</span> NIWA & British Crown (Met Office) & Contributors.
242+
Copyright (C) 2008-<span actions:bind='current-year'>2025</span> NIWA & British Crown (Met Office) & Contributors.
243243

244244
Cylc is free software: you can redistribute it and/or modify it under the terms
245245
of the GNU General Public License as published by the Free Software Foundation,

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
# General information about the project.
9898
project = 'Cylc'
99-
__copyright_year = 2024 # NOTE: this is automatically set by GH Actions
99+
__copyright_year = 2025 # NOTE: this is automatically set by GH Actions
100100
copyright = (
101101
f'2008-{__copyright_year} NIWA & British Crown (Met Office) & Contributors'
102102
)

0 commit comments

Comments
 (0)