From e944a0afbc21a6baa73544f74a8c7525fd127c28 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 16 Oct 2024 18:47:32 +0200 Subject: Use SPDX License Identifiers in headers Replace the copyright notice in header comments by an equivalent SPDX-License-Identifier string. Drop a following empty line if at the bottom of the comment. Leave any other header comment content in place. This also fixes for an incomplete notice in examples/nft-ruleset-get.c since commit c335442eefcca ("src: incorrect header refers to GPLv2 only"). Signed-off-by: Phil Sutter Reviewed-by: Pablo Neira Ayuso --- tests/nft-expr_payload-test.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/nft-expr_payload-test.c') diff --git a/tests/nft-expr_payload-test.c b/tests/nft-expr_payload-test.c index aec1710..8c41bab 100644 --- a/tests/nft-expr_payload-test.c +++ b/tests/nft-expr_payload-test.c @@ -1,11 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * (C) 2013 by Ana Rey Botello - * - * 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. - * */ #include -- cgit v1.2.3