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]

Re: [patch/testsuite] ChangeLog: add copyright notice


> Date: Fri, 06 Aug 2004 12:25:57 -0400
> From: Michael Chastain <mec.gnu@mindspring.com>
> 
> 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.



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