Author: yamakenz Date: Sun Jul 22 15:53:04 2007 New Revision: 4787 Modified: sigscheme-trunk/COPYING sigscheme-trunk/lib/srfi-69.scm
Log: * COPYING - Add entry for srfi-9.scm and srfi-69.scm * lib/srfi-69.scm - Add latest source URLs Modified: sigscheme-trunk/COPYING ============================================================================== --- sigscheme-trunk/COPYING (original) +++ sigscheme-trunk/COPYING Sun Jul 22 15:53:04 2007 @@ -70,6 +70,56 @@ ----------------------------------------------------------------------------- +lib/srfi-9.scm is covered by: +----------------------------------------------------------------------------- +Copyright (C) Richard Kelsey (1999). All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +----------------------------------------------------------------------------- + + +lib/srfi-69.scm is covered by: +----------------------------------------------------------------------------- +Copyright (C) Panu Kalliokoski (2005). All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +----------------------------------------------------------------------------- + + lib/srfi-95.scm is covered by: ----------------------------------------------------------------------------- ;;; Author : Richard A. O'Keefe (based on Prolog code by D.H.D.Warren) Modified: sigscheme-trunk/lib/srfi-69.scm ============================================================================== --- sigscheme-trunk/lib/srfi-69.scm (original) +++ sigscheme-trunk/lib/srfi-69.scm Sun Jul 22 15:53:04 2007 @@ -19,6 +19,11 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +;; Latest sources: +;; +;; http://members.sange.fi/~atehwa/vc/r+d/guse/srfi/_darcs/current/hash-srfi.ss +;; http://members.sange.fi/~atehwa/vc/r+d/guse/srfi/_darcs/current/test-hash.ss + ;; ChangeLog ;; @@ -29,6 +34,7 @@ ;; ;; SigScheme adaptation +;; (require-extension (srfi 9 23))
