From 5ad09886e8c3a1282c4f73e814085d545ef3ffae Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 28 Nov 2015 09:28:12 -0600 Subject: [PATCH] Licensed utils.scm under the LGPL, with permission from David Thompson --- README.md | 2 -- tests/utils.scm | 35 +++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f98f433..4fd7bdf 100644 --- 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. diff --git a/tests/utils.scm b/tests/utils.scm index 9ec2760..9eb6d7a 100644 --- a/tests/utils.scm +++ b/tests/utils.scm @@ -1,20 +1,23 @@ -;;; Totes taken from dave - -;;; srt2vtt --- SRT to WebVTT converter ;;; Copyright © 2015 David Thompson -;;; -;;; 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 . + +;; 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) -- 2.31.1