diff options
Diffstat (limited to 'gcc/m2/mc')
67 files changed, 72 insertions, 72 deletions
diff --git a/gcc/m2/mc/Indexing.def b/gcc/m2/mc/Indexing.def index e50e869..230ad77 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/Indexing.mod b/gcc/m2/mc/Indexing.mod index 3124b11..ed30f6b 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-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 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 0f0ee3f..c02bca0 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/alists.mod b/gcc/m2/mc/alists.mod index a65a73c..9cb8b3d 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/decl.def b/gcc/m2/mc/decl.def index 820312b..674d8de 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/decl.mod b/gcc/m2/mc/decl.mod index b0bf5eb..738f66f 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/keyc.def b/gcc/m2/mc/keyc.def index 08a5450..beca714 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-2022 Free Software Foundation, Inc. +Copyright (C) 2016-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/keyc.mod b/gcc/m2/mc/keyc.mod index c1deb1f..5e1016d 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-2022 Free Software Foundation, Inc. + Copyright (C) 2016-2023 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 f91fcdd..d0fe662 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/lists.mod b/gcc/m2/mc/lists.mod index b796a7b..2a38355 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-2022 Free Software Foundation, Inc. + Copyright (C) 2015-2023 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 d2808f2..0570bb6 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mc.flex b/gcc/m2/mc/mc.flex index b4aac79..0ce9ba5 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-2022 Free Software Foundation, Inc. +Copyright (C) 2004-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/mcComment.def b/gcc/m2/mc/mcComment.def index 1de5526..7fbfe5d 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcComment.h b/gcc/m2/mc/mcComment.h index 5f69fc9..fe269eb 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-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/mcComment.mod b/gcc/m2/mc/mcComment.mod index fa6cae3..b882c60 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcComp.def b/gcc/m2/mc/mcComp.def index ed10d76..4f486c0 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-2022 Free Software Foundation, Inc. +Copyright (C) 2011-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/mcComp.mod b/gcc/m2/mc/mcComp.mod index b1cfb36..67f1e5f 100644 --- a/gcc/m2/mc/mcComp.mod +++ b/gcc/m2/mc/mcComp.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcDebug.def b/gcc/m2/mc/mcDebug.def index 9473a14..7bcad8c 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcDebug.mod b/gcc/m2/mc/mcDebug.mod index 01a7751..07187a2 100644 --- a/gcc/m2/mc/mcDebug.mod +++ b/gcc/m2/mc/mcDebug.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcError.def b/gcc/m2/mc/mcError.def index dcc9822..8c68990 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcError.mod b/gcc/m2/mc/mcError.mod index 3b6c73c..8519bec 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcFileName.def b/gcc/m2/mc/mcFileName.def index 132a1a7..20980e5 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcFileName.mod b/gcc/m2/mc/mcFileName.mod index 517e9ba..2071545 100644 --- a/gcc/m2/mc/mcFileName.mod +++ b/gcc/m2/mc/mcFileName.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcLexBuf.def b/gcc/m2/mc/mcLexBuf.def index e38e4ee..3ff6bbc 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcLexBuf.h b/gcc/m2/mc/mcLexBuf.h index 220e42a..edd4dd4 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcLexBuf.mod b/gcc/m2/mc/mcLexBuf.mod index 89c7742..72e5398 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcMetaError.def b/gcc/m2/mc/mcMetaError.def index 718d92b..708a25e 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcMetaError.mod b/gcc/m2/mc/mcMetaError.mod index 3769ffe..9a50237 100644 --- a/gcc/m2/mc/mcMetaError.mod +++ b/gcc/m2/mc/mcMetaError.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcOptions.def b/gcc/m2/mc/mcOptions.def index a26865a..0587da0 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcOptions.mod b/gcc/m2/mc/mcOptions.mod index acd80a2..104edd3 100644 --- a/gcc/m2/mc/mcOptions.mod +++ b/gcc/m2/mc/mcOptions.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcPreprocess.def b/gcc/m2/mc/mcPreprocess.def index 84fab26..d67bf36 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcPreprocess.mod b/gcc/m2/mc/mcPreprocess.mod index 439124b47..4e80e65 100644 --- a/gcc/m2/mc/mcPreprocess.mod +++ b/gcc/m2/mc/mcPreprocess.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcPretty.def b/gcc/m2/mc/mcPretty.def index 9d2a5d6..af34598 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-2022 Free Software Foundation, Inc. +Copyright (C) 2016-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/mcPretty.mod b/gcc/m2/mc/mcPretty.mod index 344e0a6..0652786 100644 --- a/gcc/m2/mc/mcPretty.mod +++ b/gcc/m2/mc/mcPretty.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcPrintf.def b/gcc/m2/mc/mcPrintf.def index 29376a0..62637e4 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcPrintf.mod b/gcc/m2/mc/mcPrintf.mod index 7d960c0..28826af 100644 --- a/gcc/m2/mc/mcPrintf.mod +++ b/gcc/m2/mc/mcPrintf.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcQuiet.def b/gcc/m2/mc/mcQuiet.def index d3a3022..29f9a67 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcQuiet.mod b/gcc/m2/mc/mcQuiet.mod index d18349c..02b067f 100644 --- a/gcc/m2/mc/mcQuiet.mod +++ b/gcc/m2/mc/mcQuiet.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcReserved.def b/gcc/m2/mc/mcReserved.def index 5de01ac..b55044f 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcReserved.h b/gcc/m2/mc/mcReserved.h index 7778490..008f456 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcReserved.mod b/gcc/m2/mc/mcReserved.mod index 892533b..53bf471 100644 --- a/gcc/m2/mc/mcReserved.mod +++ b/gcc/m2/mc/mcReserved.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcSearch.def b/gcc/m2/mc/mcSearch.def index 98e69a2..005ce20 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcSearch.mod b/gcc/m2/mc/mcSearch.mod index 44c60d3..e6c62eb 100644 --- a/gcc/m2/mc/mcSearch.mod +++ b/gcc/m2/mc/mcSearch.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcStack.def b/gcc/m2/mc/mcStack.def index ae3109a..91082de 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcStack.mod b/gcc/m2/mc/mcStack.mod index c2eba3d..7784789 100644 --- a/gcc/m2/mc/mcStack.mod +++ b/gcc/m2/mc/mcStack.mod @@ -1,4 +1,4 @@ -(* Copyright (C) 2015-2022 Free Software Foundation, Inc. *) +(* Copyright (C) 2015-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 it under diff --git a/gcc/m2/mc/mcStream.def b/gcc/m2/mc/mcStream.def index 7012062..09c107e 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcStream.mod b/gcc/m2/mc/mcStream.mod index d752d64..5f23952 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcflex.def b/gcc/m2/mc/mcflex.def index 708886d..7acf30d 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcp1.bnf b/gcc/m2/mc/mcp1.bnf index e41102e..6e8e68a 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-2022 Free Software Foundation, Inc. +-- Copyright (C) 2015-2023 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcp1.def b/gcc/m2/mc/mcp1.def index d09669b..7be3d22 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcp2.bnf b/gcc/m2/mc/mcp2.bnf index fa4c918..5600f10 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-2022 Free Software Foundation, Inc. +-- Copyright (C) 2015-2023 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcp2.def b/gcc/m2/mc/mcp2.def index a96afd3..ddd39f7 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcp3.bnf b/gcc/m2/mc/mcp3.bnf index 8d26b86..f22eb74 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-2022 Free Software Foundation, Inc. +-- Copyright (C) 2015-2023 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcp3.def b/gcc/m2/mc/mcp3.def index e3a39df..5c88849 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/mcp4.bnf b/gcc/m2/mc/mcp4.bnf index b9f13f97..2c50dec 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-2022 Free Software Foundation, Inc. +-- Copyright (C) 2016-2023 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-2022 Free Software Foundation, Inc. +Copyright (C) 2016-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/mcp4.def b/gcc/m2/mc/mcp4.def index ea3b8a6..b69287b 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-2022 Free Software Foundation, Inc. +Copyright (C) 2016-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/mcp5.bnf b/gcc/m2/mc/mcp5.bnf index 6e843bf..918f4b5 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-2022 Free Software Foundation, Inc. +-- Copyright (C) 2016-2023 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-2022 Free Software Foundation, Inc. +Copyright (C) 2016-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/mcp5.def b/gcc/m2/mc/mcp5.def index 462cfd5..9532470 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-2022 Free Software Foundation, Inc. +Copyright (C) 2016-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/nameKey.def b/gcc/m2/mc/nameKey.def index 87cd4f0..f7017de 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/nameKey.mod b/gcc/m2/mc/nameKey.mod index 13762a8..2efea91 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/symbolKey.def b/gcc/m2/mc/symbolKey.def index 62c32de..a21b5c4 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/symbolKey.mod b/gcc/m2/mc/symbolKey.mod index 6ccc219..a2c6e3a 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/top.mod b/gcc/m2/mc/top.mod index 0dd638d..6bd4b52 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/varargs.def b/gcc/m2/mc/varargs.def index cf2c75a..d954236 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/varargs.mod b/gcc/m2/mc/varargs.mod index d52fb1f..b5a8eb7 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/wlists.def b/gcc/m2/mc/wlists.def index fb072dd..e0f2997 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-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/wlists.mod b/gcc/m2/mc/wlists.mod index 54c2978..a6010a3 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-2022 Free Software Foundation, Inc. +Copyright (C) 2015-2023 Free Software Foundation, Inc. Contributed by Gaius Mulley <gaius@glam.ac.uk>. This file is part of GNU Modula-2. |