public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5198] Update gcc/m2/mc/mcOptions.mod copyright and dates
@ 2023-01-16 11:33 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2023-01-16 11:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:101c16b8fb1f1a995a2debf798747480396b3dc3

commit r13-5198-g101c16b8fb1f1a995a2debf798747480396b3dc3
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Mon Jan 16 11:33:25 2023 +0000

    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>

Diff:
---
 gcc/m2/mc/mcOptions.mod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/m2/mc/mcOptions.mod b/gcc/m2/mc/mcOptions.mod
index 104edd36c79..d84ce2bd612 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-16 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 11:33 [gcc r13-5198] Update gcc/m2/mc/mcOptions.mod copyright and dates Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).