summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx/usb.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-04 18:51:19 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-05 17:51:54 +0000
commit7c1d70e8e2ee8932bf6acea603f8e4e4bf9f68c8 (patch)
tree94b1a7cf963a7d6844bc14f3406f515c48d0308c /src/soc/qualcomm/ipq40xx/usb.c
parent5de47d0323ebcb8f6f32109879a380e2f65323d4 (diff)
downloadcoreboot-7c1d70e8e2ee8932bf6acea603f8e4e4bf9f68c8.tar.xz
soc/qualcomm: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Ie78224f9bedd6ec3f0f10a58bb5dceeb35b73241 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40134 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/qualcomm/ipq40xx/usb.c')
-rw-r--r--src/soc/qualcomm/ipq40xx/usb.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/qualcomm/ipq40xx/usb.c b/src/soc/qualcomm/ipq40xx/usb.c
index 5b27541a6c..e61e5d39b9 100644
--- a/src/soc/qualcomm/ipq40xx/usb.c
+++ b/src/soc/qualcomm/ipq40xx/usb.c
@@ -1,16 +1,5 @@
-/*
- * This file is part of the coreboot project.
- *
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * 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.
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
#include <device/mmio.h>
#include <console/console.h>