From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22581 invoked by alias); 6 Aug 2004 16:26:07 -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 22570 invoked from network); 6 Aug 2004 16:26:05 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sourceware.org with SMTP; 6 Aug 2004 16:26:05 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bt7Xg-00067z-00 for gdb-patches@sources.redhat.com; Fri, 06 Aug 2004 12:26:04 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 8AC334B102 for ; Fri, 6 Aug 2004 12:25:59 -0400 (EDT) Date: Fri, 06 Aug 2004 16:26:00 -0000 From: Michael Chastain To: gdb-patches@sources.redhat.com Subject: [patch/testsuite] ChangeLog: add copyright notice Message-ID: <4113B115.nailAII1M8HR2@mindspring.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00155.txt.bz2 This patch adds a copyright notice to testsuite/ChangeLog. Yup, "Information for Maintainers of GNU Software" says that ChangeLog files shall have copyright notices: http://www.gnu.org/prep/maintain_8.html "Change log files should have a copyright notice and license notice at the end, since new material is added at the beginning but the end remains the end." Date sources: the ChangeLog file itself. Testing: not tested. I hope this doesn't screw up anybody's emacs. I think this patch is pretty funny. And you guys can be happy that there is only one ChangeLog file in my area of maintenance. :) I'll give this 24 hours for comments, more if it's controversial, and then commit it. Michael C 2004-08-06 Michael Chastain * ChangeLog: Add copyright notice. Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.969 diff -c -3 -p -r1.969 ChangeLog *** ChangeLog 5 Aug 2004 07:44:47 -0000 1.969 --- ChangeLog 6 Aug 2004 16:13:44 -0000 *************** Sun Feb 21 10:55:55 1993 Mike Werner ( *** 12544,12549 **** --- 12544,12569 ---- will allow them to work with the new version of dejagnu will be made in a future update. + 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: