diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-05-08 04:18:12 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-05-10 15:01:54 +0300 |
commit | a5a59b14588ee70510e675392d44dbbf42c8f537 (patch) | |
tree | cf75b15b83c94aea42e37b81ec1fc01d2c0add5a | |
parent | 3ed0fced1f22bcdb9a0f05bbbc1e3b87017ac8c2 (diff) |
android: hal: License camera3_hal.cpp as LGPL-2.1-or-later
The camera3_hal.cpp is incorrectly licensed as GPL-2.0-or-later, instead
of LGPL-2.1-or-later as the rest of the HAL implementation. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Jacopo Mondi <jacopo@jmondi.org>
-rw-r--r-- | src/android/camera3_hal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/camera3_hal.cpp b/src/android/camera3_hal.cpp index d6fc1ecc..34301ed9 100644 --- a/src/android/camera3_hal.cpp +++ b/src/android/camera3_hal.cpp @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2019, Google Inc. * |