SWIG license change - Source moves to GPLv3

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11876 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-02-27 23:53:33 +00:00
parent 3f714e1096
commit cb64f65bae
78 changed files with 480 additions and 197 deletions

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* cparse.h * cparse.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* scanner.c * scanner.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* parser.y * parser.y
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* templ.c * templ.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* util.c * util.c
* *

View File

@ -1,13 +1,15 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* base.c * base.c
* *
* This file contains the function entry points for dispatching methods on * This file contains the function entry points for dispatching methods on
* DOH objects. A number of small utility functions are also included. * DOH objects. A number of small utility functions are also included.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_base_c[] = "$Id$"; char cvsroot_base_c[] = "$Id$";

View File

@ -1,14 +1,14 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* doh.h * doh.h
* *
* This file describes of the externally visible functions in DOH. * This file describes of the externally visible functions in DOH.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
*
* $Id$
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
#ifndef _DOH_H #ifndef _DOH_H

View File

@ -1,15 +1,14 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* dohint.h * dohint.h
* *
* This file describes internally managed objects. * This file describes internally managed objects.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
*
* $Id$
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
#ifndef _DOHINT_H #ifndef _DOHINT_H

View File

@ -1,13 +1,15 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* file.c * file.c
* *
* This file implements a file-like object that can be built around an * This file implements a file-like object that can be built around an
* ordinary FILE * or integer file descriptor. * ordinary FILE * or integer file descriptor.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_file_c[] = "$Id$"; char cvsroot_file_c[] = "$Id$";

View File

@ -1,13 +1,15 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* fio.c * fio.c
* *
* This file implements a number of standard I/O operations included * This file implements a number of standard I/O operations included
* formatted output, readline, and splitting. * formatted output, readline, and splitting.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_fio_c[] = "$Id$"; char cvsroot_fio_c[] = "$Id$";

View File

@ -1,12 +1,14 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* hash.c * hash.c
* *
* Implements a simple hash table object. * Implements a simple hash table object.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_hash_c[] = "$Id$"; char cvsroot_hash_c[] = "$Id$";

View File

@ -1,12 +1,14 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* list.c * list.c
* *
* Implements a simple list object. * Implements a simple list object.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_list_c[] = "$Id$"; char cvsroot_list_c[] = "$Id$";

View File

@ -1,13 +1,15 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* memory.c * memory.c
* *
* This file implements all of DOH's memory management including allocation * This file implements all of DOH's memory management including allocation
* of objects and checking of objects. * of objects and checking of objects.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_memory_c[] = "$Id$"; char cvsroot_memory_c[] = "$Id$";

View File

@ -1,13 +1,15 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* string.c * string.c
* *
* Implements a string object that supports both sequence operations and * Implements a string object that supports both sequence operations and
* file semantics. * file semantics.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_string_c[] = "$Id$"; char cvsroot_string_c[] = "$Id$";

View File

@ -1,13 +1,15 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* This file is part of SWIG, which is licensed as a whole under version 3
* (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
*
* void.c * void.c
* *
* Implements a "void" object that is really just a DOH container around * Implements a "void" object that is really just a DOH container around
* an arbitrary C object represented as a void *. * an arbitrary C object represented as a void *.
*
* Author(s) : David Beazley (beazley@cs.uchicago.edu)
*
* Copyright (C) 1999-2000. The University of Chicago
* See the file LICENSE for information on usage and redistribution.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
char cvsroot_void_c[] = "$Id$"; char cvsroot_void_c[] = "$Id$";

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigwarn.h * swigwarn.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* allegrocl.cxx * allegrocl.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* allocate.cxx * allocate.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* browser.cxx * browser.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* cffi.cxx * cffi.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* chicken.cxx * chicken.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* clisp.cxx * clisp.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* contract.cxx * contract.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* csharp.cxx * csharp.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* directors.cxx * directors.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* emit.cxx * emit.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* guile.cxx * guile.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* java.cxx * java.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* lang.cxx * lang.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* lua.cxx * lua.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* main.cxx * main.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* modula3.cxx * modula3.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* module.cxx * module.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* mzscheme.cxx * mzscheme.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* ocaml.cxx * ocaml.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* octave.cxx * octave.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* overload.cxx * overload.cxx
* *

View File

@ -1,10 +1,10 @@
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=2:tabstop=8:smarttab:
*/
/* ---------------------------------------------------------------------------- /* ----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* perl5.cxx * perl5.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* php.cxx * php.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* pike.cxx * pike.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* python.cxx * python.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* r.cxx * r.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* ruby.cxx * ruby.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* s-exp.cxx * s-exp.cxx
* *

View File

@ -1,11 +1,15 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* * terms also apply to certain portions of SWIG. The full details of the SWIG
* Simplified Wrapper and Interface Generator (SWIG) * license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigmain.cxx * swigmain.cxx
* *
* Simplified Wrapper and Interface Generator (SWIG)
*
* This file is the main entry point to SWIG. It collects the command * This file is the main entry point to SWIG. It collects the command
* line options, registers built-in language modules, and instantiates * line options, registers built-in language modules, and instantiates
* a module for code generation. If adding new language modules * a module for code generation. If adding new language modules

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigmod.h * swigmod.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* tcl8.cxx * tcl8.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* typepass.cxx * typepass.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* uffi.cxx * uffi.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* utils.cxx * utils.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* xml.cxx * xml.cxx
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* cpp.c * cpp.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* expr.c * expr.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* preprocessor.h * preprocessor.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* cwrap.c * cwrap.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* deprecate.c * deprecate.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* error.c * error.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* fragment.c * fragment.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* getopt.c * getopt.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* include.c * include.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* misc.c * misc.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* naming.c * naming.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* parms.c * parms.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* scanner.c * scanner.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* stype.c * stype.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swig.h * swig.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigfile.h * swigfile.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigopt.h * swigopt.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigparm.h * swigparm.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigscan.h * swigscan.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigtree.h * swigtree.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* swigwrap.h * swigwrap.h
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* symbol.c * symbol.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* tree.c * tree.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* typemap.c * typemap.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* typeobj.c * typeobj.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* typesys.c * typesys.c
* *

View File

@ -1,6 +1,10 @@
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution * This file is part of SWIG, which is licensed as a whole under version 3
* of SWIG, and the README file for authors - http://www.swig.org/release.html. * (or any later version) of the GNU General Public License. Some additional
* terms also apply to certain portions of SWIG. The full details of the SWIG
* license and copyrights can be found in the LICENSE and COPYRIGHT files
* included with the SWIG source code as distributed by the SWIG developers
* and at http://www.swig.org/legal.html.
* *
* wrapfunc.c * wrapfunc.c
* *