Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.06 KB

File metadata and controls

17 lines (13 loc) · 1.06 KB

The source code of the Gmp Eigen Matrix Library (GEM Library, including C++ files and matlab files) is released under the Mozilla Public License 2 (MPL2) license. This license is included in this file.

Due to some dependencies being released under the GPL library (see below), binaries are released under the GNU's Not Unix General Public License v3 (GPL3). A copy of this license can be found here. Note that the MPL2 and GPL3 license are compatible.

Here is a summary of licenses on which this work relies:

Included dependency:

  • class_handle.hpp : Massachusets Institute of Technology license (MIT)

Linked dependencies:

  • Eigen : Mozilla Public License 2 (MPL2)
  • GMP : GNU's Not Unix Lesser General Public License v3 (LGPL3) and GNU's Not Unix General Public License v2 (GPL2)
  • MPFR : GNU's Not Unix Lesser General Public License v3 (LGPL3)
  • MPFRC++ : GNU's Not Unix General Public License (GPL)
  • Spectra : Mozilla Public License 2 (MPL2)