SUNWIPython.copyright revision 12718
12718N/A Copyright (C) 2001-2004 Fernando Perez. <fperez@colorado.edu>
12718N/A Copyright: Gael Varoquaux (gael.varoquaux@normalesup.org)
12718N/A Copyright (c) 2001 Bill Bumgarner <bbum@friday.com>
12718N/A Copyright (C) 2001 Python Software Foundation, www.python.org
12718N/A Copyright (C) 2001 Janko Hauser <jhauser@zscout.de>
12718N/A Copyright (c) 2001-2004 Fernando Perez, Janko Hauser, Nathan Gray
12718N/A Copyright (C) 2001 Nathaniel Gray <n8gray@caltech.edu>
12718N/A Copyright (C) 2005 Jörgen Stenarson <jorgen.stenarson@bostream.nu>
12718N/A
12718N/A Distributed under the terms of the BSD License. The full license is in
12718N/A the file COPYING, distributed as part of this software.
12718N/A
12718N/AIPython copyright and licensing notes
12718N/A=====================================
12718N/A
12718N/AUnless indicated otherwise, files in this project are covered by a BSD-type
12718N/Alicense, included below.
12718N/A
12718N/AIndividual authors are the holders of the copyright for their code and are
12718N/Alisted in each file.
12718N/A
12718N/ASome files (DPyGetOpt.py, for example) may be licensed under different
12718N/Aconditions. Ultimately each file indicates clearly the conditions under which
12718N/Aits author/authors have decided to publish the code.
12718N/A
12718N/A
12718N/AIPython license
12718N/A---------------
12718N/A
12718N/AIPython is released under a BSD-type license.
12718N/A
12718N/ACopyright (c) 2001, 2002, 2003, 2004 Fernando Perez <fperez@colorado.edu>.
12718N/A
12718N/ACopyright (c) 2001 Janko Hauser <jhauser@zscout.de> and Nathaniel Gray
12718N/A<n8gray@caltech.edu>.
12718N/A
12718N/AAll rights reserved.
12718N/A
12718N/ARedistribution and use in source and binary forms, with or without
12718N/Amodification, are permitted provided that the following conditions are met:
12718N/A
12718N/A a. Redistributions of source code must retain the above copyright notice,
12718N/A this list of conditions and the following disclaimer.
12718N/A
12718N/A b. Redistributions in binary form must reproduce the above copyright
12718N/A notice, this list of conditions and the following disclaimer in the
12718N/A documentation and/or other materials provided with the distribution.
12718N/A
12718N/A c. Neither the name of the copyright holders nor the names of any
12718N/A contributors to this software may be used to endorse or promote products
12718N/A derived from this software without specific prior written permission.
12718N/A
12718N/A
12718N/ATHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
12718N/AAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
12718N/AIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
12718N/AARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
12718N/AANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
12718N/ADAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
12718N/ASERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
12718N/ACAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
12718N/ALIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
12718N/AOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
12718N/ADAMAGE.
12718N/A
12718N/A--------------------------------------------------------------------
12718N/A
12718N/A Copyright (c) 2001 Bill Bumgarner <bbum@friday.com>
12718N/A Copyright (c) 2001 Ka-Ping Yee <ping@lfw.org>
12718N/A
12718N/A
12718N/A Published under the terms of the MIT license, hereby reproduced:
12718N/A
12718N/A Permission is hereby granted, free of charge, to any person obtaining a copy
12718N/A of this software and associated documentation files (the "Software"), to
12718N/A deal in the Software without restriction, including without limitation the
12718N/A rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
12718N/A sell copies of the Software, and to permit persons to whom the Software is
12718N/A furnished to do so, subject to the following conditions:
12718N/A
12718N/A The above copyright notice and this permission notice shall be included in
12718N/A all copies or substantial portions of the Software.
12718N/A
12718N/A THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12718N/A IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12718N/A FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12718N/A AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12718N/A LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
12718N/A FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
12718N/A IN THE SOFTWARE.
12718N/A
12718N/A--------------------------------------------------------------------
12718N/A
12718N/A Copyright (C) 2005 Alexander Belchenko <bialix@ukr.net>
12718N/A
12718N/A Protion of the code is placed in the public domain.
12718N/A