Are there attributes for license and author tags in catkin? [closed]
Like for example:
<license for="libWhatEver">GPLv3</license>
<license for="node">BSD</license>
<author of="libWhatEver">Name</author>
<author of="node">Name</author>
Are there any like that predefined? Can I add custom attributes, will it complain about them and if not would it be recommended to add that?
Regards,
Christian