Mercurial > emacs
changeset 27035:083669ed376a
Supply licensing info.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 30 Dec 1999 02:57:12 +0000 |
parents | a171ee1ca955 |
children | 4f6a80a0f1ba |
files | lisp/textmodes/reftex-auc.el lisp/textmodes/reftex-cite.el lisp/textmodes/reftex-global.el lisp/textmodes/reftex-index.el lisp/textmodes/reftex-parse.el lisp/textmodes/reftex-ref.el lisp/textmodes/reftex-sel.el lisp/textmodes/reftex-toc.el lisp/textmodes/reftex-vars.el lisp/textmodes/reftex-vcr.el |
diffstat | 10 files changed, 220 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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-auc)
--- 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 <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-cite)
--- 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 <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-global)
--- 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 <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)
--- 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 <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-parse)
--- 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 <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-ref)
--- 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 <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-sel)
--- 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 <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-toc)
--- 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 <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-vars)
--- 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 <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-vcr)