2020-02-10 15:36:16

by Emmanuel Vadot

[permalink] [raw]
Subject: [PATCH 0/2] Dual licence some files in GPL-2.0 and MIT

Hello all,

We had a discussion a while back with Noralf where he said that he wouldn't
mind dual licence his work under GPL-2 and MIT.
Those files are a problem with BSDs as we cannot include them.
For drm_client.c the main contributors are Noralf Trønnes and Thomas
Zimmermann, the other commits are just catch ups from changes elsewhere
(return values, struct member names, function renames etc ...).
For drm_format_helper the main contributors are Noralf Trønnes and
Gerd Hoffmann. Same comment as for drm_client.c for the other commits.

Emmanuel Vadot (2):
drm/client: Dual licence the file in GPL-2 and MIT
drm/format_helper: Dual licence the file in GPL 2 and MIT

drivers/gpu/drm/drm_client.c | 2 +-
drivers/gpu/drm/drm_format_helper.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--
2.25.0


2020-02-10 15:36:37

by Emmanuel Vadot

[permalink] [raw]
Subject: [PATCH 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT

From: Emmanuel Vadot <[email protected]>

Change the licence to a dual one with MIT so BSDs could use this file.

Signed-off-by: Emmanuel Vadot <[email protected]>
---
drivers/gpu/drm/drm_format_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
index 0897cb9aeaff..3b818f2b2392 100644
--- a/drivers/gpu/drm/drm_format_helper.c
+++ b/drivers/gpu/drm/drm_format_helper.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0 or MIT
/*
* Copyright (C) 2016 Noralf Trønnes
*
--
2.25.0

2020-02-10 15:37:45

by Emmanuel Vadot

[permalink] [raw]
Subject: [PATCH 1/2] drm/client: Dual licence the file in GPL-2 and MIT

From: Emmanuel Vadot <[email protected]>

Change the licence to a dual one with MIT so BSDs could use this file.

Signed-off-by: Emmanuel Vadot <[email protected]>
---
drivers/gpu/drm/drm_client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_client.c b/drivers/gpu/drm/drm_client.c
index b031b45aa8ef..6b0c6ef8b9b3 100644
--- a/drivers/gpu/drm/drm_client.c
+++ b/drivers/gpu/drm/drm_client.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 or MIT
/*
* Copyright 2018 Noralf Trønnes
*/
--
2.25.0

2020-02-11 09:04:49

by Daniel Vetter

[permalink] [raw]
Subject: Re: [PATCH 0/2] Dual licence some files in GPL-2.0 and MIT

On Mon, Feb 10, 2020 at 04:35:42PM +0100, Emmanuel Vadot wrote:
> Hello all,
>
> We had a discussion a while back with Noralf where he said that he wouldn't
> mind dual licence his work under GPL-2 and MIT.
> Those files are a problem with BSDs as we cannot include them.
> For drm_client.c the main contributors are Noralf Tr?nnes and Thomas
> Zimmermann, the other commits are just catch ups from changes elsewhere
> (return values, struct member names, function renames etc ...).
> For drm_format_helper the main contributors are Noralf Tr?nnes and
> Gerd Hoffmann. Same comment as for drm_client.c for the other commits.

Can you pls list all contributors for each file in the commit message, so
we can make sure we're collecting all the required acks?

Afaiui for official relicensing, we need everyone.
-Daniel

>
> Emmanuel Vadot (2):
> drm/client: Dual licence the file in GPL-2 and MIT
> drm/format_helper: Dual licence the file in GPL 2 and MIT
>
> drivers/gpu/drm/drm_client.c | 2 +-
> drivers/gpu/drm/drm_format_helper.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.25.0
>

--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch