From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30487 invoked by alias); 8 Sep 2007 00:21:51 -0000 Received: (qmail 30473 invoked by uid 22791); 8 Sep 2007 00:21:50 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.172) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Sep 2007 00:21:41 +0000 Received: by ug-out-1314.google.com with SMTP id m2so364214ugc for ; Fri, 07 Sep 2007 17:21:38 -0700 (PDT) Received: by 10.66.243.2 with SMTP id q2mr1857909ugh.1189210898404; Fri, 07 Sep 2007 17:21:38 -0700 (PDT) Received: from ?88.210.77.79? ( [88.210.77.79]) by mx.google.com with ESMTPS id m38sm1868550ugd.2007.09.07.17.21.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Sep 2007 17:21:37 -0700 (PDT) Message-ID: <46E1EAE8.7070603@portugalmail.pt> Date: Sat, 08 Sep 2007 00:21:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Vladimir Prus CC: gdb-patches@sources.redhat.com Subject: Re: [9/9] expand locations References: <200709080313.33625.vladimir@codesourcery.com> In-Reply-To: <200709080313.33625.vladimir@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2007-09/txt/msg00101.txt.bz2 Just one boring question from the newbie: Is the the below the correct thing to do put in the headers of the new .exp files? Not just the GPL2, but also the dates, and the credit (, and the bug mailing list)? I understand that the test structure was probably based on an existing test as template. +# Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2002, 2003, 2007 Free Software Foundation, Inc. + +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +# Please email any bugs, comments, and/or additions to this file to: +# bug-gdb@prep.ai.mit.edu + +# This file was written by Rob Savoye. (rob@cygnus.com) + Cheers, Pedro Alves