mirror of https://github.com/swig/swig
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:
parent
3f714e1096
commit
cb64f65bae
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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$";
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue