diff options
| author | Bastien Guerry | 2012-04-01 22:27:06 +0200 |
|---|---|---|
| committer | Bastien Guerry | 2012-04-01 22:27:06 +0200 |
| commit | dfd989375d7356c50b3e60e3297b84f0b038dccc (patch) | |
| tree | 8d8f6d284b59fcdc94ad8289104f1adff99fc1ce /lisp/org/ob-python.el | |
| parent | 3460d159231c1b9a2fe0709bae79e253cad41097 (diff) | |
| download | emacs-dfd989375d7356c50b3e60e3297b84f0b038dccc.tar.gz emacs-dfd989375d7356c50b3e60e3297b84f0b038dccc.zip | |
Fix copyright and authors lines in Org
Diffstat (limited to 'lisp/org/ob-python.el')
| -rw-r--r-- | lisp/org/ob-python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 5e7a2f0e6b5..0dc744aaa73 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Authors: Eric Schulte |
| 6 | ;; Dan Davison | 6 | ;; Dan Davison |
| 7 | ;; Keywords: literate programming, reproducible research | 7 | ;; Keywords: literate programming, reproducible research |
| 8 | ;; Homepage: http://orgmode.org | 8 | ;; Homepage: http://orgmode.org |
| 9 | 9 | ||