summaryrefslogtreecommitdiffstats
path: root/arch/x86/boards/x86_generic/serial_ns16550.c
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/boards/x86_generic/serial_ns16550.c
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/boards/x86_generic/serial_ns16550.c')
-rw-r--r--arch/x86/boards/x86_generic/serial_ns16550.c19
1 files changed, 3 insertions, 16 deletions
diff --git a/arch/x86/boards/x86_generic/serial_ns16550.c b/arch/x86/boards/x86_generic/serial_ns16550.c
index abc1047a50..4159bc39fb 100644
--- a/arch/x86/boards/x86_generic/serial_ns16550.c
+++ b/arch/x86/boards/x86_generic/serial_ns16550.c
@@ -1,19 +1,6 @@
-/*
- * Copyright (C) 2009 Juergen Beisert, Pengutronix, Michel Stam,
- * Fugro Intersite
- *
- * 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; either version 2 of
- * the License, or (at your option) any later version.
- *
- * 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-or-later
+// SPDX-FileCopyrightText: 2009 Juergen Beisert, Pengutronix
+// SPDX-FileCopyrightText: 2009 Michel Stam, Fugro Intersite
/**
* @file