diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-01-18 03:38:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-01-18 03:38:32 +0000 |
commit | 29182b132f1e74decd7acc057931669c16fff0a9 (patch) | |
tree | 5a896d1107e2b2aaf069b58e051cb4362525d184 /gdb/remote.c | |
parent | 2963ee1d7c76b0ce775d0037557cd82f8aae827c (diff) | |
download | gdb-29182b132f1e74decd7acc057931669c16fff0a9.zip gdb-29182b132f1e74decd7acc057931669c16fff0a9.tar.gz gdb-29182b132f1e74decd7acc057931669c16fff0a9.tar.bz2 |
* remote.c: Update copyright years.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 453074f..c18efd4 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1,7 +1,8 @@ /* Remote target communications for serial-line targets in custom GDB protocol Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Free Software Foundation, Inc. This file is part of GDB. |