Skip to content

Commit 61089da

Browse files
committed
conf.py: remove 2023 from copyright date range
Problem: The copyright dates on flux-docs specifies a range of years (2014-2023), but this copyright is still active. Remove 2023 from the copyright and just leave the starting year.
1 parent 2b4a13e commit 61089da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# -- Project information -----------------------------------------------------
3232

3333
project = "Flux"
34-
copyright = """2014-2023 Lawrence Livermore National Security, LLC and Flux developers.
34+
copyright = """2014 Lawrence Livermore National Security, LLC and Flux developers.
3535
3636
SPDX-License-Identifier: LGPL-3.0"""
3737
author = "This page is maintained by the Flux Framework community."

0 commit comments

Comments
 (0)