From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32756 invoked by alias); 7 Aug 2004 16:07:52 -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 32618 invoked from network); 7 Aug 2004 16:07:50 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 7 Aug 2004 16:07:50 -0000 Received: from zaretski ([80.230.155.37]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id ECE41779; Sat, 7 Aug 2004 19:07:46 +0300 (IDT) Date: Sat, 07 Aug 2004 16:07:00 -0000 From: "Eli Zaretskii" To: Michael Chastain Message-Id: <7494-Sat07Aug2004190514+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: <4113B115.nailAII1M8HR2@mindspring.com> (message from Michael Chastain on Fri, 06 Aug 2004 12:25:57 -0400) Subject: Re: [patch/testsuite] ChangeLog: add copyright notice Reply-to: Eli Zaretskii References: <4113B115.nailAII1M8HR2@mindspring.com> X-SW-Source: 2004-08/txt/msg00199.txt.bz2 > Date: Fri, 06 Aug 2004 12:25:57 -0400 > From: Michael Chastain > > This patch adds a copyright notice to testsuite/ChangeLog. Thanks. > + Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, > + 2003, 2004 Free Software Foundation, Inc. > + > + This file is part of GDB. > + > + 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. > + > For additional changes see gdb.mi/ChangeLog-1999-2003. > > Local Variables: I have two comments on this: (1) The text is excessively long. I attach below the copyright blurb from the Emacs ChangeLog files; I think what's good for RMS is good enough for us. (2) It should go _after_ the "Local Variables" section. Here's the copyright found in Emacs ChangeLog files. Note the semi-colons in the Local Variables lines: they make sure their fontification in Emacs isn't screwed up (like they are in GDB). ----------------------------- cut here ------------------------- ;; Local Variables: ;; coding: iso-2022-7bit ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.