Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
Workflow: update copyright year, run: 8
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent 4774245 commit 1f1fb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<span actions:bind='current-year'>2024</span> NIWA & British Crown (Met Office) & Contributors.
Copyright (C) 2008-<span actions:bind='current-year'>2025</span> 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,
Expand Down
2 changes: 1 addition & 1 deletion src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down

0 comments on commit 1f1fb05

Please sign in to comment.