Source file was dual licenced but the header was omitted, fix that. Contributors for this file are: Daniel Vetter daniel.vetter@ffwll.ch Matt Roper matthew.d.roper@intel.com Maxime Ripard mripard@kernel.org Noralf Trønnes noralf@tronnes.org Thomas Zimmermann tzimmermann@suse.de
Signed-off-by: Emmanuel Vadot manu@FreeBSD.org --- include/drm/drm_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h index 3ed5dee899fd..94c9c72c206d 100644 --- a/include/drm/drm_client.h +++ b/include/drm/drm_client.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 or MIT */
#ifndef _DRM_CLIENT_H_ #define _DRM_CLIENT_H_
Source file was dual licenced but the header was omitted, fix that. Contributors for this file are: Noralf Trønnes noralf@tronnes.org Gerd Hoffmann kraxel@redhat.com Thomas Gleixner tglx@linutronix.de
Signed-off-by: Emmanuel Vadot manu@FreeBSD.org --- include/drm/drm_format_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_format_helper.h b/include/drm/drm_format_helper.h index ac220aa1a245..7c5d4ffb2af2 100644 --- a/include/drm/drm_format_helper.h +++ b/include/drm/drm_format_helper.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* SPDX-License-Identifier: GPL-2.0 or MIT */ /* * Copyright (C) 2016 Noralf Trønnes */
On Fri, Mar 20, 2020 at 03:21:14AM +0100, Emmanuel Vadot wrote:
Source file was dual licenced but the header was omitted, fix that. Contributors for this file are: Noralf Trønnes noralf@tronnes.org Gerd Hoffmann kraxel@redhat.com Thomas Gleixner tglx@linutronix.de
Acked-by: Gerd Hoffmann kraxel@redhat.com
Signed-off-by: Emmanuel Vadot manu@FreeBSD.org
include/drm/drm_format_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_format_helper.h b/include/drm/drm_format_helper.h index ac220aa1a245..7c5d4ffb2af2 100644 --- a/include/drm/drm_format_helper.h +++ b/include/drm/drm_format_helper.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* SPDX-License-Identifier: GPL-2.0 or MIT */ /*
- Copyright (C) 2016 Noralf Trønnes
*/
2.25.1
Den 20.03.2020 03.21, skrev Emmanuel Vadot:
Source file was dual licenced but the header was omitted, fix that. Contributors for this file are: Noralf Trønnes noralf@tronnes.org Gerd Hoffmann kraxel@redhat.com Thomas Gleixner tglx@linutronix.de
Signed-off-by: Emmanuel Vadot manu@FreeBSD.org
Acked-by: Noralf Trønnes noralf@tronnes.org
Den 20.03.2020 03.21, skrev Emmanuel Vadot:
Source file was dual licenced but the header was omitted, fix that. Contributors for this file are: Daniel Vetter daniel.vetter@ffwll.ch Matt Roper matthew.d.roper@intel.com Maxime Ripard mripard@kernel.org Noralf Trønnes noralf@tronnes.org Thomas Zimmermann tzimmermann@suse.de
Signed-off-by: Emmanuel Vadot manu@FreeBSD.org
Acked-by: Noralf Trønnes noralf@tronnes.org
On Fri, Mar 20, 2020 at 03:21:13AM +0100, Emmanuel Vadot wrote:
Source file was dual licenced but the header was omitted, fix that. Contributors for this file are: Daniel Vetter daniel.vetter@ffwll.ch Matt Roper matthew.d.roper@intel.com Maxime Ripard mripard@kernel.org Noralf Trønnes noralf@tronnes.org Thomas Zimmermann tzimmermann@suse.de
Acked-by: Matt Roper matthew.d.roper@intel.com
Signed-off-by: Emmanuel Vadot manu@FreeBSD.org
include/drm/drm_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h index 3ed5dee899fd..94c9c72c206d 100644 --- a/include/drm/drm_client.h +++ b/include/drm/drm_client.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 or MIT */
#ifndef _DRM_CLIENT_H_
#define _DRM_CLIENT_H_
2.25.1
On Fri, Mar 20, 2020 at 03:21:13AM +0100, Emmanuel Vadot wrote:
Source file was dual licenced but the header was omitted, fix that. Contributors for this file are: Daniel Vetter daniel.vetter@ffwll.ch Matt Roper matthew.d.roper@intel.com Maxime Ripard mripard@kernel.org Noralf Trønnes noralf@tronnes.org Thomas Zimmermann tzimmermann@suse.de
Signed-off-by: Emmanuel Vadot manu@FreeBSD.org
Acked-by: Daniel Vetter daniel.vetter@ffwll.ch
include/drm/drm_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h index 3ed5dee899fd..94c9c72c206d 100644 --- a/include/drm/drm_client.h +++ b/include/drm/drm_client.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 or MIT */
#ifndef _DRM_CLIENT_H_
#define _DRM_CLIENT_H_
2.25.1
dri-devel@lists.freedesktop.org