From: Stephen Hemminger Date: Mon, 9 Jan 2023 21:39:27 +0000 (-0800) Subject: tc/htb: add SPDX comment X-Git-Tag: v6.2.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba8021057acde2ea06f5b52c370f7cc86fb2b3e;p=thirdparty%2Fiproute2.git tc/htb: add SPDX comment The standard way is to use SPDX to refer to license, instead of per-file boilerplate text. Signed-off-by: Stephen Hemminger --- diff --git a/tc/q_htb.c b/tc/q_htb.c index 8d73cdc35..31862ffbb 100644 --- a/tc/q_htb.c +++ b/tc/q_htb.c @@ -1,13 +1,7 @@ -/* - * q_htb.c HTB. - * - * 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: Martin Devera, devik@cdi.cz +/* SPDX-License-Identifier: GPL-2.0 */ +/* q_htb.c Hierarchical Token Bucket * + * Author: Martin Devera, devik@cdi.cz */ #include