aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/mc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/m2/mc')
-rw-r--r--gcc/m2/mc/Indexing.def2
-rw-r--r--gcc/m2/mc/Indexing.mod2
-rw-r--r--gcc/m2/mc/alists.def2
-rw-r--r--gcc/m2/mc/alists.mod2
-rw-r--r--gcc/m2/mc/decl.def2
-rw-r--r--gcc/m2/mc/decl.mod2
-rw-r--r--gcc/m2/mc/keyc.def2
-rw-r--r--gcc/m2/mc/keyc.mod2
-rw-r--r--gcc/m2/mc/lists.def2
-rw-r--r--gcc/m2/mc/lists.mod2
-rw-r--r--gcc/m2/mc/m2flex.def2
-rw-r--r--gcc/m2/mc/mc.flex2
-rw-r--r--gcc/m2/mc/mcComment.def2
-rw-r--r--gcc/m2/mc/mcComment.h2
-rw-r--r--gcc/m2/mc/mcComment.mod2
-rw-r--r--gcc/m2/mc/mcComp.def2
-rw-r--r--gcc/m2/mc/mcComp.mod2
-rw-r--r--gcc/m2/mc/mcDebug.def2
-rw-r--r--gcc/m2/mc/mcDebug.mod2
-rw-r--r--gcc/m2/mc/mcError.def2
-rw-r--r--gcc/m2/mc/mcError.mod2
-rw-r--r--gcc/m2/mc/mcFileName.def2
-rw-r--r--gcc/m2/mc/mcFileName.mod2
-rw-r--r--gcc/m2/mc/mcLexBuf.def2
-rw-r--r--gcc/m2/mc/mcLexBuf.h2
-rw-r--r--gcc/m2/mc/mcLexBuf.mod2
-rw-r--r--gcc/m2/mc/mcMetaError.def2
-rw-r--r--gcc/m2/mc/mcMetaError.mod2
-rw-r--r--gcc/m2/mc/mcOptions.def2
-rw-r--r--gcc/m2/mc/mcOptions.mod2
-rw-r--r--gcc/m2/mc/mcPreprocess.def2
-rw-r--r--gcc/m2/mc/mcPreprocess.mod2
-rw-r--r--gcc/m2/mc/mcPretty.def2
-rw-r--r--gcc/m2/mc/mcPretty.mod2
-rw-r--r--gcc/m2/mc/mcPrintf.def2
-rw-r--r--gcc/m2/mc/mcPrintf.mod2
-rw-r--r--gcc/m2/mc/mcQuiet.def2
-rw-r--r--gcc/m2/mc/mcQuiet.mod2
-rw-r--r--gcc/m2/mc/mcReserved.def2
-rw-r--r--gcc/m2/mc/mcReserved.h2
-rw-r--r--gcc/m2/mc/mcReserved.mod2
-rw-r--r--gcc/m2/mc/mcSearch.def2
-rw-r--r--gcc/m2/mc/mcSearch.mod2
-rw-r--r--gcc/m2/mc/mcStack.def2
-rw-r--r--gcc/m2/mc/mcStack.mod2
-rw-r--r--gcc/m2/mc/mcStream.def2
-rw-r--r--gcc/m2/mc/mcStream.mod2
-rw-r--r--gcc/m2/mc/mcflex.def2
-rw-r--r--gcc/m2/mc/mcp1.bnf4
-rw-r--r--gcc/m2/mc/mcp1.def2
-rw-r--r--gcc/m2/mc/mcp2.bnf4
-rw-r--r--gcc/m2/mc/mcp2.def2
-rw-r--r--gcc/m2/mc/mcp3.bnf4
-rw-r--r--gcc/m2/mc/mcp3.def2
-rw-r--r--gcc/m2/mc/mcp4.bnf4
-rw-r--r--gcc/m2/mc/mcp4.def2
-rw-r--r--gcc/m2/mc/mcp5.bnf4
-rw-r--r--gcc/m2/mc/mcp5.def2
-rw-r--r--gcc/m2/mc/nameKey.def2
-rw-r--r--gcc/m2/mc/nameKey.mod2
-rw-r--r--gcc/m2/mc/symbolKey.def2
-rw-r--r--gcc/m2/mc/symbolKey.mod2
-rw-r--r--gcc/m2/mc/top.mod2
-rw-r--r--gcc/m2/mc/varargs.def2
-rw-r--r--gcc/m2/mc/varargs.mod2
-rw-r--r--gcc/m2/mc/wlists.def2
-rw-r--r--gcc/m2/mc/wlists.mod2
67 files changed, 72 insertions, 72 deletions
diff --git a/gcc/m2/mc/Indexing.def b/gcc/m2/mc/Indexing.def
index 230ad77..d99425d 100644
--- a/gcc/m2/mc/Indexing.def
+++ b/gcc/m2/mc/Indexing.def
@@ -1,6 +1,6 @@
(* Indexing.def provides a dynamic indexing mechanism.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/Indexing.mod b/gcc/m2/mc/Indexing.mod
index ed30f6b..4ea6084 100644
--- a/gcc/m2/mc/Indexing.mod
+++ b/gcc/m2/mc/Indexing.mod
@@ -1,5 +1,5 @@
(* Indexing provides a dynamic array of pointers.
- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+ Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file is part of GNU Modula-2.
diff --git a/gcc/m2/mc/alists.def b/gcc/m2/mc/alists.def
index c02bca0..878fc88 100644
--- a/gcc/m2/mc/alists.def
+++ b/gcc/m2/mc/alists.def
@@ -1,6 +1,6 @@
(* alists.def address lists module.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/alists.mod b/gcc/m2/mc/alists.mod
index 9cb8b3d..048ce1f 100644
--- a/gcc/m2/mc/alists.mod
+++ b/gcc/m2/mc/alists.mod
@@ -1,6 +1,6 @@
(* alists.mod address lists module.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/decl.def b/gcc/m2/mc/decl.def
index 674d8de..0cd8d71 100644
--- a/gcc/m2/mc/decl.def
+++ b/gcc/m2/mc/decl.def
@@ -1,6 +1,6 @@
(* decl.def declaration nodes used to create the AST.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/decl.mod b/gcc/m2/mc/decl.mod
index 54a6921..084942f 100644
--- a/gcc/m2/mc/decl.mod
+++ b/gcc/m2/mc/decl.mod
@@ -1,6 +1,6 @@
(* decl.mod declaration nodes used to create the AST.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/keyc.def b/gcc/m2/mc/keyc.def
index beca714..cdf3f67 100644
--- a/gcc/m2/mc/keyc.def
+++ b/gcc/m2/mc/keyc.def
@@ -1,6 +1,6 @@
(* keyc.def provides an interface to emitting symbols which.
-Copyright (C) 2016-2023 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc/keyc.mod b/gcc/m2/mc/keyc.mod
index bf6d961..ddb939c 100644
--- a/gcc/m2/mc/keyc.mod
+++ b/gcc/m2/mc/keyc.mod
@@ -1,5 +1,5 @@
(* keyc maintains the C name scope and avoids C/C++ name conflicts.
- 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/mc/lists.def b/gcc/m2/mc/lists.def
index d0fe662..6be0f6c 100644
--- a/gcc/m2/mc/lists.def
+++ b/gcc/m2/mc/lists.def
@@ -1,6 +1,6 @@
(* lists.def Provides an unordered list manipulation package.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/lists.mod b/gcc/m2/mc/lists.mod
index 2a38355..e08f470 100644
--- a/gcc/m2/mc/lists.mod
+++ b/gcc/m2/mc/lists.mod
@@ -1,5 +1,5 @@
(* Dynamic list library for pointers.
- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+ Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file is part of GNU Modula-2.
diff --git a/gcc/m2/mc/m2flex.def b/gcc/m2/mc/m2flex.def
index 0570bb6..ffb49a0 100644
--- a/gcc/m2/mc/m2flex.def
+++ b/gcc/m2/mc/m2flex.def
@@ -1,6 +1,6 @@
(* m2flex.def provides a Modula-2 definition module for m2.flex.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mc.flex b/gcc/m2/mc/mc.flex
index 8ba4e24..bd37d5a 100644
--- a/gcc/m2/mc/mc.flex
+++ b/gcc/m2/mc/mc.flex
@@ -1,7 +1,7 @@
%{
/* mc.flex implements lexical analysis for Modula-2.
-Copyright (C) 2004-2023 Free Software Foundation, Inc.
+Copyright (C) 2004-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/mc/mcComment.def b/gcc/m2/mc/mcComment.def
index 7fbfe5d..23c1fa0 100644
--- a/gcc/m2/mc/mcComment.def
+++ b/gcc/m2/mc/mcComment.def
@@ -1,6 +1,6 @@
(* mcComment.def provides a module to remember the comments.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcComment.h b/gcc/m2/mc/mcComment.h
index fe269eb..31f412f 100644
--- a/gcc/m2/mc/mcComment.h
+++ b/gcc/m2/mc/mcComment.h
@@ -1,6 +1,6 @@
/* mcComment interface to comment module.
-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/mc/mcComment.mod b/gcc/m2/mc/mcComment.mod
index b882c60..f26b207 100644
--- a/gcc/m2/mc/mcComment.mod
+++ b/gcc/m2/mc/mcComment.mod
@@ -1,6 +1,6 @@
(* mcComment.mod provides a module to remember the comments.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcComp.def b/gcc/m2/mc/mcComp.def
index 4f486c0..9ef6327 100644
--- a/gcc/m2/mc/mcComp.def
+++ b/gcc/m2/mc/mcComp.def
@@ -1,6 +1,6 @@
(* mcComp.def provides a procedure which coordinates all passes of mc.
-Copyright (C) 2011-2023 Free Software Foundation, Inc.
+Copyright (C) 2011-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/mc/mcComp.mod b/gcc/m2/mc/mcComp.mod
index 67f1e5f..30e0714 100644
--- a/gcc/m2/mc/mcComp.mod
+++ b/gcc/m2/mc/mcComp.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc.
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcDebug.def b/gcc/m2/mc/mcDebug.def
index 7bcad8c..91e9791 100644
--- a/gcc/m2/mc/mcDebug.def
+++ b/gcc/m2/mc/mcDebug.def
@@ -1,6 +1,6 @@
(* mcDebug.def provides simple assert and writeDebug facility.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcDebug.mod b/gcc/m2/mc/mcDebug.mod
index 07187a2..66517ba 100644
--- a/gcc/m2/mc/mcDebug.mod
+++ b/gcc/m2/mc/mcDebug.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcError.def b/gcc/m2/mc/mcError.def
index 8c68990..1691b44 100644
--- a/gcc/m2/mc/mcError.def
+++ b/gcc/m2/mc/mcError.def
@@ -1,6 +1,6 @@
(* mcError.def provides an interface between the string handling modules.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcError.mod b/gcc/m2/mc/mcError.mod
index 8519bec..a91a69a 100644
--- a/gcc/m2/mc/mcError.mod
+++ b/gcc/m2/mc/mcError.mod
@@ -1,6 +1,6 @@
(* mcError.mod provides an interface between the string handling modules.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcFileName.def b/gcc/m2/mc/mcFileName.def
index 20980e5..8ed7ed2 100644
--- a/gcc/m2/mc/mcFileName.def
+++ b/gcc/m2/mc/mcFileName.def
@@ -1,6 +1,6 @@
(* mcFileName.def Provides a procedure to calculate a system file name.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcFileName.mod b/gcc/m2/mc/mcFileName.mod
index 2071545..c7db021 100644
--- a/gcc/m2/mc/mcFileName.mod
+++ b/gcc/m2/mc/mcFileName.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcLexBuf.def b/gcc/m2/mc/mcLexBuf.def
index 3ff6bbc..75e79cd 100644
--- a/gcc/m2/mc/mcLexBuf.def
+++ b/gcc/m2/mc/mcLexBuf.def
@@ -1,6 +1,6 @@
(* mcLexBuf.def provides a buffer for the all the tokens created by m2.lex.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcLexBuf.h b/gcc/m2/mc/mcLexBuf.h
index edd4dd4..33c8aa4 100644
--- a/gcc/m2/mc/mcLexBuf.h
+++ b/gcc/m2/mc/mcLexBuf.h
@@ -1,6 +1,6 @@
/* mcLexBuf.h provides a C interface to the mcLexBuf module.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcLexBuf.mod b/gcc/m2/mc/mcLexBuf.mod
index 72e5398..575f772 100644
--- a/gcc/m2/mc/mcLexBuf.mod
+++ b/gcc/m2/mc/mcLexBuf.mod
@@ -1,6 +1,6 @@
(* mcLexBuf.mod provides a buffer for the all the tokens created by m2.lex.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcMetaError.def b/gcc/m2/mc/mcMetaError.def
index 708a25e..231413f 100644
--- a/gcc/m2/mc/mcMetaError.def
+++ b/gcc/m2/mc/mcMetaError.def
@@ -1,6 +1,6 @@
(* mcMetaError.def provides a set of high level error routines.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcMetaError.mod b/gcc/m2/mc/mcMetaError.mod
index 9a50237..b9e9e4e 100644
--- a/gcc/m2/mc/mcMetaError.mod
+++ b/gcc/m2/mc/mcMetaError.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcOptions.def b/gcc/m2/mc/mcOptions.def
index 2b2888a..1a06182 100644
--- a/gcc/m2/mc/mcOptions.def
+++ b/gcc/m2/mc/mcOptions.def
@@ -1,6 +1,6 @@
(* mcOptions.def handles the options for mc.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcOptions.mod b/gcc/m2/mc/mcOptions.mod
index 1582dfe..7b81222 100644
--- a/gcc/m2/mc/mcOptions.mod
+++ b/gcc/m2/mc/mcOptions.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcPreprocess.def b/gcc/m2/mc/mcPreprocess.def
index d67bf36..c2eea35 100644
--- a/gcc/m2/mc/mcPreprocess.def
+++ b/gcc/m2/mc/mcPreprocess.def
@@ -1,6 +1,6 @@
(* mcPreprocess.def provides a mechanism to invoke the C preprocessor.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcPreprocess.mod b/gcc/m2/mc/mcPreprocess.mod
index 4e80e65..5f9a050 100644
--- a/gcc/m2/mc/mcPreprocess.mod
+++ b/gcc/m2/mc/mcPreprocess.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcPretty.def b/gcc/m2/mc/mcPretty.def
index af34598..979cc74 100644
--- a/gcc/m2/mc/mcPretty.def
+++ b/gcc/m2/mc/mcPretty.def
@@ -1,6 +1,6 @@
(* mcPretty.def provides an interface to the pretty printing of output code.
-Copyright (C) 2016-2023 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc/mcPretty.mod b/gcc/m2/mc/mcPretty.mod
index 0652786..8b9c2c9 100644
--- a/gcc/m2/mc/mcPretty.mod
+++ b/gcc/m2/mc/mcPretty.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcPrintf.def b/gcc/m2/mc/mcPrintf.def
index 62637e4..517df0b 100644
--- a/gcc/m2/mc/mcPrintf.def
+++ b/gcc/m2/mc/mcPrintf.def
@@ -1,6 +1,6 @@
(* mcPrintf.def provides a poor mans printf capability.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcPrintf.mod b/gcc/m2/mc/mcPrintf.mod
index 28826af..39e011a 100644
--- a/gcc/m2/mc/mcPrintf.mod
+++ b/gcc/m2/mc/mcPrintf.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcQuiet.def b/gcc/m2/mc/mcQuiet.def
index 29f9a67..af03ee3 100644
--- a/gcc/m2/mc/mcQuiet.def
+++ b/gcc/m2/mc/mcQuiet.def
@@ -1,6 +1,6 @@
(* mcQuiet.def provides a wrapper to mcPrintf, each call is only passed.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcQuiet.mod b/gcc/m2/mc/mcQuiet.mod
index 02b067f..09882ea 100644
--- a/gcc/m2/mc/mcQuiet.mod
+++ b/gcc/m2/mc/mcQuiet.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcReserved.def b/gcc/m2/mc/mcReserved.def
index b55044f..8841ed8 100644
--- a/gcc/m2/mc/mcReserved.def
+++ b/gcc/m2/mc/mcReserved.def
@@ -1,6 +1,6 @@
(* mcReserved.def defines the toktype.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcReserved.h b/gcc/m2/mc/mcReserved.h
index 008f456..b08f2ca 100644
--- a/gcc/m2/mc/mcReserved.h
+++ b/gcc/m2/mc/mcReserved.h
@@ -1,6 +1,6 @@
/* mcReserved.h provides a C version of the Modula-2 tokens.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcReserved.mod b/gcc/m2/mc/mcReserved.mod
index 53bf471..921a434 100644
--- a/gcc/m2/mc/mcReserved.mod
+++ b/gcc/m2/mc/mcReserved.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcSearch.def b/gcc/m2/mc/mcSearch.def
index 005ce20..3335bf8 100644
--- a/gcc/m2/mc/mcSearch.def
+++ b/gcc/m2/mc/mcSearch.def
@@ -1,6 +1,6 @@
(* mcSearch.def mcSearch provides a mechanism to search selected directories.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcSearch.mod b/gcc/m2/mc/mcSearch.mod
index e6c62eb..57b0da7 100644
--- a/gcc/m2/mc/mcSearch.mod
+++ b/gcc/m2/mc/mcSearch.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcStack.def b/gcc/m2/mc/mcStack.def
index 91082de..75a3da8 100644
--- a/gcc/m2/mc/mcStack.def
+++ b/gcc/m2/mc/mcStack.def
@@ -1,6 +1,6 @@
(* mcStack.def provides a stack data type and associated procedures.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcStack.mod b/gcc/m2/mc/mcStack.mod
index 7784789..83c2d98 100644
--- a/gcc/m2/mc/mcStack.mod
+++ b/gcc/m2/mc/mcStack.mod
@@ -1,4 +1,4 @@
-(* Copyright (C) 2015-2023 Free Software Foundation, Inc. *)
+(* Copyright (C) 2015-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 it under
diff --git a/gcc/m2/mc/mcStream.def b/gcc/m2/mc/mcStream.def
index 09c107e..3d70a03 100644
--- a/gcc/m2/mc/mcStream.def
+++ b/gcc/m2/mc/mcStream.def
@@ -1,6 +1,6 @@
(* mcStream.def provides an interface to create a file from fragments.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcStream.mod b/gcc/m2/mc/mcStream.mod
index 5f23952..066d3ac 100644
--- a/gcc/m2/mc/mcStream.mod
+++ b/gcc/m2/mc/mcStream.mod
@@ -1,6 +1,6 @@
(* mcStream.mod provides an interface to create a file from fragments.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcflex.def b/gcc/m2/mc/mcflex.def
index 7acf30d..168254f 100644
--- a/gcc/m2/mc/mcflex.def
+++ b/gcc/m2/mc/mcflex.def
@@ -1,6 +1,6 @@
(* mcflex.def provides a Modula-2 definition module for the C lexical.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcp1.bnf b/gcc/m2/mc/mcp1.bnf
index 6e8e68a..5c1460b 100644
--- a/gcc/m2/mc/mcp1.bnf
+++ b/gcc/m2/mc/mcp1.bnf
@@ -1,7 +1,7 @@
--
-- mc-1.bnf grammar and associated actions for mcp1.
--
--- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+-- Copyright (C) 2015-2024 Free Software Foundation, Inc.
-- Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>.
--
-- This file is part of GNU Modula-2.
@@ -22,7 +22,7 @@
% module mcp1 begin
(* output from mc-1.bnf, automatically generated do not edit.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcp1.def b/gcc/m2/mc/mcp1.def
index 7be3d22..2520116 100644
--- a/gcc/m2/mc/mcp1.def
+++ b/gcc/m2/mc/mcp1.def
@@ -1,6 +1,6 @@
(* mcp1.def provides an interface to the pass 1 parser.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcp2.bnf b/gcc/m2/mc/mcp2.bnf
index 5600f10..3cc62e9 100644
--- a/gcc/m2/mc/mcp2.bnf
+++ b/gcc/m2/mc/mcp2.bnf
@@ -1,7 +1,7 @@
--
-- mc-2.bnf grammar and associated actions for mcp2.
--
--- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+-- Copyright (C) 2015-2024 Free Software Foundation, Inc.
-- Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>.
--
-- This file is part of GNU Modula-2.
@@ -22,7 +22,7 @@
% module mcp2 begin
(* output from mc-2.bnf, automatically generated do not edit.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcp2.def b/gcc/m2/mc/mcp2.def
index ddd39f7..270767a 100644
--- a/gcc/m2/mc/mcp2.def
+++ b/gcc/m2/mc/mcp2.def
@@ -1,6 +1,6 @@
(* mcp2.def provides an interface to the pass 2 parser.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcp3.bnf b/gcc/m2/mc/mcp3.bnf
index f22eb74..9993fe2 100644
--- a/gcc/m2/mc/mcp3.bnf
+++ b/gcc/m2/mc/mcp3.bnf
@@ -1,7 +1,7 @@
--
-- mc-3.bnf grammar and associated actions for mcp3.
--
--- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+-- Copyright (C) 2015-2024 Free Software Foundation, Inc.
-- Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>.
--
-- This file is part of GNU Modula-2.
@@ -22,7 +22,7 @@
% module mcp3 begin
(* output from mc-3.bnf, automatically generated do not edit.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcp3.def b/gcc/m2/mc/mcp3.def
index 5c88849..ebb10cc 100644
--- a/gcc/m2/mc/mcp3.def
+++ b/gcc/m2/mc/mcp3.def
@@ -1,6 +1,6 @@
(* mcp3.def provides an interface to the pass 3 parser.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/mcp4.bnf b/gcc/m2/mc/mcp4.bnf
index 2c50dec..cd436bf 100644
--- a/gcc/m2/mc/mcp4.bnf
+++ b/gcc/m2/mc/mcp4.bnf
@@ -1,7 +1,7 @@
--
-- mc-4.bnf grammar and associated actions for mcp4.
--
--- Copyright (C) 2016-2023 Free Software Foundation, Inc.
+-- Copyright (C) 2016-2024 Free Software Foundation, Inc.
-- Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>.
--
-- This file is part of GNU Modula-2.
@@ -22,7 +22,7 @@
% module mcp4 begin
(* output from mc-4.bnf, automatically generated do not edit.
-Copyright (C) 2016-2023 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc/mcp4.def b/gcc/m2/mc/mcp4.def
index b69287b..07ee2da 100644
--- a/gcc/m2/mc/mcp4.def
+++ b/gcc/m2/mc/mcp4.def
@@ -1,6 +1,6 @@
(* mcp4.def provides an interface to the pass 4 parser.
-Copyright (C) 2016-2023 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc/mcp5.bnf b/gcc/m2/mc/mcp5.bnf
index 918f4b5..9d6f034 100644
--- a/gcc/m2/mc/mcp5.bnf
+++ b/gcc/m2/mc/mcp5.bnf
@@ -1,7 +1,7 @@
--
-- mc-5.bnf grammar and associated actions for mcp5.
--
--- Copyright (C) 2016-2023 Free Software Foundation, Inc.
+-- Copyright (C) 2016-2024 Free Software Foundation, Inc.
-- Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>.
--
-- This file is part of GNU Modula-2.
@@ -23,7 +23,7 @@
(* output from mc-5.bnf, automatically generated do not edit.
-Copyright (C) 2016-2023 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc/mcp5.def b/gcc/m2/mc/mcp5.def
index 9532470..2f223f7 100644
--- a/gcc/m2/mc/mcp5.def
+++ b/gcc/m2/mc/mcp5.def
@@ -1,6 +1,6 @@
(* mcp5.def provides an interface to the pass 5 parser.
-Copyright (C) 2016-2023 Free Software Foundation, Inc.
+Copyright (C) 2016-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/mc/nameKey.def b/gcc/m2/mc/nameKey.def
index f7017de..18913c6 100644
--- a/gcc/m2/mc/nameKey.def
+++ b/gcc/m2/mc/nameKey.def
@@ -1,6 +1,6 @@
(* nameKey.def provides a dynamic binary tree name to key.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/nameKey.mod b/gcc/m2/mc/nameKey.mod
index 2efea91..2f75a48 100644
--- a/gcc/m2/mc/nameKey.mod
+++ b/gcc/m2/mc/nameKey.mod
@@ -1,6 +1,6 @@
(* nameKey.mod provides a dynamic binary tree name to key.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/symbolKey.def b/gcc/m2/mc/symbolKey.def
index a21b5c4..2c7da75 100644
--- a/gcc/m2/mc/symbolKey.def
+++ b/gcc/m2/mc/symbolKey.def
@@ -1,6 +1,6 @@
(* symbolKey.def provides binary tree operations for storing symbols.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/symbolKey.mod b/gcc/m2/mc/symbolKey.mod
index e9b48b8..b343f66 100644
--- a/gcc/m2/mc/symbolKey.mod
+++ b/gcc/m2/mc/symbolKey.mod
@@ -1,6 +1,6 @@
(* symbolKey.mod provides binary tree operations for storing symbols.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/top.mod b/gcc/m2/mc/top.mod
index 6bd4b52..b242f4c 100644
--- a/gcc/m2/mc/top.mod
+++ b/gcc/m2/mc/top.mod
@@ -1,6 +1,6 @@
(* top.mod main top level program module for mc.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/varargs.def b/gcc/m2/mc/varargs.def
index d954236..85214ad 100644
--- a/gcc/m2/mc/varargs.def
+++ b/gcc/m2/mc/varargs.def
@@ -1,6 +1,6 @@
(* varargs.def provides a basic vararg facility for GNU Modula-2.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/varargs.mod b/gcc/m2/mc/varargs.mod
index b5a8eb7..7e4bcf3 100644
--- a/gcc/m2/mc/varargs.mod
+++ b/gcc/m2/mc/varargs.mod
@@ -1,6 +1,6 @@
(* varargs.mod provides a basic vararg facility for GNU Modula-2.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/wlists.def b/gcc/m2/mc/wlists.def
index e0f2997..00bc0ab 100644
--- a/gcc/m2/mc/wlists.def
+++ b/gcc/m2/mc/wlists.def
@@ -1,6 +1,6 @@
(* wlists.def word lists module.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-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/mc/wlists.mod b/gcc/m2/mc/wlists.mod
index a6010a3..ded877e 100644
--- a/gcc/m2/mc/wlists.mod
+++ b/gcc/m2/mc/wlists.mod
@@ -1,6 +1,6 @@
(* wlists.mod word lists module.
-Copyright (C) 2015-2023 Free Software Foundation, Inc.
+Copyright (C) 2015-2024 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius@glam.ac.uk>.
This file is part of GNU Modula-2.