Merge pull request #265 from bulwahn/amcl-license
amcl: adjusting license string (resolves #250)
This commit is contained in:
commit
24a252876b
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "amcl is a probabilistic localization system for a robot moving in 2D."
|
DESCRIPTION = "amcl is a probabilistic localization system for a robot moving in 2D."
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL-2.1+"
|
||||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=20;endline=20;md5=58d727014cda5ed405b7fb52666a1f97"
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=20;endline=20;md5=58d727014cda5ed405b7fb52666a1f97"
|
||||||
|
|
||||||
DEPENDS = "dynamic-reconfigure message-filters nav-msgs roscpp std-srvs tf"
|
DEPENDS = "dynamic-reconfigure message-filters nav-msgs roscpp std-srvs tf"
|
||||||
|
|
Loading…
Reference in New Issue