mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-05 08:46:39 +00:00
2003-01-12 Michael Chastain <mec@shout.net>
* top.c (print_gdb_version): Bump copyright year to 2003.
This commit is contained in:
parent
94cd26f8b6
commit
751ceeb4f3
@ -1,3 +1,7 @@
|
||||
2003-01-12 Michael Chastain <mec@shout.net>
|
||||
|
||||
* top.c (print_gdb_version): Bump copyright year to 2003.
|
||||
|
||||
2003-01-12 David Carlton <carlton@bactrian.org>
|
||||
|
||||
* linespec.c (symtab_from_filename): Rename variable 's' to
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Top level stuff for GDB, the GNU debugger.
|
||||
|
||||
Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
|
||||
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
@ -1357,7 +1357,7 @@ print_gdb_version (struct ui_file *stream)
|
||||
|
||||
/* Second line is a copyright notice. */
|
||||
|
||||
fprintf_filtered (stream, "Copyright 2002 Free Software Foundation, Inc.\n");
|
||||
fprintf_filtered (stream, "Copyright 2003 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user