summaryrefslogtreecommitdiffstats
path: root/lib/route
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-11 22:30:36 (GMT)
committerThomas Haller <thaller@redhat.com>2022-03-11 22:34:28 (GMT)
commitbe86170c11fbf3f849835d3753831695f059fed1 (patch)
tree3de8fe40df9eace0204a154852762034fccd625a /lib/route
parent919d9c6dbdd0d7d739f24d84312e4b485ad3821a (diff)
downloadlibnl-be86170c11fbf3f849835d3753831695f059fed1.zip
libnl-be86170c11fbf3f849835d3753831695f059fed1.tar.gz
libnl-be86170c11fbf3f849835d3753831695f059fed1.tar.bz2
license: use SPDX license identifiers and drop license comments
Diffstat (limited to 'lib/route')
-rw-r--r--lib/route/link/ip6gre.c9
-rw-r--r--lib/route/link/team.c8
2 files changed, 2 insertions, 15 deletions
diff --git a/lib/route/link/ip6gre.c b/lib/route/link/ip6gre.c
index c5fa741..8069329 100644
--- a/lib/route/link/ip6gre.c
+++ b/lib/route/link/ip6gre.c
@@ -1,11 +1,4 @@
-/*
- * lib/route/link/ip6gre.c IP6GRE 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
diff --git a/lib/route/link/team.c b/lib/route/link/team.c
index 5e35be2..1b47022 100644
--- a/lib/route/link/team.c
+++ b/lib/route/link/team.c
@@ -1,11 +1,5 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
/*
- * lib/route/link/team.c Team Link Module
- *
- * 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.
- *
* Copyright (c) 2015 Jonas Johansson <jonasj76@gmail.com>
*/