From: David Malcolm Date: Tue, 3 Dec 2024 17:17:01 +0000 (-0500) Subject: libgdiagnostics: fix docs metadata X-Git-Tag: basepoints/gcc-16~3655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b93d71b068b2f5be134350697fb075d72d01163;p=thirdparty%2Fgcc.git libgdiagnostics: fix docs metadata gcc/ChangeLog: * doc/libgdiagnostics/conf.py: Remove "author". Change "copyright" field to the FSF. Signed-off-by: David Malcolm --- diff --git a/gcc/doc/libgdiagnostics/conf.py b/gcc/doc/libgdiagnostics/conf.py index 8e92e12e91ea..b83f41c38810 100644 --- a/gcc/doc/libgdiagnostics/conf.py +++ b/gcc/doc/libgdiagnostics/conf.py @@ -7,8 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'libgdiagnostics' -copyright = '2024, David Malcolm' -author = 'David Malcolm' +copyright = '2024 Free Software Foundation, Inc.' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration