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/binfmt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/binfmt.c') diff --git a/common/binfmt.c b/common/binfmt.c index f2ff624587..1846477206 100644 --- a/common/binfmt.c +++ b/common/binfmt.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD - * - * GPL v2 */ #include -- cgit v1.2.3