diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-04-01 22:27:06 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-04-01 22:27:06 +0200 |
commit | dfd989375d7356c50b3e60e3297b84f0b038dccc (patch) | |
tree | 8d8f6d284b59fcdc94ad8289104f1adff99fc1ce /lisp/org | |
parent | 3460d159231c1b9a2fe0709bae79e253cad41097 (diff) | |
download | emacs-dfd989375d7356c50b3e60e3297b84f0b038dccc.tar.gz emacs-dfd989375d7356c50b3e60e3297b84f0b038dccc.tar.bz2 emacs-dfd989375d7356c50b3e60e3297b84f0b038dccc.zip |
Fix copyright and authors lines in Org
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ob-asymptote.el | 2 | ||||
-rw-r--r-- | lisp/org/ob-exp.el | 2 | ||||
-rw-r--r-- | lisp/org/ob-fortran.el | 3 | ||||
-rw-r--r-- | lisp/org/ob-js.el | 2 | ||||
-rw-r--r-- | lisp/org/ob-lisp.el | 6 | ||||
-rw-r--r-- | lisp/org/ob-lob.el | 4 | ||||
-rw-r--r-- | lisp/org/ob-maxima.el | 2 | ||||
-rw-r--r-- | lisp/org/ob-perl.el | 4 | ||||
-rw-r--r-- | lisp/org/ob-picolisp.el | 2 | ||||
-rw-r--r-- | lisp/org/ob-python.el | 4 | ||||
-rw-r--r-- | lisp/org/ob-ref.el | 4 | ||||
-rw-r--r-- | lisp/org/ob-scheme.el | 2 | ||||
-rw-r--r-- | lisp/org/ob.el | 2 | ||||
-rw-r--r-- | lisp/org/org-ascii.el | 2 | ||||
-rw-r--r-- | lisp/org/org-attach.el | 2 | ||||
-rw-r--r-- | lisp/org/org-bbdb.el | 6 | ||||
-rw-r--r-- | lisp/org/org-beamer.el | 2 | ||||
-rw-r--r-- | lisp/org/org-bibtex.el | 8 | ||||
-rw-r--r-- | lisp/org/org-capture.el | 2 | ||||
-rw-r--r-- | lisp/org/org-clock.el | 2 | ||||
-rw-r--r-- | lisp/org/org-colview.el | 2 | ||||
-rw-r--r-- | lisp/org/org-compat.el | 2 | ||||
-rw-r--r-- | lisp/org/org-datetree.el | 2 | ||||
-rw-r--r-- | lisp/org/org-docbook.el | 2 | ||||
-rw-r--r-- | lisp/org/org-mac-message.el | 6 | ||||
-rw-r--r-- | lisp/org/org-protocol.el | 11 | ||||
-rw-r--r-- | lisp/org/org-special-blocks.el | 1 | ||||
-rw-r--r-- | lisp/org/org-xoxo.el | 2 | ||||
-rw-r--r-- | lisp/org/org.el | 2 |
29 files changed, 47 insertions, 46 deletions
diff --git a/lisp/org/ob-asymptote.el b/lisp/org/ob-asymptote.el index 913c5230815..d95829c7f79 100644 --- a/lisp/org/ob-asymptote.el +++ b/lisp/org/ob-asymptote.el @@ -1,6 +1,6 @@ ;;; ob-asymptote.el --- org-babel functions for asymptote evaluation -;; Copyright (C) 2009-2012 Free Software Foundation, Inc. +;; Copyright (C) 2009-2012 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research diff --git a/lisp/org/ob-exp.el b/lisp/org/ob-exp.el index ecfb91f083a..4a909c3f5fd 100644 --- a/lisp/org/ob-exp.el +++ b/lisp/org/ob-exp.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. -;; Author: Eric Schulte +;; Authors: Eric Schulte ;; Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-fortran.el b/lisp/org/ob-fortran.el index 1d633c95161..491dde3e070 100644 --- a/lisp/org/ob-fortran.el +++ b/lisp/org/ob-fortran.el @@ -2,7 +2,8 @@ ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. -;; Authors: Sergey Litvinov (based on ob-C.el by Eric Schulte), Eric Schulte +;; Authors: Sergey Litvinov +;; Eric Schulte ;; Keywords: literate programming, reproducible research, fortran ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index bbb7aa0855e..e9c3dbb4f44 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el @@ -1,6 +1,6 @@ ;;; ob-js.el --- org-babel functions for Javascript -;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2012 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, js diff --git a/lisp/org/ob-lisp.el b/lisp/org/ob-lisp.el index 2e457878b7f..3a6020d9efc 100644 --- a/lisp/org/ob-lisp.el +++ b/lisp/org/ob-lisp.el @@ -2,9 +2,9 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. -;; Author: Joel Boehland -;; Eric Schulte -;; David T. O'Toole <dto@gnu.org> +;; Authors: Joel Boehland +;; Eric Schulte +;; David T. O'Toole <dto@gnu.org> ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-lob.el b/lisp/org/ob-lob.el index 91ae0751722..d5595bbf595 100644 --- a/lisp/org/ob-lob.el +++ b/lisp/org/ob-lob.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. -;; Author: Eric Schulte -;; Dan Davison +;; Authors: Eric Schulte +;; Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-maxima.el b/lisp/org/ob-maxima.el index 8da20af74fb..b092e1330e7 100644 --- a/lisp/org/ob-maxima.el +++ b/lisp/org/ob-maxima.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. ;; Author: Eric S Fraga -;; Eric Schulte +;; Eric Schulte ;; Keywords: literate programming, reproducible research, maxima ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-perl.el b/lisp/org/ob-perl.el index 916eb029dbe..71e02b05054 100644 --- a/lisp/org/ob-perl.el +++ b/lisp/org/ob-perl.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. -;; Author: Dan Davison -;; Eric Schulte +;; Authors: Dan Davison +;; Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-picolisp.el b/lisp/org/ob-picolisp.el index 572b6590e8d..291c0929f9b 100644 --- a/lisp/org/ob-picolisp.el +++ b/lisp/org/ob-picolisp.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. ;; Authors: Thorsten Jolitz -;; Eric Schulte +;; Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 5e7a2f0e6b5..0dc744aaa73 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. -;; Author: Eric Schulte -;; Dan Davison +;; Authors: Eric Schulte +;; Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-ref.el b/lisp/org/ob-ref.el index cde594e11b0..08cb4e3a25f 100644 --- a/lisp/org/ob-ref.el +++ b/lisp/org/ob-ref.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. -;; Author: Eric Schulte -;; Dan Davison +;; Authors: Eric Schulte +;; Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/ob-scheme.el b/lisp/org/ob-scheme.el index 4bcde94235f..211acaa69ce 100644 --- a/lisp/org/ob-scheme.el +++ b/lisp/org/ob-scheme.el @@ -1,6 +1,6 @@ ;;; ob-scheme.el --- org-babel functions for Scheme -;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2012 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, scheme diff --git a/lisp/org/ob.el b/lisp/org/ob.el index 04c011c867d..79ffe732e2b 100644 --- a/lisp/org/ob.el +++ b/lisp/org/ob.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. -;; Author: Eric Schulte +;; Authors: Eric Schulte ;; Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org diff --git a/lisp/org/org-ascii.el b/lisp/org/org-ascii.el index b4c92cfe088..61cbe1560a4 100644 --- a/lisp/org/org-ascii.el +++ b/lisp/org/org-ascii.el @@ -1,6 +1,6 @@ ;;; org-ascii.el --- ASCII export for Org-mode -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2012 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org-attach.el b/lisp/org/org-attach.el index 73d0fa42056..6881940f131 100644 --- a/lisp/org/org-attach.el +++ b/lisp/org/org-attach.el @@ -1,6 +1,6 @@ ;;; org-attach.el --- Manage file attachments to org-mode tasks -;; Copyright (C) 2008-2012 Free Software Foundation, Inc. +;; Copyright (C) 2008-2012 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@newartisans.com> ;; Keywords: org data task diff --git a/lisp/org/org-bbdb.el b/lisp/org/org-bbdb.el index 49b9cf7746a..04af6969de5 100644 --- a/lisp/org/org-bbdb.el +++ b/lisp/org/org-bbdb.el @@ -1,9 +1,9 @@ ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2012 Free Software Foundation, Inc. -;; Author: Carsten Dominik <carsten at orgmode dot org>, -;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> +;; Authors: Carsten Dominik <carsten at orgmode dot org> +;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org ;; diff --git a/lisp/org/org-beamer.el b/lisp/org/org-beamer.el index 7882b27be71..eee1af4dd6e 100644 --- a/lisp/org/org-beamer.el +++ b/lisp/org/org-beamer.el @@ -1,6 +1,6 @@ ;;; org-beamer.el --- Beamer-specific LaTeX export for org-mode ;; -;; Copyright (C) 2007-2012 Free Software Foundation, Inc. +;; Copyright (C) 2007-2012 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com> ;; Maintainer: Carsten Dominik <carsten.dominik AT gmail DOT com> diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el index c1788b4bb52..fc0686035d7 100644 --- a/lisp/org/org-bibtex.el +++ b/lisp/org/org-bibtex.el @@ -1,10 +1,10 @@ ;;; org-bibtex.el --- Org links to BibTeX entries ;; -;; Copyright (C) 2007-2012 Free Software Foundation, Inc. +;; Copyright (C) 2007-2012 Free Software Foundation, Inc. ;; -;; Author: Bastien Guerry <bzg at altern dot org> -;; Carsten Dominik <carsten dot dominik at gmail dot com> -;; Eric Schulte <schulte dot eric at gmail dot com> +;; Authors: Bastien Guerry <bzg at altern dot org> +;; Carsten Dominik <carsten dot dominik at gmail dot com> +;; Eric Schulte <schulte dot eric at gmail dot com> ;; Keywords: org, wp, remember ;; ;; This file is part of GNU Emacs. diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index 01ec85d6d7c..775606b4cfb 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el @@ -1,6 +1,6 @@ ;;; org-capture.el --- Fast note taking in Org-mode -;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2012 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index b1133024b34..7a0a73f1de7 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el @@ -1,6 +1,6 @@ ;;; org-clock.el --- The time clocking code for Org-mode -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2012 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org-colview.el b/lisp/org/org-colview.el index fb158800cee..5cec355d738 100644 --- a/lisp/org/org-colview.el +++ b/lisp/org/org-colview.el @@ -1,6 +1,6 @@ ;;; org-colview.el --- Column View in Org-mode -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2012 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el index 7c969375a7f..ce72e25d991 100644 --- a/lisp/org/org-compat.el +++ b/lisp/org/org-compat.el @@ -1,6 +1,6 @@ ;;; org-compat.el --- Compatibility code for Org-mode -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2012 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org-datetree.el b/lisp/org/org-datetree.el index 3042be782c9..192d1d6e6df 100644 --- a/lisp/org/org-datetree.el +++ b/lisp/org/org-datetree.el @@ -1,6 +1,6 @@ ;;; org-datetree.el --- Create date entries in a tree -;; Copyright (C) 2009-2012 Free Software Foundation, Inc. +;; Copyright (C) 2009-2012 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org-docbook.el b/lisp/org/org-docbook.el index 499ab5da7d9..8c0bcd784ff 100644 --- a/lisp/org/org-docbook.el +++ b/lisp/org/org-docbook.el @@ -1,6 +1,6 @@ ;;; org-docbook.el --- DocBook exporter for org-mode ;; -;; Copyright (C) 2007-2012 Free Software Foundation, Inc. +;; Copyright (C) 2007-2012 Free Software Foundation, Inc. ;; ;; Emacs Lisp Archive Entry ;; Filename: org-docbook.el diff --git a/lisp/org/org-mac-message.el b/lisp/org/org-mac-message.el index b87d91f4cc2..2223c63f154 100644 --- a/lisp/org/org-mac-message.el +++ b/lisp/org/org-mac-message.el @@ -1,9 +1,9 @@ ;;; org-mac-message.el --- Links to Apple Mail.app messages from within Org-mode -;; Copyright (C) 2008-2012 Free Software Foundation, Inc. +;; Copyright (C) 2008-2012 Free Software Foundation, Inc. -;; Author: John Wiegley <johnw@gnu.org> -;; Christopher Suckling <suckling at gmail dot com> +;; Authors: John Wiegley <johnw@gnu.org> +;; Christopher Suckling <suckling at gmail dot com> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 6ffa86a1204..775f60990d0 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el @@ -1,12 +1,11 @@ ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. ;; -;; Copyright (C) 2008-2012 -;; Free Software Foundation, Inc. +;; Copyright (C) 2008-2012 Free Software Foundation, Inc. ;; -;; Author: Bastien Guerry <bzg AT gnu DOT org> -;; Author: Daniel M German <dmg AT uvic DOT org> -;; Author: Sebastian Rose <sebastian_rose AT gmx DOT de> -;; Author: Ross Patterson <me AT rpatterson DOT net> +;; Authors: Bastien Guerry <bzg AT gnu DOT org> +;; Daniel M German <dmg AT uvic DOT org> +;; Sebastian Rose <sebastian_rose AT gmx DOT de> +;; Ross Patterson <me AT rpatterson DOT net> ;; Maintainer: Sebastian Rose <sebastian_rose AT gmx DOT de> ;; Keywords: org, emacsclient, wp diff --git a/lisp/org/org-special-blocks.el b/lisp/org/org-special-blocks.el index d7dad8854ca..5bf8362357f 100644 --- a/lisp/org/org-special-blocks.el +++ b/lisp/org/org-special-blocks.el @@ -1,3 +1,4 @@ +;;; org-special-blocks.el --- handle Org special blocks ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. ;; Author: Chris Gray <chrismgray@gmail.com> diff --git a/lisp/org/org-xoxo.el b/lisp/org/org-xoxo.el index fc3a9732041..a282fbf1808 100644 --- a/lisp/org/org-xoxo.el +++ b/lisp/org/org-xoxo.el @@ -1,6 +1,6 @@ ;;; org-xoxo.el --- XOXO export for Org-mode -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2012 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/lisp/org/org.el b/lisp/org/org.el index c3e92460417..b7dcc0c3f1a 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -1,6 +1,6 @@ ;;; org.el --- Outline-based notes management and organizer ;; Carstens outline-mode for keeping track of everything. -;; Copyright (C) 2004-2012 Free Software Foundation, Inc. +;; Copyright (C) 2004-2012 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Maintainer: Bastien Guerry <bzg at gnu dot org> |