Re: [patch V3 7/7] scripts: Add SPDX checker script

2018-04-26 Thread Thomas Gleixner
On Thu, 26 Apr 2018, Greg Kroah-Hartman wrote: > On Thu, Apr 26, 2018 at 03:54:27PM +0200, Thomas Gleixner wrote: > > +#!/usr/bin/env python > > +# SPDX-License-Identifier: GPL2.0 > > You didn't run the tool on itself :) Quod erat demonstrandum.

Re: [patch V3 7/7] scripts: Add SPDX checker script

2018-04-26 Thread Thomas Gleixner
On Thu, 26 Apr 2018, Greg Kroah-Hartman wrote: > On Thu, Apr 26, 2018 at 03:54:27PM +0200, Thomas Gleixner wrote: > > +#!/usr/bin/env python > > +# SPDX-License-Identifier: GPL2.0 > > You didn't run the tool on itself :) Quod erat demonstrandum.

Re: [patch V3 7/7] scripts: Add SPDX checker script

2018-04-26 Thread Greg Kroah-Hartman
On Thu, Apr 26, 2018 at 03:54:27PM +0200, Thomas Gleixner wrote: > +#!/usr/bin/env python > +# SPDX-License-Identifier: GPL2.0 You didn't run the tool on itself :) Other than that, looks good, if you fix the above line feel free to add: Reviewed-by: Greg Kroah-Hartman

Re: [patch V3 7/7] scripts: Add SPDX checker script

2018-04-26 Thread Greg Kroah-Hartman
On Thu, Apr 26, 2018 at 03:54:27PM +0200, Thomas Gleixner wrote: > +#!/usr/bin/env python > +# SPDX-License-Identifier: GPL2.0 You didn't run the tool on itself :) Other than that, looks good, if you fix the above line feel free to add: Reviewed-by: Greg Kroah-Hartman

[patch V3 7/7] scripts: Add SPDX checker script

2018-04-26 Thread Thomas Gleixner
The SPDX-License-Identifiers are growing in the kernel and so grow expression failures and license IDs are used which have no corresponding license text file in the LICENSES directory. Add a script which gathers information from the LICENSES directory, i.e. the various tags in the licenses and

[patch V3 7/7] scripts: Add SPDX checker script

2018-04-26 Thread Thomas Gleixner
The SPDX-License-Identifiers are growing in the kernel and so grow expression failures and license IDs are used which have no corresponding license text file in the LICENSES directory. Add a script which gathers information from the LICENSES directory, i.e. the various tags in the licenses and