mbox series

[0/4] Make files in root folder REUSE compliant

Message ID 20210420190440.20328-1-toertel@gmail.com
Headers show
Series Make files in root folder REUSE compliant | expand

Message

Mark Jonas April 20, 2021, 7:04 p.m. UTC
The project's root directory contains a variety of files lacking a REUSE
compliant copyright statement and license declaration. Please review.

Mark Jonas (4):
  Add CC-BY-ND-4.0 license for SWUpdate.svg
  Apply GPL-2.0-only REUSE header to root folder
  Apply CC0-1.0 REUSE header to root folder
  Apply MIT REUSE header to root folder

 .editorconfig             |   4 +
 .gitignore                |   8 +-
 .travis.yml               |   3 +
 Kconfig                   |   4 +
 LICENSES/CC-BY-ND-4.0.txt | 391 ++++++++++++++++++++++++++++++++++++++
 Makefile                  |   4 +
 Makefile.deps             |   4 +
 Makefile.flags            |   6 +-
 Makefile.help             |   4 +
 README.md                 |  10 +-
 SWUpdate.svg.license      |   3 +
 11 files changed, 436 insertions(+), 5 deletions(-)
 create mode 100644 LICENSES/CC-BY-ND-4.0.txt
 create mode 100644 SWUpdate.svg.license

--
2.25.1

Comments

Stefano Babic April 21, 2021, 12:21 p.m. UTC | #1
On 20.04.21 21:04, Mark Jonas wrote:
> The project's root directory contains a variety of files lacking a REUSE
> compliant copyright statement and license declaration. Please review.
> 
> Mark Jonas (4):
>    Add CC-BY-ND-4.0 license for SWUpdate.svg
>    Apply GPL-2.0-only REUSE header to root folder
>    Apply CC0-1.0 REUSE header to root folder
>    Apply MIT REUSE header to root folder
> 
>   .editorconfig             |   4 +
>   .gitignore                |   8 +-
>   .travis.yml               |   3 +
>   Kconfig                   |   4 +
>   LICENSES/CC-BY-ND-4.0.txt | 391 ++++++++++++++++++++++++++++++++++++++
>   Makefile                  |   4 +
>   Makefile.deps             |   4 +
>   Makefile.flags            |   6 +-
>   Makefile.help             |   4 +
>   README.md                 |  10 +-
>   SWUpdate.svg.license      |   3 +
>   11 files changed, 436 insertions(+), 5 deletions(-)
>   create mode 100644 LICENSES/CC-BY-ND-4.0.txt
>   create mode 100644 SWUpdate.svg.license
> 
> --
> 2.25.1
> 

Applied to -master, thanks !

Best regards,
Stefano Babic