Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update pyxb dependency

Here is a summary of the third party components licensing as of the 1.11 release.  All of these dependent libraries are available as Open Source software and, to the best of our knowledge, do not create more restrictions than the Apache License does.

Bundled with source code


Downloaded at build time (or supplied as build dependencies)

CptVersionLicenseLicense LinkNotes
boost1.61.0MIThttp://www.boost.org/users/license.html
 

pyxb1.2.
4
6Apache 2.0http://pyxb.sourceforge.net/legal.htmlSee Note 1 below
eigen3.2MPL 2.0http://eigen.tuxfamily.org/index.php?title=Main_Page#LicenseSee Note 2 below


Note 1

PyXB: Python XML Schema Bindings
http://pyxb.sourceforge.net/

...

  • At build time, we remove this GPL sub-component since it is not needed,
    just to be 100% sure we are only including Apache License Version 2.0 software.
  • This is the reason there is a message during build that says “PyXB: Removing GPL component from code base”

Starting with MADlib 2.1.0, MADlib 2.X releases will no longer have this dependency. The related code has been removed and we use pyxb-x as an external dependency.


Note 2

Eigen
http://eigen.tuxfamily.org/

...