aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/compulab/intense_pc/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/compulab/intense_pc/acpi')
-rw-r--r--src/mainboard/compulab/intense_pc/acpi/ec.asl15
-rw-r--r--src/mainboard/compulab/intense_pc/acpi/platform.asl15
-rw-r--r--src/mainboard/compulab/intense_pc/acpi/superio.asl15
3 files changed, 6 insertions, 39 deletions
diff --git a/src/mainboard/compulab/intense_pc/acpi/ec.asl b/src/mainboard/compulab/intense_pc/acpi/ec.asl
index 95bb1eb7f8..25b989ccbc 100644
--- a/src/mainboard/compulab/intense_pc/acpi/ec.asl
+++ b/src/mainboard/compulab/intense_pc/acpi/ec.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. */
Device(EC)
{
diff --git a/src/mainboard/compulab/intense_pc/acpi/platform.asl b/src/mainboard/compulab/intense_pc/acpi/platform.asl
index 705d5bdce9..e7f5a4a3b6 100644
--- a/src/mainboard/compulab/intense_pc/acpi/platform.asl
+++ b/src/mainboard/compulab/intense_pc/acpi/platform.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. */
Method(_WAK,1)
diff --git a/src/mainboard/compulab/intense_pc/acpi/superio.asl b/src/mainboard/compulab/intense_pc/acpi/superio.asl
index 606085fafe..1bc1628982 100644
--- a/src/mainboard/compulab/intense_pc/acpi/superio.asl
+++ b/src/mainboard/compulab/intense_pc/acpi/superio.asl
@@ -1,15 +1,4 @@
-/*
- * 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 <drivers/pc80/pc/ps2_controller.asl>