Skip to content

Conversation

@peci1
Copy link
Contributor

@peci1 peci1 commented Mar 21, 2025

Increasing version of package(s) in repository qoi_image_transport to 1.0.4-1:

qoi_image_transport

* Fixed licenses.
* CI: Added CI.
* Added unit tests, fixed little bugs.
* Initial commit.
* Contributors: Martin Pecka

@github-actions github-actions bot added the noetic Issue/PR is for the ROS 1 Noetic distribution label Mar 21, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sending a pull request to ROS distro!

This is an automated tool that helps check your pull request for correctness.
This tool checks a number of attributes associated with your ROS package and generates a report that helps our reviewers merge your pull request in a timely fashion. Here are a few things to consider when sending adding or updating a package to ROS Distro.
ROS Distro includes a very helpful CONTRIBUTING.md file that we recommend reading if it is your first time submitting a package.
Please also read the ROS Distro review guidelines which summarizes this release process.

ROS Distro Considerations

Package Considerations

Having your package included in a ROS Distro is a badge of quality, and we recommend that package developers strive to create packages of the highest quality. We recommend package developers review the following resources before submitting their package.

Need Help?

Please post your questions to Robotics Stack Exchange or refer to the #infra-help channel on our Discord server.


For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

@peci1 peci1 changed the title qoi_image_transport: 1.0.1-1 in 'noetic/distribution.yaml' [bloom] qoi_image_transport: 1.0.2-1 in 'noetic/distribution.yaml' [bloom] Mar 22, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

@christophebedard
Copy link
Member

christophebedard commented Mar 25, 2025

The package.xml lists BSD as its license: https://github.com/ctu-vras/qoi_image_transport/blob/3261c512a2a3a54f16ed45b6a2528434f9efe343/package.xml#L12e. It also points to a LICENSE file, which is symlinked to LICENSES/BSD-3-Clause.txt. However, there are other licenses in the LICENSES directory, notably MIT and Unlicense: https://github.com/ctu-vras/qoi_image_transport/tree/master/LICENSES. I can see that MIT is for at least one header file, but I can't find which files the Unlicense applies to. I think those licenses should also be listed in the package.xml file, probably with a comment saying which files they apply to/are for.

@christophebedard
Copy link
Member

christophebedard commented Mar 25, 2025

@christophebedard christophebedard added the changes requested Maintainers have asked for changes to the pull request label Mar 25, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

@peci1
Copy link
Contributor Author

peci1 commented Mar 25, 2025

Oh, you're right! I somehow always thought there can only be one <license> tag... But it makes sense to have more. It's a pity ros-infrastructure/rep#347 hasn't moved too much since it was accepted by the TSC...

The Unlicense was used for test data. However, I reconsidered it and changed to CC0.

The top-level LICENSE symlink is there mostly for Github so that it shows the license in the metadata column.

I've updated this PR with 1.0.3-1 which has the licensing fixed.

@peci1 peci1 changed the title qoi_image_transport: 1.0.2-1 in 'noetic/distribution.yaml' [bloom] qoi_image_transport: 1.0.3-1 in 'noetic/distribution.yaml' [bloom] Mar 25, 2025
@christophebedard
Copy link
Member

Thanks for the update!

As for CC0-1.0, that is tricky. It is not actually a license, but it apparently does have a license-y fallback. However, it is not OSI-approved, which is what we're looking for: https://opensource.org/faq#cc-zero. The thing is that it's only for test data, which is not distributed. I think it might be fine in that case, but let me check with other people.

Copy link
Member

@christophebedard christophebedard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just so that the PR doesn't accidentally get merged before the above is resolved.

@peci1
Copy link
Contributor Author

peci1 commented Mar 25, 2025

Does it really make sense to require OSI-approved licenses for data? The software licenses are not designed to be applied to data, altough people often do it. There are other licenses targeted exactly at data, which are e.g. CC licenses, ODbL or PDDL.

@christophebedard
Copy link
Member

It doesn't really make sense, but I think the guideline is "licenses listed in a package.xml." Just trying to follow the rules here 😁

@peci1
Copy link
Contributor Author

peci1 commented Mar 25, 2025

Yeah, that's good ;) Please, let me know after you consult this... I can definitely change the license of the test files to BSD, but it would be better to be able to use a more proper license ;)

@christophebedard
Copy link
Member

Of course, I'll let you know. I've added this to the list of rosdistro PRs to discuss for next week's PMC meeting, but I may get a second opinion before then (hopefully).

@christophebedard
Copy link
Member

We just talked about this in today's ROS PMC meeting (2025-04-01).

You can simply drop CC0 from the package.xml, since the test data is not distributed, but still keep it somewhere in the repo, which you already have as .bag.license files next to the test bag files.

@peci1
Copy link
Contributor Author

peci1 commented Apr 1, 2025

Thanks! I've updated the package and this PR.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

Copy link
Member

@christophebedard christophebedard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes!

@christophebedard christophebedard removed the changes requested Maintainers have asked for changes to the pull request label Apr 1, 2025
@christophebedard christophebedard merged commit 4c68be0 into ros:master Apr 1, 2025
5 checks passed
@peci1 peci1 changed the title qoi_image_transport: 1.0.3-1 in 'noetic/distribution.yaml' [bloom] qoi_image_transport: 1.0.4-1 in 'noetic/distribution.yaml' [bloom] Apr 1, 2025
@ros-discourse
Copy link

This pull request has been mentioned on ROS Discourse. There might be relevant details there:

https://discourse.ros.org/t/preparing-for-noetic-sync-2025-04-03/42940/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

noetic Issue/PR is for the ROS 1 Noetic distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants