diff options
| author | Bastien Guerry | 2012-01-04 16:13:14 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2012-01-04 16:13:14 +0100 |
| commit | 0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3 (patch) | |
| tree | bfa833b3c97c85077250d4a11a1d8219547f7cc1 | |
| parent | b9db31c7b822bb37c8a040ca7e3a16300de0457f (diff) | |
| download | emacs-0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3.tar.gz emacs-0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3.zip | |
Fix even more copyright year for Org files.
| -rw-r--r-- | lisp/org/ob-awk.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-fortran.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-java.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-eshell.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ob-awk.el b/lisp/org/ob-awk.el index daba6070d1f..ded8ee4f693 100644 --- a/lisp/org/ob-awk.el +++ b/lisp/org/ob-awk.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-awk.el --- org-babel functions for awk evaluation | 1 | ;;; ob-awk.el --- org-babel functions for awk evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-fortran.el b/lisp/org/ob-fortran.el index 219d2fa1238..753f628d0ca 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) 2012 Sergey Litvinov, Eric Schulte | 3 | ;; Copyright (C) 2011-2012 Sergey Litvinov, Eric Schulte |
| 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 |
diff --git a/lisp/org/ob-java.el b/lisp/org/ob-java.el index f593e1a155f..75afda124d6 100644 --- a/lisp/org/ob-java.el +++ b/lisp/org/ob-java.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-java.el --- org-babel functions for java evaluation | 1 | ;;; ob-java.el --- org-babel functions for java evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/org-eshell.el b/lisp/org/org-eshell.el index 92dbc4bc25e..8c229bc1431 100644 --- a/lisp/org/org-eshell.el +++ b/lisp/org/org-eshell.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; org-eshell.el - Support for links to working directories in eshell | 1 | ;;; org-eshell.el - Support for links to working directories in eshell |
| 2 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 3 | ;; | 3 | ;; |
| 4 | ;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net> | 4 | ;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net> |
| 5 | ;; Version: 0.1 | 5 | ;; Version: 0.1 |