Skip to content

Commit 0e3381b

Browse files
authored
Use file= fields for license tags in package.xml (UniversalRobots#63)
1 parent 76714d7 commit 0e3381b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE LICENSE_apache_2_0

File renamed without changes.

package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<author>Lea Steffen</author>
1111
<author>Tristan Schnell</author>
1212
<maintainer email="[email protected]">Felix Exner</maintainer>
13-
<license>Apache-2.0</license>
14-
<license>BSD-2-Clause</license>
15-
<license>Zlib</license>
16-
<license>MIT</license>
13+
<license file="LICENSE_apache_2_0">Apache-2.0</license>
14+
<license file="include/ur_client_library/queue/LICENSE.md">BSD-2-Clause</license>
15+
<license file="include/ur_client_library/queue/atomicops.h">Zlib</license>
16+
<license file="tests/resources/dockerursim/Dockerfile">MIT</license>
1717

1818
<url type="website">http://wiki.ros.org/ur_client_library</url>
1919
<url type="bugtracker">https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues</url>

0 commit comments

Comments
 (0)