From 1a546e28341ba3e733d1f1f9fc6d60de6b195298 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 21 Apr 2020 23:15:45 +0200 Subject: commands/*: Replace license and copyright boilerplate by SPDX identfiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While at it also drop references to the non-existing CREDITS file and do some small rearrangements for some uniform formatting. (SPDX-License-Identifier first, then copyright texts and then an empty line.) The advantage is that these specifiers are machine-parseable which helps license conformance. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- commands/bootchooser.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'commands/bootchooser.c') diff --git a/commands/bootchooser.c b/commands/bootchooser.c index ac763a6553..46b063e027 100644 --- a/commands/bootchooser.c +++ b/commands/bootchooser.c @@ -1,17 +1,6 @@ -/* - * Copyright (C) 2012 Jan Luebbe - * Copyright (C) 2015 Marc Kleine-Budde - * - * 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: © 2012 Jan Luebbe +// SPDX-FileCopyrightText: © 2015 Marc Kleine-Budde #include #include -- cgit v1.2.3