From fb244def400853e5b41c327e5cb02d6d34be2397 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 26 Nov 2020 18:55:53 +0100 Subject: common: replace license statements with SPDX-License-Identifiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For all files in common/ that already have a license text: - Replace with appropriate SPDX-License-Identifier - Remove empty comment lines around replacement - remove comment completely if only thing remaining is name of file without description Reviewed-by: Roland Hieber Reviewed-by: Uwe Kleine-König Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- common/bootargs.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'common/bootargs.c') diff --git a/common/bootargs.c b/common/bootargs.c index fc345560ec..c49136609f 100644 --- a/common/bootargs.c +++ b/common/bootargs.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * bootargs.c - concatenate Linux bootargs * * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * 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. - * */ #include #include -- cgit v1.2.3