Comment (add Author:, based on authors.el).
authorGlenn Morris <rgm@gnu.org>
Sat, 10 Jan 2009 22:53:08 +0000 (22:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 10 Jan 2009 22:53:08 +0000 (22:53 +0000)
lisp/diff.el
src/xrdb.c

index 6c9d99c..1af34db 100644 (file)
@@ -1,8 +1,10 @@
 ;;; diff.el --- run `diff' in compilation-mode
 
-;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
+;;   2007, 2008, 2009 Free Software Foundation, Inc.
 
+;; Author: Frank Bresz
+;; (according to authors.el)
 ;; Maintainer: FSF
 ;; Keywords: unix, tools
 
index 0360184..0a74c08 100644 (file)
@@ -2,6 +2,9 @@
    Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004,
                  2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
+Author: Joseph Arceneaux
+Created: 4/90
+
 This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify
@@ -17,8 +20,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 jla, 4/90 */
-
 #ifdef emacs
 #include <config.h>
 #endif