ament / ament/ament_lint

ament_copyright does not recognize REUSE-compliant copyright headers

Abierto
#462 4 comentarios 2 reacciones 0 asignados Ver en GitHub
help wanted
Lenguaje dominante
Python
Estrellas
50
Forks
129
Merge medio
3 d 10 h
PR fusionados (30 d)
3

Descripción

[REUSE](https://reuse.software/) from the [Free Software Foundation Europe](https://fsfe.org/) 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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.