From ec8b3cda29ee0248fea7dc860e6a5344baa9c10e Mon Sep 17 00:00:00 2001
From: Fernando Herrero Cotarelo <fherrero@iri.upc.edu>
Date: Thu, 27 Jul 2017 08:41:16 +0000
Subject: [PATCH] iri_ros_tools: package.xml: updated license (TODO->LGPL),
 mantainer (labrobotica) and author (shernand)

---
 package.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package.xml b/package.xml
index 2e7513b..9303e6f 100644
--- a/package.xml
+++ b/package.xml
@@ -7,13 +7,13 @@
   <!-- One maintainer tag required, multiple allowed, one person per tag --> 
   <!-- Example:  -->
   <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
-  <maintainer email="shernand@todo.todo">shernand</maintainer>
+  <maintainer email="labrobotica@iri.upc.edu">labrobotica</maintainer>
 
 
   <!-- 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>LGPL</license>
 
 
   <!-- Url tags are optional, but mutiple are allowed, one per tag -->
@@ -26,6 +26,7 @@
   <!-- Authors do not have to be maintianers, but could be -->
   <!-- Example: -->
   <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
+  <author email="shernand@iri.upc.edu">shernand</author>
 
 
   <!-- The *_depend tags are used to specify dependencies -->
-- 
GitLab