diff options
author | Thomas Haller <thaller@redhat.com> | 2022-03-15 09:35:10 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-03-15 09:35:10 (GMT) |
commit | 5ac9ce3c378ff8838079f31d4ecc7e063b07c892 (patch) | |
tree | b87b83b2b6a8486c577dd6e35a4e0c64a8e0ed23 /lib/route | |
parent | 1a1c4e5c124dbb85b4fda06cc7026cbeff1775a6 (diff) | |
download | libnl-5ac9ce3c378ff8838079f31d4ecc7e063b07c892.zip libnl-5ac9ce3c378ff8838079f31d4ecc7e063b07c892.tar.gz libnl-5ac9ce3c378ff8838079f31d4ecc7e063b07c892.tar.bz2 |
route/cls: use SPDX-License-Identifier
Diffstat (limited to 'lib/route')
-rw-r--r-- | lib/route/cls/flower.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/route/cls/flower.c b/lib/route/cls/flower.c index 7951376..003c7d3 100644 --- a/lib/route/cls/flower.c +++ b/lib/route/cls/flower.c @@ -1,11 +1,5 @@ +/* SPDX-License-Identifier: LGPL-2.1-only */ /* - * lib/route/cls/flower.c Flow based traffic control filter - * - * 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) 2018 Volodymyr Bendiuga <volodymyr.bendiuga@gmail.com> */ |