From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60939 invoked by alias); 17 May 2015 09:15:18 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 60928 invoked by uid 89); 17 May 2015 09:15:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 17 May 2015 09:15:16 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id CF97C340889; Sun, 17 May 2015 09:15:13 +0000 (UTC) Date: Sun, 17 May 2015 09:15:00 -0000 From: Mike Frysinger To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] Switch erc32 simulator copyright headers to FSF. Message-ID: <20150517091512.GE12010@vapier> Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org References: <1431095275-6068-1-git-send-email-brobecker@adacore.com> <1431095275-6068-2-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jKBxcB1XkHIR0Eqt" Content-Disposition: inline In-Reply-To: <1431095275-6068-2-git-send-email-brobecker@adacore.com> X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00446.txt.bz2 --jKBxcB1XkHIR0Eqt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 5079 On 08 May 2015 07:27, Joel Brobecker wrote: > --- a/sim/erc32/erc32.c > +++ b/sim/erc32/erc32.c > @@ -1,23 +1,17 @@ > -/* > - * This file is part of SIS. > - *=20 > - * SIS, SPARC instruction simulator V2.5 Copyright (C) 1995 Jiri Gaisler, > - * European Space Agency > +/* Copyright (C) 1995-2015 Free Software Foundation, Inc. i think general overview & author attribution is as important as copyright. i've committed this patch to restore things. -mike =46rom 7cf16eba3c0fd2d4b4598db3ae83a12c332a612b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 May 2015 17:11:17 +0800 Subject: [PATCH] sim: erc32: restore attribution --- sim/erc32/ChangeLog | 5 +++++ sim/erc32/erc32.c | 5 ++++- sim/erc32/exec.c | 5 ++++- sim/erc32/float.c | 5 ++++- sim/erc32/func.c | 5 ++++- sim/erc32/help.c | 5 ++++- sim/erc32/interf.c | 5 ++++- sim/erc32/sis.c | 5 ++++- 8 files changed, 33 insertions(+), 7 deletions(-) diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index b1af876..2326e39 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,8 @@ +2015-05-17 Mike Frysinger + + * erc32.c: Re-add file overview & author info. + * exec.c, float.c, func.c, help.c, interf.c, sis.c: Likewise. + 2015-05-08 Joel Brobecker =20 * configure.ac: Add copyright header. diff --git a/sim/erc32/erc32.c b/sim/erc32/erc32.c index 47384e7..b615bdd 100644 --- a/sim/erc32/erc32.c +++ b/sim/erc32/erc32.c @@ -1,4 +1,7 @@ -/* Copyright (C) 1995-2015 Free Software Foundation, Inc. +/* This file is part of SIS (SPARC instruction simulator) + + Copyright (C) 1995-2015 Free Software Foundation, Inc. + Contributed by Jiri Gaisler, European Space Agency =20 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/erc32/exec.c b/sim/erc32/exec.c index fdac67b..0b3e2c6 100644 --- a/sim/erc32/exec.c +++ b/sim/erc32/exec.c @@ -1,4 +1,7 @@ -/* Copyright (C) 1995-2015 Free Software Foundation, Inc. +/* This file is part of SIS (SPARC instruction simulator) + + Copyright (C) 1995-2015 Free Software Foundation, Inc. + Contributed by Jiri Gaisler, European Space Agency =20 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/erc32/float.c b/sim/erc32/float.c index cca0cd3..89c18d7 100644 --- a/sim/erc32/float.c +++ b/sim/erc32/float.c @@ -1,4 +1,7 @@ -/* Copyright (C) 1995-2015 Free Software Foundation, Inc. +/* This file is part of SIS (SPARC instruction simulator) + + Copyright (C) 1995-2015 Free Software Foundation, Inc. + Contributed by Jiri Gaisler, European Space Agency =20 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/erc32/func.c b/sim/erc32/func.c index 4085b9a..fd09c57 100644 --- a/sim/erc32/func.c +++ b/sim/erc32/func.c @@ -1,4 +1,7 @@ -/* Copyright (C) 1995-2015 Free Software Foundation, Inc. +/* This file is part of SIS (SPARC instruction simulator) + + Copyright (C) 1995-2015 Free Software Foundation, Inc. + Contributed by Jiri Gaisler, European Space Agency =20 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/erc32/help.c b/sim/erc32/help.c index 23b0c5a..30704ad 100644 --- a/sim/erc32/help.c +++ b/sim/erc32/help.c @@ -1,4 +1,7 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* This file is part of SIS (SPARC instruction simulator) + + Copyright (C) 1995-2015 Free Software Foundation, Inc. + Contributed by Jiri Gaisler, European Space Agency =20 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index 94b7fe2..a331024 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -1,4 +1,7 @@ -/* Copyright (C) 1995-2015 Free Software Foundation, Inc. +/* This file is part of SIS (SPARC instruction simulator) + + Copyright (C) 1995-2015 Free Software Foundation, Inc. + Contributed by Jiri Gaisler, European Space Agency =20 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/erc32/sis.c b/sim/erc32/sis.c index 21106a0..2761762 100644 --- a/sim/erc32/sis.c +++ b/sim/erc32/sis.c @@ -1,4 +1,7 @@ -/* Copyright (C) 1995-2015 Free Software Foundation, Inc. +/* This file is part of SIS (SPARC instruction simulator) + + Copyright (C) 1995-2015 Free Software Foundation, Inc. + Contributed by Jiri Gaisler, European Space Agency =20 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by --=20 2.4.0 --jKBxcB1XkHIR0Eqt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVWFwgAAoJEEFjO5/oN/WBthwQAJwmqs3vZBFtAy+jzIJL8bIU 8WjAh9+Xd6XTKabWmGWbIvdrAeKI6u8730t9P3tKe9YA+Wn9twoFj0MatyOqSrzj uOt4sq1Iwrf9aT71C0IdFWyoqKsI4NhN3tX7QZavrigbWDvmNSjYdx/0HVogozDa 7jNi7pgJK9TVkThY9QrgzT6cxNG/aiB68gNdvI6gUPsu0EO3COuoqQsl74zBzOlX FZpnvWUL2HCI5E6Pbv54p9wof3k5F6uBo4hLHTujaM3OS5pmPR1rektta5vOwAXY 3NG74O9ACzM6iygj5nN/8itw9WoFRsR9QFXLHQmka+1eLq0o6cna7yCZ+aBP9Wm3 GfGfL0h0yoYjakx2IQK7x6NcyC9sOT3Ewvu7Ae7xDr8EIFu7a1Jsu5MlZodtdQDi dqhsqq5iu4QWbbBjDkEKOktq2H5IUmx5O4rF2mYiLFhYIEbU1kVU81LfNxeNu4L0 nh/XcUtPOxCgPPfctUf2mN9fO9+3u8NihM5o5ZqN046RXDw42AcNUgUFjacJ3TRh ESBEL701B7eIlPjBGGkfh7l4nIlkwc00NmGVMCGvvA+Fe/Srj1wbqNFxN0IfsKNP HM00CqptTW49bzzchquzalzcg7GoEoqtCpbla/sEVK6h9JxqdNWxW517lbb0lMQU mmylpG+lr0IuO2VzbeXK =23LQ -----END PGP SIGNATURE----- --jKBxcB1XkHIR0Eqt--