Skip to content

Commit

Permalink
Merge pull request #6536 from cylc/copyright-2025
Browse files Browse the repository at this point in the history
Auto PR: update copyright year
  • Loading branch information
oliver-sanders authored Jan 2, 2025
2 parents d4edafa + 687000d commit 7b793c5
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 @@ -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-<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 cylc/flow/scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

_copyright_year = 2024 # This is set by GH Actions update_copyright workflow
_copyright_year = 2025 # This is set by GH Actions update_copyright workflow

0 comments on commit 7b793c5

Please sign in to comment.