X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=tests%2Futils.scm;h=5d4e3cfc260966a78b5cbb969bf0f2614b63eb92;hp=9ec2760f25b7ad887272fccdd3dc865a18850a72;hb=f6a77e5e588057731d5c4f98ae575a20936d4415;hpb=743fdb8a79e771cfbd98ed53a66a4d129f8fe2f6 diff --git a/tests/utils.scm b/tests/utils.scm index 9ec2760..5d4e3cf 100644 --- a/tests/utils.scm +++ b/tests/utils.scm @@ -1,20 +1,22 @@ -;;; 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. +;;; 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. ;;; -;;; srt2vtt is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; 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 -;;; General Public License for more details. +;;; Lesser General Public License for more details. ;;; -;;; You should have received a copy of the GNU General Public License -;;; along with srt2vtt. If not, see . +;;; You should have received a copy of the GNU Lesser General Public +;;; License along with this program. If not, see +;;; . + +;; Thanks for giving permission to license this under LGPL for +;; consistency, David! + (define-module (tests utils) #:use-module (srfi srfi-64)