Skip to content

Commit

Permalink
fixing linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <[email protected]>
  • Loading branch information
ant-u committed Feb 23, 2024
1 parent 56801d0 commit 66a3e17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_pkg_with_multiple_licenses_one_referenced_incorrect</name>
<license file="bsd.LICENSE" source-files="some_code_with_BSD.py">BSD-3</license>
<license file="bsd.LICENSE" source-files="more_code_with_BSD.py">BSD-3</license>
<license file="mpl.LICENSE">MPL-1.0</license>
</package>

0 comments on commit 66a3e17

Please sign in to comment.