diff options
| author | Bastien Guerry | 2012-01-04 15:49:41 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2012-01-04 15:49:41 +0100 |
| commit | b9db31c7b822bb37c8a040ca7e3a16300de0457f (patch) | |
| tree | 77bd9bf2612b76913e3f1e3da24d7c58fd8ee961 /lisp/org/ob-sqlite.el | |
| parent | b73f1974f0cd3a7b719e371b536917ba80f5d062 (diff) | |
| download | emacs-b9db31c7b822bb37c8a040ca7e3a16300de0457f.tar.gz emacs-b9db31c7b822bb37c8a040ca7e3a16300de0457f.zip | |
Fix more copyright year for Org files.
Diffstat (limited to 'lisp/org/ob-sqlite.el')
| -rw-r--r-- | lisp/org/ob-sqlite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-sqlite.el b/lisp/org/ob-sqlite.el index edd230e78c0..d3a336a8af0 100644 --- a/lisp/org/ob-sqlite.el +++ b/lisp/org/ob-sqlite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-sqlite.el --- org-babel functions for sqlite database interaction | 1 | ;;; ob-sqlite.el --- org-babel functions for sqlite database interaction |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: Eric Schulte | 5 | ;; Author: Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |