diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-01-16 11:50:43 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-01-16 11:52:17 +0100 |
commit | 83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c (patch) | |
tree | 730ac068df829f1af95259b5e9f1830552dc76ca /gcc/m2/tools-src | |
parent | a31becca488b537cfc24bba7c0f48b2c44726240 (diff) | |
download | gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.zip gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.gz gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.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/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 |
7 files changed, 8 insertions, 8 deletions
diff --git a/gcc/m2/tools-src/boilerplate.py b/gcc/m2/tools-src/boilerplate.py index 9959652..c73a491 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-2022 Free Software Foundation, Inc. +# Copyright (C) 2018-2023 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 dce5d4c..9d01d4e 100644 --- a/gcc/m2/tools-src/buildpg +++ b/gcc/m2/tools-src/buildpg @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2000-2022 Free Software Foundation, Inc. +# Copyright (C) 2000-2023 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 0532451..0953ab1 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-2022 Free Software Foundation, Inc. +# Copyright (C) 2021-2023 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/def2doc.py b/gcc/m2/tools-src/def2doc.py index d1637ee..47e75d8 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-2022 Free Software Foundation, Inc. +# Copyright (C) 2000-2023 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-2022 Free Software Foundation, Inc.\n') + output.write('@c Copyright (C) 2000-2023 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 4ff8603..49b58a2 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-2022 Free Software Foundation, Inc. +# Copyright (C) 2008-2023 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 fb95fd4..a460c24 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-2022 Free Software Foundation, Inc. +Copyright (C) 2000-2023 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 c244066..47973ee 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-2022 Free Software Foundation, Inc. +# Copyright (C) 2016-2023 Free Software Foundation, Inc. # # This file is part of GNU Modula-2. # |