summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/bioscall.S
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-09-18 12:35:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-21 08:27:53 +0200
commitbcda7bce5c0cd6a563ed11e2aea27a80a75cd837 (patch)
tree3a82c1a48b10f12b52b7ab2872e477b559d06333 /arch/x86/boot/bioscall.S
parent21297485a95c9127c862dd5efed5f69611442984 (diff)
downloadbarebox-bcda7bce5c0cd6a563ed11e2aea27a80a75cd837.tar.gz
barebox-bcda7bce5c0cd6a563ed11e2aea27a80a75cd837.tar.xz
arch/x86: Replace license and copyright boilerplate by SPDX identfiers
Converts the files that licensecheck can determine the license for. Additionally some minor code reformatting is done. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86/boot/bioscall.S')
-rw-r--r--arch/x86/boot/bioscall.S13
1 files changed, 4 insertions, 9 deletions
diff --git a/arch/x86/boot/bioscall.S b/arch/x86/boot/bioscall.S
index e60072992b..6cda1eb40a 100644
--- a/arch/x86/boot/bioscall.S
+++ b/arch/x86/boot/bioscall.S
@@ -1,12 +1,7 @@
-/* -----------------------------------------------------------------------
- *
- * Copyright 2009 Intel Corporation; author H. Peter Anvin
- *
- * This file is part of the Linux kernel, and is made available under
- * the terms of the GNU General Public License version 2 or (at your
- * option) any later version; incorporated herein by reference.
- *
- * ----------------------------------------------------------------------- */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-FileCopyrightText: 2009 Intel Corporation */
+
+/* Author: H. Peter Anvin */
/*
* "Glove box" for BIOS calls. Avoids the constant problems with BIOSes