aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2011-01-26 00:36:39 -0800
committerGlenn Morris2011-01-26 00:36:39 -0800
commit95df8112a0cbdb06addbac5fbea03b37d4440418 (patch)
tree40de7680f5332a55701dc1477722357dd37803b3 /lisp/textmodes
parent008cad902f3434dc8c490dd0488ae93df4f16d9c (diff)
downloademacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz
emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip
Refill some long/short copyright headers.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/bibtex-style.el3
-rw-r--r--lisp/textmodes/bibtex.el3
-rw-r--r--lisp/textmodes/conf-mode.el3
-rw-r--r--lisp/textmodes/dns-mode.el3
-rw-r--r--lisp/textmodes/ispell.el3
-rw-r--r--lisp/textmodes/nroff-mode.el3
-rw-r--r--lisp/textmodes/page-ext.el3
-rw-r--r--lisp/textmodes/rst.el3
-rw-r--r--lisp/textmodes/sgml-mode.el3
-rw-r--r--lisp/textmodes/texinfmt.el3
10 files changed, 14 insertions, 16 deletions
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el
index 553601dbea8..831d4e86676 100644
--- a/lisp/textmodes/bibtex-style.el
+++ b/lisp/textmodes/bibtex-style.el
@@ -1,7 +1,6 @@
1;;; bibtex-style.el --- Major mode for BibTeX Style files 1;;; bibtex-style.el --- Major mode for BibTeX Style files
2 2
3;; Copyright (C) 2005, 2007-2011 3;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc.
4;; Free Software Foundation, Inc.
5 4
6;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
7;; Keywords: tex 6;; Keywords: tex
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 484b567848b..2d2c0380a4a 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -1,7 +1,6 @@
1;;; bibtex.el --- BibTeX mode for GNU Emacs 1;;; bibtex.el --- BibTeX mode for GNU Emacs
2 2
3;; Copyright (C) 1992, 1994-1999, 2001-2011 3;; Copyright (C) 1992, 1994-1999, 2001-2011 Free Software Foundation, Inc.
4;; Free Software Foundation, Inc.
5 4
6;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de> 5;; Author: Stefan Schoef <schoef@offis.uni-oldenburg.de>
7;; Bengt Martensson <bengt@mathematik.uni-Bremen.de> 6;; Bengt Martensson <bengt@mathematik.uni-Bremen.de>
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el
index e5fcad7d22e..4e6c8bd6b05 100644
--- a/lisp/textmodes/conf-mode.el
+++ b/lisp/textmodes/conf-mode.el
@@ -1,7 +1,6 @@
1;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files 1;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files
2 2
3;; Copyright (C) 2004-2011 3;; Copyright (C) 2004-2011 Free Software Foundation, Inc.
4;; Free Software Foundation, Inc.
5 4
6;; Author: Daniel Pfeiffer <occitan@esperanto.org> 5;; Author: Daniel Pfeiffer <occitan@esperanto.org>
7;; Keywords: conf ini windows java 6;; Keywords: conf ini windows java
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el
index 994eeea0aa7..0d5d28f8e5d 100644
--- a/lisp/textmodes/dns-mode.el
+++ b/lisp/textmodes/dns-mode.el
@@ -1,7 +1,6 @@
1;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files 1;;; dns-mode.el --- a mode for viewing/editing Domain Name System master files
2 2
3;; Copyright (C) 2000-2001, 2004-2011 3;; Copyright (C) 2000-2001, 2004-2011 Free Software Foundation, Inc.
4;; Free Software Foundation, Inc.
5 4
6;; Author: Simon Josefsson <simon@josefsson.org> 5;; Author: Simon Josefsson <simon@josefsson.org>
7;; Keywords: DNS master zone file SOA comm 6;; Keywords: DNS master zone file SOA comm
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index ab4eb328c50..ab31fed7069 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1,7 +1,6 @@
1;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2 1;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
2 2
3;; Copyright (C) 1994-1995, 1997-2011 3;; Copyright (C) 1994-1995, 1997-2011 Free Software Foundation, Inc.
4;; Free Software Foundation, Inc.
5 4
6;; Author: Ken Stevens <k.stevens@ieee.org> 5;; Author: Ken Stevens <k.stevens@ieee.org>
7;; Maintainer: Ken Stevens <k.stevens@ieee.org> 6;; Maintainer: Ken Stevens <k.stevens@ieee.org>
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el
index b277f9e7758..8fb0bd85dab 100644
--- a/lisp/textmodes/nroff-mode.el
+++ b/lisp/textmodes/nroff-mode.el
@@ -1,6 +1,7 @@
1;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source 1;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source
2 2
3;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2011
4;; Free Software Foundation, Inc.
4 5
5;; Maintainer: FSF 6;; Maintainer: FSF
6;; Keywords: wp 7;; Keywords: wp
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el
index ed4c5989292..6e73fda662b 100644
--- a/lisp/textmodes/page-ext.el
+++ b/lisp/textmodes/page-ext.el
@@ -1,6 +1,7 @@
1;;; page-ext.el --- extended page handling commands 1;;; page-ext.el --- extended page handling commands
2 2
3;; Copyright (C) 1990-1991, 1993-1994, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1990-1991, 1993-1994, 2001-2011
4;; Free Software Foundation, Inc.
4 5
5;; Author: Robert J. Chassell <bob@gnu.org> 6;; Author: Robert J. Chassell <bob@gnu.org>
6;; (according to ack.texi) 7;; (according to ack.texi)
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 5527fdfc77b..b55146c2ff9 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -1,7 +1,6 @@
1;;; rst.el --- Mode for viewing and editing reStructuredText-documents. 1;;; rst.el --- Mode for viewing and editing reStructuredText-documents.
2 2
3;; Copyright (C) 2003-2011 3;; Copyright (C) 2003-2011 Free Software Foundation, Inc.
4;; Free Software Foundation, Inc.
5 4
6;; Authors: Martin Blais <blais@furius.ca>, 5;; Authors: Martin Blais <blais@furius.ca>,
7;; Stefan Merten <smerten@oekonux.de>, 6;; Stefan Merten <smerten@oekonux.de>,
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 8f06e029d40..2229dc6c9e8 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -1,6 +1,7 @@
1;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: utf-8 -*- 1;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: utf-8 -*-
2 2
3;; Copyright (C) 1992, 1995-1996, 1998, 2001-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1995-1996, 1998, 2001-2011
4;; Free Software Foundation, Inc.
4 5
5;; Author: James Clark <jjc@jclark.com> 6;; Author: James Clark <jjc@jclark.com>
6;; Maintainer: FSF 7;; Maintainer: FSF
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 73c1d089c10..d33cbb97dd8 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -1,6 +1,7 @@
1;;; texinfmt.el --- format Texinfo files into Info files 1;;; texinfmt.el --- format Texinfo files into Info files
2 2
3;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2011
4;; Free Software Foundation, Inc.
4 5
5;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> 6;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org>
6;; Keywords: maint, tex, docs 7;; Keywords: maint, tex, docs