Re: [PATCH v2] ARCH: Use the correct style for SPDX License Identifier

2019-04-08 Thread Nishad Kamdar
On Sun, Mar 31, 2019 at 06:14:01PM +0530, Mukesh Ojha wrote: > > On 3/31/2019 3:51 AM, Nishad Kamdar wrote: > > This patch corrects the SPDX License Identifier style > > in the Hardware Architecture subsystem. For C header files > > Documentation/process/license-rules.rst mandates C-like comments

Re: [PATCH v2] ARCH: Use the correct style for SPDX License Identifier

2019-03-31 Thread Mukesh Ojha
On 3/31/2019 3:51 AM, Nishad Kamdar wrote: This patch corrects the SPDX License Identifier style in the Hardware Architecture subsystem. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made b

[PATCH v2] ARCH: Use the correct style for SPDX License Identifier

2019-03-30 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in the Hardware Architecture subsystem. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided by Joe Perches here:

[PATCH v2] ARCH: Use the correct style for SPDX License Identifier

2019-03-30 Thread Nishad Kamdar
This patch corrects the SPDX License Identifier style in the Hardware Architecture subsystem. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used) Changes made by using a script provided by Joe Perches here: