Skip to content

Commit 38e65a8

Browse files
Update copyright year (#573)
1 parent b9131ef commit 38e65a8

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
@@ -209,7 +209,7 @@ preserved and does not require housekeeping.
209209

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

212-
Copyright (C) 2008-<span actions:bind='current-year'>2022</span> NIWA & British Crown (Met Office) & Contributors.
212+
Copyright (C) 2008-<span actions:bind='current-year'>2023</span> NIWA & British Crown (Met Office) & Contributors.
213213

214214
Cylc is free software: you can redistribute it and/or modify it under the terms
215215
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
@@ -94,7 +94,7 @@
9494

9595
# General information about the project.
9696
project = 'Cylc'
97-
__copyright_year = 2022 # NOTE: this is automatically set by GH Actions
97+
__copyright_year = 2023 # NOTE: this is automatically set by GH Actions
9898
copyright = (
9999
f'2008-{__copyright_year} NIWA & British Crown (Met Office) & Contributors'
100100
)

0 commit comments

Comments
 (0)