diff options
| author | Bastien Guerry | 2012-04-01 21:55:11 +0200 |
|---|---|---|
| committer | Bastien Guerry | 2012-04-01 21:55:11 +0200 |
| commit | 3460d159231c1b9a2fe0709bae79e253cad41097 (patch) | |
| tree | d4ccafbe9d09ee363dd69817b32fc62d7cf6f903 | |
| parent | b8f84b1d9e97f0cd4394d2c47378352c06d01c3a (diff) | |
| download | emacs-3460d159231c1b9a2fe0709bae79e253cad41097.tar.gz emacs-3460d159231c1b9a2fe0709bae79e253cad41097.zip | |
Fix copyright declaration in ob-fortran.el
| -rw-r--r-- | lisp/org/ob-fortran.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-fortran.el b/lisp/org/ob-fortran.el index e9ff78dcd38..1d633c95161 100644 --- a/lisp/org/ob-fortran.el +++ b/lisp/org/ob-fortran.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-fortran.el --- org-babel functions for fortran | 1 | ;;; ob-fortran.el --- org-babel functions for fortran |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Sergey Litvinov, Eric Schulte | 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Sergey Litvinov (based on ob-C.el by Eric Schulte), Eric Schulte | 5 | ;; Authors: Sergey Litvinov (based on ob-C.el by Eric Schulte), Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research, fortran | 6 | ;; Keywords: literate programming, reproducible research, fortran |