From ebbf12d8b684d059feeb95df3d8c567ce5c119be Mon Sep 17 00:00:00 2001
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Date: Sat, 9 Jun 2018 13:16:45 +0300
Subject: lib: Relicense code under the LGPL-2.1+

To allow usage of the UVC gadget library in closed-source or otherwise
GPL-incompatible applications, relicense the library under the terms of
the LGPL v2.1 or later, as published by the Free Software Foundation.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 lib/events.c | 2 +-
 lib/stream.c | 2 +-
 lib/uvc.c    | 2 +-
 lib/uvc.h    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'lib')

diff --git a/lib/events.c b/lib/events.c
index 6840c19..bb18f49 100644
--- a/lib/events.c
+++ b/lib/events.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 /*
  * Generic Event Handling
  *
diff --git a/lib/stream.c b/lib/stream.c
index 77b4843..19f0d78 100644
--- a/lib/stream.c
+++ b/lib/stream.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 /*
  * UVC stream handling
  *
diff --git a/lib/uvc.c b/lib/uvc.c
index 2042761..f8e913a 100644
--- a/lib/uvc.c
+++ b/lib/uvc.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 /*
  * UVC protocol handling
  *
diff --git a/lib/uvc.h b/lib/uvc.h
index 4cce99d..f888a84 100644
--- a/lib/uvc.h
+++ b/lib/uvc.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 /*
  * UVC protocol handling
  *
-- 
cgit v1.2.3