From 4a45ab8bd32310e268ddcb6143f9c7a86b4f0f82 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 23 Sep 2019 18:23:02 -0600 Subject: src/acpi: Update license headers to SPDX While I was working on updating the headers to move copyrights into the AUTHORS file, I got a request to switch to SPDX headers as well. Linux has moved completely to SPDX headers, which are easier to maintain, have good definitions, are very short, and can be checked automatically. This is completely unlike our current header situation. Signed-off-by: Martin Roth Change-Id: Ie86d34f7fa7bf7434ad8a38aa1eadcfece7124b3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36176 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: David Hendricks --- src/acpi/sata.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/acpi/sata.c') diff --git a/src/acpi/sata.c b/src/acpi/sata.c index d7fcbd6daf..f2b381124e 100644 --- a/src/acpi/sata.c +++ b/src/acpi/sata.c @@ -1,15 +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 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. - */ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* This file is part of the coreboot project. */ #include "sata.h" -- cgit v1.2.3