Skip to content

Commit 13c4066

Browse files
committed
Use u'' instead of '' in libgdiagnostics/conf.py
libgdiagnostics/conf.py breaks update-copyright.py --this-year, which only accepts copyright year in u'' literals in python files, not in ''. 2025-01-02 Jakub Jelinek <[email protected]> * doc/libgdiagnostics/conf.py: Use u'' instead of '' in project and copyright initialization.
1 parent e2c74f4 commit 13c4066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcc/doc/libgdiagnostics/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'libgdiagnostics'
10-
copyright = '2024 Free Software Foundation, Inc.'
9+
project = u'libgdiagnostics'
10+
copyright = u'2024-2025 Free Software Foundation, Inc.'
1111

1212
# -- General configuration ---------------------------------------------------
1313
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)