public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] sim: ppc: include copyright & license in --version
Date: Thu,  3 Nov 2022 14:30:26 +0000 (GMT)	[thread overview]
Message-ID: <20221103143026.335533858285@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=75bed973c865be279cc0ab390372eab391b2541a

commit 75bed973c865be279cc0ab390372eab391b2541a
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Nov 3 20:15:19 2022 +0700

    sim: ppc: include copyright & license in --version
    
    This makes it match the other sim run programs and GNU tools.

Diff:
---
 sim/ppc/psim.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c
index acc40edf8aa..863e2ed9688 100644
--- a/sim/ppc/psim.c
+++ b/sim/ppc/psim.c
@@ -359,6 +359,11 @@ psim_options(device *root,
 	  {
 	    extern const char version[];
 	    printf ("GNU simulator %s%s\n", PKGVERSION, version);
+	    printf ("Copyright (C) 2022 Free Software Foundation, Inc.\n");
+	    printf ( "\
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\
+\nThis is free software: you are free to change and redistribute it.\n\
+There is NO WARRANTY, to the extent permitted by law.\n");
 	    if (kind == SIM_OPEN_STANDALONE)
 	      exit (0);
 	    else

                 reply	other threads:[~2022-11-03 14:30 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=20221103143026.335533858285@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=gdb-cvs@sourceware.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).