Relicense "GPLv2 or later" files to "GPLv3 or later".
[gnus] / texi / xml2texi.sh
index e40e770..7fecb43 100755 (executable)
@@ -11,7 +11,7 @@ exec mzscheme -mr $0 ${1+"$@"}
 ;; 
 ;;  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 2, or (at your option)
+;;  the Free Software Foundation; either version 3, or (at your option)
 ;;  any later version.
 ;; 
 ;;  GNU Emacs is distributed in the hope that it will be useful,
@@ -21,11 +21,24 @@ exec mzscheme -mr $0 ${1+"$@"}
 ;; 
 ;;  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., 59 Temple Place - Suite 330,
-;;  Boston, MA 02111-1307, USA.
+;;  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;;  Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
+;;
+;; Requirements:
+;;
+;; To run this scheme program you need MzScheme and DrScheme.
+;;
+;; Some URLs:
+;; http://www.plt-scheme.org/software/mzscheme/
+;; http://www.drscheme.org/
+;; http://www.plt-scheme.org/software/
 ;; 
+;; ,----[ http://www.plt-scheme.org/license/ ]
+;; | PLT software is distributed under the
+;; |  GNU Lesser General Public License (LGPL).
+;; `----
 
 ;;; Code:
 
@@ -42,7 +55,7 @@ exec mzscheme -mr $0 ${1+"$@"}
    (set! +in+ in))
   (("-o" "--output") out "Name of output file (default gnus-faq.texi)"
    (set! +out+ out))
-  (("-l" "--library") lib "Name of Scheme library to load (default faqxml2texi.scm)"
+  (("-l" "--library") lib "Name of Scheme library to load (default xml2texi.scm)"
    (set! +scmfile+ lib)))
  (help-labels "The first (or only) remaining argument is used as the name of the Input file"
               "The second argument is used as the name of the Output file")