From c7557a0f2c61ba5180b8bf53810319cce0bcc30f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 18 Aug 2011 16:57:10 -0400 Subject: [PATCH] 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. --- lisp/org/ob-R.el | 3 ++- lisp/org/ob-clojure.el | 3 ++- lisp/org/ob-exp.el | 3 ++- lisp/org/ob-js.el | 20 +++++++++----------- lisp/org/ob-lisp.el | 6 ++++-- lisp/org/ob-lob.el | 3 ++- lisp/org/ob-perl.el | 3 ++- lisp/org/ob-python.el | 3 ++- lisp/org/ob-ref.el | 3 ++- lisp/org/ob-scheme.el | 20 +++++++++----------- lisp/org/ob.el | 3 ++- lisp/org/org-freemind.el | 20 -------------------- 12 files changed, 38 insertions(+), 52 deletions(-) diff --git a/lisp/org/ob-R.el b/lisp/org/ob-R.el index c2896e57cbd..2b0e6d5e16a 100644 --- a/lisp/org/ob-R.el +++ b/lisp/org/ob-R.el @@ -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 diff --git a/lisp/org/ob-clojure.el b/lisp/org/ob-clojure.el index c7bae6c0ef0..090b60662f8 100644 --- a/lisp/org/ob-clojure.el +++ b/lisp/org/ob-clojure.el @@ -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 diff --git a/lisp/org/ob-exp.el b/lisp/org/ob-exp.el index b3d0e6ed08a..0fceb184c5e 100644 --- a/lisp/org/ob-exp.el +++ b/lisp/org/ob-exp.el @@ -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 diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index 0d6cc739c8f..9e6751c9525 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el @@ -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 . ;;; 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 diff --git a/lisp/org/ob-lisp.el b/lisp/org/ob-lisp.el index 271099e2ee2..4ff9c4076ec 100644 --- a/lisp/org/ob-lisp.el +++ b/lisp/org/ob-lisp.el @@ -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 +;; Author: Joel Boehland +;; Eric Schulte +;; David T. O'Toole ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org ;; Version: 7.7 diff --git a/lisp/org/ob-lob.el b/lisp/org/ob-lob.el index 51653fc2111..5cb40a057f3 100644 --- a/lisp/org/ob-lob.el +++ b/lisp/org/ob-lob.el @@ -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 diff --git a/lisp/org/ob-perl.el b/lisp/org/ob-perl.el index a4853890b96..13d71413731 100644 --- a/lisp/org/ob-perl.el +++ b/lisp/org/ob-perl.el @@ -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 diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index a871cbe4126..5234d83ecee 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el @@ -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 diff --git a/lisp/org/ob-ref.el b/lisp/org/ob-ref.el index cde2d3579df..b27bd20db40 100644 --- a/lisp/org/ob-ref.el +++ b/lisp/org/ob-ref.el @@ -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 diff --git a/lisp/org/ob-scheme.el b/lisp/org/ob-scheme.el index 474207b5106..3e93a3a74f7 100644 --- a/lisp/org/ob-scheme.el +++ b/lisp/org/ob-scheme.el @@ -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 . ;;; 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 diff --git a/lisp/org/ob.el b/lisp/org/ob.el index 7a76c4e3784..728c6c5cb5e 100644 --- a/lisp/org/ob.el +++ b/lisp/org/ob.el @@ -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 diff --git a/lisp/org/org-freemind.el b/lisp/org/org-freemind.el index 4f72f7ddeee..91a1e5e59cb 100644 --- a/lisp/org/org-freemind.el +++ b/lisp/org/org-freemind.el @@ -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) -- 2.39.2