aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/gm2-compiler/ppg.mod
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/m2/gm2-compiler/ppg.mod')
-rw-r--r--gcc/m2/gm2-compiler/ppg.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/m2/gm2-compiler/ppg.mod b/gcc/m2/gm2-compiler/ppg.mod
index 8daa826..fdb5f43 100644
--- a/gcc/m2/gm2-compiler/ppg.mod
+++ b/gcc/m2/gm2-compiler/ppg.mod
@@ -1,6 +1,6 @@
(* ppg.mod master source file of the ebnf parser generator.
-Copyright (C) 2003-2023 Free Software Foundation, Inc.
+Copyright (C) 2003-2024 Free Software Foundation, Inc.
Contributed by Gaius Mulley <gaius.mulley@southwales.ac.uk>.
This file is part of GNU Modula-2.
@@ -4686,7 +4686,7 @@ END EmptyProduction ;
PROCEDURE EmitFDLNotice ;
BEGIN
- Output.WriteString('@c Copyright (C) 2000-2023 Free Software Foundation, Inc.') ; Output.WriteLn ;
+ Output.WriteString('@c Copyright (C) 2000-2024 Free Software Foundation, Inc.') ; Output.WriteLn ;
Output.WriteLn ;
Output.WriteString('@c This file is part of GCC.') ; Output.WriteLn ;
Output.WriteString('@c Permission is granted to copy, distribute and/or modify this document') ; Output.WriteLn ;