diff options
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r-- | gdb/ser-tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index 4f2dcdd0d25..d96a8e5f461 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -1,7 +1,7 @@ /* Serial interface for raw TCP connections on Un*x like systems. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2005, 2006, - 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1992-1996, 1998-1999, 2001, 2005-2012 Free Software + Foundation, Inc. This file is part of GDB. |