]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update gcc/m2/mc/mcOptions.mod copyright and dates
authorGaius Mulley <gaiusmod2@gmail.com>
Mon, 16 Jan 2023 11:33:25 +0000 (11:33 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Mon, 16 Jan 2023 11:33:25 +0000 (11:33 +0000)
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>
gcc/m2/mc/mcOptions.mod

index 104edd36c7906259a706109cccebead69ff21300..d84ce2bd61252ea9f16482f313eb5edfd8e01a8c 100644 (file)
@@ -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