From 3001cbcf8f24b2755bb2e365cdcd250f1d13b887 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:44:06 +0000 Subject: [PATCH] Update copyright year Workflow: update copyright year, run: 7 --- README.md | 2 +- src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9393e0faa4..11f4dcfe6a 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,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-2023 NIWA & British Crown (Met Office) & Contributors. +Copyright (C) 2008-2024 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 ff6e4e83b5..d0a3de3535 100644 --- a/src/conf.py +++ b/src/conf.py @@ -94,7 +94,7 @@ # General information about the project. project = 'Cylc' -__copyright_year = 2023 # NOTE: this is automatically set by GH Actions +__copyright_year = 2024 # NOTE: this is automatically set by GH Actions copyright = ( f'2008-{__copyright_year} NIWA & British Crown (Met Office) & Contributors' )