diff options
author | Thomas Haller <thaller@redhat.com> | 2022-08-24 17:53:05 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-08-24 17:53:05 (GMT) |
commit | 1c74725ae588e3b98d84b55c396023d02f014ebe (patch) | |
tree | 2731390b0acea02cf13aecff770b95f1cee6078c | |
parent | 26ca549da5ac1bce92817d629809ee3479dc6b4f (diff) | |
download | libnl-1c74725ae588e3b98d84b55c396023d02f014ebe.zip libnl-1c74725ae588e3b98d84b55c396023d02f014ebe.tar.gz libnl-1c74725ae588e3b98d84b55c396023d02f014ebe.tar.bz2 |
bridge: use SPDX license identifiers in bridge_info files
-rw-r--r-- | include/netlink/route/link/bridge_info.h | 8 | ||||
-rw-r--r-- | lib/route/link/bridge_info.c | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/include/netlink/route/link/bridge_info.h b/include/netlink/route/link/bridge_info.h index 51c468f..09689b3 100644 --- a/include/netlink/route/link/bridge_info.h +++ b/include/netlink/route/link/bridge_info.h @@ -1,11 +1,5 @@ +/* SPDX-License-Identifier: LGPL-2.1-only */ /* - * netlink/route/link/bridge_info.h Bridge 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. - * * Copyright (c) 2022 MaxLinear, Inc. */ diff --git a/lib/route/link/bridge_info.c b/lib/route/link/bridge_info.c index 2e383e3..86eaa28 100644 --- a/lib/route/link/bridge_info.c +++ b/lib/route/link/bridge_info.c @@ -1,11 +1,5 @@ +/* SPDX-License-Identifier: LGPL-2.1-only */ /* - * lib/route/link/bridge_info.c bridge info support - * - * 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) 2022 MaxLinear, Inc. */ |