* Re: [PATCH] Copyright year updated in top.c
2006-01-02 5:50 [PATCH] Copyright year updated in top.c Joel Brobecker
@ 2006-01-02 5:51 ` Joel Brobecker
0 siblings, 0 replies; 2+ messages in thread
From: Joel Brobecker @ 2006-01-02 5:51 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
[with the patch this time]
Given that the first change for 2006 in the GDB sources has already been
applied, I have applied the last item in the "Start Of New Year Procedure"
which is to change the copyright year in the version message printed by
GDB.
Naturally, I forgot to update the copyright year in the header of top.c,
so I did it in two checkins instead of one.
2006-01-01 Joel Brobecker <brobecker@adacore.com>
* top.c: Add 2006 to list of copyright years in file header.
2006-01-01 Joel Brobecker <brobecker@adacore.com>
* top.c (print_gdb_version): Update copyright year to 2006.
Happy New Year!
--
Joel
[-- Attachment #2: cr.diff --]
[-- Type: text/plain, Size: 666 bytes --]
Index: top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.109
diff -u -p -r1.109 top.c
--- top.c 17 Dec 2005 22:34:03 -0000 1.109
+++ top.c 2 Jan 2006 05:44:32 -0000
@@ -1064,7 +1064,7 @@ print_gdb_version (struct ui_file *strea
/* Second line is a copyright notice. */
- fprintf_filtered (stream, "Copyright (C) 2005 Free Software Foundation, Inc.\n");
+ fprintf_filtered (stream, "Copyright (C) 2006 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
[-- Attachment #3: cr2.diff --]
[-- Type: text/plain, Size: 593 bytes --]
Index: top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.110
diff -u -p -r1.110 top.c
--- top.c 2 Jan 2006 05:45:54 -0000 1.110
+++ top.c 2 Jan 2006 05:47:21 -0000
@@ -1,7 +1,7 @@
/* Top level stuff for GDB, the GNU debugger.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
- 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GDB.
^ permalink raw reply [flat|nested] 2+ messages in thread