aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/mc-boot-ch
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/m2/mc-boot-ch')
-rw-r--r--gcc/m2/mc-boot-ch/GBuiltins.c2
-rw-r--r--gcc/m2/mc-boot-ch/GM2LINK.c2
-rw-r--r--gcc/m2/mc-boot-ch/GRTco.c2
-rw-r--r--gcc/m2/mc-boot-ch/GSYSTEM.c2
-rw-r--r--gcc/m2/mc-boot-ch/GSelective.c2
-rw-r--r--gcc/m2/mc-boot-ch/GSysExceptions.c2
-rw-r--r--gcc/m2/mc-boot-ch/GUnixArgs.cc2
-rw-r--r--gcc/m2/mc-boot-ch/Gabort.c2
-rw-r--r--gcc/m2/mc-boot-ch/Gcbuiltin.c2
-rw-r--r--gcc/m2/mc-boot-ch/Gdtoa.c2
-rw-r--r--gcc/m2/mc-boot-ch/Gerrno.c2
-rw-r--r--gcc/m2/mc-boot-ch/Gldtoa.c2
-rw-r--r--gcc/m2/mc-boot-ch/Glibc.c2
-rw-r--r--gcc/m2/mc-boot-ch/Glibm.c2
-rw-r--r--gcc/m2/mc-boot-ch/Gmcrts.c2
-rw-r--r--gcc/m2/mc-boot-ch/Gmcrts.h2
-rw-r--r--gcc/m2/mc-boot-ch/Gnetwork.h2
-rw-r--r--gcc/m2/mc-boot-ch/Gtermios.cc2
-rw-r--r--gcc/m2/mc-boot-ch/Gwrapc.c2
-rw-r--r--gcc/m2/mc-boot-ch/m2rts.h2
-rw-r--r--gcc/m2/mc-boot-ch/network.c2
21 files changed, 21 insertions, 21 deletions
diff --git a/gcc/m2/mc-boot-ch/GBuiltins.c b/gcc/m2/mc-boot-ch/GBuiltins.c
index 826fa10..30b07e3 100644
--- a/gcc/m2/mc-boot-ch/GBuiltins.c
+++ b/gcc/m2/mc-boot-ch/GBuiltins.c
@@ -1,6 +1,6 @@
/* GBuiltins.c dummy module to aid linking mc projects.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/GM2LINK.c b/gcc/m2/mc-boot-ch/GM2LINK.c
index 302f219..a934d6a 100644
--- a/gcc/m2/mc-boot-ch/GM2LINK.c
+++ b/gcc/m2/mc-boot-ch/GM2LINK.c
@@ -1,6 +1,6 @@
/* GM2LINK.c a handwritten module for mc.
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2022-2023 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaiusmod2@gmail.com>.
This file is part of GNU Modula-2.
diff --git a/gcc/m2/mc-boot-ch/GRTco.c b/gcc/m2/mc-boot-ch/GRTco.c
index 01a696a..6365d5e 100644
--- a/gcc/m2/mc-boot-ch/GRTco.c
+++ b/gcc/m2/mc-boot-ch/GRTco.c
@@ -1,6 +1,6 @@
/* RTco.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/mc-boot-ch/GSYSTEM.c b/gcc/m2/mc-boot-ch/GSYSTEM.c
index a2855ac..8b42999 100644
--- a/gcc/m2/mc-boot-ch/GSYSTEM.c
+++ b/gcc/m2/mc-boot-ch/GSYSTEM.c
@@ -1,6 +1,6 @@
/* GSYSTEM.c a handwritten dummy module for mc.
-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/mc-boot-ch/GSelective.c b/gcc/m2/mc-boot-ch/GSelective.c
index 17be47c..cf8b541 100644
--- a/gcc/m2/mc-boot-ch/GSelective.c
+++ b/gcc/m2/mc-boot-ch/GSelective.c
@@ -1,6 +1,6 @@
/* GSelective.c provides access to select for Modula-2.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/GSysExceptions.c b/gcc/m2/mc-boot-ch/GSysExceptions.c
index f6cddf9..9467009 100644
--- a/gcc/m2/mc-boot-ch/GSysExceptions.c
+++ b/gcc/m2/mc-boot-ch/GSysExceptions.c
@@ -1,6 +1,6 @@
/* GSysExceptions.c low level module interfacing exceptions to the OS.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/GUnixArgs.cc b/gcc/m2/mc-boot-ch/GUnixArgs.cc
index 1180f35..4cd5d3c 100644
--- a/gcc/m2/mc-boot-ch/GUnixArgs.cc
+++ b/gcc/m2/mc-boot-ch/GUnixArgs.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/mc-boot-ch/Gabort.c b/gcc/m2/mc-boot-ch/Gabort.c
index 5ebd94d..5bb34f7 100644
--- a/gcc/m2/mc-boot-ch/Gabort.c
+++ b/gcc/m2/mc-boot-ch/Gabort.c
@@ -1,6 +1,6 @@
/* Gabort.c a GCC style abort function.
-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/mc-boot-ch/Gcbuiltin.c b/gcc/m2/mc-boot-ch/Gcbuiltin.c
index 7659213..498774e 100644
--- a/gcc/m2/mc-boot-ch/Gcbuiltin.c
+++ b/gcc/m2/mc-boot-ch/Gcbuiltin.c
@@ -1,6 +1,6 @@
/* Gcbuiltin.c provides access to some math intrinsic functions.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Gdtoa.c b/gcc/m2/mc-boot-ch/Gdtoa.c
index 07ef6be..a400bf8 100644
--- a/gcc/m2/mc-boot-ch/Gdtoa.c
+++ b/gcc/m2/mc-boot-ch/Gdtoa.c
@@ -1,6 +1,6 @@
/* Gdtoa.c provides access to double string conversion.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Gerrno.c b/gcc/m2/mc-boot-ch/Gerrno.c
index 36e5777..26756f6 100644
--- a/gcc/m2/mc-boot-ch/Gerrno.c
+++ b/gcc/m2/mc-boot-ch/Gerrno.c
@@ -1,6 +1,6 @@
/* Gerrno.c provides access to errno for Modula-2.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Gldtoa.c b/gcc/m2/mc-boot-ch/Gldtoa.c
index 84e6954..7c69535 100644
--- a/gcc/m2/mc-boot-ch/Gldtoa.c
+++ b/gcc/m2/mc-boot-ch/Gldtoa.c
@@ -1,6 +1,6 @@
/* Gldtoa.c provides access to long double string conversion.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Glibc.c b/gcc/m2/mc-boot-ch/Glibc.c
index 501da78..3e9b486 100644
--- a/gcc/m2/mc-boot-ch/Glibc.c
+++ b/gcc/m2/mc-boot-ch/Glibc.c
@@ -1,6 +1,6 @@
/* Glibc.c provides access to some libc functions.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Glibm.c b/gcc/m2/mc-boot-ch/Glibm.c
index 16c6693..595ac44 100644
--- a/gcc/m2/mc-boot-ch/Glibm.c
+++ b/gcc/m2/mc-boot-ch/Glibm.c
@@ -1,6 +1,6 @@
/* Glibm.c provides access to some libm functions.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Gmcrts.c b/gcc/m2/mc-boot-ch/Gmcrts.c
index c965e59..97c9be1 100644
--- a/gcc/m2/mc-boot-ch/Gmcrts.c
+++ b/gcc/m2/mc-boot-ch/Gmcrts.c
@@ -1,6 +1,6 @@
/* Gmcrts.c implements case and return exceptions.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Gmcrts.h b/gcc/m2/mc-boot-ch/Gmcrts.h
index 0e04751..a849f7b 100644
--- a/gcc/m2/mc-boot-ch/Gmcrts.h
+++ b/gcc/m2/mc-boot-ch/Gmcrts.h
@@ -1,6 +1,6 @@
/* Gmcrts.h provides prototypes to case and return exceptions.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Gnetwork.h b/gcc/m2/mc-boot-ch/Gnetwork.h
index 6ea86d0..f8dfe0c 100644
--- a/gcc/m2/mc-boot-ch/Gnetwork.h
+++ b/gcc/m2/mc-boot-ch/Gnetwork.h
@@ -1,6 +1,6 @@
/* Gnetwork.h provides prototypes to htonl and htons.
-Copyright (C) 2016-2022 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc-boot-ch/Gtermios.cc b/gcc/m2/mc-boot-ch/Gtermios.cc
index 79c2200..9522708 100644
--- a/gcc/m2/mc-boot-ch/Gtermios.cc
+++ b/gcc/m2/mc-boot-ch/Gtermios.cc
@@ -1,6 +1,6 @@
/* Gtermios.c handwritten module for mc.
-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/mc-boot-ch/Gwrapc.c b/gcc/m2/mc-boot-ch/Gwrapc.c
index d98a5e4..7c3a431 100644
--- a/gcc/m2/mc-boot-ch/Gwrapc.c
+++ b/gcc/m2/mc-boot-ch/Gwrapc.c
@@ -1,6 +1,6 @@
/* Gwrapc.c wrap libc functions for mc.
-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/mc-boot-ch/m2rts.h b/gcc/m2/mc-boot-ch/m2rts.h
index 57e6e90..09d55f4 100644
--- a/gcc/m2/mc-boot-ch/m2rts.h
+++ b/gcc/m2/mc-boot-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/mc-boot-ch/network.c b/gcc/m2/mc-boot-ch/network.c
index 74ebe51..c2873f9 100644
--- a/gcc/m2/mc-boot-ch/network.c
+++ b/gcc/m2/mc-boot-ch/network.c
@@ -1,6 +1,6 @@
/* network.c provide access to htons and htonl.
-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.