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
6 The file has been updated from 2016 to 2018 so fixed the
9 Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
10 Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
12 drivers/i2c/busses/i2c-qup.c | 13 ++-----------
13 1 file changed, 2 insertions(+), 11 deletions(-)
15 --- a/drivers/i2c/busses/i2c-qup.c
16 +++ b/drivers/i2c/busses/i2c-qup.c
18 +// SPDX-License-Identifier: GPL-2.0
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.
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.
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.
36 #include <linux/acpi.h>