Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 1/2] Switch erc32 simulator copyright headers to FSF.
Date: Sun, 17 May 2015 09:15:00 -0000	[thread overview]
Message-ID: <20150517091512.GE12010@vapier> (raw)
In-Reply-To: <1431095275-6068-2-git-send-email-brobecker@adacore.com>

[-- Attachment #1: Type: text/plain, Size: 5194 bytes --]

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.
> - * 
> - * 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

From 7cf16eba3c0fd2d4b4598db3ae83a12c332a612b Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
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  <vapier@gentoo.org>
+
+	* 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  <brobecker@adacore.com>
 
 	* 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
 
    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
 
    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
 
    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
 
    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
 
    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
 
    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
 
    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
-- 
2.4.0

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2015-05-17  9:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08 14:28 Switched " Joel Brobecker
2015-05-08 14:28 ` [PATCH 1/2] Switch " Joel Brobecker
2015-05-17  9:15   ` Mike Frysinger [this message]
2015-05-08 14:28 ` [PATCH 2/2] gdb/copyright.py: Remove sim/erc32 files from NOT_FSF_LIST Joel Brobecker

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=20150517091512.GE12010@vapier \
    --to=vapier@gentoo.org \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@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