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 /include | |
parent | 1a1c4e5c124dbb85b4fda06cc7026cbeff1775a6 (diff) | |
download | libnl-5ac9ce3c378ff8838079f31d4ecc7e063b07c892.zip libnl-5ac9ce3c378ff8838079f31d4ecc7e063b07c892.tar.gz libnl-5ac9ce3c378ff8838079f31d4ecc7e063b07c892.tar.bz2 |
route/cls: use SPDX-License-Identifier
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/route/cls/flower.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/netlink/route/cls/flower.h b/include/netlink/route/cls/flower.h index f39ce1c..b410999 100644 --- a/include/netlink/route/cls/flower.h +++ b/include/netlink/route/cls/flower.h @@ -1,11 +1,5 @@ +/* SPDX-License-Identifier: LGPL-2.1-only */ /* - * netlink/route/cls/flower.h flower classifier - * - * 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@westermo.se> */ |