mbox series

[0/1] Make folder test REUSE-compliant

Message ID 20210417171619.31735-1-toertel@gmail.com
Headers show
Series Make folder test REUSE-compliant | expand

Message

Mark Jonas April 17, 2021, 5:16 p.m. UTC
Hi Stefano,

This patch adds copyright and license information to files of the test
folder where it is missing.

I understood that you preferred to avoid having files with
GPL-2.0-or-later licensing. But the textual license declaration of the
files explicitly stated "any later version". If you explictily wish to
change that please tell me and I'll change the patch accordingly.

Please also note that I assigned the CC0-1.0 license to
test/data/to-be-signed because the file's content is trivial.

The copyright assignement to Laszlo Ashin is a little terse because I
did not find an email address: The commit is not signed off and the Git
author is without email address.

Cheers,
Mark

Mark Jonas (1):
  Make folder test REUSE-compliant

 test/Makefile                  | 2 ++
 test/data/to-be-signed.license | 3 +++
 test/test_crypt.c              | 2 ++
 test/test_hash.c               | 4 ++++
 test/test_json.c               | 2 ++
 test/test_server_hawkbit.c     | 2 ++
 test/test_verify.c             | 4 ++++
 7 files changed, 19 insertions(+)
 create mode 100644 test/data/to-be-signed.license

--
2.25.1

Comments

Stefano Babic April 18, 2021, 8:36 a.m. UTC | #1
Hi Mark,

On 17.04.21 19:16, Mark Jonas wrote:
> Hi Stefano,
> 
> This patch adds copyright and license information to files of the test
> folder where it is missing.
> 
> I understood that you preferred to avoid having files with
> GPL-2.0-or-later licensing. But the textual license declaration of the
> files explicitly stated "any later version". If you explictily wish to
> change that please tell me and I'll change the patch accordingly.
> 

It is okay.

> Please also note that I assigned the CC0-1.0 license to
> test/data/to-be-signed because the file's content is trivial.

Agree

> 
> The copyright assignement to Laszlo Ashin is a little terse because I
> did not find an email address: The commit is not signed off and the Git
> author is without email address.

This was an error, I did not note that his Signed-off-by was missing. I 
added Laszlo in CC with the e-mail I have.


Best regards,
Stefano

> 
> Cheers,
> Mark
> 
> Mark Jonas (1):
>    Make folder test REUSE-compliant
> 
>   test/Makefile                  | 2 ++
>   test/data/to-be-signed.license | 3 +++
>   test/test_crypt.c              | 2 ++
>   test/test_hash.c               | 4 ++++
>   test/test_json.c               | 2 ++
>   test/test_server_hawkbit.c     | 2 ++
>   test/test_verify.c             | 4 ++++
>   7 files changed, 19 insertions(+)
>   create mode 100644 test/data/to-be-signed.license
> 
> --
> 2.25.1
>