summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-05 09:43:21 +0100
committerBastien Guerry <bzg@altern.org>2012-01-05 09:43:21 +0100
commit8931636eae33b00b1c48636a9848115fbe40c706 (patch)
treef66c4cf23c31d91d6d26d7bedd71892110ea3f5a
parent31aaa12c987b234a82b6c02f78dfe49690c46262 (diff)
downloadorg-mode-8931636eae33b00b1c48636a9848115fbe40c706.tar.gz
Copyright, license, and header fixes.
Thanks to Glenn Morris for this fix in Emacs trunk.
-rw-r--r--lisp/ob-calc.el2
-rw-r--r--lisp/ob-emacs-lisp.el2
-rw-r--r--lisp/ob-js.el2
-rw-r--r--lisp/ob-perl.el2
-rw-r--r--lisp/ob-picolisp.el3
-rw-r--r--lisp/ob-python.el2
-rw-r--r--lisp/ob-ruby.el2
-rw-r--r--lisp/ob-scheme.el2
-rw-r--r--lisp/ob-screen.el2
-rw-r--r--lisp/ob-shen.el2
-rw-r--r--lisp/ob-sqlite.el2
-rw-r--r--lisp/org-eshell.el22
-rw-r--r--lisp/org-lparse.el11
-rw-r--r--lisp/org-mouse.el10
-rw-r--r--lisp/org-odt.el8
15 files changed, 34 insertions, 40 deletions
diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el
index 6686c27..f8ad7e3 100644
--- a/lisp/ob-calc.el
+++ b/lisp/ob-calc.el
@@ -1,6 +1,6 @@
;;; ob-calc.el --- org-babel functions for calc code evaluation
-;; Copyright (C) 2010-2012 Free Software Foundation, Inc
+;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
diff --git a/lisp/ob-emacs-lisp.el b/lisp/ob-emacs-lisp.el
index 9914978..afbc20d 100644
--- a/lisp/ob-emacs-lisp.el
+++ b/lisp/ob-emacs-lisp.el
@@ -1,6 +1,6 @@
;;; ob-emacs-lisp.el --- org-babel functions for emacs-lisp code 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/ob-js.el b/lisp/ob-js.el
index d71c0ab..bbb7aa0 100644
--- a/lisp/ob-js.el
+++ b/lisp/ob-js.el
@@ -1,6 +1,6 @@
;;; ob-js.el --- org-babel functions for Javascript
-;; Copyright (C) 2010-2012 Free Software Foundation
+;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research, js
diff --git a/lisp/ob-perl.el b/lisp/ob-perl.el
index dbd40df..916eb02 100644
--- a/lisp/ob-perl.el
+++ b/lisp/ob-perl.el
@@ -1,6 +1,6 @@
;;; ob-perl.el --- org-babel functions for perl evaluation
-;; Copyright (C) 2009-2012 Free Software Foundation
+;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
;; Author: Dan Davison
;; Eric Schulte
diff --git a/lisp/ob-picolisp.el b/lisp/ob-picolisp.el
index 2078934..572b659 100644
--- a/lisp/ob-picolisp.el
+++ b/lisp/ob-picolisp.el
@@ -2,7 +2,8 @@
;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
-;; Authors: Thorsten Jolitz and Eric Schulte
+;; Authors: Thorsten Jolitz
+;; Eric Schulte
;; Keywords: literate programming, reproducible research
;; Homepage: http://orgmode.org
diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index dee6b07..5e7a2f0 100644
--- a/lisp/ob-python.el
+++ b/lisp/ob-python.el
@@ -1,6 +1,6 @@
;;; ob-python.el --- org-babel functions for python evaluation
-;; Copyright (C) 2009-2012 Free Software Foundation
+;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Dan Davison
diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el
index df8ae2c..19cce58 100644
--- a/lisp/ob-ruby.el
+++ b/lisp/ob-ruby.el
@@ -1,6 +1,6 @@
;;; ob-ruby.el --- org-babel functions for ruby evaluation
-;; Copyright (C) 2009-2012 Free Software Foundation
+;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
diff --git a/lisp/ob-scheme.el b/lisp/ob-scheme.el
index d0d03dd..4bcde94 100644
--- a/lisp/ob-scheme.el
+++ b/lisp/ob-scheme.el
@@ -1,6 +1,6 @@
;;; ob-scheme.el --- org-babel functions for Scheme
-;; Copyright (C) 2010-2012 Free Software Foundation
+;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research, scheme
diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el
index 5f11b14..37cdb28 100644
--- a/lisp/ob-screen.el
+++ b/lisp/ob-screen.el
@@ -1,6 +1,6 @@
;;; ob-screen.el --- org-babel support for interactive terminal
-;; Copyright (C) 2009-2012 Free Software Foundation
+;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
;; Author: Benjamin Andresen
;; Keywords: literate programming, interactive shell
diff --git a/lisp/ob-shen.el b/lisp/ob-shen.el
index 7207cd9..8f4b132 100644
--- a/lisp/ob-shen.el
+++ b/lisp/ob-shen.el
@@ -1,6 +1,6 @@
;;; ob-shen.el --- org-babel functions for Shen
-;; Copyright (C) 2010-2012 Free Software Foundation
+;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research, shen
diff --git a/lisp/ob-sqlite.el b/lisp/ob-sqlite.el
index d3a336a..599113c 100644
--- a/lisp/ob-sqlite.el
+++ b/lisp/ob-sqlite.el
@@ -1,6 +1,6 @@
;;; ob-sqlite.el --- org-babel functions for sqlite database interaction
-;; Copyright (C) 2010-2012 Free Software Foundation
+;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
diff --git a/lisp/org-eshell.el b/lisp/org-eshell.el
index 8c229bc..c386af8 100644
--- a/lisp/org-eshell.el
+++ b/lisp/org-eshell.el
@@ -1,15 +1,16 @@
;;; org-eshell.el - Support for links to working directories in eshell
+
;; Copyright (C) 2011-2012 Free Software Foundation, Inc.
-;;
+
;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
;; Version: 0.1
-;;
+
;; This file is part of GNU Emacs.
-;;
-;; Emacs is free software; you can redistribute it and/or modify
+
+;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,10 +18,11 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
(require 'org)
(require 'eshell)
diff --git a/lisp/org-lparse.el b/lisp/org-lparse.el
index 682a661..b13dc86 100644
--- a/lisp/org-lparse.el
+++ b/lisp/org-lparse.el
@@ -5,9 +5,8 @@
;; Author: Jambunathan K <kjambunathan at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;;
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
+
+;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -21,8 +20,7 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+
;;; Commentary:
;; `org-lparse' is the entry point for the generic line-oriented
@@ -45,9 +43,6 @@
;; convert documents between various formats. Use this to command,
;; for example, to convert odt file to doc or pdf format.
-;; See README.org file that comes with this library for answers to
-;; FAQs and more information on using this library.
-
;;; Code:
(eval-when-compile
(require 'cl))
diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el
index 65a21a9..b1d9f22 100644
--- a/lisp/org-mouse.el
+++ b/lisp/org-mouse.el
@@ -1,13 +1,12 @@
;;; org-mouse.el --- Better mouse support for org-mode
-;; Copyright (C) 2006-2012 Free Software Foundation
-;;
+;; Copyright (C) 2006-2012 Free Software Foundation, Inc.
+
;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
-;;
;; This file is part of GNU Emacs.
-;;
+
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
@@ -20,8 +19,7 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+
;;; Commentary:
;;
;; Org-mouse provides mouse support for org-mode.
diff --git a/lisp/org-odt.el b/lisp/org-odt.el
index e53f396..886efa0 100644
--- a/lisp/org-odt.el
+++ b/lisp/org-odt.el
@@ -5,9 +5,8 @@
;; Author: Jambunathan K <kjambunathan at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;;
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
+
+;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -21,8 +20,7 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+
;;; Commentary:
;;; Code: