This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] New baseboard file sh-sim.exp


On Tue, Oct 14, 2003 at 08:48:22PM +0200, Corinna Vinschen wrote:
> On Tue, Oct 14, 2003 at 02:07:43PM -0400, Elena Zannoni wrote:
> > Michael Elizabeth Chastain writes:
> >  > mec> I think this file needs a copyright notice.
> >  > cv> None of the baseboard files have a copyright notice, actually.
> >  > [...]
> > I think adding the (C) notice to just this file is a start and an
> > acceptable compromise. Asking to add it to all would definitely be too
> > much.
> 
> I've asked Ben Elliston how the dejagnu maintainers want to handle this,
> given the http://www.gnu.org/prep/maintain_8.html#SEC8 section.  I'll
> forward the reply when I get it.

The answer I got from Ben is that "... all DejaGnu source files have the
FSF copyright header now as part of a recent source clean-up."

Ben has sent me the sh-sim.exp file as he has applied it to the DejaGnu
repository.  I've checked it in to our dejagnu/baseboard directory.

Corinna

	* baseboards/sh-sim.exp: Add copyright header.

Index: baseboards/sh-sim.exp
===================================================================
RCS file: /cvs/src/src/dejagnu/baseboards/sh-sim.exp,v
retrieving revision 1.1
diff -u -p -r1.1 sh-sim.exp
--- baseboards/sh-sim.exp       13 Oct 2003 09:17:25 -0000      1.1
+++ baseboards/sh-sim.exp       15 Oct 2003 09:37:25 -0000
@@ -1,3 +1,21 @@
+# Copyright (C) 2003 Free Software Foundation, Inc.
+#
+# This file is part of DejaGnu.
+#
+# DejaGnu is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# DejaGnu is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with DejaGnu; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
 # This is a list of toolchains that are supported on this board.
 set_board_info target_install {sh-elf}
 
@@ -45,4 +63,3 @@ set_board_info gdb,skip_huge_test 1
 
 # Nor are interrupts really working.
 set_board_info gdb,nointerrupts 1
-

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]