-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rqt dotgraph #40169
Rqt dotgraph #40169
Conversation
New package review checklist
@tdenewiler The CC0 license is not OSI approved, please check the list and consider changing the license for the package to be indexed. |
We developed the code as part of official duties working for the US Government. We are not allowed to copyright that work. The best we can do is dedicate the work to the public domain. That is why we use the CC0 license. |
@clalancette please advise! |
So I took a look at the package in detail. First of all, we can accept a CC0 license. However, it appears that not all of the code in the package is CC0. In particular, there is this line in the README: The best way to handle this would be to submit the modifications to upstream If that is not possible, then at the very least the |
I went with the second license approach with comments. PRs in progress for I really like your idea of adding a dependency on |
I see there is still a "changes requested" label. I have made requested changes to the license in package.xml upstream. Are there any other desired changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- At least one of the following must be present
- Top level license file:
- Per package license files
- License is OSI-approved: acceptable Rqt dotgraph #40169 (comment)
- License correctly listed in package.xmls
- Public source repo:
- Source repository contains ROS packages
- Each package meets REP-144 naming conventions
Package name details
$ find . -name "package.xml" -exec grep --color=auto -e "<name>" "{}" ";"
<name>rqt_dotgraph</name>
License details
$ find . -name "package.xml" -exec grep --color=auto -e "<license[^>]*>" "{}" "+"
<license>LGPLv3</license> <!-- For rqt_dotgraph/xdot_qt.py only. -->
<license>CC0</license> <!-- For all other files. -->
Please Add This Package to be indexed in the rosdistro.
The source is here:
https://github.com/niwcpac/rqt_dotgraph
Checks