Skip to content

Commit

Permalink
Add LGPLv3 license to package.xml. (#21)
Browse files Browse the repository at this point in the history
Add comment LGPLv3 is only for `rqt_dotgraph/xdot_qt.py`. All other
files are covered by CC0 license.
  • Loading branch information
tdenewiler committed Mar 12, 2024
1 parent 39dd1fe commit 4b83ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<maintainer email="[email protected]">Alexander Xydes</maintainer>
<maintainer email="[email protected]">Thomas Denewiler</maintainer>
<maintainer email="[email protected]">Greg Kogut</maintainer>
<license>CC0</license>
<license>LGPLv3</license> <!-- For rqt_dotgraph/xdot_qt.py only. -->
<license>CC0</license> <!-- For all other files. -->

<exec_depend>ament_index_python</exec_depend>
<exec_depend>python3-pyside2</exec_depend>
Expand Down

0 comments on commit 4b83ce9

Please sign in to comment.