diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-03 01:21:24 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-04 15:39:08 +0000 |
commit | 08da24e059e9baf6466a8bbe67fc16f9c84f8868 (patch) | |
tree | 97f34e33f33d7c03a7ec156639a3486e33893924 /src/mainboard/biostar/am1ml/dsdt.asl | |
parent | 0c58dc6ce3805451dc4bcf93d89c51690f61c145 (diff) | |
download | coreboot-08da24e059e9baf6466a8bbe67fc16f9c84f8868.tar.xz |
mainboard/biostar: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: Ib697a4b1eb74cced9f22c3c602215f0dcac81f20
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40069
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/biostar/am1ml/dsdt.asl')
-rw-r--r-- | src/mainboard/biostar/am1ml/dsdt.asl | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/biostar/am1ml/dsdt.asl b/src/mainboard/biostar/am1ml/dsdt.asl index f454732858..a2e69b188c 100644 --- a/src/mainboard/biostar/am1ml/dsdt.asl +++ b/src/mainboard/biostar/am1ml/dsdt.asl @@ -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. */ /* DefinitionBlock Statement */ #include <arch/acpi.h> |