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 | |
| parent | b73f1974f0cd3a7b719e371b536917ba80f5d062 (diff) | |
| download | emacs-b9db31c7b822bb37c8a040ca7e3a16300de0457f.tar.gz emacs-b9db31c7b822bb37c8a040ca7e3a16300de0457f.zip | |
Fix more copyright year for Org files.
| -rw-r--r-- | lisp/org/ob-C.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-calc.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-ledger.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-lilypond.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-matlab.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-mscgen.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-octave.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-picolisp.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-plantuml.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-sqlite.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-crypt.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-mks.el | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lisp/org/ob-C.el b/lisp/org/ob-C.el index dccf6b2b0b3..4f33fc45310 100644 --- a/lisp/org/ob-C.el +++ b/lisp/org/ob-C.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-C.el --- org-babel functions for C and similar languages | 1 | ;;; ob-C.el --- org-babel functions for C and similar languages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-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-calc.el b/lisp/org/ob-calc.el index 0b0cfd4b1ed..6686c2754bf 100644 --- a/lisp/org/ob-calc.el +++ b/lisp/org/ob-calc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-calc.el --- org-babel functions for calc code evaluation | 1 | ;;; ob-calc.el --- org-babel functions for calc code evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc | 3 | ;; Copyright (C) 2010-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-ledger.el b/lisp/org/ob-ledger.el index 7556ca19176..e9c142712eb 100644 --- a/lisp/org/ob-ledger.el +++ b/lisp/org/ob-ledger.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-ledger.el --- org-babel functions for ledger evaluation | 1 | ;;; ob-ledger.el --- org-babel functions for ledger evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S Fraga | 5 | ;; Author: Eric S Fraga |
| 6 | ;; Keywords: literate programming, reproducible research, accounting | 6 | ;; Keywords: literate programming, reproducible research, accounting |
diff --git a/lisp/org/ob-lilypond.el b/lisp/org/ob-lilypond.el index 1f817adb4ec..1f412fd9671 100644 --- a/lisp/org/ob-lilypond.el +++ b/lisp/org/ob-lilypond.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-lilypond.el --- org-babel functions for lilypond evaluation | 1 | ;;; ob-lilypond.el --- org-babel functions for lilypond evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Martyn Jago | 5 | ;; Author: Martyn Jago |
| 6 | ;; Keywords: babel language, literate programming | 6 | ;; Keywords: babel language, literate programming |
diff --git a/lisp/org/ob-matlab.el b/lisp/org/ob-matlab.el index 479100a80c4..717fc746dc6 100644 --- a/lisp/org/ob-matlab.el +++ b/lisp/org/ob-matlab.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-matlab.el --- org-babel support for matlab evaluation | 1 | ;;; ob-matlab.el --- org-babel support for matlab evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dan Davison | 5 | ;; Author: Dan Davison |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-mscgen.el b/lisp/org/ob-mscgen.el index 5e894717ddd..b40f9a39cef 100644 --- a/lisp/org/ob-mscgen.el +++ b/lisp/org/ob-mscgen.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-msc.el --- org-babel functions for mscgen evaluation | 1 | ;;; ob-msc.el --- org-babel functions for mscgen evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juan Pechiar | 5 | ;; Author: Juan Pechiar |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-octave.el b/lisp/org/ob-octave.el index 7de1455b820..9e8575768dc 100644 --- a/lisp/org/ob-octave.el +++ b/lisp/org/ob-octave.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation | 1 | ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dan Davison | 5 | ;; Author: Dan Davison |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-picolisp.el b/lisp/org/ob-picolisp.el index 75e3ae03f3d..1b39e923e6a 100644 --- a/lisp/org/ob-picolisp.el +++ b/lisp/org/ob-picolisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-picolisp.el --- org-babel functions for picolisp evaluation | 1 | ;;; ob-picolisp.el --- org-babel functions for picolisp evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Thorsten Jolitz and Eric Schulte | 5 | ;; Authors: Thorsten Jolitz and Eric Schulte |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
diff --git a/lisp/org/ob-plantuml.el b/lisp/org/ob-plantuml.el index 9f60f583bb0..da700527f71 100644 --- a/lisp/org/ob-plantuml.el +++ b/lisp/org/ob-plantuml.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation | 1 | ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Zhang Weize | 5 | ;; Author: Zhang Weize |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |
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 |
diff --git a/lisp/org/org-crypt.el b/lisp/org/org-crypt.el index f7644048f48..f3e63b0fb94 100644 --- a/lisp/org/org-crypt.el +++ b/lisp/org/org-crypt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-crypt.el --- Public key encryption for org-mode entries | 1 | ;;; org-crypt.el --- Public key encryption for org-mode entries |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Emacs Lisp Archive Entry | 5 | ;; Emacs Lisp Archive Entry |
| 6 | ;; Filename: org-crypt.el | 6 | ;; Filename: org-crypt.el |
diff --git a/lisp/org/org-mks.el b/lisp/org/org-mks.el index 55140419734..71405deeb04 100644 --- a/lisp/org/org-mks.el +++ b/lisp/org/org-mks.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-mks.el --- Multi-key-selection for Org-mode | 1 | ;;; org-mks.el --- Multi-key-selection for Org-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |