diff options
| author | Glenn Morris | 2011-08-18 16:57:10 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-08-18 16:57:10 -0400 |
| commit | c7557a0f2c61ba5180b8bf53810319cce0bcc30f (patch) | |
| tree | 9b5b4a3fe43f863256e60bb9555d5071a2efa5c4 /lisp/org/ob-python.el | |
| parent | cbd209473b6e0bc782293fc07ca5c65c6cfcadda (diff) | |
| download | emacs-c7557a0f2c61ba5180b8bf53810319cce0bcc30f.tar.gz emacs-c7557a0f2c61ba5180b8bf53810319cce0bcc30f.zip | |
Standardize/fix some Org header comments.
* org-freemind.el: Remove duplicate, incorrect license notice.
* ob-lisp.el: Convert consecutive copyright years to ranges.
* ob-js.el, ob-scheme.el: Standardize license text.
* ob-R.el, ob-clojure.el, ob-exp.el, ob-lisp.el, ob-lob.el, ob-perl.el:
* ob-python.el, ob-ref.el, ob.el:
Put multiple authors on separate lines.
Diffstat (limited to 'lisp/org/ob-python.el')
| -rw-r--r-- | lisp/org/ob-python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index a871cbe4126..5234d83ecee 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2011 Free Software Foundation | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte, Dan Davison | 5 | ;; Author: Eric Schulte |
| 6 | ;; Dan Davison | ||
| 6 | ;; Keywords: literate programming, reproducible research | 7 | ;; Keywords: literate programming, reproducible research |
| 7 | ;; Homepage: http://orgmode.org | 8 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 7.7 | 9 | ;; Version: 7.7 |