Licensed utils.scm under the LGPL, with permission from David Thompson
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 28 Nov 2015 15:28:12 +0000 (09:28 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 28 Nov 2015 15:28:12 +0000 (09:28 -0600)
README.md
tests/utils.scm

index f98f4338e306f4383e0bc3afabd45744af7577bf..4fd7bdf3b7f4efca26ef337745916a734fe20f66 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,5 +40,3 @@ Software Foundation, with exceptions below:
    linked, but I can't be sure.  If you really care, consider this
    whole project GPL v3 or later optionally... anyway a
    COPYING-gplv3.txt is included for these reasons.
- - Likewise, there's a single utility in tests/utils.scm from David
-   Thompson that's under GPLv3 or later.  See above.
index 9ec2760f25b7ad887272fccdd3dc865a18850a72..9eb6d7aea74ae4d9d24c2f2a35880d73289829e4 100644 (file)
@@ -1,20 +1,23 @@
-;;; Totes taken from dave
-
-;;; srt2vtt --- SRT to WebVTT converter
 ;;; Copyright © 2015 David Thompson <davet@gnu.org>
-;;;
-;;; srt2vtt 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
-;;; (at your option) any later version.
-;;;
-;;; srt2vtt 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 srt2vtt.  If not, see <http://www.gnu.org/licenses/>.
+
+;; This library is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU Lesser General Public
+;; License as published by the Free Software Foundation; either
+;; version 3 of the License, or (at your option) any later version.
+;;
+;; This library 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
+;; Lesser General Public License for more details.
+;;
+;; You should have received a copy of the GNU Lesser General Public
+;; License along with this library; if not, write to the Free Software
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+;; 02110-1301 USA
+
+;; Thanks for giving permission to license this under LGPL for
+;; consistency, David!
+
 
 (define-module (tests utils)
   #:use-module (srfi srfi-64)