diff options
| author | Phil Sutter <phil@nwl.cc> | 2024-10-16 18:47:32 +0200 |
|---|---|---|
| committer | Phil Sutter <phil@nwl.cc> | 2024-10-30 12:51:17 +0100 |
| commit | e944a0afbc21a6baa73544f74a8c7525fd127c28 (patch) | |
| tree | 15280ba0acbabee152e6cee5762d0de3c85421a3 /tests/nft-expr_objref-test.c | |
| parent | 0576274ad54a3aae2750e7a49bed1e0f406b61cc (diff) | |
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 <phil@nwl.cc>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/nft-expr_objref-test.c')
| -rw-r--r-- | tests/nft-expr_objref-test.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/nft-expr_objref-test.c b/tests/nft-expr_objref-test.c index 9e698df..36c869e 100644 --- a/tests/nft-expr_objref-test.c +++ b/tests/nft-expr_objref-test.c @@ -1,11 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * (C) 2013 by Ana Rey Botello <anarey@gmail.com> - * - * 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 <stdio.h> |
