From: Gaius Mulley Date: Mon, 16 Jan 2023 11:33:25 +0000 (+0000) Subject: Update gcc/m2/mc/mcOptions.mod copyright and dates X-Git-Tag: basepoints/gcc-14~2009 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=101c16b8fb1f1a995a2debf798747480396b3dc3;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/m2/mc/mcOptions.mod b/gcc/m2/mc/mcOptions.mod index 104edd36c790..d84ce2bd6125 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 \n') ; + printf0 ('License GPLv3: GNU GPL version 3 or later \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