X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=loopy.scm;h=8ffe6f18a489a94520f0a1058f0d9a8e3ca1da8a;hp=abc9801191d6b9bd01df28d135508448ef72422f;hb=302b13a687285471ba67d62553639519adfb4da8;hpb=3716c687bd7de908e75f347592ca0f5a789fa0d9 diff --git a/loopy.scm b/loopy.scm index abc9801..8ffe6f1 100644 --- a/loopy.scm +++ b/loopy.scm @@ -1,3 +1,20 @@ +;; Copyright (C) 2015 Christopher Allan Webber + +;; 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 + (define-module (eightsync agenda) #:use-module (srfi srfi-1) #:use-module (srfi srfi-9)