diff options
| author | Glenn Morris | 2009-01-10 21:56:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-10 21:56:18 +0000 |
| commit | c3fba29dba097f91449a3b0cda2041e96edaf709 (patch) | |
| tree | 1bf827a5a09e4fb4efc21daecc320e095cd043c0 | |
| parent | eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de (diff) | |
| download | emacs-c3fba29dba097f91449a3b0cda2041e96edaf709.tar.gz emacs-c3fba29dba097f91449a3b0cda2041e96edaf709.zip | |
Comment (add an author based on ack.texi).
| -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 @@ | |||
| 2 | Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Bill Rozas <jinx@martigny.ai.mit.edu> | ||
| 6 | (according to ack.texi) | ||
| 7 | |||
| 5 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 6 | 9 | ||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | 10 | 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 @@ | |||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
| 8 | ;; Author: Kenichi HANDA <handa@etl.go.jp> | ||
| 9 | ;; (according to ack.texi) | ||
| 8 | ;; Keywords: mule, multilingual, character composition | 10 | ;; Keywords: mule, multilingual, character composition |
| 9 | 11 | ||
| 10 | ;; This file is part of GNU Emacs. | 12 | ;; 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 @@ | |||
| 12 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 12 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 13 | ;; Registration Number H13PRO009 | 13 | ;; Registration Number H13PRO009 |
| 14 | 14 | ||
| 15 | ;; Author: Kenichi Handa <handa@m17n.org> | ||
| 16 | ;; (according to ack.texi) | ||
| 15 | ;; Keywords: wp, BDF, font, PostScript | 17 | ;; Keywords: wp, BDF, font, PostScript |
| 16 | ;; Maintainer: Kenichi Handa <handa@m17n.org> | ||
| 17 | 18 | ||
| 18 | ;; This file is part of GNU Emacs. | 19 | ;; This file is part of GNU Emacs. |
| 19 | 20 | ||