Message ID | 20241203171953.2261999-1-dmalcolm@redhat.com |
---|---|
State | New |
Headers | show |
Series | [pushed] libgdiagnostics: fix docs metadata | expand |
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
Pushed to trunk as r15-5898-g2b93d71b068b2f. gcc/ChangeLog: * doc/libgdiagnostics/conf.py: Remove "author". Change "copyright" field to the FSF. Signed-off-by: David Malcolm <dmalcolm@redhat.com> --- gcc/doc/libgdiagnostics/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)