]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
rpmsg: smd: Switch to SPDX license identifier
authorSuman Anna <s-anna@ti.com>
Thu, 31 May 2018 17:11:01 +0000 (12:11 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 4 Jun 2018 00:37:14 +0000 (17:37 -0700)
Use the appropriate SPDX license identifier in the rpmsg SMD backend
driver source file and drop the previous boilerplate license text.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/qcom_smd.c

index b07e9a1a9d229ee495a53014e7768c334dd93c88..6d01eefe2bda224a8f500e1e2dfbd587047a822a 100644 (file)
@@ -1,15 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2015, Sony Mobile Communications AB.
  * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
- *
- * 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/interrupt.h>