From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17942 invoked by alias); 15 Oct 2003 09:52:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17933 invoked from network); 15 Oct 2003 09:52:09 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Oct 2003 09:52:09 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h9F9q8M17013 for ; Wed, 15 Oct 2003 05:52:08 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h9F9q7L18485 for ; Wed, 15 Oct 2003 05:52:07 -0400 Received: from cygbert.vinschen.de (vpn50-18.rdu.redhat.com [172.16.50.18]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h9F9q6J04854 for ; Wed, 15 Oct 2003 02:52:06 -0700 Received: by cygbert.vinschen.de (Postfix, from userid 500) id 6629A58048; Wed, 15 Oct 2003 11:52:04 +0200 (CEST) Date: Wed, 15 Oct 2003 09:52:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [RFA] New baseboard file sh-sim.exp Message-ID: <20031015095204.GL14344@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <200310141749.h9EHnOpa000870@duracef.shout.net> <16268.15215.652424.704491@localhost.redhat.com> <20031014184822.GG14344@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031014184822.GG14344@cygbert.vinschen.de> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-10/txt/msg00484.txt.bz2 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.