mbox series

[v2,0/3] introduce SPDX

Message ID alpine.DEB.2.22.394.2208181453530.3790@ubuntu-linux-20-04-desktop (mailing list archive)
Headers show
Series introduce SPDX | expand

Message

Stefano Stabellini Aug. 18, 2022, 10:02 p.m. UTC
Hi all,

This small series introduces SPDX tags to Xen:

1) add a mention to SPDX in CODING_STYLE
2) add a LICENSES directory with licenses and SPDX tags
3) adds the SPDX single-line comment to arch/arm/*.c

Note that arch/arm/*.c is just a start. Also, to make the changes as
mechanical as possible I restricted myself to:
- adding the single-line comment at the top of the file
- removing the copyright lines (when present) from the top of the file
  header

I purposedly restrained myself to do other cleanups to the headers: this
series already touches many files and I prefer to keep these changes as
mechanical as possible. Further improvements (style improvement,
removing what's left of the header, removing copyright lines, etc.) can
be done with subsequent patches more easily.

License changes are not intentional.

Cheers,

Stefano

Comments

Juergen Gross Aug. 19, 2022, 5:33 a.m. UTC | #1
On 19.08.22 00:02, Stefano Stabellini wrote:
> Hi all,
> 
> This small series introduces SPDX tags to Xen:
> 
> 1) add a mention to SPDX in CODING_STYLE
> 2) add a LICENSES directory with licenses and SPDX tags
> 3) adds the SPDX single-line comment to arch/arm/*.c
> 
> Note that arch/arm/*.c is just a start. Also, to make the changes as
> mechanical as possible I restricted myself to:
> - adding the single-line comment at the top of the file
> - removing the copyright lines (when present) from the top of the file
>    header
> 
> I purposedly restrained myself to do other cleanups to the headers: this
> series already touches many files and I prefer to keep these changes as
> mechanical as possible. Further improvements (style improvement,
> removing what's left of the header, removing copyright lines, etc.) can
> be done with subsequent patches more easily.
> 
> License changes are not intentional.

For the series:

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen