diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 17:24:51 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 17:24:51 +0000 |
commit | 145ecbde35f4fb20cf384fdae4453234407c7243 (patch) | |
tree | df3d61de8716cb44f4f14597b861313edd348d7e /third_party/swig | |
parent | 56e8725fb4649e5dbca1c040d755af24bd45e97a (diff) | |
download | chromium_src-145ecbde35f4fb20cf384fdae4453234407c7243.zip chromium_src-145ecbde35f4fb20cf384fdae4453234407c7243.tar.gz chromium_src-145ecbde35f4fb20cf384fdae4453234407c7243.tar.bz2 |
Pass tools/licenses.py for a few more directories.
Getting very close to done.
BUG=39240
Review URL: http://codereview.chromium.org/1559022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/swig')
-rw-r--r-- | third_party/swig/README.chromium | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/third_party/swig/README.chromium b/third_party/swig/README.chromium index 874229a..ac42927 100644 --- a/third_party/swig/README.chromium +++ b/third_party/swig/README.chromium @@ -1,17 +1,16 @@ -URL: http://www.swig.org/download.html
-Version: 1.3.40
-License: BSD
-License File: LICENSE
-
-Description:
-Simplified Wrapper and Interface Generator (SWIG) is an interface compiler
-that connects programs written in C and C++ with scripting languages such as
-Perl, Python, Ruby, and Tcl. It works by taking the declarations found in
-C/C++ header files and using them to generate the wrapper code that scripting
-languages need to access the underlying C/C++ code.
-
-Local Modifications:
-- Removed all non-python bindings from Lib/.
-- Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to
-avoid requiring python<ver>_d.lib since we do not intend to debug python.
-
+Name: swig +URL: http://www.swig.org/download.html +Version: 1.3.40 + +Description: +Simplified Wrapper and Interface Generator (SWIG) is an interface compiler +that connects programs written in C and C++ with scripting languages such as +Perl, Python, Ruby, and Tcl. It works by taking the declarations found in +C/C++ header files and using them to generate the wrapper code that scripting +languages need to access the underlying C/C++ code. + +Local Modifications: +- Removed all non-python bindings from Lib/. +- Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to +avoid requiring python<ver>_d.lib since we do not intend to debug python. + |