From ab749d9c7e61004e884bb74b6beaca641acd2ab7 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 19 May 2020 18:37:33 +0200 Subject: arch/arm/boards: Replace license and copyright boilerplate by SPDX identfiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adapts all files that were identifed by licensecheck (https://salsa.debian.org/build-common-team/licensecheck.git) as licensed under the GPL. The advantage is that these specifiers are machine-parseable which helps license conformance, e.g. for packaging barebox in Debian. While touching these files also do some minor comment reformatting to get some uniform layout. Signed-off-by: Uwe Kleine-König Reviewed-by: Roland Hieber Signed-off-by: Sascha Hauer --- arch/arm/boards/virt2real/board.c | 19 ++++--------------- arch/arm/boards/virt2real/lowlevel.c | 19 ++++--------------- 2 files changed, 8 insertions(+), 30 deletions(-) (limited to 'arch/arm/boards/virt2real') diff --git a/arch/arm/boards/virt2real/board.c b/arch/arm/boards/virt2real/board.c index 451cbf29ff..caa2b53a68 100644 --- a/arch/arm/boards/virt2real/board.c +++ b/arch/arm/boards/virt2real/board.c @@ -1,18 +1,7 @@ -/* - * Copyright (C) 2014 Antony Pavlov - * - * This file is part of barebox. - * - * 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 +// SPDX-FileCopyrightText: 2014 Antony Pavlov + +/* This file is part of barebox. */ #include #include diff --git a/arch/arm/boards/virt2real/lowlevel.c b/arch/arm/boards/virt2real/lowlevel.c index bbde5d8cd7..d14907b768 100644 --- a/arch/arm/boards/virt2real/lowlevel.c +++ b/arch/arm/boards/virt2real/lowlevel.c @@ -1,18 +1,7 @@ -/* - * Copyright (C) 2014 Antony Pavlov - * - * This file is part of barebox. - * - * 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 +// SPDX-FileCopyrightText: 2014 Antony Pavlov + +/* This file is part of barebox. */ #define __LOWLEVEL_INIT__ -- cgit v1.2.3