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 /lisp/org/ob-java.el | |
| parent | b9db31c7b822bb37c8a040ca7e3a16300de0457f (diff) | |
| download | emacs-0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3.tar.gz emacs-0b41d90bd3ef6f1fb03d23cfbe064fcf865c82c3.zip | |
Fix even more copyright year for Org files.
Diffstat (limited to 'lisp/org/ob-java.el')
| -rw-r--r-- | lisp/org/ob-java.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |