diff options
author | Thomas Haller <thaller@redhat.com> | 2022-03-11 22:30:36 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-03-11 23:09:29 (GMT) |
commit | 299f61ac9e10b99e14bfd0e1a7aac3932f606eda (patch) | |
tree | fcabd40c675f43523204f1c63b447cd3d0f7fcaa /lib/route | |
parent | 05a540d315938b22463f6789f4da139de38f977d (diff) | |
download | libnl-299f61ac9e10b99e14bfd0e1a7aac3932f606eda.zip libnl-299f61ac9e10b99e14bfd0e1a7aac3932f606eda.tar.gz libnl-299f61ac9e10b99e14bfd0e1a7aac3932f606eda.tar.bz2 |
license: use SPDX license identifiers and drop license comments
Diffstat (limited to 'lib/route')
-rw-r--r-- | lib/route/link/ip6vti.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/route/link/ip6vti.c b/lib/route/link/ip6vti.c index d2582ae..0afaf7a 100644 --- a/lib/route/link/ip6vti.c +++ b/lib/route/link/ip6vti.c @@ -1,11 +1,4 @@ - /* - * lib/route/link/ip6vti.c IP6VTI Link Info - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation version 2.1 - * of the License. - */ +/* SPDX-License-Identifier: LGPL-2.1-only */ /** * @ingroup link |