From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 335533858285; Thu, 3 Nov 2022 14:30:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 335533858285 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667485826; bh=yjzUWG1oCrMNgluoG0M98Lt19dnFl8s6gbR0UK9QEmo=; h=From:To:Subject:Date:From; b=EiIPey8Sy0kPgtGzTfLeYThd7cZtzWscZiZa4ZgdkT5lb2tAGGG9VFSNyImpJZAKz p7ufZa+dZYmqTcUdXgTKL4xkIeF5ikpctfu68TOf1yzM0Uzjz4wSao5q9ziPc6vmKu SosAIF/t9GL+h3sUz2iAeNsMkdDlDXHiMMoHYdQs= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim: ppc: include copyright & license in --version X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 4556d82e8a77dfbdcff32cd55cb1dcfbf8807a39 X-Git-Newrev: 75bed973c865be279cc0ab390372eab391b2541a Message-Id: <20221103143026.335533858285@sourceware.org> Date: Thu, 3 Nov 2022 14:30:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D75bed973c865= be279cc0ab390372eab391b2541a commit 75bed973c865be279cc0ab390372eab391b2541a Author: Mike Frysinger Date: Thu Nov 3 20:15:19 2022 +0700 sim: ppc: include copyright & license in --version =20 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 \ +\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 =3D=3D SIM_OPEN_STANDALONE) exit (0); else