Re: [PATCH] checkpatch.pl: Add SPDX license tag check for dts files and headers

2017-06-09 Thread Rob Herring
On Wed, Jun 07, 2017 at 05:45:03PM +0900, Masahiro Yamada wrote: > Hi Rob, > > 2017-02-24 0:56 GMT+09:00 Rob Herring : > > Add a check for using SPDX-License-Identifier tags to define the license of > > .dts{i} and DT header files rather than using free form license text. This > > check looks for

Re: [PATCH] checkpatch.pl: Add SPDX license tag check for dts files and headers

2017-06-07 Thread Masahiro Yamada
Hi Rob, 2017-02-24 0:56 GMT+09:00 Rob Herring : > Add a check for using SPDX-License-Identifier tags to define the license of > .dts{i} and DT header files rather than using free form license text. This > check looks for GPL, BSD, or X11(really incorrectly labeled MIT license) > license text which

Re: [PATCH] checkpatch.pl: Add SPDX license tag check for dts files and headers

2017-02-23 Thread Joe Perches
On Thu, 2017-02-23 at 12:45 -0600, Rob Herring wrote: > On Thu, Feb 23, 2017 at 11:51 AM, Joe Perches wrote: > > On Thu, 2017-02-23 at 09:56 -0600, Rob Herring wrote: > > > Add a check for using SPDX-License-Identifier tags to define the license > > > of > > > .dts{i} and DT header files rather t

Re: [PATCH] checkpatch.pl: Add SPDX license tag check for dts files and headers

2017-02-23 Thread Rob Herring
On Thu, Feb 23, 2017 at 11:51 AM, Joe Perches wrote: > On Thu, 2017-02-23 at 09:56 -0600, Rob Herring wrote: >> Add a check for using SPDX-License-Identifier tags to define the license of >> .dts{i} and DT header files rather than using free form license text. This >> check looks for GPL, BSD, or

Re: [PATCH] checkpatch.pl: Add SPDX license tag check for dts files and headers

2017-02-23 Thread Joe Perches
On Thu, 2017-02-23 at 09:56 -0600, Rob Herring wrote: > Add a check for using SPDX-License-Identifier tags to define the license of > .dts{i} and DT header files rather than using free form license text. This > check looks for GPL, BSD, or X11(really incorrectly labeled MIT license) > license text