The standard way is to use SPDX to refer to license,
instead of per-file boilerplate text.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-/*
- * 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 <stdio.h>