diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2017-11-24 12:21:35 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2017-11-24 12:21:35 -0800 |
commit | 6054c1ebf7727123654f2c0764f3693813e9bad6 (patch) | |
tree | cdeae4036382ff1c21202bdeb1dac3aa9416b22b /tc/static-syms.c | |
parent | 859af0a5dca7ccc73cc09b457ec8220fc466811a (diff) |
SPDX license identifiers
For all files in iproute2 which do not have an obvious license
identification, mark them with SPDK GPL-2
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tc/static-syms.c')
-rw-r--r-- | tc/static-syms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tc/static-syms.c b/tc/static-syms.c index 0bc80743..47c4092c 100644 --- a/tc/static-syms.c +++ b/tc/static-syms.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * This file creates a dummy version of dynamic loading * for environments where dynamic linking |