Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: third_party/swig/README.chromium

Issue 1559022: Pass tools/licenses.py for a few more directories. (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/swig/README.chromium
diff --git a/third_party/swig/README.chromium b/third_party/swig/README.chromium
index 874229a6a9c51c2be7ea927c9de3bdd87ebfd6b3..ac42927f7c22aed74e24915d20a5274bf7b815da 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.
+

Powered by Google App Engine
This is Rietveld 408576698