diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-04 18:51:11 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-05 17:52:22 +0000 |
commit | e67ab180fb856b25f3fbb238438606446a7e3ddb (patch) | |
tree | 98e44bdbb92b337357d55ec241e997f7adabd745 /src/soc/mediatek/common/usb.c | |
parent | 7c1d70e8e2ee8932bf6acea603f8e4e4bf9f68c8 (diff) | |
download | coreboot-e67ab180fb856b25f3fbb238438606446a7e3ddb.tar.xz |
soc/mediatek: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: I7c3c75eaf2d7a64e7d833541bcf168b93921a142
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40132
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/mediatek/common/usb.c')
-rw-r--r-- | src/soc/mediatek/common/usb.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/mediatek/common/usb.c b/src/soc/mediatek/common/usb.c index d8d50022f3..fb8a5d923e 100644 --- a/src/soc/mediatek/common/usb.c +++ b/src/soc/mediatek/common/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> |