summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-01-10 21:50:40 +0000
committerGlenn Morris <rgm@gnu.org>2009-01-10 21:50:40 +0000
commiteb2ffb185a5fb3c6e2f120c622c61c52bd10c8de (patch)
treefc2a847c3173339dc6ff311073f48680152734b4
parenta8e90bb2674c5284666415d15c5429c0472799eb (diff)
Comments (minor fixes of some header conventions).
-rw-r--r--leim/quail/croatian.el7
-rw-r--r--lib-src/cvtmail.c37
-rw-r--r--lisp/font-lock.el4
-rw-r--r--lisp/international/ogonek.el9
-rw-r--r--lisp/language/tibetan.el11
-rw-r--r--lisp/mh-e/mh-junk.el3
-rw-r--r--lisp/org/org-bbdb.el3
-rw-r--r--lisp/vc-bzr.el3
8 files changed, 44 insertions, 33 deletions
diff --git a/leim/quail/croatian.el b/leim/quail/croatian.el
index 9961ac37db..907456e609 100644
--- a/leim/quail/croatian.el
+++ b/leim/quail/croatian.el
@@ -3,8 +3,7 @@
;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
-;; Author: Hrvoje Nikšić <hniksic@xemacs.org>,
-;; modeled after czech.el by Milan Zamazal.
+;; Author: Hrvoje Nikšić <hniksic@xemacs.org>
;; Keywords: i18n
;; This file is part of GNU Emacs.
@@ -22,6 +21,10 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;;; Commentary:
+
+;; Modeled after czech.el by Milan Zamazal.
+
;;; Code:
(require 'quail)
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index da21bbd1f9..1c262c99ae 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -1,5 +1,10 @@
-/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+/* cvtmail.c --- convert Gosling Emacs mail directories into RMAIL format
+
+Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+ 2008, 2009 Free Software Foundation, Inc.
+
+Author: Larry Kolodney
+Created: 1985
This file is part of GNU Emacs.
@@ -17,21 +22,19 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-/* cvtmail:
- * Program to convert oldstyle goslings emacs mail directories into
- * gnu-rmail format. Program expects a directory called Messages to
- * exist in your home directory, containing individual mail messages in
- * separate files in the standard gosling emacs mail reader format.
- *
- * Program takes one argument: an output file. This file will contain
- * all the messages in Messages directory, in berkeley mail format.
- * If no output file is mentioned, messages are put in ~/OMAIL.
- *
- * In order to get rmail to read the messages, the resulting file must
- * be mv'ed to ~/mbox, and then have rmail invoked on them.
- *
- * Author: Larry Kolodney, 1985
- */
+/* Commentary:
+
+Program to convert oldstyle goslings emacs mail directories into
+gnu-rmail format. Program expects a directory called Messages to
+exist in your home directory, containing individual mail messages in
+separate files in the standard gosling emacs mail reader format.
+
+Program takes one argument: an output file. This file will contain
+all the messages in Messages directory, in berkeley mail format.
+If no output file is mentioned, messages are put in ~/OMAIL.
+
+In order to get rmail to read the messages, the resulting file must
+be mv'ed to ~/mbox, and then have rmail invoked on them. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index fa1e04b489..9c1775b25c 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -4,7 +4,9 @@
;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
-;; Author: Jamie Zawinski, Richard Stallman, Stefan Monnier
+;; Author: Jamie Zawinski
+;; Richard Stallman
+;; Stefan Monnier
;; Maintainer: FSF
;; Keywords: languages, faces
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el
index 1a87435bb0..58e4360506 100644
--- a/lisp/international/ogonek.el
+++ b/lisp/international/ogonek.el
@@ -1,10 +1,11 @@
;;; ogonek.el --- change the encoding of Polish diacritics
-;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-;; Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;; 2008, 2009 Free Software Foundation, Inc.
-;; Author: W{\l}odek Bzyl, Ryszard Kubiak
-;; Maintainer: rysiek@ipipan.gda.pl (Ryszard Kubiak)
+;; Author: W{\l}odek Bzyl
+;; Ryszard Kubiak
+;; Maintainer: Ryszard Kubiak <rysiek@ipipan.gda.pl>
;; Keywords: i18n
;; This file is part of GNU Emacs.
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el
index 3d8987995c..df7927f84e 100644
--- a/lisp/language/tibetan.el
+++ b/lisp/language/tibetan.el
@@ -1,7 +1,7 @@
;;; tibetan.el --- support for Tibetan language -*- coding: iso-2022-7bit; -*-
-;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-;; Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;; 2009 Free Software Foundation, Inc.
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007, 2008, 2009
;; National Institute of Advanced Industrial Science and Technology (AIST)
@@ -10,6 +10,8 @@
;; National Institute of Advanced Industrial Science and Technology (AIST)
;; Registration Number H13PRO009
+;; Author: Toru TOMABECHI <Toru.Tomabechi@orient.unil.ch>
+;; Created: Feb. 17. 1997
;; Keywords: multilingual, Tibetan, i18n
;; This file is part of GNU Emacs.
@@ -27,11 +29,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-;; Author: Toru TOMABECHI, <Toru.Tomabechi@orient.unil.ch>
-
-;; Created: Feb. 17. 1997
+;;; History:
-;; History:
;; 1997.03.13 Modification for special signs and punctuations.
;;; Commentary:
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el
index 456a5b453b..064066cd78 100644
--- a/lisp/mh-e/mh-junk.el
+++ b/lisp/mh-e/mh-junk.el
@@ -1,6 +1,7 @@
;;; mh-junk.el --- MH-E interface to anti-spam measures
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Free Software Foundation, Inc.
;; Author: Satyaki Das <satyaki@theforce.stanford.edu>,
;; Bill Wohler <wohler@newt.com>
diff --git a/lisp/org/org-bbdb.el b/lisp/org/org-bbdb.el
index ebb5676230..18ca2b448b 100644
--- a/lisp/org/org-bbdb.el
+++ b/lisp/org/org-bbdb.el
@@ -1,6 +1,7 @@
;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
+;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>,
;; Thomas Baumann <thomas dot baumann at ch dot tum dot de>
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index 30ec180222..f04eb3da59 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -2,7 +2,8 @@
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
-;; Author: Dave Love <fx@gnu.org>, Riccardo Murri <riccardo.murri@gmail.com>
+;; Author: Dave Love <fx@gnu.org>
+;; Riccardo Murri <riccardo.murri@gmail.com>
;; Keywords: tools
;; Created: Sept 2006
;; Version: 2008-01-04 (Bzr revno 25)