diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
commit | a945c346f57ba40fc80c14ac59be0d43624e559d (patch) | |
tree | 916323bfe593c5d0112c224230e52c559611f5b3 /gcc/m2/tools-src | |
parent | 9afc19159c2947cddee0c833429da1f190fe34ca (diff) | |
download | gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.zip gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.gz gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.bz2 |
Update copyright years.
Diffstat (limited to 'gcc/m2/tools-src')
-rw-r--r-- | gcc/m2/tools-src/boilerplate.py | 2 | ||||
-rw-r--r-- | gcc/m2/tools-src/buildpg | 2 | ||||
-rwxr-xr-x | gcc/m2/tools-src/calcpath | 2 | ||||
-rw-r--r-- | gcc/m2/tools-src/checkmeta.py | 2 | ||||
-rw-r--r-- | gcc/m2/tools-src/def2doc.py | 4 | ||||
-rw-r--r-- | gcc/m2/tools-src/makeSystem | 2 | ||||
-rw-r--r-- | gcc/m2/tools-src/mklink.c | 2 | ||||
-rw-r--r-- | gcc/m2/tools-src/tidydates.py | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/gcc/m2/tools-src/boilerplate.py b/gcc/m2/tools-src/boilerplate.py index c73a491..3134468 100644 --- a/gcc/m2/tools-src/boilerplate.py +++ b/gcc/m2/tools-src/boilerplate.py @@ -2,7 +2,7 @@ # # boilerplate.py utility to rewrite the boilerplate with new dates. # -# Copyright (C) 2018-2023 Free Software Foundation, Inc. +# Copyright (C) 2018-2024 Free Software Foundation, Inc. # Contributed by Gaius Mulley <gaius@glam.ac.uk>. # # This file is part of GNU Modula-2. diff --git a/gcc/m2/tools-src/buildpg b/gcc/m2/tools-src/buildpg index 9d01d4e..9d6b74e 100644 --- a/gcc/m2/tools-src/buildpg +++ b/gcc/m2/tools-src/buildpg @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2000-2023 Free Software Foundation, Inc. +# Copyright (C) 2000-2024 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 diff --git a/gcc/m2/tools-src/calcpath b/gcc/m2/tools-src/calcpath index 0953ab1..208c88b 100755 --- a/gcc/m2/tools-src/calcpath +++ b/gcc/m2/tools-src/calcpath @@ -2,7 +2,7 @@ # calcpath return a path which is $1/$2/$3 when $2 is relative and $2/$3 if absolute. -# Copyright (C) 2021-2023 Free Software Foundation, Inc. +# Copyright (C) 2021-2024 Free Software Foundation, Inc. # Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>. # # This file is part of GNU Modula-2. diff --git a/gcc/m2/tools-src/checkmeta.py b/gcc/m2/tools-src/checkmeta.py index 01e5883..c62ac19 100644 --- a/gcc/m2/tools-src/checkmeta.py +++ b/gcc/m2/tools-src/checkmeta.py @@ -2,7 +2,7 @@ # utility to check meta errors for simple format spec mistakes. -# Copyright (C) 2016-2023 Free Software Foundation, Inc. +# Copyright (C) 2016-2024 Free Software Foundation, Inc. # # This file is part of GNU Modula-2. # diff --git a/gcc/m2/tools-src/def2doc.py b/gcc/m2/tools-src/def2doc.py index fbc7497..5f3aefb 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-2023 Free Software Foundation, Inc. +# Copyright (C) 2000-2024 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 @@ -483,7 +483,7 @@ def display_modules(up, dir_, build, source): def display_copyright(): - output.write('@c Copyright (C) 2000-2023 Free Software Foundation, Inc.\n') + output.write('@c Copyright (C) 2000-2024 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 diff --git a/gcc/m2/tools-src/makeSystem b/gcc/m2/tools-src/makeSystem index 5f162da..824aeb7 100644 --- a/gcc/m2/tools-src/makeSystem +++ b/gcc/m2/tools-src/makeSystem @@ -2,7 +2,7 @@ # makeSystem creates a target SYSTEM.def using the appropriate dialect template. -# Copyright (C) 2008-2023 Free Software Foundation, Inc. +# Copyright (C) 2008-2024 Free Software Foundation, Inc. # Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>. # # This file is part of GNU Modula-2. diff --git a/gcc/m2/tools-src/mklink.c b/gcc/m2/tools-src/mklink.c index 2027f75..45cef0c 100644 --- a/gcc/m2/tools-src/mklink.c +++ b/gcc/m2/tools-src/mklink.c @@ -1,6 +1,6 @@ /* mklink.c creates startup code and the link command line. -Copyright (C) 2000-2023 Free Software Foundation, Inc. +Copyright (C) 2000-2024 Free Software Foundation, Inc. Contributed by Gaius Mulley <gaius@glam.ac.uk>. This file is part of GNU Modula-2. diff --git a/gcc/m2/tools-src/tidydates.py b/gcc/m2/tools-src/tidydates.py index 47973ee..0fa28c9 100644 --- a/gcc/m2/tools-src/tidydates.py +++ b/gcc/m2/tools-src/tidydates.py @@ -2,7 +2,7 @@ # utility to tidy dates and detect lack of copyright. -# Copyright (C) 2016-2023 Free Software Foundation, Inc. +# Copyright (C) 2016-2024 Free Software Foundation, Inc. # # This file is part of GNU Modula-2. # |