diff options
author | Todor Tomov <todor.tomov@linaro.org> | 2018-07-25 18:38:14 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-08-02 12:09:11 +0200 |
commit | b873663bd85fff5e43bcedb5cc5360f2aa992e05 (patch) | |
tree | 07df0151d2863fbeb703cbf00f9812bfc8c5b4f7 /drivers/media/platform/qcom/camss/camss-csid.c | |
parent | media: Rename CAMSS driver path (diff) | |
download | linux-b873663bd85fff5e43bcedb5cc5360f2aa992e05.tar.xz linux-b873663bd85fff5e43bcedb5cc5360f2aa992e05.zip |
media: camss: Use SPDX license headers
Use SPDX license headers for all files of the Qualcomm CAMSS driver.
Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/qcom/camss/camss-csid.c')
-rw-r--r-- | drivers/media/platform/qcom/camss/camss-csid.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/media/platform/qcom/camss/camss-csid.c b/drivers/media/platform/qcom/camss/camss-csid.c index 39ea27b9da3b..c0fef1787ad4 100644 --- a/drivers/media/platform/qcom/camss/camss-csid.c +++ b/drivers/media/platform/qcom/camss/camss-csid.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * camss-csid.c * @@ -5,15 +6,6 @@ * * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (C) 2015-2018 Linaro Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include <linux/clk.h> #include <linux/completion.h> |