copyright banner and reporting bugs

Andrew Cagney ac131313@cygnus.com
Mon Mar 27 18:04:00 GMT 2000


Andrew Cagney wrote:
> 
> Jonathan Larmour wrote:
> >
> > I just noticed two minor things: surely the copyright banner when GDB starts
> > should be something more recent than 1998 even now - i.e. it shouldn't need
> > to wait for the release.
> 
> Good point.  It should pick up Makefile.in:VERSION.

I've applied the attatched.  VERSION, unfortunatly can't be trusted to
contain the information we need. (I actually wonder if it shouldn't read
``Copyright 1985-2000'').

	Andrew
Tue Mar 28 11:52:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* top.c (print_gdb_version): Bump copyright year to 2000.

Index: top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.5
diff -p -r1.5 top.c
*** top.c	2000/03/23 23:43:19	1.5
--- top.c	2000/03/28 01:55:15
*************** print_gdb_version (stream)
*** 3173,3179 ****
  
    /* Second line is a copyright notice. */
  
!   fprintf_filtered (stream, "Copyright 1998 Free Software Foundation, Inc.\n");
  
    /* Following the copyright is a brief statement that the program is
       free software, that users are free to copy and change it on
--- 3173,3179 ----
  
    /* Second line is a copyright notice. */
  
!   fprintf_filtered (stream, "Copyright 2000 Free Software Foundation, Inc.\n");
  
    /* Following the copyright is a brief statement that the program is
       free software, that users are free to copy and change it on


More information about the Gdb-patches mailing list