diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-17 17:11:17 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-05-17 17:15:36 +0800 |
commit | 296730a52b06fe7dd658924acae1269a54015d52 (patch) | |
tree | 119c7837fadd52aa555fc3aad8ea117fb6f79b68 /sim/erc32 | |
parent | 68880f311c1d5629c47c3ab9749061fe3138be63 (diff) | |
download | gdb-296730a52b06fe7dd658924acae1269a54015d52.zip gdb-296730a52b06fe7dd658924acae1269a54015d52.tar.gz gdb-296730a52b06fe7dd658924acae1269a54015d52.tar.bz2 |
sim: erc32: restore attribution
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 5 | ||||
-rw-r--r-- | sim/erc32/erc32.c | 5 | ||||
-rw-r--r-- | sim/erc32/exec.c | 5 | ||||
-rw-r--r-- | sim/erc32/float.c | 5 | ||||
-rw-r--r-- | sim/erc32/func.c | 5 | ||||
-rw-r--r-- | sim/erc32/help.c | 5 | ||||
-rw-r--r-- | sim/erc32/interf.c | 5 | ||||
-rw-r--r-- | 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 |