summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-index.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-12-30 02:57:12 +0000
committerRichard M. Stallman <rms@gnu.org>1999-12-30 02:57:12 +0000
commit3ba2590f716a2ad4acb2eefb9f028efb241f76b7 (patch)
tree38de0d5a9460dedf9538b8931bbe12f2d39b0e07 /lisp/textmodes/reftex-index.el
parent2b12cfbfd17d9864bbb816b6faf3435b3be40e2c (diff)
downloademacs-3ba2590f716a2ad4acb2eefb9f028efb241f76b7.tar.gz
Supply licensing info.
Diffstat (limited to 'lisp/textmodes/reftex-index.el')
-rw-r--r--lisp/textmodes/reftex-index.el25
1 files changed, 22 insertions, 3 deletions
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el
index 0c020f6bf06..091bcb61137 100644
--- a/lisp/textmodes/reftex-index.el
+++ b/lisp/textmodes/reftex-index.el
@@ -1,7 +1,26 @@
;;; reftex-index.el - Index support with RefTeX
-;;; Version: 4.9
-;;;
-;;; See main file reftex.el for licensing information
+;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc.
+
+;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
+;; Version: 4.9
+;; Keywords: tex
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING. If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
(eval-when-compile (require 'cl))
(provide 'reftex-index)