From patchwork Mon Mar 12 13:14:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhishek Sahu X-Patchwork-Id: 10276291 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9A228602BD for ; Mon, 12 Mar 2018 13:18:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8A9B2286BC for ; Mon, 12 Mar 2018 13:18:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7EE2E28CE5; Mon, 12 Mar 2018 13:18:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2F27E286BC for ; Mon, 12 Mar 2018 13:18:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751336AbeCLNPX (ORCPT ); Mon, 12 Mar 2018 09:15:23 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:41502 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751180AbeCLNPU (ORCPT ); Mon, 12 Mar 2018 09:15:20 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 3544A60807; Mon, 12 Mar 2018 13:15:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1520860519; bh=gAKpSBNBmKH5ugYUqiedOqm7f89Ex8e3LgMTrkPT5xE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jIXCOgR+PkFlJ7DWLi6ZsaEXS3Gth5z+Zj5a8EmHfksuP+d3XObGvcE+CdDGA3ByV PUDV6hUBt6BRGW9S/h9tIphuuj//OEf7yEnkiJqmzrlam4nxtLzluUCC7Tgon3iKTj VmHF61Ua7OOwOboFZGnlQxFnPXlNncFuuRdITExw= Received: from absahu-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: absahu@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id EEF7A603AF; Mon, 12 Mar 2018 13:15:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1520860517; bh=gAKpSBNBmKH5ugYUqiedOqm7f89Ex8e3LgMTrkPT5xE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BSSMmxWDtygmfsh4ngC3ZB5ov4VuIHvCfaLuAqWKH+PSVKA8i83MjSFFl/goRrM+C GDsULFxe+K2yJyoqy5zTV6wz22mHZcUFYPt+8ZQ5b+SLzgxlvN/snt43jAGBV52zOK KzHlBQo05T1xpCY535RzDFxKEjMRA/Jk7F4kChpQ= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org EEF7A603AF Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=absahu@codeaurora.org From: Abhishek Sahu To: Andy Gross , Wolfram Sang Cc: David Brown , Sricharan R , Austin Christ , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Abhishek Sahu Subject: [PATCH v2 01/13] i2c: qup: fix copyrights and update to SPDX identifier Date: Mon, 12 Mar 2018 18:44:50 +0530 Message-Id: <1520860502-14886-2-git-send-email-absahu@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1520860502-14886-1-git-send-email-absahu@codeaurora.org> References: <1520860502-14886-1-git-send-email-absahu@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The file has been updated from 2016 to 2018 so fixed the copyright years. Signed-off-by: Abhishek Sahu --- drivers/i2c/busses/i2c-qup.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/drivers/i2c/busses/i2c-qup.c b/drivers/i2c/busses/i2c-qup.c index 08f8e01..ac5edfa 100644 --- a/drivers/i2c/busses/i2c-qup.c +++ b/drivers/i2c/busses/i2c-qup.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * Copyright (c) 2009-2013, The Linux Foundation. All rights reserved. + * Copyright (c) 2009-2013, 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2014, Sony Mobile Communications AB. * - * - * 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