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/poller.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common/poller.c') diff --git a/common/poller.c b/common/poller.c index 50c518697b..61da5698d2 100644 --- a/common/poller.c +++ b/common/poller.c @@ -1,8 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2010 Marc Kleine-Budde - * - * This file is released under the GPLv2 - * */ #include -- cgit v1.2.3