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]

Re: [PATCH RFC] Update/correct copyright notices


On Feb 28,  3:56pm, Kevin Buettner wrote:

> As to the dropping of 1998, I see the following ChangeLog entry:
> 
> 1998-10-13  Jason Molenda  (jsm@bugshack.cygnus.com)
> 
> 	...
> 
> 	* ax-gdb.c breakpoint.c coffread.c corelow.c dbxread.c
>  	dwarf2read.c dwarfread.c elfread.c eval.c exec.c infcmd.c infrun.c
>  	mipsread.c nlmread.c os9kread.c parse.c printcmd.c symfile.c
>  	symmisc.c symtab.c thread.c top.c tracepoint.c typeprint.c
>  	valops.c: Cast parameters passed to make_cleanup to use the new
>  	make_cleanup_func typedef.

I've made the script handle the above case (again, note the lack of
commas separating the filenames)...

diff -upr gdb.orig/mipsread.c gdb/mipsread.c
--- gdb.orig/mipsread.c	Thu Feb 15 19:58:01 2001
+++ gdb/mipsread.c	Wed Feb 28 17:14:54 2001
@@ -1,5 +1,6 @@
 /* Read a symbol table in MIPS' format (Third-Eye).
-   Copyright 1986, 87, 89, 90, 91, 92, 93, 94, 95, 96, 1998, 2001
+   Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+   1998, 1999, 2000
    Free Software Foundation, Inc.
    Contributed by Alessandro Forin (af@cs.cmu.edu) at CMU.  Major work
    by Per Bothner, John Gilmore and Ian Lance Taylor at Cygnus Support.

All that remains for this problem (of dates being incorrectly dropped
from the mipsread.c copyright notice) is to fix the dates on Peter's
entries in the current ChangeLog file.

BTW, I've also addressed the problem of the testsuite files not
being examined.  I am now seeing a much larger patch.  I'm going to
proofread it a bit more carefully before sending out a new patch.
(Though I will definitely appreciate it if Michael C. (and others)
look for problems when I do send the new patch out.)

Kevin


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