[Bug 810] New: Add author and license element to manifest.xml template

http://bugs.orocos.org/show_bug.cgi?id=810

Summary: Add author and license element to manifest.xml
template
Product: Toolchain
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: OCL
AssignedTo: orocos-dev [..] ...
ReportedBy: steven [dot] bellens [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

When using the autogenerated manifest.xml file from the orocreate-pkg script,
ROS systems complain about it because it misses the required author and license
elements. Adding such (empty) elements will make ROS happy.

[Bug 810] Add author and license element to manifest.xml templat

http://bugs.orocos.org/show_bug.cgi?id=810

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED

--- Comment #2 from Peter Soetens <peter [..] ...> 2011-02-24 23:38:11 CET ---
(In reply to comment #1)
> This is already fixed on the master branch. We could backport that to the 2.2
> branch. I had this on master by default:
>
>

> <license>BSD<license>
> <author>Unknown Author<author>

I've set the license to <license><license> in order not to bias towards any
license. This is for 2.2 and later.

I've also removed the 'ocl' dependency from the manifest and let the generated
component use 'rtt/Component.hpp' instead.

Peter

[Bug 810] Add author and license element to manifest.xml templat

http://bugs.orocos.org/show_bug.cgi?id=810

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |peter [..] ...

--- Comment #1 from Peter Soetens <peter [..] ...> 2011-01-28 23:24:12 CET ---
This is already fixed on the master branch. We could backport that to the 2.2
branch. I had this on master by default:

<license>BSD<license>
<author>Unknown Author<author>