Просмотр исходного кода

Backport remaining changes from commit 7e09ef0

Add changes from Emacs repo that should have been backported with
bb77dd2.

Update copyright year to 2015
7e09ef09a479731d01b1ca46e94ddadd73ac98e3
Paul Eggert
Thu Jan 1 14:26:41 2015 -0800
Paul Eggert 11 лет назад
Родитель
Сommit
ecf3a4af2c
70 измененных файлов с 70 добавлено и 70 удалено
  1. 1 1
      lisp/ob-C.el
  2. 1 1
      lisp/ob-awk.el
  3. 1 1
      lisp/ob-calc.el
  4. 1 1
      lisp/ob-clojure.el
  5. 1 1
      lisp/ob-comint.el
  6. 1 1
      lisp/ob-css.el
  7. 1 1
      lisp/ob-ditaa.el
  8. 1 1
      lisp/ob-dot.el
  9. 1 1
      lisp/ob-emacs-lisp.el
  10. 1 1
      lisp/ob-eval.el
  11. 1 1
      lisp/ob-exp.el
  12. 1 1
      lisp/ob-fortran.el
  13. 1 1
      lisp/ob-gnuplot.el
  14. 1 1
      lisp/ob-haskell.el
  15. 1 1
      lisp/ob-io.el
  16. 1 1
      lisp/ob-java.el
  17. 1 1
      lisp/ob-js.el
  18. 1 1
      lisp/ob-keys.el
  19. 1 1
      lisp/ob-latex.el
  20. 1 1
      lisp/ob-ledger.el
  21. 1 1
      lisp/ob-lilypond.el
  22. 1 1
      lisp/ob-lisp.el
  23. 1 1
      lisp/ob-makefile.el
  24. 1 1
      lisp/ob-matlab.el
  25. 1 1
      lisp/ob-maxima.el
  26. 1 1
      lisp/ob-mscgen.el
  27. 1 1
      lisp/ob-octave.el
  28. 1 1
      lisp/ob-org.el
  29. 1 1
      lisp/ob-perl.el
  30. 1 1
      lisp/ob-picolisp.el
  31. 1 1
      lisp/ob-plantuml.el
  32. 1 1
      lisp/ob-ruby.el
  33. 1 1
      lisp/ob-sass.el
  34. 1 1
      lisp/ob-scala.el
  35. 1 1
      lisp/ob-scheme.el
  36. 1 1
      lisp/ob-screen.el
  37. 1 1
      lisp/ob-shen.el
  38. 1 1
      lisp/ob-sql.el
  39. 1 1
      lisp/ob-sqlite.el
  40. 1 1
      lisp/ob-table.el
  41. 1 1
      lisp/ob-tangle.el
  42. 1 1
      lisp/ob.el
  43. 1 1
      lisp/org-archive.el
  44. 1 1
      lisp/org-attach.el
  45. 1 1
      lisp/org-bbdb.el
  46. 1 1
      lisp/org-bibtex.el
  47. 1 1
      lisp/org-clock.el
  48. 1 1
      lisp/org-colview.el
  49. 1 1
      lisp/org-crypt.el
  50. 1 1
      lisp/org-ctags.el
  51. 1 1
      lisp/org-datetree.el
  52. 1 1
      lisp/org-eshell.el
  53. 1 1
      lisp/org-faces.el
  54. 1 1
      lisp/org-feed.el
  55. 1 1
      lisp/org-gnus.el
  56. 1 1
      lisp/org-id.el
  57. 1 1
      lisp/org-indent.el
  58. 1 1
      lisp/org-info.el
  59. 1 1
      lisp/org-inlinetask.el
  60. 1 1
      lisp/org-irc.el
  61. 1 1
      lisp/org-macs.el
  62. 1 1
      lisp/org-mhe.el
  63. 1 1
      lisp/org-mobile.el
  64. 1 1
      lisp/org-mouse.el
  65. 1 1
      lisp/org-protocol.el
  66. 1 1
      lisp/org-rmail.el
  67. 1 1
      lisp/org-timer.el
  68. 1 1
      lisp/org-w3m.el
  69. 1 1
      lisp/ox-icalendar.el
  70. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ob-C.el

@@ -1,6 +1,6 @@
 ;;; ob-C.el --- org-babel functions for C and similar languages
 ;;; ob-C.el --- org-babel functions for C and similar languages
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;;      Thierry Banel
 ;;      Thierry Banel

+ 1 - 1
lisp/ob-awk.el

@@ -1,6 +1,6 @@
 ;;; ob-awk.el --- org-babel functions for awk evaluation
 ;;; ob-awk.el --- org-babel functions for awk evaluation
 
 
-;; Copyright (C) 2011-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-calc.el

@@ -1,6 +1,6 @@
 ;;; ob-calc.el --- org-babel functions for calc code evaluation
 ;;; ob-calc.el --- org-babel functions for calc code evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-clojure.el

@@ -1,6 +1,6 @@
 ;;; ob-clojure.el --- org-babel functions for clojure evaluation
 ;;; ob-clojure.el --- org-babel functions for clojure evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Joel Boehland, Eric Schulte, Oleh Krehel
 ;; Author: Joel Boehland, Eric Schulte, Oleh Krehel
 ;;
 ;;

+ 1 - 1
lisp/ob-comint.el

@@ -1,6 +1,6 @@
 ;;; ob-comint.el --- org-babel functions for interaction with comint buffers
 ;;; ob-comint.el --- org-babel functions for interaction with comint buffers
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, comint
 ;; Keywords: literate programming, reproducible research, comint

+ 1 - 1
lisp/ob-css.el

@@ -1,6 +1,6 @@
 ;;; ob-css.el --- org-babel functions for css evaluation
 ;;; ob-css.el --- org-babel functions for css evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-ditaa.el

@@ -1,6 +1,6 @@
 ;;; ob-ditaa.el --- org-babel functions for ditaa evaluation
 ;;; ob-ditaa.el --- org-babel functions for ditaa evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-dot.el

@@ -1,6 +1,6 @@
 ;;; ob-dot.el --- org-babel functions for dot evaluation
 ;;; ob-dot.el --- org-babel functions for dot evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-emacs-lisp.el

@@ -1,6 +1,6 @@
 ;;; ob-emacs-lisp.el --- org-babel functions for emacs-lisp code evaluation
 ;;; ob-emacs-lisp.el --- org-babel functions for emacs-lisp code evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-eval.el

@@ -1,6 +1,6 @@
 ;;; ob-eval.el --- org-babel functions for external code evaluation
 ;;; ob-eval.el --- org-babel functions for external code evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, comint
 ;; Keywords: literate programming, reproducible research, comint

+ 1 - 1
lisp/ob-exp.el

@@ -1,6 +1,6 @@
 ;;; ob-exp.el --- Exportation of org-babel source blocks
 ;;; ob-exp.el --- Exportation of org-babel source blocks
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Eric Schulte
 ;; Authors: Eric Schulte
 ;;	Dan Davison
 ;;	Dan Davison

+ 1 - 1
lisp/ob-fortran.el

@@ -1,6 +1,6 @@
 ;;; ob-fortran.el --- org-babel functions for fortran
 ;;; ob-fortran.el --- org-babel functions for fortran
 
 
-;; Copyright (C) 2011-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Sergey Litvinov
 ;; Authors: Sergey Litvinov
 ;;       Eric Schulte
 ;;       Eric Schulte

+ 1 - 1
lisp/ob-gnuplot.el

@@ -1,6 +1,6 @@
 ;;; ob-gnuplot.el --- org-babel functions for gnuplot evaluation
 ;;; ob-gnuplot.el --- org-babel functions for gnuplot evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-haskell.el

@@ -1,6 +1,6 @@
 ;;; ob-haskell.el --- org-babel functions for haskell evaluation
 ;;; ob-haskell.el --- org-babel functions for haskell evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-io.el

@@ -1,6 +1,6 @@
 ;;; ob-io.el --- org-babel functions for Io evaluation
 ;;; ob-io.el --- org-babel functions for Io evaluation
 
 
-;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Andrzej Lichnerowicz
 ;; Author: Andrzej Lichnerowicz
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-java.el

@@ -1,6 +1,6 @@
 ;;; ob-java.el --- org-babel functions for java evaluation
 ;;; ob-java.el --- org-babel functions for java evaluation
 
 
-;; Copyright (C) 2011-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-js.el

@@ -1,6 +1,6 @@
 ;;; ob-js.el --- org-babel functions for Javascript
 ;;; ob-js.el --- org-babel functions for Javascript
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, js
 ;; Keywords: literate programming, reproducible research, js

+ 1 - 1
lisp/ob-keys.el

@@ -1,6 +1,6 @@
 ;;; ob-keys.el --- key bindings for org-babel
 ;;; ob-keys.el --- key bindings for org-babel
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-latex.el

@@ -1,6 +1,6 @@
 ;;; ob-latex.el --- org-babel functions for latex "evaluation"
 ;;; ob-latex.el --- org-babel functions for latex "evaluation"
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-ledger.el

@@ -1,6 +1,6 @@
 ;;; ob-ledger.el --- org-babel functions for ledger evaluation
 ;;; ob-ledger.el --- org-babel functions for ledger evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric S Fraga
 ;; Author: Eric S Fraga
 ;; Keywords: literate programming, reproducible research, accounting
 ;; Keywords: literate programming, reproducible research, accounting

+ 1 - 1
lisp/ob-lilypond.el

@@ -1,6 +1,6 @@
 ;;; ob-lilypond.el --- org-babel functions for lilypond evaluation
 ;;; ob-lilypond.el --- org-babel functions for lilypond evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Martyn Jago
 ;; Author: Martyn Jago
 ;; Keywords: babel language, literate programming
 ;; Keywords: babel language, literate programming

+ 1 - 1
lisp/ob-lisp.el

@@ -1,6 +1,6 @@
 ;;; ob-lisp.el --- org-babel functions for common lisp evaluation
 ;;; ob-lisp.el --- org-babel functions for common lisp evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Joel Boehland
 ;; Authors: Joel Boehland
 ;;	 Eric Schulte
 ;;	 Eric Schulte

+ 1 - 1
lisp/ob-makefile.el

@@ -1,6 +1,6 @@
 ;;; ob-makefile.el --- org-babel functions for makefile evaluation
 ;;; ob-makefile.el --- org-babel functions for makefile evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; 	   Thomas S. Dye
 ;; 	   Thomas S. Dye

+ 1 - 1
lisp/ob-matlab.el

@@ -1,6 +1,6 @@
 ;;; ob-matlab.el --- org-babel support for matlab evaluation
 ;;; ob-matlab.el --- org-babel support for matlab evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Dan Davison
 ;; Author: Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-maxima.el

@@ -1,6 +1,6 @@
 ;;; ob-maxima.el --- org-babel functions for maxima evaluation
 ;;; ob-maxima.el --- org-babel functions for maxima evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric S Fraga
 ;; Author: Eric S Fraga
 ;;	Eric Schulte
 ;;	Eric Schulte

+ 1 - 1
lisp/ob-mscgen.el

@@ -1,6 +1,6 @@
 ;;; ob-msc.el --- org-babel functions for mscgen evaluation
 ;;; ob-msc.el --- org-babel functions for mscgen evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Juan Pechiar
 ;; Author: Juan Pechiar
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-octave.el

@@ -1,6 +1,6 @@
 ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation
 ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Dan Davison
 ;; Author: Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-org.el

@@ -1,6 +1,6 @@
 ;;; ob-org.el --- org-babel functions for org code block evaluation
 ;;; ob-org.el --- org-babel functions for org code block evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-perl.el

@@ -1,6 +1,6 @@
 ;;; ob-perl.el --- org-babel functions for perl evaluation
 ;;; ob-perl.el --- org-babel functions for perl evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Dan Davison
 ;; Authors: Dan Davison
 ;;	 Eric Schulte
 ;;	 Eric Schulte

+ 1 - 1
lisp/ob-picolisp.el

@@ -1,6 +1,6 @@
 ;;; ob-picolisp.el --- org-babel functions for picolisp evaluation
 ;;; ob-picolisp.el --- org-babel functions for picolisp evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Thorsten Jolitz
 ;; Authors: Thorsten Jolitz
 ;;	 Eric Schulte
 ;;	 Eric Schulte

+ 1 - 1
lisp/ob-plantuml.el

@@ -1,6 +1,6 @@
 ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation
 ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Zhang Weize
 ;; Author: Zhang Weize
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-ruby.el

@@ -1,6 +1,6 @@
 ;;; ob-ruby.el --- org-babel functions for ruby evaluation
 ;;; ob-ruby.el --- org-babel functions for ruby evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-sass.el

@@ -1,6 +1,6 @@
 ;;; ob-sass.el --- org-babel functions for the sass css generation language
 ;;; ob-sass.el --- org-babel functions for the sass css generation language
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-scala.el

@@ -1,6 +1,6 @@
 ;;; ob-scala.el --- org-babel functions for Scala evaluation
 ;;; ob-scala.el --- org-babel functions for Scala evaluation
 
 
-;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Andrzej Lichnerowicz
 ;; Author: Andrzej Lichnerowicz
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-scheme.el

@@ -1,6 +1,6 @@
 ;;; ob-scheme.el --- org-babel functions for Scheme
 ;;; ob-scheme.el --- org-babel functions for Scheme
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Eric Schulte
 ;; Authors: Eric Schulte
 ;;	    Michael Gauland
 ;;	    Michael Gauland

+ 1 - 1
lisp/ob-screen.el

@@ -1,6 +1,6 @@
 ;;; ob-screen.el --- org-babel support for interactive terminal
 ;;; ob-screen.el --- org-babel support for interactive terminal
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Benjamin Andresen
 ;; Author: Benjamin Andresen
 ;; Keywords: literate programming, interactive shell
 ;; Keywords: literate programming, interactive shell

+ 1 - 1
lisp/ob-shen.el

@@ -1,6 +1,6 @@
 ;;; ob-shen.el --- org-babel functions for Shen
 ;;; ob-shen.el --- org-babel functions for Shen
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, shen
 ;; Keywords: literate programming, reproducible research, shen

+ 1 - 1
lisp/ob-sql.el

@@ -1,6 +1,6 @@
 ;;; ob-sql.el --- org-babel functions for sql evaluation
 ;;; ob-sql.el --- org-babel functions for sql evaluation
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-sqlite.el

@@ -1,6 +1,6 @@
 ;;; ob-sqlite.el --- org-babel functions for sqlite database interaction
 ;;; ob-sqlite.el --- org-babel functions for sqlite database interaction
 
 
-;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-table.el

@@ -1,6 +1,6 @@
 ;;; ob-table.el --- support for calling org-babel functions from tables
 ;;; ob-table.el --- support for calling org-babel functions from tables
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob-tangle.el

@@ -1,6 +1,6 @@
 ;;; ob-tangle.el --- extract source code from org-mode files
 ;;; ob-tangle.el --- extract source code from org-mode files
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Eric Schulte
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/ob.el

@@ -1,6 +1,6 @@
 ;;; ob.el --- working with code blocks in org-mode
 ;;; ob.el --- working with code blocks in org-mode
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Eric Schulte
 ;; Authors: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Keywords: literate programming, reproducible research

+ 1 - 1
lisp/org-archive.el

@@ -1,6 +1,6 @@
 ;;; org-archive.el --- Archiving for Org-mode
 ;;; org-archive.el --- Archiving for Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-attach.el

@@ -1,6 +1,6 @@
 ;;; org-attach.el --- Manage file attachments to org-mode tasks
 ;;; org-attach.el --- Manage file attachments to org-mode tasks
 
 
-;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Author: John Wiegley <johnw@newartisans.com>
 ;; Keywords: org data task
 ;; Keywords: org data task

+ 1 - 1
lisp/org-bbdb.el

@@ -1,6 +1,6 @@
 ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode
 ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Authors: Carsten Dominik <carsten at orgmode dot org>
 ;; Authors: Carsten Dominik <carsten at orgmode dot org>
 ;;       Thomas Baumann <thomas dot baumann at ch dot tum dot de>
 ;;       Thomas Baumann <thomas dot baumann at ch dot tum dot de>

+ 1 - 1
lisp/org-bibtex.el

@@ -1,6 +1,6 @@
 ;;; org-bibtex.el --- Org links to BibTeX entries
 ;;; org-bibtex.el --- Org links to BibTeX entries
 ;;
 ;;
-;; Copyright (C) 2007-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Authors: Bastien Guerry <bzg@gnu.org>
 ;; Authors: Bastien Guerry <bzg@gnu.org>
 ;;       Carsten Dominik <carsten dot dominik at gmail dot com>
 ;;       Carsten Dominik <carsten dot dominik at gmail dot com>

+ 1 - 1
lisp/org-clock.el

@@ -1,6 +1,6 @@
 ;;; org-clock.el --- The time clocking code for Org-mode
 ;;; org-clock.el --- The time clocking code for Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-colview.el

@@ -1,6 +1,6 @@
 ;;; org-colview.el --- Column View in Org-mode
 ;;; org-colview.el --- Column View in Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-crypt.el

@@ -1,6 +1,6 @@
 ;;; org-crypt.el --- Public key encryption for org-mode entries
 ;;; org-crypt.el --- Public key encryption for org-mode entries
 
 
-;; Copyright (C) 2007-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
 
 ;; Emacs Lisp Archive Entry
 ;; Emacs Lisp Archive Entry
 ;; Filename: org-crypt.el
 ;; Filename: org-crypt.el

+ 1 - 1
lisp/org-ctags.el

@@ -1,6 +1,6 @@
 ;;; org-ctags.el - Integrate Emacs "tags" facility with org mode.
 ;;; org-ctags.el - Integrate Emacs "tags" facility with org mode.
 ;;
 ;;
-;; Copyright (C) 2007-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Paul Sexton <eeeickythump@gmail.com>
 ;; Author: Paul Sexton <eeeickythump@gmail.com>
 
 

+ 1 - 1
lisp/org-datetree.el

@@ -1,6 +1,6 @@
 ;;; org-datetree.el --- Create date entries in a tree
 ;;; org-datetree.el --- Create date entries in a tree
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-eshell.el

@@ -1,6 +1,6 @@
 ;;; org-eshell.el - Support for links to working directories in eshell
 ;;; org-eshell.el - Support for links to working directories in eshell
 
 
-;; Copyright (C) 2011-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
 ;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
 
 

+ 1 - 1
lisp/org-faces.el

@@ -1,6 +1,6 @@
 ;;; org-faces.el --- Face definitions for Org-mode.
 ;;; org-faces.el --- Face definitions for Org-mode.
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-feed.el

@@ -1,6 +1,6 @@
 ;;; org-feed.el --- Add RSS feed items to Org files
 ;;; org-feed.el --- Add RSS feed items to Org files
 ;;
 ;;
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-gnus.el

@@ -1,6 +1,6 @@
 ;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode
 ;;; org-gnus.el --- Support for links to Gnus groups and messages from within Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;         Tassilo Horn <tassilo at member dot fsf dot org>
 ;;         Tassilo Horn <tassilo at member dot fsf dot org>

+ 1 - 1
lisp/org-id.el

@@ -1,6 +1,6 @@
 ;;; org-id.el --- Global identifiers for Org-mode entries
 ;;; org-id.el --- Global identifiers for Org-mode entries
 ;;
 ;;
-;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-indent.el

@@ -1,5 +1,5 @@
 ;;; org-indent.el --- Dynamic indentation for  Org-mode
 ;;; org-indent.el --- Dynamic indentation for  Org-mode
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-info.el

@@ -1,6 +1,6 @@
 ;;; org-info.el --- Support for links to Info nodes from within Org-Mode
 ;;; org-info.el --- Support for links to Info nodes from within Org-Mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-inlinetask.el

@@ -1,6 +1,6 @@
 ;;; org-inlinetask.el --- Tasks independent of outline hierarchy
 ;;; org-inlinetask.el --- Tasks independent of outline hierarchy
 
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-irc.el

@@ -1,6 +1,6 @@
 ;;; org-irc.el --- Store links to IRC sessions
 ;;; org-irc.el --- Store links to IRC sessions
 ;;
 ;;
-;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Author: Philip Jackson <emacs@shellarchive.co.uk>
 ;; Author: Philip Jackson <emacs@shellarchive.co.uk>
 ;; Keywords: erc, irc, link, org
 ;; Keywords: erc, irc, link, org

+ 1 - 1
lisp/org-macs.el

@@ -1,6 +1,6 @@
 ;;; org-macs.el --- Top-level definitions for Org-mode
 ;;; org-macs.el --- Top-level definitions for Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-mhe.el

@@ -1,6 +1,6 @@
 ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode
 ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
 ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-mobile.el

@@ -1,5 +1,5 @@
 ;;; org-mobile.el --- Code for asymmetric sync with a mobile device
 ;;; org-mobile.el --- Code for asymmetric sync with a mobile device
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-mouse.el

@@ -1,6 +1,6 @@
 ;;; org-mouse.el --- Better mouse support for org-mode
 ;;; org-mouse.el --- Better mouse support for org-mode
 
 
-;; Copyright (C) 2006-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2006-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
 ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
 ;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
 ;; Maintainer: Carsten Dominik <carsten at orgmode dot org>

+ 1 - 1
lisp/org-protocol.el

@@ -1,6 +1,6 @@
 ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions.
 ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions.
 ;;
 ;;
-;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 ;;
 ;;
 ;; Authors: Bastien Guerry <bzg@gnu.org>
 ;; Authors: Bastien Guerry <bzg@gnu.org>
 ;;       Daniel M German <dmg AT uvic DOT org>
 ;;       Daniel M German <dmg AT uvic DOT org>

+ 1 - 1
lisp/org-rmail.el

@@ -1,6 +1,6 @@
 ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode
 ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-timer.el

@@ -1,6 +1,6 @@
 ;;; org-timer.el --- Timer code for Org mode
 ;;; org-timer.el --- Timer code for Org mode
 
 
-;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/org-w3m.el

@@ -1,6 +1,6 @@
 ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode
 ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode
 
 
-;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
 ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
lisp/ox-icalendar.el

@@ -1,6 +1,6 @@
 ;;; ox-icalendar.el --- iCalendar Back-End for Org Export Engine
 ;;; ox-icalendar.el --- iCalendar Back-End for Org Export Engine
 
 
-;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;      Nicolas Goaziou <n dot goaziou at gmail dot com>
 ;;      Nicolas Goaziou <n dot goaziou at gmail dot com>

+ 1 - 1
lisp/ox.el

@@ -1,6 +1,6 @@
 ;;; ox.el --- Generic Export Engine for Org Mode
 ;;; ox.el --- Generic Export Engine for Org Mode
 
 
-;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
 
 ;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
 ;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Keywords: outlines, hypermedia, calendar, wp