Skip to content

Commit

Permalink
SWIG license change - Licenses put in place and bump version to 2.0.0…
Browse files Browse the repository at this point in the history
… - Source moves to GPLv3. The Examples and Lib move to a very permissive license, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11873 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
wsfulton committed Feb 27, 2010
1 parent f6ce153 commit 283bb83
Show file tree
Hide file tree
Showing 8 changed files with 862 additions and 159 deletions.
10 changes: 5 additions & 5 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
*** ANNOUNCE: SWIG 1.3.41 (in progress) ***
*** ANNOUNCE: SWIG 2.0.0 (in progress) ***

http://www.swig.org


We're pleased to announce SWIG-1.3.41, the latest installment in the
SWIG development effort. SWIG-1.3.41 includes a number of bug fixes
We're pleased to announce SWIG-2.0.0, the latest installment in the
SWIG development effort. SWIG-2.0.0 includes a number of bug fixes
and enhancements.

What is SWIG?
Expand All @@ -24,11 +24,11 @@ Availability:
-------------
The release is available for download on Sourceforge at

http://prdownloads.sourceforge.net/swig/swig-1.3.41.tar.gz
http://prdownloads.sourceforge.net/swig/swig-2.0.0.tar.gz

A Windows version is also available at

http://prdownloads.sourceforge.net/swig/swigwin-1.3.41.zip
http://prdownloads.sourceforge.net/swig/swigwin-2.0.0.zip

Please report problems with this release to the swig-dev mailing list,
details at http://www.swig.org/mail.html.
Expand Down
63 changes: 63 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
SWIG Copyright and Authors
--------------------------

Copyright (c) 1995-2010 The SWIG Developers
Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
Copyright (c) 1998-2005 University of Chicago.
Copyright (c) 1995-1998 The University of Utah and the Regents of the University of California

Portions also copyrighted by:
Network Applied Communication Laboratory, Inc
Information-technology Promotion Agency, Japan

Active SWIG Developers:
William Fulton ([email protected]) (SWIG core, Java, C#, Windows, Cygwin)
Olly Betts ([email protected]) (PHP)
Joseph Wang ([email protected]) (R)
Xavier Delacour ([email protected]) (Octave)

Past SWIG developers and major contributors include:
Dave Beazley ([email protected]) (SWIG core, Python, Tcl, Perl)
Henning Thielemann ([email protected]) (Modula3)
Matthias Köppe ([email protected]) (Guile, MzScheme)
Luigi Ballabio ([email protected]) (STL wrapping)
Mikel Bancroft ([email protected]) (Allegro CL)
Surendra Singhi ([email protected]) (CLISP, CFFI)
Marcelo Matus ([email protected]) (SWIG core, Python, UTL[python,perl,tcl,ruby])
Art Yerkes ([email protected]) (Ocaml)
Lyle Johnson ([email protected]) (Ruby)
Charlie Savage ([email protected]) (Ruby)
Thien-Thi Nguyen ([email protected]) (build/test/misc)
Richard Palmer ([email protected]) (PHP)
Sam Liddicott - Anonova Ltd ([email protected]) (PHP)
Tim Hockin - Sun Microsystems ([email protected]) (PHP)
Kevin Ruland (PHP)
Shibukawa Yoshiki (Japanese Translation)
Jason Stewart ([email protected]) (Perl5)
Loic Dachary (Perl5)
David Fletcher (Perl5)
Gary Holt (Perl5)
Masaki Fukushima (Ruby)
Scott Michel ([email protected]) (Java directors)
Tiger Feng ([email protected]) (SWIG core)
Mark Rose ([email protected]) (Directors)
Jonah Beckford ([email protected]) (CHICKEN)
Ahmon Dancy ([email protected]) (Allegro CL)
Dirk Gerrits (Allegro CL)
Neil Cawse (C#)
Harco de Hilster (Java)
Alexey Dyachenko ([email protected]) (Tcl)
Bob Techentin (Tcl)
Martin Froehlich <[email protected]> (Guile)
Marcio Luis Teixeira <[email protected]> (Guile)
Duncan Temple Lang (R)
Miklos Vajna <[email protected]> (PHP directors)
Mark Gossage ([email protected]) (Lua)
Gonzalo Garramuno ([email protected]) (Ruby, Ruby's UTL)
John Lenz (Guile, MzScheme updates, Chicken module, runtime system)

Past contributors include:
James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn
(See CHANGES and CHANGES.current for a more complete list).

2 changes: 1 addition & 1 deletion Doc/Manual/Sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>

Last update : SWIG-1.3.41 (in progress)
Last update : SWIG-2.0.0 (in progress)

<H2>Sections</H2>

Expand Down
117 changes: 22 additions & 95 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,95 +1,22 @@
SWIG is distributed under the following terms:

I.

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.


II.

This software includes contributions that are Copyright (c) 1998-2005
University of Chicago.
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 University of Chicago 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 UNIVERSITY OF CHICAGO 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 UNIVERSITY OF
CHICAGO 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.


III.

This software includes contributions that are Copyright (c) 2005-2006
Arizona Board of Regents (University of Arizona).
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.

THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA 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 UNIVERSITY OF
ARIZONA 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.

SWIG is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. See the LICENSE-GPL file for
the full terms of the GNU General Public license version 3.

Portions of SWIG are also licensed under the terms of the licenses
in the file LICENSE-UNIVERSITIES. You must observe the terms of
these licenses, as well as the terms of the GNU General Public License,
when you distribute SWIG.

The SWIG library and examples, under the Lib and Examples top level
directories, are distributed under the following terms:

You may copy, modify, distribute, and make derivative works based on
this software, in source code or object code form, without
restriction. If you distribute the software to others, you may do
so according to the terms of your choice. This software is offered as
is, without warranty of any kind.

See the COPYRIGHT file for a list of contributors to SWIG and their
copyright notices.
Loading

0 comments on commit 283bb83

Please sign in to comment.