Merge pull request #1432 from borglab/fix-package-xml-license

release/4.3a0
Frank Dellaert 2023-01-31 22:39:04 -08:00 committed by GitHub
commit 1f574c95ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -6,8 +6,17 @@
<description>gtsam</description>
<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 -->
<maintainer email="fan.jiang@gatech.edu">Fan Jiang</maintainer>
<maintainer email="jlblanco@ual.es">José Luis Blanco-Claraco</maintainer>