diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-05 13:22:23 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-06 13:53:47 +0000 |
commit | 96d93d142ea128ca52d987f47f99e22a93042c9e (patch) | |
tree | dabee33a782ecff5c2333216e1ceb97a4e0badf4 /src/mainboard/google/parrot/dsdt.asl | |
parent | e816d807b9777bf0cb7966981d744c9a5726d0ab (diff) | |
download | coreboot-96d93d142ea128ca52d987f47f99e22a93042c9e.tar.xz |
mb/google/parrot: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: I0f41016ea678f63f386c1ae7006b7221a05f6fd9
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40188
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/google/parrot/dsdt.asl')
-rw-r--r-- | src/mainboard/google/parrot/dsdt.asl | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/parrot/dsdt.asl b/src/mainboard/google/parrot/dsdt.asl index 73714ce20a..434a83436b 100644 --- a/src/mainboard/google/parrot/dsdt.asl +++ b/src/mainboard/google/parrot/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. */ #include <arch/acpi.h> DefinitionBlock( |