Merge pull request #1432 from borglab/fix-package-xml-license
commit
1f574c95ea
11
package.xml
11
package.xml
|
@ -6,7 +6,16 @@
|
||||||
<description>gtsam</description>
|
<description>gtsam</description>
|
||||||
|
|
||||||
<maintainer email="gtsam@lists.gatech.edu">Frank Dellaert</maintainer>
|
<maintainer email="gtsam@lists.gatech.edu">Frank Dellaert</maintainer>
|
||||||
<license>BSD</license>
|
|
||||||
|
<!-- Main License for GTSAM sources -->
|
||||||
|
<license>BSD-3-Clause</license>
|
||||||
|
<!-- 3rd party libraries -->
|
||||||
|
<license file="gtsam/3rdparty/CCOLAMD/Doc/License.txt">BSD-3-Clause</license>
|
||||||
|
<license file="gtsam/3rdparty/ceres/jet.h">BSD-3-Clause</license>
|
||||||
|
<license file="gtsam/3rdparty/Eigen/COPYING.README">MPL-2.0</license>
|
||||||
|
<license file="gtsam/3rdparty/GeographicLib/LICENSE.txt">MIT</license>
|
||||||
|
<license file="gtsam/3rdparty/metis/LICENSE.txt">Apache-2.0</license>
|
||||||
|
<license file="gtsam/3rdparty/Spectra/GenEigsSolver.h">MPL-2.0</license>
|
||||||
|
|
||||||
<!-- Maintainers of the ROS packaging -->
|
<!-- Maintainers of the ROS packaging -->
|
||||||
<maintainer email="fan.jiang@gatech.edu">Fan Jiang</maintainer>
|
<maintainer email="fan.jiang@gatech.edu">Fan Jiang</maintainer>
|
||||||
|
|
Loading…
Reference in New Issue