Skip to content
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

ament_copyright does not recognize REUSE-compliant copyright headers #462

Open
SammyRamone opened this issue Dec 15, 2023 · 0 comments
Open

Comments

@SammyRamone
Copy link

REUSE from the Free Software Foundation Europe uses the following style as a copyright header (see also https://reuse.software/faq/)

# SPDX-FileCopyrightText: [year] [copyright holder] <[email address]>
#
# SPDX-License-Identifier: [identifier]

The copyright and the license are both not recognized by ament_copyright (resulting in a "could not find copyright notice" error).
I think this is a valid way to specify the license and it has been already adopted by many projects (e.g. large parts of the Linux kernel). Therefore, it would be great if ament_copyright would correctly recognize this so that developers of ROS packages can also use these REUSE-compliant headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant