Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-14 Thread Christian König
Am 14.05.2018 um 18:00 schrieb Alex Deucher: On Wed, May 2, 2018 at 10:00 AM, Christian König wrote: Am 02.05.2018 um 15:46 schrieb Thomas Hellstrom: From: Dirk Hohndel This is dual licensed under GPL-2.0 or MIT. Cc: "Christian König" Signed-off-by: Dirk Hohndel (VMware) Signed-off-by: Th

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-14 Thread Alex Deucher
On Wed, May 2, 2018 at 10:00 AM, Christian König wrote: > Am 02.05.2018 um 15:46 schrieb Thomas Hellstrom: >> >> From: Dirk Hohndel >> >> This is dual licensed under GPL-2.0 or MIT. >> >> Cc: "Christian König" >> Signed-off-by: Dirk Hohndel (VMware) >> Signed-off-by: Thomas Hellstrom > > > Ack

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-09 Thread Dirk Hohndel
> On May 8, 2018, at 11:52 PM, Alex Deucher wrote: > > On Thu, May 3, 2018 at 11:41 AM, Dirk Hohndel wrote: >> On Thu, May 03, 2018 at 08:46:20AM -0400, Sean Paul wrote: >>> >>> Thank you for the awesome summary, it is very helpful! So since the >>> boilerplate >>> has to stay, is there a ben

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-08 Thread Thomas Hellstrom
On 05/08/2018 11:52 PM, Alex Deucher wrote: On Thu, May 3, 2018 at 11:41 AM, Dirk Hohndel wrote: On Thu, May 03, 2018 at 08:46:20AM -0400, Sean Paul wrote: Thank you for the awesome summary, it is very helpful! So since the boilerplate has to stay, is there a benefit to adding the SPDX header?

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-08 Thread Alex Deucher
On Thu, May 3, 2018 at 11:41 AM, Dirk Hohndel wrote: > On Thu, May 03, 2018 at 08:46:20AM -0400, Sean Paul wrote: >> >> Thank you for the awesome summary, it is very helpful! So since the >> boilerplate >> has to stay, is there a benefit to adding the SPDX header? Is it just to make >> scripting/

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-05 Thread Dirk Hohndel
On Thu, May 03, 2018 at 10:03:32AM -0300, Fabio Estevam wrote: > On Wed, May 2, 2018 at 10:46 AM, Thomas Hellstrom > wrote: > > > diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c > > b/drivers/gpu/drm/ttm/ttm_agp_backend.c > > index 7c2485fe88d8..ea4d59eb8966 100644 > > --- a/drivers/gpu/drm/

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-05 Thread Dirk Hohndel
On Thu, May 03, 2018 at 08:46:20AM -0400, Sean Paul wrote: > > Thank you for the awesome summary, it is very helpful! So since the > boilerplate > has to stay, is there a benefit to adding the SPDX header? Is it just to make > scripting/scraping easier? Actually, the header now adds the correct

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-04 Thread Christian König
Am 03.05.2018 um 14:46 schrieb Sean Paul: On Wed, May 02, 2018 at 11:25:35PM +0200, Dirk Hohndel wrote: On Wed, May 02, 2018 at 04:33:30PM -0400, Sean Paul wrote: diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 7c2485fe88d8..ea4d59eb8966 100644

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-03 Thread Fabio Estevam
On Thu, May 3, 2018 at 12:48 PM, Dirk Hohndel wrote: > But if you do the same analysis for header files... > > hohndel@rrmbpvm:~/src/linux[VMware-license-cleanup] > $ git grep SPDX | grep \.h: | cut -d: -f2 | sort | grep ^// | wc > 5491098 14823 > hohndel@rrmbpvm:~/src/linux[VMware-lice

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-03 Thread Christian König
Am 03.05.2018 um 15:03 schrieb Fabio Estevam: On Wed, May 2, 2018 at 10:46 AM, Thomas Hellstrom wrote: diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 7c2485fe88d8..ea4d59eb8966 100644 --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c +++ b/drivers/g

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-03 Thread Fabio Estevam
On Wed, May 2, 2018 at 10:46 AM, Thomas Hellstrom wrote: > diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c > b/drivers/gpu/drm/ttm/ttm_agp_backend.c > index 7c2485fe88d8..ea4d59eb8966 100644 > --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c > +++ b/drivers/gpu/drm/ttm/ttm_agp_backend.c > @@ -1,3

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-03 Thread Sean Paul
On Wed, May 02, 2018 at 11:25:35PM +0200, Dirk Hohndel wrote: > On Wed, May 02, 2018 at 04:33:30PM -0400, Sean Paul wrote: > > > > diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c > > > > b/drivers/gpu/drm/ttm/ttm_agp_backend.c > > > > index 7c2485fe88d8..ea4d59eb8966 100644 > > > > --- a/driver

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-03 Thread Dirk Hohndel
> On May 2, 2018, at 4:00 PM, Christian König wrote: > > Am 02.05.2018 um 15:46 schrieb Thomas Hellstrom: >> From: Dirk Hohndel >> >> This is dual licensed under GPL-2.0 or MIT. >> >> Cc: "Christian König" >> Signed-off-by: Dirk Hohndel (VMware) >> Signed-off-by: Thomas Hellstrom > > Acke

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-03 Thread Dirk Hohndel
On Wed, May 02, 2018 at 04:33:30PM -0400, Sean Paul wrote: > > > diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c > > > b/drivers/gpu/drm/ttm/ttm_agp_backend.c > > > index 7c2485fe88d8..ea4d59eb8966 100644 > > > --- a/drivers/gpu/drm/ttm/ttm_agp_backend.c > > > +++ b/drivers/gpu/drm/ttm/ttm_agp_

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-02 Thread Sean Paul
On Wed, May 02, 2018 at 04:12:18PM -0400, Sean Paul wrote: > On Wed, May 02, 2018 at 03:46:21PM +0200, Thomas Hellstrom wrote: > > From: Dirk Hohndel > > > > This is dual licensed under GPL-2.0 or MIT. > > > > Cc: "Christian König" > > Signed-off-by: Dirk Hohndel (VMware) > > Signed-off-by: Th

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-02 Thread Sean Paul
On Wed, May 02, 2018 at 03:46:21PM +0200, Thomas Hellstrom wrote: > From: Dirk Hohndel > > This is dual licensed under GPL-2.0 or MIT. > > Cc: "Christian König" > Signed-off-by: Dirk Hohndel (VMware) > Signed-off-by: Thomas Hellstrom > --- > drivers/gpu/drm/ttm/ttm_agp_backend.c | 1 + > dr

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-02 Thread Thomas Hellstrom
On 05/02/2018 04:00 PM, Christian König wrote: Am 02.05.2018 um 15:46 schrieb Thomas Hellstrom: From: Dirk Hohndel This is dual licensed under GPL-2.0 or MIT. Cc: "Christian König" Signed-off-by: Dirk Hohndel (VMware) Signed-off-by: Thomas Hellstrom Acked-by: Christian König If nobody

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-02 Thread Christian König
Am 02.05.2018 um 15:46 schrieb Thomas Hellstrom: From: Dirk Hohndel This is dual licensed under GPL-2.0 or MIT. Cc: "Christian König" Signed-off-by: Dirk Hohndel (VMware) Signed-off-by: Thomas Hellstrom Acked-by: Christian König If nobody objects I'm going to push it into our internal b

[PATCH] Add SPDX idenitifier and clarify license

2018-05-02 Thread Thomas Hellstrom
From: Dirk Hohndel This is dual licensed under GPL-2.0 or MIT. Cc: "Christian König" Signed-off-by: Dirk Hohndel (VMware) Signed-off-by: Thomas Hellstrom --- drivers/gpu/drm/ttm/ttm_agp_backend.c | 1 + drivers/gpu/drm/ttm/ttm_bo.c | 1 + drivers/gpu/drm/ttm/ttm_bo_manager.c | 1