]> code.delx.au - gnu-emacs/commitdiff
Comment (fix header format).
authorGlenn Morris <rgm@gnu.org>
Sat, 10 Jan 2009 23:04:53 +0000 (23:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 10 Jan 2009 23:04:53 +0000 (23:04 +0000)
lisp/flow-ctrl.el
src/casetab.c

index 5138bdc7057edf9d318aef592ebed48850c3716f..2890f0be43d88d03b6351d2e62b10aeb3f5443e6 100644 (file)
@@ -1,9 +1,9 @@
 ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control
 
-;; Copyright (C) 1990, 1991, 1994, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
+;;   2007, 2008, 2009 Free Software Foundation, Inc.
 
-;; Author Kevin Gallagher
+;; Author: Kevin Gallagher
 ;; Maintainer: FSF
 ;; Adapted-By: ESR
 ;; Keywords: hardware
index eb5c500dda38e9167fab4f3d64b01401d391c660..1a5d292a00f653ecbc01bb2fb9d952cd9f7d25bd 100644 (file)
@@ -1,6 +1,8 @@
 /* GNU Emacs routines to deal with case tables.
-   Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+                 2008, 2009  Free Software Foundation, Inc.
+
+Author: Howard Gayle
 
 This file is part of GNU Emacs.
 
@@ -17,8 +19,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/* Written by Howard Gayle.  */
-
 #include <config.h>
 #include "lisp.h"
 #include "buffer.h"