emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105493: Standardize/fix some Org hea


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105493: Standardize/fix some Org header comments.
Date: Thu, 18 Aug 2011 16:57:10 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105493
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-08-18 16:57:10 -0400
message:
  Standardize/fix some Org header comments.
  
  * org-freemind.el: Remove duplicate, incorrect license notice.
  
  * ob-lisp.el: Convert consecutive copyright years to ranges.
  
  * ob-js.el, ob-scheme.el: Standardize license text.
  
  * ob-R.el, ob-clojure.el, ob-exp.el, ob-lisp.el, ob-lob.el, ob-perl.el:
  * ob-python.el, ob-ref.el, ob.el:
  Put multiple authors on separate lines.
modified:
  lisp/org/ob-R.el
  lisp/org/ob-clojure.el
  lisp/org/ob-exp.el
  lisp/org/ob-js.el
  lisp/org/ob-lisp.el
  lisp/org/ob-lob.el
  lisp/org/ob-perl.el
  lisp/org/ob-python.el
  lisp/org/ob-ref.el
  lisp/org/ob-scheme.el
  lisp/org/ob.el
  lisp/org/org-freemind.el
=== modified file 'lisp/org/ob-R.el'
--- a/lisp/org/ob-R.el  2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-R.el  2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
-;; Author: Eric Schulte, Dan Davison
+;; Author: Eric Schulte
+;;     Dan Davison
 ;; Keywords: literate programming, reproducible research, R, statistics
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-clojure.el'
--- a/lisp/org/ob-clojure.el    2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-clojure.el    2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
-;; Author: Joel Boehland, Eric Schulte
+;; Author: Joel Boehland
+;;     Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-exp.el'
--- a/lisp/org/ob-exp.el        2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-exp.el        2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
-;; Author: Eric Schulte, Dan Davison
+;; Author: Eric Schulte
+;;     Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-js.el'
--- a/lisp/org/ob-js.el 2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-js.el 2011-08-18 20:57:10 +0000
@@ -7,22 +7,20 @@
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7
 
-;;; License:
+;; This file is part of GNU Emacs.
 
-;; This program 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.
-;;
-;; This program is distributed in the hope that it will be useful,
+;; 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
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; 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:
 
@@ -35,7 +33,7 @@
 
 ;; - a non-browser javascript engine such as node.js http://nodejs.org/
 ;;   or mozrepl http://wiki.github.com/bard/mozrepl/
-;; 
+;;
 ;; - for session based evaluation mozrepl and moz.el are required see
 ;;   http://wiki.github.com/bard/mozrepl/emacs-integration for
 ;;   configuration instructions

=== modified file 'lisp/org/ob-lisp.el'
--- a/lisp/org/ob-lisp.el       2011-08-16 07:13:02 +0000
+++ b/lisp/org/ob-lisp.el       2011-08-18 20:57:10 +0000
@@ -1,8 +1,10 @@
 ;;; ob-lisp.el --- org-babel functions for common lisp evaluation
 
-;; Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
-;; Author: Joel Boehland, Eric Schulte, David T. O'Toole <address@hidden>
+;; Author: Joel Boehland
+;;     Eric Schulte
+;;     David T. O'Toole <address@hidden>
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-lob.el'
--- a/lisp/org/ob-lob.el        2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-lob.el        2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
-;; Author: Eric Schulte, Dan Davison
+;; Author: Eric Schulte
+;;     Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-perl.el'
--- a/lisp/org/ob-perl.el       2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-perl.el       2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation
 
-;; Author: Dan Davison, Eric Schulte
+;; Author: Dan Davison
+;;     Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-python.el'
--- a/lisp/org/ob-python.el     2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-python.el     2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation
 
-;; Author: Eric Schulte, Dan Davison
+;; Author: Eric Schulte
+;;     Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-ref.el'
--- a/lisp/org/ob-ref.el        2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-ref.el        2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
-;; Author: Eric Schulte, Dan Davison
+;; Author: Eric Schulte
+;;     Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/ob-scheme.el'
--- a/lisp/org/ob-scheme.el     2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob-scheme.el     2011-08-18 20:57:10 +0000
@@ -7,22 +7,20 @@
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7
 
-;;; License:
+;; This file is part of GNU Emacs.
 
-;; This program 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.
-;;
-;; This program is distributed in the hope that it will be useful,
+;; 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
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; 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:
 
@@ -35,7 +33,7 @@
 
 ;; - a working scheme implementation
 ;;   (e.g. guile http://www.gnu.org/software/guile/guile.html)
-;;   
+;;
 ;; - for session based evaluation cmuscheme.el is required which is
 ;;   included in Emacs
 

=== modified file 'lisp/org/ob.el'
--- a/lisp/org/ob.el    2011-08-18 20:41:06 +0000
+++ b/lisp/org/ob.el    2011-08-18 20:57:10 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
-;; Author: Eric Schulte, Dan Davison
+;; Author: Eric Schulte
+;;     Dan Davison
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
 ;; Version: 7.7

=== modified file 'lisp/org/org-freemind.el'
--- a/lisp/org/org-freemind.el  2011-08-18 20:41:06 +0000
+++ b/lisp/org/org-freemind.el  2011-08-18 20:57:10 +0000
@@ -57,26 +57,6 @@
 ;;             Added y/n question before showing in FreeMind.
 ;; 2009-11-04: Added support for #+BEGIN_HTML.
 ;;
-;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
-;; This program 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 2, or
-;; (at your option) any later version.
-;;
-;; This program is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; General Public License for more details.
-;;
-;; You should have received a copy of the GNU General Public License
-;; along with this program; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
-;; Floor, Boston, MA 02110-1301, USA.
-;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
 ;;; Code:
 
 (require 'xml)


reply via email to

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