[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102368: Standardize some file header
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102368: Standardize some file headers. |
Date: |
Fri, 12 Nov 2010 19:34:36 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102368
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-11-12 19:34:36 -0800
message:
Standardize some file headers.
modified:
lisp/org/ob-R.el
lisp/org/ob-calc.el
lisp/org/ob-emacs-lisp.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-ruby.el
lisp/org/ob-scheme.el
lisp/org/ob-screen.el
lisp/org/ob-sqlite.el
lisp/org/ob.el
lisp/org/org-mouse.el
=== modified file 'lisp/org/ob-R.el'
--- a/lisp/org/ob-R.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-R.el 2010-11-13 03:34:36 +0000
@@ -2,7 +2,8 @@
;; Copyright (C) 2009, 2010 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.3
=== modified file 'lisp/org/ob-calc.el'
--- a/lisp/org/ob-calc.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-calc.el 2010-11-13 03:34:36 +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 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 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-emacs-lisp.el 2010-11-13 03:34:36 +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, 2010 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 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-js.el 2010-11-13 03:34:36 +0000
@@ -1,28 +1,26 @@
;;; ob-js.el --- org-babel functions for Javascript
-;; Copyright (C) 2010 Free Software Foundation
+;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research, js
;; Homepage: http://orgmode.org
;; Version: 7.3
-;;; 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 2010-11-12 04:36:34 +0000
+++ b/lisp/org/ob-lisp.el 2010-11-13 03:34:36 +0000
@@ -1,28 +1,27 @@
;;; ob-lisp.el --- org-babel functions for Common Lisp
-;; Copyright (C) 2010 Free Software Foundation
+;; Copyright (C) 2010 Free Software Foundation, Inc.
-;; Author: David T. O'Toole <address@hidden>, Eric Schulte
+;; Author: David T. O'Toole <address@hidden>
+;; Eric Schulte
;; Keywords: literate programming, reproducible research, lisp
;; Homepage: http://orgmode.org
;; Version: 7.3
-;;; 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:
=== modified file 'lisp/org/ob-lob.el'
--- a/lisp/org/ob-lob.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-lob.el 2010-11-13 03:34:36 +0000
@@ -2,7 +2,8 @@
;; Copyright (C) 2009, 2010 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.3
@@ -25,7 +26,7 @@
;;; Commentary:
;; See the online documentation for more information
-;;
+;;
;; http://orgmode.org/worg/org-contrib/babel/
;;; Code:
@@ -92,13 +93,13 @@
(beginning-of-line 1)
(if (looking-at org-babel-lob-one-liner-regexp)
(append
- (mapcar #'org-babel-clean-text-properties
+ (mapcar #'org-babel-clean-text-properties
(list
(format "%s(%s)%s"
(match-string 2) (match-string 3) (match-string 4))
(match-string 5)))
(list (length (match-string 1))))))))
-
+
(defun org-babel-lob-execute (info)
"Execute the lob call specified by INFO."
(let ((params (org-babel-process-params
=== modified file 'lisp/org/ob-perl.el'
--- a/lisp/org/ob-perl.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-perl.el 2010-11-13 03:34:36 +0000
@@ -1,8 +1,9 @@
;;; ob-perl.el --- org-babel functions for perl evaluation
-;; Copyright (C) 2009, 2010 Free Software Foundation
+;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
-;; Author: Dan Davison, Eric Schulte
+;; Author: Dan Davison
+;; Eric Schulte
;; Keywords: literate programming, reproducible research
;; Homepage: http://orgmode.org
;; Version: 7.3
=== modified file 'lisp/org/ob-python.el'
--- a/lisp/org/ob-python.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-python.el 2010-11-13 03:34:36 +0000
@@ -1,8 +1,9 @@
;;; ob-python.el --- org-babel functions for python evaluation
-;; Copyright (C) 2009, 2010 Free Software Foundation
+;; Copyright (C) 2009, 2010 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.3
=== modified file 'lisp/org/ob-ref.el'
--- a/lisp/org/ob-ref.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-ref.el 2010-11-13 03:34:36 +0000
@@ -2,7 +2,8 @@
;; Copyright (C) 2009, 2010 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.3
=== modified file 'lisp/org/ob-ruby.el'
--- a/lisp/org/ob-ruby.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-ruby.el 2010-11-13 03:34:36 +0000
@@ -1,6 +1,6 @@
;;; ob-ruby.el --- org-babel functions for ruby evaluation
-;; Copyright (C) 2009, 2010 Free Software Foundation
+;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
@@ -29,10 +29,10 @@
;;; Requirements:
;; - ruby and irb executables :: http://www.ruby-lang.org/
-;;
+;;
;; - ruby-mode :: Can be installed through ELPA, or from
;; http://github.com/eschulte/rinari/raw/master/util/ruby-mode.el
-;;
+;;
;; - inf-ruby mode :: Can be installed through ELPA, or from
;; http://github.com/eschulte/rinari/raw/master/util/inf-ruby.el
=== modified file 'lisp/org/ob-scheme.el'
--- a/lisp/org/ob-scheme.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-scheme.el 2010-11-13 03:34:36 +0000
@@ -1,28 +1,26 @@
;;; ob-scheme.el --- org-babel functions for Scheme
-;; Copyright (C) 2010 Free Software Foundation
+;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research, scheme
;; Homepage: http://orgmode.org
;; Version: 7.3
-;;; 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-screen.el'
--- a/lisp/org/ob-screen.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-screen.el 2010-11-13 03:34:36 +0000
@@ -1,6 +1,6 @@
;;; ob-screen.el --- org-babel support for interactive terminal
-;; Copyright (C) 2009, 2010 Free Software Foundation
+;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
;; Author: Benjamin Andresen
;; Keywords: literate programming, interactive shell
=== modified file 'lisp/org/ob-sqlite.el'
--- a/lisp/org/ob-sqlite.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob-sqlite.el 2010-11-13 03:34:36 +0000
@@ -1,6 +1,6 @@
;;; ob-sqlite.el --- org-babel functions for sqlite database interaction
-;; Copyright (C) 2010 Free Software Foundation
+;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
=== modified file 'lisp/org/ob.el'
--- a/lisp/org/ob.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/ob.el 2010-11-13 03:34:36 +0000
@@ -2,7 +2,8 @@
;; Copyright (C) 2009, 2010 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.3
=== modified file 'lisp/org/org-mouse.el'
--- a/lisp/org/org-mouse.el 2010-11-12 04:10:19 +0000
+++ b/lisp/org/org-mouse.el 2010-11-13 03:34:36 +0000
@@ -1,6 +1,7 @@
;;; org-mouse.el --- Better mouse support for org-mode
-;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation
+;; Copyright (C) 2006, 2007, 2008, 2009, 2010
+;; Free Software Foundation, Inc.
;;
;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com>
;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102368: Standardize some file headers.,
Glenn Morris <=