c90f71dd8c
special cases and other things in wxPython, and since I plan on making several more, I've decided to put the SWIG sources in wxPython's CVS instead of relying on maintaining patches. This effectivly becomes a fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still doesn't have some things I rely on in 1.1, not to mention that my custom patches would all have to be redone, I felt that this is the easier road to take. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
44 lines
1.8 KiB
Plaintext
44 lines
1.8 KiB
Plaintext
Simplified Wrapper and Interface Generator (SWIG)
|
|
|
|
David Beazley
|
|
Department of Computer Science
|
|
University of Chicago
|
|
1100 E 58th Street
|
|
Chicago, IL 60637
|
|
beazley@cs.uchicago.edu
|
|
|
|
All versions of SWIG 1.1 are distributed under the following
|
|
license:
|
|
|
|
====================================================================
|
|
|
|
Copyright (c) 1995-1998
|
|
The University of Utah and the Regents of the University of California
|
|
All Rights Reserved
|
|
|
|
Permission is hereby granted, without written agreement and without
|
|
license or royalty fees, to use, copy, modify, and distribute this
|
|
software and its documentation for any purpose, provided that
|
|
(1) The above copyright notice and the following two paragraphs
|
|
appear in all copies of the source code and (2) redistributions
|
|
including binaries reproduces these notices in the supporting
|
|
documentation. Substantial modifications to this software may be
|
|
copyrighted by their authors and need not follow the licensing terms
|
|
described here, provided that the new terms are clearly indicated in
|
|
all files where they apply.
|
|
|
|
IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE
|
|
UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
|
|
PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
|
|
DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
|
|
EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
|
|
THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
|
|
SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO,
|
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND
|
|
THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
|
|
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
|