[RFA] gdb/top.c: bump copyright year in banner

Michael Elizabeth Chastain mec@shout.net
Sun Jan 20 11:42:00 GMT 2002


This change looks obvious from my point of view, but I'm asking for
approval because it implements part of the legal interface.

This is for mainline only, not 5.1 branch.  I don't know if there have
been any changes to the 5.1 branch in calendar year 2002 that require
bumping the year, so I'm leaving the branch alone.

OK to apply?

Michael C

2002-01-20  Michael Chastain  <mec@shout.net>

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

Index: gdb/top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.52
diff -c -3 -p -r1.52 top.c
*** top.c	2002/01/17 22:15:17	1.52
--- top.c	2002/01/20 19:39:52
*************** print_gdb_version (struct ui_file *strea
*** 1320,1326 ****
  
    /* Second line is a copyright notice. */
  
!   fprintf_filtered (stream, "Copyright 2001 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
--- 1320,1326 ----
  
    /* Second line is a copyright notice. */
  
!   fprintf_filtered (stream, "Copyright 2002 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