When converting the license from GPLv2 to GPLv2+, the first line was dropped by accident. Fixes: c335442eefcca ("src: incorrect header refers to GPLv2 only") Signed-off-by: Phil Sutter <phil@xxxxxx> --- examples/nft-ruleset-get.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nft-ruleset-get.c b/examples/nft-ruleset-get.c index 34ebe1fb6155c..3acbfa886127e 100644 --- a/examples/nft-ruleset-get.c +++ b/examples/nft-ruleset-get.c @@ -5,6 +5,7 @@ * * Copyright (c) 2013 Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> * + * 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. -- 2.47.0