diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-02-03 01:10:00 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-02-03 01:10:00 +0000 |
| commit | 36369aa65f06bd6a74d4570bab83c076e9d7d6ec (patch) | |
| tree | a1e210ba9262a31fd324ecd50f19edb11b52176a /tools | |
| parent | 2aa0534277f7965c33bfb6db702f4efd77588b25 (diff) | |
| download | docutils-36369aa65f06bd6a74d4570bab83c076e9d7d6ec.tar.gz | |
changed to GPL
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4333 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/editors/emacs/rst.el | 45 |
1 files changed, 18 insertions, 27 deletions
diff --git a/tools/editors/emacs/rst.el b/tools/editors/emacs/rst.el index 88a74e2fe..8cd35035d 100644 --- a/tools/editors/emacs/rst.el +++ b/tools/editors/emacs/rst.el @@ -7,11 +7,25 @@ ;;; David Goodger <goodger@python.org> ;;; :Revision: $Revision$ ;;; :Date: $Date$ -;;; :Copyright: This module has been placed in the public domain. -;;; :Abstract: +;;; :Copyright: 2003-2006 by Martin Blais, Stefan Merten, and David Goodger. +;;; :License: +;;; This program is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License version 2, +;;; as published by the Free Software Foundation. +;;; +;;; This program 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 +;;; version 2 along with this program (../../../licenses/gpl.txt) and +;;; available at http://docutils.sf.net/licenses/gpl.txt +;;; and at http://www.gnu.org/licenses/gpl.txt. ;;; -;;; Support code for editing reStructuredText with Emacs. The latest version -;;; of this file lies in the docutils source code repository. +;;; :Abstract: +;;; Support code for editing reStructuredText with Emacs. The latest +;;; version of this file lies in the docutils source code repository. ;;; ;;; Description ;;; =========== @@ -1903,29 +1917,6 @@ up to the leftmost character in the region." ;; All customizable features have a comment explaining their meaning. Refer to ;; the customization of your Emacs (try ``M-x customize``). -;; SEE ALSO -;; -;; http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html - -;; AUTHOR -;; -;; Stefan Merten <smerten AT oekonux.de> - -;; LICENSE -;; -;; This program is licensed under the terms of the GPL. See -;; -;; http://www.gnu.org/licenses/gpl.txt - -;; AVAILABILITY -;; -;; See -;; -;; http://www.merten-home.de/FreeSoftware/rst-mode/ - - -;;; Code: - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Customization: |
