summaryrefslogtreecommitdiff
path: root/misc/ss.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2023-01-10 19:07:18 -0800
committerStephen Hemminger <stephen@networkplumber.org>2023-01-14 09:00:34 -0800
commit6af63cc7328740fd0c9bf070c5524482daf4230f (patch)
treeee52af39d02b081e5a3ad76c42c1741d46ea9db4 /misc/ss.c
parentb3a091d1000444478d4857f5158557b00aaded29 (diff)
downloadiproute2-6af63cc7328740fd0c9bf070c5524482daf4230f.tar.gz
misc: use SPDX
Use SPDX tag instead of GPL boilerplate. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'misc/ss.c')
-rw-r--r--misc/ss.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/ss.c b/misc/ss.c
index ccfa9fa9..de02fccb 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* ss.c "sockstat", socket statistics
*
- * 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: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*/