Re: [PATCH] LICENSES: adopt Linux-like LICENSES directory structure

2019-02-19 Thread Ahmad Fatoum
Hello Sam On 18/2/19 13:12, Sam Ravnborg wrote: > > While on the LICENSE topic. > Could you update checkpatch to recognize SPDX entries too? > I've included a patch with an updated checkpatch.pl in the v2 I just sent out. Cheers Ahmad > > Sam > -- Pengutronix e.K.

Re: [PATCH] LICENSES: adopt Linux-like LICENSES directory structure

2019-02-18 Thread Sam Ravnborg
Hi Ahmad. On Mon, Feb 18, 2019 at 09:31:05AM +0100, Sascha Hauer wrote: > On Fri, Feb 15, 2019 at 09:56:10AM +0100, Ahmad Fatoum wrote: > > On 11/2/19 09:00, Sascha Hauer wrote: > > >> diff --git a/LICENSES/exceptions/u-boot-exception-2.0 > > >> b/LICENSES/exceptions/u-boot-exception-2.0 > > >>

Re: [PATCH] LICENSES: adopt Linux-like LICENSES directory structure

2019-02-18 Thread Sascha Hauer
On Fri, Feb 15, 2019 at 09:56:10AM +0100, Ahmad Fatoum wrote: > On 11/2/19 09:00, Sascha Hauer wrote: > >> diff --git a/LICENSES/exceptions/u-boot-exception-2.0 > >> b/LICENSES/exceptions/u-boot-exception-2.0 > >> new file mode 100644 > >> index ..c9b3cd981f51 > >> --- /dev/null > >>

Re: [PATCH] LICENSES: adopt Linux-like LICENSES directory structure

2019-02-15 Thread Ahmad Fatoum
On 11/2/19 09:00, Sascha Hauer wrote: > On Thu, Feb 07, 2019 at 03:58:03PM +0100, Ahmad Fatoum wrote: >> At the moment >> grep -R --exclude-dir=build --exclude-dir=.git -P >> 'SPDX-License-Identifier:' | ack -v 'GPL-2.0' That last ack should've been a grep. Will fix in v2. >> >> shows

Re: [PATCH] LICENSES: adopt Linux-like LICENSES directory structure

2019-02-11 Thread Sascha Hauer
On Thu, Feb 07, 2019 at 03:58:03PM +0100, Ahmad Fatoum wrote: > At the moment > grep -R --exclude-dir=build --exclude-dir=.git -P > 'SPDX-License-Identifier:' | ack -v 'GPL-2.0' > > shows me 39 non-dually-licensed source code files (SoCFPGA) that have a > BSD-3-Clause license

[PATCH] LICENSES: adopt Linux-like LICENSES directory structure

2019-02-07 Thread Ahmad Fatoum
At the moment grep -R --exclude-dir=build --exclude-dir=.git -P 'SPDX-License-Identifier:' | ack -v 'GPL-2.0' shows me 39 non-dually-licensed source code files (SoCFPGA) that have a BSD-3-Clause license _identifier_. There seems to be no barebox BSD-3-Clause license _text_ however,