# HG changeset patch # User Richard M. Stallman # Date 946522632 0 # Node ID 083669ed376a1b365ba0cb51f02b3426726f47c0 # Parent a171ee1ca955730d2d04fa09ece04665259e2e67 Supply licensing info. diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-auc.el --- a/lisp/textmodes/reftex-auc.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-auc.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-auc.el - RefTeX's interface to AUC TeX -;;; Version: 4.9 -;;; -;;; See main file reftex.el for licensing information +;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. + +;; Author: Carsten Dominik +;; 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-auc) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-cite.el --- a/lisp/textmodes/reftex-cite.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-cite.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-cite.el - Creating citations 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 +;; 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-cite) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-global.el --- a/lisp/textmodes/reftex-global.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-global.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-global.el - Operations on entire documents 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 +;; 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-global) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-index.el --- a/lisp/textmodes/reftex-index.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-index.el Thu Dec 30 02:57:12 1999 +0000 @@ -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 +;; 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) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-parse.el --- a/lisp/textmodes/reftex-parse.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-parse.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-parse.el - Parser Functions for RefTeX -;;; Version: 4.9 -;;; -;;; See main file reftex.el for licensing information +;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. + +;; Author: Carsten Dominik +;; 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-parse) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-ref.el --- a/lisp/textmodes/reftex-ref.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-ref.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-ref.el - Code to create labels and references 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 +;; 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-ref) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-sel.el --- a/lisp/textmodes/reftex-sel.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-sel.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-sel.el - The selection modes for RefTeX -;;; Version: 4.9 -;;; -;;; See main file reftex.el for licensing information +;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. + +;; Author: Carsten Dominik +;; 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-sel) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-toc.el --- a/lisp/textmodes/reftex-toc.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-toc.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-toc.el - RefTeX's table of contents mode -;;; Version: 4.9 -;;; -;;; See main file reftex.el for licensing information +;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. + +;; Author: Carsten Dominik +;; 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-toc) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-vars.el --- a/lisp/textmodes/reftex-vars.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-vars.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-vars.el - Configuration variables for RefTeX -;;; Version: 4.9 -;;; -;;; See main file reftex.el for licensing information +;; Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc. + +;; Author: Carsten Dominik +;; 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-vars) diff -r a171ee1ca955 -r 083669ed376a lisp/textmodes/reftex-vcr.el --- a/lisp/textmodes/reftex-vcr.el Thu Dec 30 02:50:29 1999 +0000 +++ b/lisp/textmodes/reftex-vcr.el Thu Dec 30 02:57:12 1999 +0000 @@ -1,7 +1,26 @@ ;;; reftex-vcr.el - Viewing cross references and citations 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 +;; 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-vcr)