comparison lisp/textmodes/reftex-parse.el @ 27035:083669ed376a

Supply licensing info.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Dec 1999 02:57:12 +0000
parents 489a5439b988
children f70a80cecdd3
comparison
equal deleted inserted replaced
27034:a171ee1ca955 27035:083669ed376a
1 ;;; reftex-parse.el - Parser Functions for RefTeX 1 ;;; reftex-parse.el - Parser Functions for RefTeX
2 ;;; Version: 4.9 2 ;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc.
3 ;;; 3
4 ;;; See main file reftex.el for licensing information 4 ;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
5 ;; Version: 4.9
6 ;; Keywords: tex
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
5 24
6 (eval-when-compile (require 'cl)) 25 (eval-when-compile (require 'cl))
7 (provide 'reftex-parse) 26 (provide 'reftex-parse)
8 (require 'reftex) 27 (require 'reftex)
9 28