aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGaius Mulley <gaiusmod2@gmail.com>2023-01-16 11:33:25 +0000
committerGaius Mulley <gaiusmod2@gmail.com>2023-01-16 11:33:25 +0000
commit101c16b8fb1f1a995a2debf798747480396b3dc3 (patch)
tree26ee20eb43e7340ba5bb7f91ceff34adb21ea261 /gcc
parent83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c (diff)
downloadgcc-101c16b8fb1f1a995a2debf798747480396b3dc3.zip
gcc-101c16b8fb1f1a995a2debf798747480396b3dc3.tar.gz
gcc-101c16b8fb1f1a995a2debf798747480396b3dc3.tar.bz2
Update gcc/m2/mc/mcOptions.mod copyright and dates
Annual update of dates. Also change the GPL boilerplate emitted to GPL v3. gcc/m2/ChangeLog: * mc/mcOptions.mod (displayVersion): Change GPLv2 to GPLv3. (YEAR) set to 2023. Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/m2/mc/mcOptions.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/m2/mc/mcOptions.mod b/gcc/m2/mc/mcOptions.mod
index 104edd3..d84ce2b 100644
--- a/gcc/m2/mc/mcOptions.mod
+++ b/gcc/m2/mc/mcOptions.mod
@@ -34,7 +34,7 @@ IMPORT FIO ;
IMPORT SFIO ;
CONST
- YEAR = '2021' ;
+ YEAR = '2023' ;
VAR
langC,
@@ -72,7 +72,7 @@ VAR
PROCEDURE displayVersion (mustExit: BOOLEAN) ;
BEGIN
printf0 ('Copyright (C) ' + YEAR + ' Free Software Foundation, Inc.\n') ;
- printf0 ('License GPLv2: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n') ;
+ printf0 ('License GPLv3: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n') ;
printf0 ('This is free software: you are free to change and redistribute it.\n') ;
printf0 ('There is NO WARRANTY, to the extent permitted by law.\n') ;
IF mustExit