2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
[binutils-gdb.git] / gdb / terminal.h
index 73be02f6bf4e922d365e3c9a405de4cf85e56e79..0038b25c45ad24a2bb733e054eb752e2160021ca 100644 (file)
@@ -1,6 +1,6 @@
 /* Terminal interface definitions for GDB, the GNU Debugger.
-   Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1999, 2000,
-   2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1989-1993, 1995-1996, 1999-2000, 2006-2012 Free
+   Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 
 /* If we're using autoconf, it will define HAVE_TERMIOS_H,
-   HAVE_TERMIO_H and HAVE_SGTTY_H for us. One day we can rewrite
+   HAVE_TERMIO_H and HAVE_SGTTY_H for us.  One day we can rewrite
    ser-unix.c and inflow.c to inspect those names instead of
    HAVE_TERMIOS, HAVE_TERMIO and the implicit HAVE_SGTTY (when neither
    HAVE_TERMIOS or HAVE_TERMIO is set).  Until then, make sure that
    nothing has already defined the one of the names, and do the right
-   thing. */
+   thing.  */
 
 #if !defined (HAVE_TERMIOS) && !defined(HAVE_TERMIO) && !defined(HAVE_SGTTY)
 #if defined(HAVE_TERMIOS_H)