aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/tools-src
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2025-01-02 11:59:57 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2025-01-02 11:59:57 +0100
commit6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (patch)
tree60c0a640b9a2647e36e8abee72ff47c38c6c3618 /gcc/m2/tools-src
parent13c4066ae31fcb8cdacbbf1c524a92151e92d25d (diff)
downloadgcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.zip
gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.gz
gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.bz2
Update copyright years.
Diffstat (limited to 'gcc/m2/tools-src')
-rw-r--r--gcc/m2/tools-src/boilerplate.py2
-rw-r--r--gcc/m2/tools-src/buildpg2
-rwxr-xr-xgcc/m2/tools-src/calcpath2
-rw-r--r--gcc/m2/tools-src/checkmeta.py2
-rw-r--r--gcc/m2/tools-src/def2doc.py4
-rw-r--r--gcc/m2/tools-src/makeSystem2
-rw-r--r--gcc/m2/tools-src/mklink.c2
-rw-r--r--gcc/m2/tools-src/tidydates.py2
8 files changed, 9 insertions, 9 deletions
diff --git a/gcc/m2/tools-src/boilerplate.py b/gcc/m2/tools-src/boilerplate.py
index 3134468..2e8c0b1 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2018-2025 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 b049a08..c165bd8 100644
--- a/gcc/m2/tools-src/buildpg
+++ b/gcc/m2/tools-src/buildpg
@@ -1,6 +1,6 @@
#!/bin/sh
-# 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
diff --git a/gcc/m2/tools-src/calcpath b/gcc/m2/tools-src/calcpath
index f51527a..5139674 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2021-2025 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 f109bc0..550b7a4 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2016-2025 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 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
diff --git a/gcc/m2/tools-src/makeSystem b/gcc/m2/tools-src/makeSystem
index 2e78efb..407af8e 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2008-2025 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 45cef0c..e489e2f 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-2024 Free Software Foundation, Inc.
+Copyright (C) 2000-2025 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 ae38112..49ef832 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-2024 Free Software Foundation, Inc.
+# Copyright (C) 2016-2025 Free Software Foundation, Inc.
#
# This file is part of GNU Modula-2.
#