b2b317245f07f2697994a8e58e7efb92986678c4
[openwrt/openwrt.git] /
1 From 0668bc44a42672626666e4f66aa1f2c22528e8a5 Mon Sep 17 00:00:00 2001
2 From: Abhishek Sahu <absahu@codeaurora.org>
3 Date: Mon, 12 Mar 2018 18:44:50 +0530
4 Subject: [PATCH 01/13] i2c: qup: fix copyrights and update to SPDX identifier
5
6 The file has been updated from 2016 to 2018 so fixed the
7 copyright years.
8
9 Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
10 Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
11 ---
12 drivers/i2c/busses/i2c-qup.c | 13 ++-----------
13 1 file changed, 2 insertions(+), 11 deletions(-)
14
15 --- a/drivers/i2c/busses/i2c-qup.c
16 +++ b/drivers/i2c/busses/i2c-qup.c
17 @@ -1,17 +1,8 @@
18 +// SPDX-License-Identifier: GPL-2.0
19 /*
20 - * Copyright (c) 2009-2013, The Linux Foundation. All rights reserved.
21 + * Copyright (c) 2009-2013, 2016-2018, The Linux Foundation. All rights reserved.
22 * Copyright (c) 2014, Sony Mobile Communications AB.
23 *
24 - *
25 - * This program is free software; you can redistribute it and/or modify
26 - * it under the terms of the GNU General Public License version 2 and
27 - * only version 2 as published by the Free Software Foundation.
28 - *
29 - * This program is distributed in the hope that it will be useful,
30 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
31 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 - * GNU General Public License for more details.
33 - *
34 */
35
36 #include <linux/acpi.h>