public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-5198] Update gcc/m2/mc/mcOptions.mod copyright and dates
Date: Mon, 16 Jan 2023 11:33:49 +0000 (GMT)	[thread overview]
Message-ID: <20230116113349.4C6503858D32@sourceware.org> (raw)

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

                 reply	other threads:[~2023-01-16 11:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230116113349.4C6503858D32@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).