diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-01-02 11:59:57 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-01-02 11:59:57 +0100 |
commit | 6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (patch) | |
tree | 60c0a640b9a2647e36e8abee72ff47c38c6c3618 /gcc/m2/tools-src/def2doc.py | |
parent | 13c4066ae31fcb8cdacbbf1c524a92151e92d25d (diff) | |
download | gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.zip gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.gz gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.bz2 |
Update copyright years.
Diffstat (limited to 'gcc/m2/tools-src/def2doc.py')
-rw-r--r-- | gcc/m2/tools-src/def2doc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/m2/tools-src/def2doc.py b/gcc/m2/tools-src/def2doc.py index 3ccf324..d382aa2 100644 --- a/gcc/m2/tools-src/def2doc.py +++ b/gcc/m2/tools-src/def2doc.py @@ -3,7 +3,7 @@ # def2doc.py creates texi library documentation for all exported procedures. # Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>. -# Copyright (C) 2000-2024 Free Software Foundation, Inc. +# Copyright (C) 2000-2025 Free Software Foundation, Inc. # This file is part of GNU Modula-2. # # GNU Modula-2 is free software; you can redistribute it and/or modify @@ -482,7 +482,7 @@ def display_modules(up, dir_, build, source): def display_copyright(): - output.write('@c Copyright (C) 2000-2024 Free Software Foundation, Inc.\n') + output.write('@c Copyright (C) 2000-2025 Free Software Foundation, Inc.\n') output.write('@c This file is part of GNU Modula-2.\n') output.write(""" @c Permission is granted to copy, distribute and/or modify this document |