summaryrefslogtreecommitdiff
path: root/lisp/org/org-lparse.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-01-05 00:00:08 -0800
committerGlenn Morris <rgm@gnu.org>2012-01-05 00:00:08 -0800
commitc7e9ed79544f1715b288eb5795963d4b5d8f1ff0 (patch)
tree75d6a3671adb24f45b296bae4cf58a696f050129 /lisp/org/org-lparse.el
parentb12d695a8d60a5b4198b43eb245d61640b6c1e2e (diff)
downloademacs-c7e9ed79544f1715b288eb5795963d4b5d8f1ff0.tar.gz
emacs-c7e9ed79544f1715b288eb5795963d4b5d8f1ff0.tar.bz2
emacs-c7e9ed79544f1715b288eb5795963d4b5d8f1ff0.zip
Copyright, license, and header fixes for Org.
Diffstat (limited to 'lisp/org/org-lparse.el')
-rw-r--r--lisp/org/org-lparse.el11
1 files changed, 3 insertions, 8 deletions
diff --git a/lisp/org/org-lparse.el b/lisp/org/org-lparse.el
index 682a6611d73..b13dc86e5a6 100644
--- a/lisp/org/org-lparse.el
+++ b/lisp/org/org-lparse.el
@@ -5,9 +5,8 @@
;; Author: Jambunathan K <kjambunathan at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;;
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
+
+;; 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
@@ -21,8 +20,7 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+
;;; Commentary:
;; `org-lparse' is the entry point for the generic line-oriented
@@ -45,9 +43,6 @@
;; convert documents between various formats. Use this to command,
;; for example, to convert odt file to doc or pdf format.
-;; See README.org file that comes with this library for answers to
-;; FAQs and more information on using this library.
-
;;; Code:
(eval-when-compile
(require 'cl))