diff options
author | David Carlton <carlton@bactrian.org> | 2003-01-09 21:34:15 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2003-01-09 21:34:15 +0000 |
commit | 2b0ee4544f77f96624edceaae5e51bbcc67e2640 (patch) | |
tree | bf1db638f2641da409ece46903e4b34e46537f7c | |
parent | 6f33421c4774d819f18277ca2e5cc9d2ea6a686e (diff) | |
download | gdb-2b0ee4544f77f96624edceaae5e51bbcc67e2640.zip gdb-2b0ee4544f77f96624edceaae5e51bbcc67e2640.tar.gz gdb-2b0ee4544f77f96624edceaae5e51bbcc67e2640.tar.bz2 |
2003-01-09 David Carlton <carlton@math.stanford.edu>
* linespec.c: Update copyright.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/linespec.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 348c50a..1f26373 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-01-09 David Carlton <carlton@math.stanford.edu> + + * linespec.c: Update copyright. + 2003-01-09 Daniel Jacobowitz <drow@mvista.com> * lin-lwp.c (child_wait): Ignore exit statuses for processes other diff --git a/gdb/linespec.c b/gdb/linespec.c index 942a5ac..eab39bf 100644 --- a/gdb/linespec.c +++ b/gdb/linespec.c @@ -1,6 +1,6 @@ /* Parser for linespec for the GNU debugger, GDB. Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001 + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. |