Skip to content

Commit

Permalink
Changing licence in package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDaSilva committed Oct 19, 2015
1 parent 98758e3 commit 002d124
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<package>
<name>kinects_human_tracking</name>
<version>0.0.0</version>
<description>The kinects_human_tracking package</description>
<version>2.0.0</version>
<description>The kinects_human_tracking package is meant to be used for tracking moving objects and/or humans around a robot</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
Expand All @@ -13,7 +13,7 @@
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>TODO</license>
<license>CeCILL</license>


<!-- Url tags are optional, but mutiple are allowed, one per tag -->
Expand All @@ -26,8 +26,6 @@
<!-- Authors do not have to be maintianers, but could be -->
<!-- Example: -->
<author email="[email protected]">Jimmy Da Silva</author>
<author email="[email protected]">Shray Bansal</author>


<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
Expand Down

0 comments on commit 002d124

Please sign in to comment.