Message ID | 20230111185227.69093-7-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 2a5fb175fa011e7f1a10c6029cbac6d638e6b572 |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | SPDX cleanups | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/testsuite/tools/generate_nlmsg.c b/testsuite/tools/generate_nlmsg.c index fe96f2622047..106dca63686f 100644 --- a/testsuite/tools/generate_nlmsg.c +++ b/testsuite/tools/generate_nlmsg.c @@ -1,11 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * generate_nlmsg.c Testsuite helper generating nlmsg blob * - * 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. - * * Authors: Phil Sutter <phil@nwl.cc> */
Replace boilerplate with SPDX tag. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- testsuite/tools/generate_nlmsg.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)