Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Chez Scheme
Source: https://github.com/cisco/ChezScheme/
Files-Excluded: csug/canned/cisco-logo-large.png
 csug/canned/cisco-logo-orig.png
 csug/canned/cisco-logo.png
 examples/rsa.ss
 lz4
 nanopass
 stex
 zlib
 zuo

Files: *
Copyright: 1984-2026, Cisco Systems, Inc.
License: Apache-2.0

Files:     csug/csug8.cls
           csug/csug8.hcls
           csug/tspl4-prep.stex
           examples/def.ss
           examples/edit.ss
           examples/fft.ss
           examples/foreign.ss
           examples/freq.ss
           examples/interpret.ss
           examples/m4.ss
           examples/macro.ss
           examples/matrix.ss
           examples/object.ss
           examples/setof.ss
           examples/unify.ss
Copyright: 1987-1996, R. Kent Dybvig
License:   Expat

Files:     examples/csocket.c
           examples/socket.ss
Copyright: 1998-2005, R. Kent Dybvig
           2016, Jamie Taylor
License:   public-domain

Files:     mats/oop.ss
Copyright: 2002 Oscar Waddell and R. Kent Dybvig
License:   Expat

Files:     mats/5_4.ms
           mats/bytevector.ms
           mats/io.ms
Copyright: 1984-2017 Cisco Systems, Inc.
           2006-2007 William D Clinger.
License:   Apache-2.0 and CLINGER

Files:     mats/format.ms
Copyright: 1984-2017 Cisco Systems, Inc.
License:   Apache-2.0 and LUTZEBAECK

Files:     s/5_4.ss
Copyright: 1984-2017, Cisco Systems, Inc.
           2006-2008, Abdulaziz Ghuloum
           2008, R. Kent Dybvig
License:   Apache-2.0 and Expat

Files:     s/5_3.ss
Copyright: 1984-2017, Cisco Systems, Inc.
           2008-2020, The CHICKEN Team
           2000-2007, Felix L. Winkelmann
License:   Apache-2.0 and BSD-3-clause

Files:     s/5_6.ss
Copyright: 1984-2017, Cisco Systems, Inc.
           1998, Olin Shivers
License:   Apache-2.0 and SHIVERS

Files:     s/syntax.ss
Copyright: 1984-2017, Cisco Systems, Inc.
           1992-2002, Cadence Research Systems
License:   Apache-2.0 and CADENCE

Files:     s/pdhtml.ss
Copyright: 2005, R. Kent Dybvig
           1984-2017 Cisco Systems, Inc.
License:   Apache-2.0 and Expat

Files:     s/expeditor.ss
Copyright: 2007, R. Kent Dybvig
           1989-1994 C. David Boyer
License:   Apache-2.0 and BOYER

Files:     unicode/*
Copyright: 2006-2008, Abdulaziz Ghuloum
           2008, R. Kent Dybvig
License:   Expat

Files:     unicode/UNIDATA/*
Copyright: 1991-2025 Unicode, Inc.
License:   Unicode-3.0

Files:     debian/*
Copyright: 2017-2026 Gwen Weinholt
License:   Expat

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License,
 Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'.

License: Expat
 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.

License: CLINGER
 This is part a test suite not included in the binary package.
 .
 ; Permission to copy this software, in whole or in part, to use this
 ; software for any lawful purpose, and to redistribute this software
 ; is granted subject to the restriction that all copies made of this
 ; software must include this copyright and permission notice in full.
 ;
 ; I also request that you send me a copy of any improvements that you
 ; make to this software so that they may be incorporated within it to
 ; the benefit of the Scheme community.

License: LUTZEBAECK
 This is part a test suite not included in the binary package. A copy
 exists in the archive already in the slib package, written around the
 years 1991-1993.
 .
 ;; "formatst.scm" SLIB FORMAT Version 3.0 conformance test
 ; Written by Dirk Lutzebaeck (lutzeb@cs.tu-berlin.de)
 .
 ; This code is in the public domain.

License: SHIVERS
 ;; dovsort! is a modified version of Olin Shiver's code for opportunistic
 ;; vector merge sort, based on a version found in the MzScheme Version 360
 ;; source code, which contains the following copyright notice.
 .
 ;; This code is
 ;;     Copyright (c) 1998 by Olin Shivers.
 ;; The terms are: You may do as you please with this code, as long as
 ;; you do not delete this notice or hold me responsible for any outcome
 ;; related to its use.
 ;;
 ;; Blah blah blah. Don't you think source files should contain more lines
 ;; of code than copyright notice?

License: BOYER
 ;;; This code is based on David Boyer's command-line editor, which has the
 ;;; following copyright:
 ;;;
 ;;;   Copyright (c) 1989, 1993, 1994 C. David Boyer
 ;;;
 ;;;   Permission to copy this software, in whole or in part, to use this
 ;;;   software for any lawful purpose, and to redistribute this software is
 ;;;   granted subject to the restriction that all copies made of this software
 ;;;   must include this copyright notice in full.
 ;;;
 ;;; The present implementation retains some of the basic design but little
 ;;; of the original code.

License: BSD-3-clause
 The bignum division code in s/5_3.ss is based on CHICKEN's runtime.c,
 which carries the following notice.
 .
 Copyright (c) 2008-2021, The CHICKEN Team
 Copyright (c) 2000-2007, Felix L. Winkelmann
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
   Redistributions of source code must retain the above copyright notice, this list of conditions and the following
     disclaimer.
   Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials provided with the distribution.
   Neither the name of the author nor the names of its contributors may be used to endorse or promote
     products derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: CADENCE
 Portions of s/syntax.ss have been made available as psyntax.ss, with
 the following notice.
 .
 Copyright (c) 1992-2002 Cadence Research Systems
 Permission to copy this software, in whole or in part, to use this
 software for any lawful purpose, and to redistribute this software
 is granted subject to the restriction that all copies made of this
 software must include this copyright notice in full.  This software
 is provided AS IS, with NO WARRANTY, EITHER EXPRESS OR IMPLIED,
 INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY
 OR FITNESS FOR ANY PARTICULAR PURPOSE.  IN NO EVENT SHALL THE
 AUTHORS BE LIABLE FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES OF ANY
 NATURE WHATSOEVER.

License: public-domain
 The authors have placed these files in the public domain; the files
 carry no copyright notice beyond the statement "Public Domain".

License: Unicode-3.0
 These data files are downloaded from unicode.org. Newer versions are
 available in the Debian package unicode-data. The text below is the
 Unicode License v3, from https://www.unicode.org/license.txt
 .
 UNICODE LICENSE V3
 .
 COPYRIGHT AND PERMISSION NOTICE
 .
 Copyright © 1991-2026 Unicode, Inc.
 .
 NOTICE TO USER: Carefully read the following legal agreement. BY
 DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
 SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
 TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
 DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of data files and any associated documentation (the "Data Files") or
 software and any associated documentation (the "Software") to deal in the
 Data Files or Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, and/or sell
 copies of the Data Files or Software, and to permit persons to whom the
 Data Files or Software are furnished to do so, provided that either (a)
 this copyright and permission notice appear with all copies of the Data
 Files or Software, or (b) this copyright and permission notice appear in
 associated Documentation.
 .
 THE DATA FILES AND SOFTWARE ARE 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 OF
 THIRD PARTY RIGHTS.
 .
 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
 BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
 FILES OR SOFTWARE.
 .
 Except as contained in this notice, the name of a copyright holder shall
 not be used in advertising or otherwise to promote the sale, use or other
 dealings in these Data Files or Software without prior written
 authorization of the copyright holder.
