lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 30 Apr 2020 17:33:46 +0200
From:   Emmanuel Vadot <manu@...eBSD.org>
To:     maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
        tzimmermann@...e.de, airlied@...ux.ie, daniel@...ll.ch,
        matthew.d.roper@...el.com, noralf@...nnes.org, kraxel@...hat.com,
        tglx@...utronix.de
Cc:     dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
        Emmanuel Vadot <manu@...eBSD.org>,
        Daniel Vetter <daniel.vetter@...ll.ch>
Subject: [PATCH v2 1/2] drm/client: Dual licence the header in GPL-2 and MIT

Source file was dual licenced but the header was omitted, fix that.
Contributors for this file are:
Daniel Vetter <daniel.vetter@...ll.ch>
Matt Roper <matthew.d.roper@...el.com>
Maxime Ripard <mripard@...nel.org>
Noralf Trønnes <noralf@...nnes.org>
Thomas Zimmermann <tzimmermann@...e.de>

Acked-by: Noralf Trønnes <noralf@...nnes.org>
Acked-by: Matt Roper <matthew.d.roper@...el.com>
Acked-by: Daniel Vetter <daniel.vetter@...ll.ch>
Acked-by: Maxime Ripard <mripard@...nel.org>
Acked-by: Thomas Zimmermann <tzimmermann@...e.de>
Signed-off-by: Emmanuel Vadot <manu@...eBSD.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 7402f852d3c4..eb259c2547af 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ