Add GPLv3 and a simple README
[8sync.git] / tests.scm
index e219c486eb6755607d5c3e90117f318137ebf2fb..4a87ad8dbea4eb7ebbaa6d2d1f957b1e99fd1e33 100644 (file)
--- a/tests.scm
+++ b/tests.scm
@@ -1,3 +1,20 @@
+;; Copyright (C) 2015 Christopher Allan Webber <cwebber@dustycloud.org>
+
+;; 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
+
 #!/usr/bin/guile \
 -s
 !#
                        ;; compare records like this
                        (tdelta 8 0))
 
+;; TODO: test %port-request
+;; TODO: test %sync and friends!
+
 
 ;;; Agenda tests
 ;;; ------------