~ chicken-core (chicken-5) /LICENSE
Trap1== Main license23CHICKEN falls under the following main license:45 Copyright (c) 2007-2022, The CHICKEN Team6 Copyright (c) 2000-2007, Felix L. Winkelmann7 All rights reserved.89 Redistribution and use in source and binary forms, with or without10 modification, are permitted provided that the following conditions11 are met:12 1. Redistributions of source code must retain the above copyright13 notice, this list of conditions and the following disclaimer.14 2. Redistributions in binary form must reproduce the above copyright15 notice, this list of conditions and the following disclaimer in the16 documentation and/or other materials provided with the distribution.17 3. The name of the authors may not be used to endorse or promote products18 derived from this software without specific prior written permission.1920 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR21 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES22 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.23 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,24 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT25 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,26 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY27 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF29 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.303132== Additional licenses in main code3334synrules.scm:3536 Copyright (c) 1993-2001, Richard Kelsey and Jonathan Rees37 All rights reserved.3839 Redistribution and use in source and binary forms, with or without40 modification, are permitted provided that the following conditions41 are met:42 1. Redistributions of source code must retain the above copyright43 notice, this list of conditions and the following disclaimer.44 2. Redistributions in binary form must reproduce the above copyright45 notice, this list of conditions and the following disclaimer in the46 documentation and/or other materials provided with the distribution.47 3. The name of the authors may not be used to endorse or promote products48 derived from this software without specific prior written permission.4950 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR51 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES52 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.53 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,54 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT55 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,56 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY57 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT58 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF59 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.6061irregex.scm:6263 Copyright (c) 2005-2016, Alex Shinn64 All rights reserved.6566 Redistribution and use in source and binary forms, with or without67 modification, are permitted provided that the following conditions68 are met:69 1. Redistributions of source code must retain the above copyright70 notice, this list of conditions and the following disclaimer.71 2. Redistributions in binary form must reproduce the above copyright72 notice, this list of conditions and the following disclaimer in the73 documentation and/or other materials provided with the distribution.74 3. The name of the authors may not be used to endorse or promote products75 derived from this software without specific prior written permission.7677 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR78 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES79 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.80 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,81 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT82 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,83 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY84 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT85 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF86 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.8788{{let-optionals}} implementation in chicken-syntax.scm:8990 Copyright (c) 1996 Olin Shivers91 All rights reserved.9293 Redistribution and use in source and binary forms, with or without94 modification, are permitted provided that the following conditions95 are met:96 1. Redistributions of source code must retain the above copyright97 notice, this list of conditions and the following disclaimer.98 2. Redistributions in binary form must reproduce the above copyright99 notice, this list of conditions and the following disclaimer in the100 documentation and/or other materials provided with the distribution.101 3. The name of the authors may not be used to endorse or promote products102 derived from this software without specific prior written permission.103104 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR105 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES106 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.107 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,108 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT109 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,110 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY111 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT112 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF113 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.114115=== Public domain / unencumbered116117Since we would still like to acknowledge all the useful contributions118from people who gave us public domain code, here's a list for119completeness sake:120121data-structures.scm:122123 Copyright (C) 1995 Mikael Djurfeldt124 Taken from SLIB (slightly adapted)125126 SLIB's sort.scm has this statement:127128 Richard A. O'Keefe (based on Prolog code by D.H.D.Warren)129 This code is in the public domain.130131extras.scm:132133 Copyright (c) 1991, Marc Feeley134 Author: Marc Feeley (feeley@iro.umontreal.ca)135 Distribution restrictions: none136137== Tests138139Tests are ''not'' part of a typical binary CHICKEN distribution, so140these licenses are only relevant in atypical situations:141142tests/slatex.scm143tests/slatex.sty144tests/test.tex:145 Copyright (c) 1990-2002, Dorai Sitaram.146 All rights reserved.147148 Permission to distribute and use this work for any149 purpose is hereby granted provided this copyright150 notice is included in the copy. This work is provided151 as is, with no warranty of any kind.152153tests/dwindtst.scm:154155 Copyright (C) 1992 Aubrey Jaffer156157 Permission to copy this software, to modify it, to redistribute it,158 to distribute modified versions, and to use it for any purpose is159 granted, subject to the following restrictions and understandings.160161 1. Any copy made of this software must include this copyright notice162 in full.163164 2. I have made no warranty or representation that the operation of165 this software will be error-free, and I am under no obligation to166 provide any services, by way of maintenance, update, or otherwise.167168 3. In conjunction with products arising from the use of this169 material, there shall be no use of my name in any advertising,170 promotional, or sales literature without prior written consent in171 each case.172173tests/r4rstest.scm:174175 Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2003 Free Software Foundation, Inc.176177 This program is free software; you can redistribute it and/or modify it178 under the terms of the GNU General Public License as published by the179 Free Software Foundation; either version 2, or (at your option) any180 later version.181182 This program is distributed in the hope that it will be useful,183 but WITHOUT ANY WARRANTY; without even the implied warranty of184 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the185 GNU General Public License for more details.186187 To receive a copy of the GNU General Public License, write to the188 Free Software Foundation, Inc., 59 Temple Place - Suite 330,189 Boston, MA 02111-1307, USA; or view190 http://swissnet.ai.mit.edu/~jaffer/GPL.html191192tests/numbers-test-gauche.scm:193194 Copyright (c) 2000-2010 Shiro Kawai <shiro@acm.org>195196 Redistribution and use in source and binary forms, with or without197 modification, are permitted provided that the following conditions198 are met:199200 1. Redistributions of source code must retain the above copyright201 notice, this list of conditions and the following disclaimer.202203 2. Redistributions in binary form must reproduce the above copyright204 notice, this list of conditions and the following disclaimer in the205 documentation and/or other materials provided with the distribution.206207 3. Neither the name of the authors nor the names of its contributors208 may be used to endorse or promote products derived from this209 software without specific prior written permission.210211 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS212 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT213 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR214 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT215 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,216 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED217 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR218 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF219 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING220 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS221 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.