From: Glenn Morris Date: Sat, 10 Jan 2009 21:50:40 +0000 (+0000) Subject: Comments (minor fixes of some header conventions). X-Git-Tag: emacs-pretest-23.0.90~549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de;p=emacs.git Comments (minor fixes of some header conventions). --- diff --git a/leim/quail/croatian.el b/leim/quail/croatian.el index 9961ac37db9..907456e6093 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æ , -;; modeled after czech.el by Milan Zamazal. +;; Author: Hrvoje Nik¹iæ ;; 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 . +;;; Commentary: + +;; Modeled after czech.el by Milan Zamazal. + ;;; Code: (require 'quail) diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index da21bbd1f97..1c262c99aef 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 . */ -/* 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 diff --git a/lisp/font-lock.el b/lisp/font-lock.el index fa1e04b4891..9c1775b25cb 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 1a87435bb0a..58e4360506e 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 ;; Keywords: i18n ;; This file is part of GNU Emacs. diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index 3d8987995c2..df7927f84ea 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 +;; 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 . -;; Author: Toru TOMABECHI, - -;; 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 456a5b453b2..064066cd787 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 , ;; Bill Wohler diff --git a/lisp/org/org-bbdb.el b/lisp/org/org-bbdb.el index ebb5676230f..18ca2b448b9 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 , ;; Thomas Baumann diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 30ec1802220..f04eb3da591 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 , Riccardo Murri +;; Author: Dave Love +;; Riccardo Murri ;; Keywords: tools ;; Created: Sept 2006 ;; Version: 2008-01-04 (Bzr revno 25)