aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/gm2-libs-ch
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-01-16 11:50:43 +0100
committerJakub Jelinek <jakub@redhat.com>2023-01-16 11:52:17 +0100
commit83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c (patch)
tree730ac068df829f1af95259b5e9f1830552dc76ca /gcc/m2/gm2-libs-ch
parenta31becca488b537cfc24bba7c0f48b2c44726240 (diff)
downloadgcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.zip
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.gz
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.bz2
Update copyright years.
Diffstat (limited to 'gcc/m2/gm2-libs-ch')
-rw-r--r--gcc/m2/gm2-libs-ch/M2LINK.c2
-rw-r--r--gcc/m2/gm2-libs-ch/RTcodummy.c2
-rw-r--r--gcc/m2/gm2-libs-ch/RTintdummy.c2
-rw-r--r--gcc/m2/gm2-libs-ch/Selective.c2
-rw-r--r--gcc/m2/gm2-libs-ch/SysExceptions.c2
-rw-r--r--gcc/m2/gm2-libs-ch/UnixArgs.cc2
-rw-r--r--gcc/m2/gm2-libs-ch/cgetopt.c2
-rw-r--r--gcc/m2/gm2-libs-ch/choosetemp.c2
-rw-r--r--gcc/m2/gm2-libs-ch/dtoa.cc2
-rw-r--r--gcc/m2/gm2-libs-ch/errno.c2
-rw-r--r--gcc/m2/gm2-libs-ch/host.c2
-rw-r--r--gcc/m2/gm2-libs-ch/ldtoa.cc2
-rw-r--r--gcc/m2/gm2-libs-ch/m2rts.h2
-rw-r--r--gcc/m2/gm2-libs-ch/termios.c2
-rw-r--r--gcc/m2/gm2-libs-ch/tools.c2
-rw-r--r--gcc/m2/gm2-libs-ch/wrapc.c2
-rw-r--r--gcc/m2/gm2-libs-ch/xlibc.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/gcc/m2/gm2-libs-ch/M2LINK.c b/gcc/m2/gm2-libs-ch/M2LINK.c
index 70b4c3d..ebb8966 100644
--- a/gcc/m2/gm2-libs-ch/M2LINK.c
+++ b/gcc/m2/gm2-libs-ch/M2LINK.c
@@ -1,6 +1,6 @@
/* M2LINK.c provide a bootstrap minimal definitions.
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2022-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/gm2-libs-ch/RTcodummy.c b/gcc/m2/gm2-libs-ch/RTcodummy.c
index d397a27..ee919ec 100644
--- a/gcc/m2/gm2-libs-ch/RTcodummy.c
+++ b/gcc/m2/gm2-libs-ch/RTcodummy.c
@@ -1,6 +1,6 @@
/* RTcodummy.c provides dummy access to thread primitives.
-Copyright (C) 2019-2022 Free Software Foundation, Inc.
+Copyright (C) 2019-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/gm2-libs-ch/RTintdummy.c b/gcc/m2/gm2-libs-ch/RTintdummy.c
index 6e718cb..44b7ddd 100644
--- a/gcc/m2/gm2-libs-ch/RTintdummy.c
+++ b/gcc/m2/gm2-libs-ch/RTintdummy.c
@@ -1,6 +1,6 @@
/* RTintdummy.c provides dummy access to interrupt primitives.
-Copyright (C) 2019-2022 Free Software Foundation, Inc.
+Copyright (C) 2019-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/gm2-libs-ch/Selective.c b/gcc/m2/gm2-libs-ch/Selective.c
index 6ed0009..659ce1d 100644
--- a/gcc/m2/gm2-libs-ch/Selective.c
+++ b/gcc/m2/gm2-libs-ch/Selective.c
@@ -1,6 +1,6 @@
/* Selective.c provide access to timeval and select.
-Copyright (C) 2005-2022 Free Software Foundation, Inc.
+Copyright (C) 2005-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/gm2-libs-ch/SysExceptions.c b/gcc/m2/gm2-libs-ch/SysExceptions.c
index ffe41f3..b6befbb 100644
--- a/gcc/m2/gm2-libs-ch/SysExceptions.c
+++ b/gcc/m2/gm2-libs-ch/SysExceptions.c
@@ -1,6 +1,6 @@
/* SysExceptions.c connect signal handlers to exceptions.
-Copyright (C) 2010-2022 Free Software Foundation, Inc.
+Copyright (C) 2010-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/gm2-libs-ch/UnixArgs.cc b/gcc/m2/gm2-libs-ch/UnixArgs.cc
index 4bb3769..68b8402 100644
--- a/gcc/m2/gm2-libs-ch/UnixArgs.cc
+++ b/gcc/m2/gm2-libs-ch/UnixArgs.cc
@@ -1,6 +1,6 @@
/* UnixArgs.cc record argc, argv as global variables.
-Copyright (C) 2009-2022 Free Software Foundation, Inc.
+Copyright (C) 2009-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/gm2-libs-ch/cgetopt.c b/gcc/m2/gm2-libs-ch/cgetopt.c
index b59d666..20c7379 100644
--- a/gcc/m2/gm2-libs-ch/cgetopt.c
+++ b/gcc/m2/gm2-libs-ch/cgetopt.c
@@ -1,6 +1,6 @@
/* getopt.c provide access to the C getopt library.
-Copyright (C) 2017-2022 Free Software Foundation, Inc.
+Copyright (C) 2017-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/gm2-libs-ch/choosetemp.c b/gcc/m2/gm2-libs-ch/choosetemp.c
index 24b2582..1e5123b 100644
--- a/gcc/m2/gm2-libs-ch/choosetemp.c
+++ b/gcc/m2/gm2-libs-ch/choosetemp.c
@@ -1,6 +1,6 @@
/* choosetemp.c provide access to temporary file creation.
-Copyright (C) 2005-2022 Free Software Foundation, Inc.
+Copyright (C) 2005-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/gm2-libs-ch/dtoa.cc b/gcc/m2/gm2-libs-ch/dtoa.cc
index 111fc4b..d330429 100644
--- a/gcc/m2/gm2-libs-ch/dtoa.cc
+++ b/gcc/m2/gm2-libs-ch/dtoa.cc
@@ -1,6 +1,6 @@
/* dtoa.c provide floating point string conversion routines.
-Copyright (C) 2009-2022 Free Software Foundation, Inc.
+Copyright (C) 2009-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/gm2-libs-ch/errno.c b/gcc/m2/gm2-libs-ch/errno.c
index fb8002e..420bb65 100644
--- a/gcc/m2/gm2-libs-ch/errno.c
+++ b/gcc/m2/gm2-libs-ch/errno.c
@@ -1,6 +1,6 @@
/* errno.c provide access to errno.
-Copyright (C) 2009-2022 Free Software Foundation, Inc.
+Copyright (C) 2009-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/gm2-libs-ch/host.c b/gcc/m2/gm2-libs-ch/host.c
index 9d691d8..8bcf243 100644
--- a/gcc/m2/gm2-libs-ch/host.c
+++ b/gcc/m2/gm2-libs-ch/host.c
@@ -1,6 +1,6 @@
/* host.c supply missing math routines.
-Copyright (C) 2010-2022 Free Software Foundation, Inc.
+Copyright (C) 2010-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/gm2-libs-ch/ldtoa.cc b/gcc/m2/gm2-libs-ch/ldtoa.cc
index 8d9e648..2518c6a 100644
--- a/gcc/m2/gm2-libs-ch/ldtoa.cc
+++ b/gcc/m2/gm2-libs-ch/ldtoa.cc
@@ -1,6 +1,6 @@
/* ldtoa.c provide long double floating point string conversion routines.
-Copyright (C) 2009-2022 Free Software Foundation, Inc.
+Copyright (C) 2009-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/gm2-libs-ch/m2rts.h b/gcc/m2/gm2-libs-ch/m2rts.h
index 57e6e90..09d55f4 100644
--- a/gcc/m2/gm2-libs-ch/m2rts.h
+++ b/gcc/m2/gm2-libs-ch/m2rts.h
@@ -1,6 +1,6 @@
/* m2rts.h provides a C interface to M2RTS.mod.
-Copyright (C) 2019-2022 Free Software Foundation, Inc.
+Copyright (C) 2019-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/gm2-libs-ch/termios.c b/gcc/m2/gm2-libs-ch/termios.c
index 7075d25..9cc719b 100644
--- a/gcc/m2/gm2-libs-ch/termios.c
+++ b/gcc/m2/gm2-libs-ch/termios.c
@@ -1,6 +1,6 @@
/* termios.c provide access to termios.
-Copyright (C) 2010-2022 Free Software Foundation, Inc.
+Copyright (C) 2010-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/gm2-libs-ch/tools.c b/gcc/m2/gm2-libs-ch/tools.c
index da9fad4..a60d1e6 100644
--- a/gcc/m2/gm2-libs-ch/tools.c
+++ b/gcc/m2/gm2-libs-ch/tools.c
@@ -1,6 +1,6 @@
/* tools.c provide routines for the tools for stage2 build.
-Copyright (C) 2010-2022 Free Software Foundation, Inc.
+Copyright (C) 2010-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/gm2-libs-ch/wrapc.c b/gcc/m2/gm2-libs-ch/wrapc.c
index 37d327f..f24a472 100644
--- a/gcc/m2/gm2-libs-ch/wrapc.c
+++ b/gcc/m2/gm2-libs-ch/wrapc.c
@@ -1,6 +1,6 @@
/* wrapc.c provide access to miscellaneous C library functions.
-Copyright (C) 2005-2022 Free Software Foundation, Inc.
+Copyright (C) 2005-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/gm2-libs-ch/xlibc.c b/gcc/m2/gm2-libs-ch/xlibc.c
index 5d6c748..5072439 100644
--- a/gcc/m2/gm2-libs-ch/xlibc.c
+++ b/gcc/m2/gm2-libs-ch/xlibc.c
@@ -1,6 +1,6 @@
/* xlibc.c allow access to some poisoned functions.
-Copyright (C) 2010-2022 Free Software Foundation, Inc.
+Copyright (C) 2010-2023 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.
This file is part of GNU Modula-2.