diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-09 13:16:45 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-12 21:19:58 +0300 |
commit | ebbf12d8b684d059feeb95df3d8c567ce5c119be (patch) | |
tree | 8d08dd3acc547dbfc85624f7ab7622a001a571cc | |
parent | edea5acc5fbf21dd65b475622d36c7b3a8381a9f (diff) |
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>
-rw-r--r-- | include/uvcgadget/events.h | 2 | ||||
-rw-r--r-- | include/uvcgadget/stream.h | 2 | ||||
-rw-r--r-- | lib/events.c | 2 | ||||
-rw-r--r-- | lib/stream.c | 2 | ||||
-rw-r--r-- | lib/uvc.c | 2 | ||||
-rw-r--r-- | lib/uvc.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/uvcgadget/events.h b/include/uvcgadget/events.h index b0b8fa8..0007f75 100644 --- a/include/uvcgadget/events.h +++ b/include/uvcgadget/events.h @@ -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/include/uvcgadget/stream.h b/include/uvcgadget/stream.h index 047ea25..9ab068f 100644 --- a/include/uvcgadget/stream.h +++ b/include/uvcgadget/stream.h @@ -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/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 * @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * UVC protocol handling * @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * UVC protocol handling * |