Index: third_party/cython/src/COPYING.txt |
diff --git a/third_party/cython/src/COPYING.txt b/third_party/cython/src/COPYING.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8e7130083b49a1b5186bf1235aefdeb7c54b9670 |
--- /dev/null |
+++ b/third_party/cython/src/COPYING.txt |
@@ -0,0 +1,12 @@ |
+The original Pyrex code as of 2006-04 is licensed under the following |
+license: "Copyright stuff: Pyrex is free of restrictions. You may use, |
+redistribute, modify and distribute modified versions." |
+ |
+------------------ |
+ |
+Cython, which derives from Pyrex, is licensed under the Apache 2.0 |
+Software License. More precisely, all modifications and new code |
+made to go from Pyrex to Cython are so licensed. |
+ |
+See LICENSE.txt for more details. |
+ |