Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751810AbdLBKWt (ORCPT ); Sat, 2 Dec 2017 05:22:49 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:56811 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751628AbdLBKWs (ORCPT ); Sat, 2 Dec 2017 05:22:48 -0500 From: Nishanth Menon To: Jassi Brar CC: , Nishanth Menon Subject: [PATCH] mailbox: ti-msgmgr: Switch to SPDX Licensing Date: Sat, 2 Dec 2017 04:22:45 -0600 Message-ID: <20171202102245.18469-1-nm@ti.com> X-Mailer: git-send-email 2.14.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1360 Lines: 41 Switch to SPDX licensing and drop the GPL text which comes redundant. Signed-off-by: Nishanth Menon --- Jassi, I am not sure if you are planning on doing mailbox enmasse, if you are, then feel free to drop this to take the overall changes. Regards, Nishanth Menon drivers/mailbox/ti-msgmgr.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/mailbox/ti-msgmgr.c b/drivers/mailbox/ti-msgmgr.c index 54b9e4cb4cfa..c8f34d69f03c 100644 --- a/drivers/mailbox/ti-msgmgr.c +++ b/drivers/mailbox/ti-msgmgr.c @@ -1,17 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Texas Instruments' Message Manager Driver * - * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ * Nishanth Menon - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #define pr_fmt(fmt) "%s: " fmt, __func__ -- 2.14.1