]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Use u'' instead of '' in libgdiagnostics/conf.py
authorJakub Jelinek <jakub@redhat.com>
Thu, 2 Jan 2025 10:57:40 +0000 (11:57 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 2 Jan 2025 10:57:40 +0000 (11:57 +0100)
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  <jakub@redhat.com>

* doc/libgdiagnostics/conf.py: Use u'' instead of '' in
project and copyright initialization.

gcc/doc/libgdiagnostics/conf.py

index b83f41c3881058363bed62e749144f8fa3de1a5e..2302a758dcf1efa0ad4aa3bd831fd28ae11fa8d2 100644 (file)
@@ -6,8 +6,8 @@
 # -- Project information -----------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
 
-project = 'libgdiagnostics'
-copyright = '2024 Free Software Foundation, Inc.'
+project = u'libgdiagnostics'
+copyright = u'2024-2025 Free Software Foundation, Inc.'
 
 # -- General configuration ---------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration