diff options
| author | Glenn Morris | 2011-08-18 16:41:06 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-08-18 16:41:06 -0400 |
| commit | cbd209473b6e0bc782293fc07ca5c65c6cfcadda (patch) | |
| tree | 5862b71efceabcb4b305a34d33129066deb420d4 /lisp/org/ob-python.el | |
| parent | 0be6ee069e0911cdac5abe4d2ff53bf32a6d62fc (diff) | |
| download | emacs-cbd209473b6e0bc782293fc07ca5c65c6cfcadda.tar.gz emacs-cbd209473b6e0bc782293fc07ca5c65c6cfcadda.zip | |
Restore clobbered changes to Org copyright years.
Diffstat (limited to 'lisp/org/ob-python.el')
| -rw-r--r-- | lisp/org/ob-python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 3c1460c6740..a871cbe4126 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-python.el --- org-babel functions for python evaluation | 1 | ;;; ob-python.el --- org-babel functions for python evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009, 2010 Free Software Foundation | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte, Dan Davison | 5 | ;; Author: Eric Schulte, Dan Davison |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |