emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105492: Restore clobbered changes to


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105492: Restore clobbered changes to Org copyright years.
Date: Thu, 18 Aug 2011 16:41:06 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105492
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-08-18 16:41:06 -0400
message:
  Restore clobbered changes to Org copyright years.
modified:
  doc/misc/org.texi
  etc/refcards/orgcard.tex
  lisp/org/ob-C.el
  lisp/org/ob-R.el
  lisp/org/ob-asymptote.el
  lisp/org/ob-calc.el
  lisp/org/ob-clojure.el
  lisp/org/ob-comint.el
  lisp/org/ob-css.el
  lisp/org/ob-ditaa.el
  lisp/org/ob-dot.el
  lisp/org/ob-emacs-lisp.el
  lisp/org/ob-eval.el
  lisp/org/ob-exp.el
  lisp/org/ob-gnuplot.el
  lisp/org/ob-haskell.el
  lisp/org/ob-js.el
  lisp/org/ob-keys.el
  lisp/org/ob-latex.el
  lisp/org/ob-ledger.el
  lisp/org/ob-lob.el
  lisp/org/ob-matlab.el
  lisp/org/ob-mscgen.el
  lisp/org/ob-ocaml.el
  lisp/org/ob-octave.el
  lisp/org/ob-org.el
  lisp/org/ob-perl.el
  lisp/org/ob-plantuml.el
  lisp/org/ob-python.el
  lisp/org/ob-ref.el
  lisp/org/ob-ruby.el
  lisp/org/ob-sass.el
  lisp/org/ob-scheme.el
  lisp/org/ob-screen.el
  lisp/org/ob-sh.el
  lisp/org/ob-sql.el
  lisp/org/ob-sqlite.el
  lisp/org/ob-table.el
  lisp/org/ob-tangle.el
  lisp/org/ob.el
  lisp/org/org-agenda.el
  lisp/org/org-archive.el
  lisp/org/org-ascii.el
  lisp/org/org-attach.el
  lisp/org/org-bbdb.el
  lisp/org/org-beamer.el
  lisp/org/org-bibtex.el
  lisp/org/org-capture.el
  lisp/org/org-clock.el
  lisp/org/org-colview.el
  lisp/org/org-compat.el
  lisp/org/org-crypt.el
  lisp/org/org-ctags.el
  lisp/org/org-datetree.el
  lisp/org/org-docbook.el
  lisp/org/org-docview.el
  lisp/org/org-entities.el
  lisp/org/org-exp-blocks.el
  lisp/org/org-exp.el
  lisp/org/org-faces.el
  lisp/org/org-feed.el
  lisp/org/org-footnote.el
  lisp/org/org-freemind.el
  lisp/org/org-gnus.el
  lisp/org/org-habit.el
  lisp/org/org-html.el
  lisp/org/org-icalendar.el
  lisp/org/org-id.el
  lisp/org/org-indent.el
  lisp/org/org-info.el
  lisp/org/org-inlinetask.el
  lisp/org/org-irc.el
  lisp/org/org-jsinfo.el
  lisp/org/org-latex.el
  lisp/org/org-list.el
  lisp/org/org-mac-message.el
  lisp/org/org-macs.el
  lisp/org/org-mew.el
  lisp/org/org-mhe.el
  lisp/org/org-mks.el
  lisp/org/org-mobile.el
  lisp/org/org-mouse.el
  lisp/org/org-plot.el
  lisp/org/org-protocol.el
  lisp/org/org-publish.el
  lisp/org/org-remember.el
  lisp/org/org-rmail.el
  lisp/org/org-src.el
  lisp/org/org-table.el
  lisp/org/org-taskjuggler.el
  lisp/org/org-timer.el
  lisp/org/org-vm.el
  lisp/org/org-w3m.el
  lisp/org/org-wl.el
  lisp/org/org-xoxo.el
  lisp/org/org.el
=== modified file 'doc/misc/org.texi'
--- a/doc/misc/org.texi 2011-08-16 07:13:02 +0000
+++ b/doc/misc/org.texi 2011-08-18 20:41:06 +0000
@@ -265,8 +265,7 @@
 @copying
 This manual is for Org version @value{VERSION}.
 
-Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright @copyright{} 2004-2011  Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document

=== modified file 'etc/refcards/orgcard.tex'
--- a/etc/refcards/orgcard.tex  2011-08-16 07:13:02 +0000
+++ b/etc/refcards/orgcard.tex  2011-08-18 20:41:06 +0000
@@ -17,8 +17,8 @@
 \pdflayout=(0l)
 
 % Nothing else needs to be changed below this line.
-% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
-%   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+% Copyright (C) 1987, 1993, 1996-1997, 2001-2011
+%   Free Software Foundation, Inc.
 
 % This file is part of GNU Emacs.
 

=== modified file 'lisp/org/ob-C.el'
--- a/lisp/org/ob-C.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-C.el  2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-C.el --- org-babel functions for C and similar languages
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-R.el'
--- a/lisp/org/ob-R.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-R.el  2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-R.el --- org-babel functions for R code evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte, Dan Davison
 ;; Keywords: literate programming, reproducible research, R, statistics

=== modified file 'lisp/org/ob-asymptote.el'
--- a/lisp/org/ob-asymptote.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-asymptote.el  2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-asymptote.el --- org-babel functions for asymptote evaluation
 
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-calc.el'
--- a/lisp/org/ob-calc.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-calc.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-calc.el --- org-babel functions for calc code evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-clojure.el'
--- a/lisp/org/ob-clojure.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-clojure.el    2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-clojure.el --- org-babel functions for clojure evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Joel Boehland, Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-comint.el'
--- a/lisp/org/ob-comint.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-comint.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-comint.el --- org-babel functions for interaction with comint buffers
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, comint

=== modified file 'lisp/org/ob-css.el'
--- a/lisp/org/ob-css.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-css.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-css.el --- org-babel functions for css evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-ditaa.el'
--- a/lisp/org/ob-ditaa.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-ditaa.el      2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-ditaa.el --- org-babel functions for ditaa evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-dot.el'
--- a/lisp/org/ob-dot.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-dot.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-dot.el --- org-babel functions for dot evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-emacs-lisp.el'
--- a/lisp/org/ob-emacs-lisp.el 2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-emacs-lisp.el 2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-emacs-lisp.el --- org-babel functions for emacs-lisp code evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-eval.el'
--- a/lisp/org/ob-eval.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-eval.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-eval.el --- org-babel functions for external code evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, comint

=== modified file 'lisp/org/ob-exp.el'
--- a/lisp/org/ob-exp.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-exp.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-exp.el --- Exportation of org-babel source blocks
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte, Dan Davison
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-gnuplot.el'
--- a/lisp/org/ob-gnuplot.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-gnuplot.el    2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-gnuplot.el --- org-babel functions for gnuplot evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-haskell.el'
--- a/lisp/org/ob-haskell.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-haskell.el    2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-haskell.el --- org-babel functions for haskell evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-js.el'
--- a/lisp/org/ob-js.el 2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-js.el 2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-js.el --- org-babel functions for Javascript
 
-;; Copyright (C) 2010 Free Software Foundation
+;; Copyright (C) 2010-2011 Free Software Foundation
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, js

=== modified file 'lisp/org/ob-keys.el'
--- a/lisp/org/ob-keys.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-keys.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-keys.el --- key bindings for org-babel
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-latex.el'
--- a/lisp/org/ob-latex.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-latex.el      2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-latex.el --- org-babel functions for latex "evaluation"
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-ledger.el'
--- a/lisp/org/ob-ledger.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-ledger.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-ledger.el --- org-babel functions for ledger evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric S Fraga
 ;; Keywords: literate programming, reproducible research, accounting

=== modified file 'lisp/org/ob-lob.el'
--- a/lisp/org/ob-lob.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-lob.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-lob.el --- functions supporting the Library of Babel
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte, Dan Davison
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-matlab.el'
--- a/lisp/org/ob-matlab.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-matlab.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-matlab.el --- org-babel support for matlab evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Dan Davison
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-mscgen.el'
--- a/lisp/org/ob-mscgen.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-mscgen.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-msc.el --- org-babel functions for mscgen evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Juan Pechiar
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-ocaml.el'
--- a/lisp/org/ob-ocaml.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-ocaml.el      2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-ocaml.el --- org-babel functions for ocaml evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-octave.el'
--- a/lisp/org/ob-octave.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-octave.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Dan Davison
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-org.el'
--- a/lisp/org/ob-org.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-org.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-org.el --- org-babel functions for org code block evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-perl.el'
--- a/lisp/org/ob-perl.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-perl.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-perl.el --- org-babel functions for perl evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation
+;; Copyright (C) 2009-2011  Free Software Foundation
 
 ;; Author: Dan Davison, Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-plantuml.el'
--- a/lisp/org/ob-plantuml.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-plantuml.el   2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Zhang Weize
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-python.el'
--- a/lisp/org/ob-python.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-python.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-python.el --- org-babel functions for python evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation
+;; Copyright (C) 2009-2011  Free Software Foundation
 
 ;; Author: Eric Schulte, Dan Davison
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-ref.el'
--- a/lisp/org/ob-ref.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-ref.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-ref.el --- org-babel functions for referencing external data
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte, Dan Davison
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-ruby.el'
--- a/lisp/org/ob-ruby.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-ruby.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-ruby.el --- org-babel functions for ruby evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation
+;; Copyright (C) 2009-2011  Free Software Foundation
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-sass.el'
--- a/lisp/org/ob-sass.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-sass.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-sass.el --- org-babel functions for the sass css generation language
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-scheme.el'
--- a/lisp/org/ob-scheme.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-scheme.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-scheme.el --- org-babel functions for Scheme
 
-;; Copyright (C) 2010 Free Software Foundation
+;; Copyright (C) 2010-2011 Free Software Foundation
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research, scheme

=== modified file 'lisp/org/ob-screen.el'
--- a/lisp/org/ob-screen.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-screen.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-screen.el --- org-babel support for interactive terminal
 
-;; Copyright (C) 2009, 2010  Free Software Foundation
+;; Copyright (C) 2009-2011  Free Software Foundation
 
 ;; Author: Benjamin Andresen
 ;; Keywords: literate programming, interactive shell

=== modified file 'lisp/org/ob-sh.el'
--- a/lisp/org/ob-sh.el 2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-sh.el 2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-sh.el --- org-babel functions for shell evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-sql.el'
--- a/lisp/org/ob-sql.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-sql.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-sql.el --- org-babel functions for sql evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-sqlite.el'
--- a/lisp/org/ob-sqlite.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-sqlite.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-sqlite.el --- org-babel functions for sqlite database interaction
 
-;; Copyright (C) 2010  Free Software Foundation
+;; Copyright (C) 2010-2011  Free Software Foundation
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-table.el'
--- a/lisp/org/ob-table.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-table.el      2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-table.el --- support for calling org-babel functions from tables
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob-tangle.el'
--- a/lisp/org/ob-tangle.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-tangle.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob-tangle.el --- extract source code from org-mode files
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/ob.el'
--- a/lisp/org/ob.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob.el    2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; ob.el --- working with code blocks in org-mode
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte, Dan Davison
 ;; Keywords: literate programming, reproducible research

=== modified file 'lisp/org/org-agenda.el'
--- a/lisp/org/org-agenda.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-agenda.el    2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-agenda.el --- Dynamic task and appointment lists for Org
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-archive.el'
--- a/lisp/org/org-archive.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-archive.el   2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-archive.el --- Archiving for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-ascii.el'
--- a/lisp/org/org-ascii.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-ascii.el     2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-ascii.el --- ASCII export for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-attach.el'
--- a/lisp/org/org-attach.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-attach.el    2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-attach.el --- Manage file attachments to org-mode tasks
 
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <address@hidden>
 ;; Keywords: org data task

=== modified file 'lisp/org/org-bbdb.el'
--- a/lisp/org/org-bbdb.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-bbdb.el      2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>,
 ;;         Thomas Baumann <thomas dot baumann at ch dot tum dot de>

=== modified file 'lisp/org/org-beamer.el'
--- a/lisp/org/org-beamer.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-beamer.el    2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-beamer.el --- Beamer-specific LaTeX export for org-mode
 ;;
-;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 ;;
 ;; Version: 7.7
 ;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com>

=== modified file 'lisp/org/org-bibtex.el'
--- a/lisp/org/org-bibtex.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-bibtex.el    2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-bibtex.el --- Org links to BibTeX entries
 ;;
-;; Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Bastien Guerry <bzg at altern dot org>
 ;;         Carsten Dominik <carsten dot dominik at gmail dot com>

=== modified file 'lisp/org/org-capture.el'
--- a/lisp/org/org-capture.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-capture.el   2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-capture.el --- Fast note taking in Org-mode
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-clock.el'
--- a/lisp/org/org-clock.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-clock.el     2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-clock.el --- The time clocking code for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-colview.el'
--- a/lisp/org/org-colview.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-colview.el   2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-colview.el --- Column View in Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-compat.el'
--- a/lisp/org/org-compat.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-compat.el    2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-compat.el --- Compatibility code for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-crypt.el'
--- a/lisp/org/org-crypt.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-crypt.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-crypt.el --- Public key encryption for org-mode entries
 
-;; Copyright (C) 2007, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2009-2011  Free Software Foundation, Inc.
 
 ;; Emacs Lisp Archive Entry
 ;; Filename: org-crypt.el

=== modified file 'lisp/org/org-ctags.el'
--- a/lisp/org/org-ctags.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-ctags.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-ctags.el - Integrate Emacs "tags" facility with org mode.
 ;;
-;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
 ;; Author: Paul Sexton <address@hidden>
 ;; Version: 7.7

=== modified file 'lisp/org/org-datetree.el'
--- a/lisp/org/org-datetree.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-datetree.el  2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-datetree.el --- Create date entries in a tree
 
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-docbook.el'
--- a/lisp/org/org-docbook.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-docbook.el   2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-docbook.el --- DocBook exporter for org-mode
 ;;
-;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 ;;
 ;; Emacs Lisp Archive Entry
 ;; Filename: org-docbook.el

=== modified file 'lisp/org/org-docview.el'
--- a/lisp/org/org-docview.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-docview.el   2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-docview.el --- support for links to doc-view-mode buffers
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Jan Böcker <jan.boecker at jboecker dot de>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-entities.el'
--- a/lisp/org/org-entities.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-entities.el  2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-entities.el --- Support for special entities in Org-mode
 
-;; Copyright (C) 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>,
 ;;         Ulf Stegemann <ulf at zeitform dot de>

=== modified file 'lisp/org/org-exp-blocks.el'
--- a/lisp/org/org-exp-blocks.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-exp-blocks.el        2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-exp-blocks.el --- pre-process blocks when exporting org files
 
-;; Copyright (C) 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Version: 7.7

=== modified file 'lisp/org/org-exp.el'
--- a/lisp/org/org-exp.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-exp.el       2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-exp.el --- ASCII, HTML, XOXO and iCalendar export for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-faces.el'
--- a/lisp/org/org-faces.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-faces.el     2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-faces.el --- Face definitions for Org-mode.
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-feed.el'
--- a/lisp/org/org-feed.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-feed.el      2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-feed.el --- Add RSS feed items to Org files
 ;;
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-footnote.el'
--- a/lisp/org/org-footnote.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-footnote.el  2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-footnote.el --- Footnote support in Org and elsewhere
 ;;
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-freemind.el'
--- a/lisp/org/org-freemind.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-freemind.el  2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-freemind.el --- Export Org files to freemind
 
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 
 ;; Author: Lennart Borgman (lennart O borgman A gmail O com)
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-gnus.el'
--- a/lisp/org/org-gnus.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-gnus.el      2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-gnus.el --- Support for links to Gnus groups and messages from within 
Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;         Tassilo Horn <tassilo at member dot fsf dot org>

=== modified file 'lisp/org/org-habit.el'
--- a/lisp/org/org-habit.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-habit.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-habit.el --- The habit tracking code for Org-mode
 
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw at gnu dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-html.el'
--- a/lisp/org/org-html.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-html.el      2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-html.el --- HTML export for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-icalendar.el'
--- a/lisp/org/org-icalendar.el 2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-icalendar.el 2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-icalendar.el --- iCalendar export for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-id.el'
--- a/lisp/org/org-id.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-id.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-id.el --- Global identifiers for Org-mode entries
 ;;
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-indent.el'
--- a/lisp/org/org-indent.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-indent.el    2011-08-18 20:41:06 +0000
@@ -1,5 +1,5 @@
 ;;; org-indent.el --- Dynamic indentation for  Org-mode
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-info.el'
--- a/lisp/org/org-info.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-info.el      2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-info.el --- Support for links to Info nodes from within Org-Mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-inlinetask.el'
--- a/lisp/org/org-inlinetask.el        2011-07-28 15:13:49 +0000
+++ b/lisp/org/org-inlinetask.el        2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-inlinetask.el --- Tasks independent of outline hierarchy
 
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-irc.el'
--- a/lisp/org/org-irc.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-irc.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-irc.el --- Store links to IRC sessions
 ;;
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Philip Jackson <address@hidden>
 ;; Keywords: erc, irc, link, org

=== modified file 'lisp/org/org-jsinfo.el'
--- a/lisp/org/org-jsinfo.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-jsinfo.el    2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-jsinfo.el --- Support for org-info.js Javascript in Org HTML export
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-latex.el'
--- a/lisp/org/org-latex.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-latex.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-latex.el --- LaTeX exporter for org-mode
 ;;
-;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 ;;
 ;; Emacs Lisp Archive Entry
 ;; Filename: org-latex.el

=== modified file 'lisp/org/org-list.el'
--- a/lisp/org/org-list.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-list.el      2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-list.el --- Plain lists for Org-mode
 ;;
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;        Bastien Guerry <bzg AT altern DOT org>

=== modified file 'lisp/org/org-mac-message.el'
--- a/lisp/org/org-mac-message.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-mac-message.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-mac-message.el --- Links to Apple Mail.app messages from within 
Org-mode
 
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <address@hidden>
 ;;         Christopher Suckling <suckling at gmail dot com>

=== modified file 'lisp/org/org-macs.el'
--- a/lisp/org/org-macs.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-macs.el      2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-macs.el --- Top-level definitions for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-mew.el'
--- a/lisp/org/org-mew.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-mew.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-mew.el --- Support for links to Mew messages from within Org-mode
 
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 
 ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-mhe.el'
--- a/lisp/org/org-mhe.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-mhe.el       2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-mks.el'
--- a/lisp/org/org-mks.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-mks.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-mks.el --- Multi-key-selection for Org-mode
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-mobile.el'
--- a/lisp/org/org-mobile.el    2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-mobile.el    2011-08-18 20:41:06 +0000
@@ -1,5 +1,5 @@
 ;;; org-mobile.el --- Code for asymmetric sync with a mobile device
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-mouse.el'
--- a/lisp/org/org-mouse.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-mouse.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-mouse.el --- Better mouse support for org-mode
 
-;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation
+;; Copyright (C) 2006-2011 Free Software Foundation
 ;;
 ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
 ;; Maintainer: Carsten Dominik <carsten at orgmode dot org>

=== modified file 'lisp/org/org-plot.el'
--- a/lisp/org/org-plot.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-plot.el      2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-plot.el --- Support for plotting from Org-mode
 
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 ;;
 ;; Author: Eric Schulte <schulte dot eric at gmail dot com>
 ;; Keywords: tables, plotting

=== modified file 'lisp/org/org-protocol.el'
--- a/lisp/org/org-protocol.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-protocol.el  2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom 
actions.
 ;;
-;; Copyright (C) 2008, 2009, 2010
-;;          Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011  Free Software Foundation, Inc.
 ;;
 ;; Author: Bastien Guerry <bzg AT altern DOT org>
 ;; Author: Daniel M German <dmg AT uvic DOT org>

=== modified file 'lisp/org/org-publish.el'
--- a/lisp/org/org-publish.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-publish.el   2011-08-18 20:41:06 +0000
@@ -1,6 +1,5 @@
 ;;; org-publish.el --- publish related org-mode files as a website
-;; Copyright (C) 2006, 2007, 2008, 2009, 2010
-;;          Free Software Foundation, Inc.
+;; Copyright (C) 2006-2011  Free Software Foundation, Inc.
 
 ;; Author: David O'Toole <address@hidden>
 ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com>

=== modified file 'lisp/org/org-remember.el'
--- a/lisp/org/org-remember.el  2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-remember.el  2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-remember.el --- Fast note taking in Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-rmail.el'
--- a/lisp/org/org-rmail.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-rmail.el     2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-src.el'
--- a/lisp/org/org-src.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-src.el       2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-src.el --- Source code examples in Org
 ;;
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;        Bastien Guerry <bzg AT altern DOT org>

=== modified file 'lisp/org/org-table.el'
--- a/lisp/org/org-table.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-table.el     2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-table.el --- The table editor for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-taskjuggler.el'
--- a/lisp/org/org-taskjuggler.el       2011-07-28 15:13:49 +0000
+++ b/lisp/org/org-taskjuggler.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-taskjuggler.el --- TaskJuggler exporter for org-mode
 ;;
-;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 ;;
 ;; Emacs Lisp Archive Entry
 ;; Filename: org-taskjuggler.el

=== modified file 'lisp/org/org-timer.el'
--- a/lisp/org/org-timer.el     2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-timer.el     2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-timer.el --- The relative timer code for Org-mode
 
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-vm.el'
--- a/lisp/org/org-vm.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-vm.el        2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-vm.el --- Support for links to VM messages from within Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-w3m.el'
--- a/lisp/org/org-w3m.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-w3m.el       2011-08-18 20:41:06 +0000
@@ -1,6 +1,6 @@
 ;;; org-w3m.el --- Support from copy and paste from w3m to Org-mode
 
-;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2011 Free Software Foundation, Inc.
 
 ;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org-wl.el'
--- a/lisp/org/org-wl.el        2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-wl.el        2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-wl.el --- Support for links to Wanderlust messages from within Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Tokuya Kameshima <kames at fa2 dot so-net dot ne dot jp>
 ;;         David Maus <dmaus at ictsoc dot de>

=== modified file 'lisp/org/org-xoxo.el'
--- a/lisp/org/org-xoxo.el      2011-08-16 07:13:02 +0000
+++ b/lisp/org/org-xoxo.el      2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org-xoxo.el --- XOXO export for Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp

=== modified file 'lisp/org/org.el'
--- a/lisp/org/org.el   2011-08-16 07:13:02 +0000
+++ b/lisp/org/org.el   2011-08-18 20:41:06 +0000
@@ -1,7 +1,6 @@
 ;;; org.el --- Outline-based notes management and organizer
 ;; Carstens outline-mode for keeping track of everything.
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011  Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]