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]

[patch/testsuite] ChangeLog: add copyright notice


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  <mec.gnu@mindspring.com>

	* 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:


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