diff options
-rw-r--r-- | lib-src/fakemail.c | 3 | ||||
-rw-r--r-- | lisp/composite.el | 2 | ||||
-rw-r--r-- | lisp/ps-bdf.el | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index c87fe2e3851..8d04f8010f4 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -2,6 +2,9 @@ Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Author: Bill Rozas <jinx@martigny.ai.mit.edu> +(according to ack.texi) + This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/composite.el b/lisp/composite.el index effa8d6d0a9..c37a37e18e0 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -5,6 +5,8 @@ ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 +;; Author: Kenichi HANDA <handa@etl.go.jp> +;; (according to ack.texi) ;; Keywords: mule, multilingual, character composition ;; This file is part of GNU Emacs. diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index c464558ad45..46c5f9842d5 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el @@ -12,8 +12,9 @@ ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 +;; Author: Kenichi Handa <handa@m17n.org> +;; (according to ack.texi) ;; Keywords: wp, BDF, font, PostScript -;; Maintainer: Kenichi Handa <handa@m17n.org> ;; This file is part of GNU Emacs. |