diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:20:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:20:37 +0300 |
commit | 3c52dc6ae6c24275bf6c77ef0e0452939f9c1441 (patch) | |
tree | 17609f8774779123c93f49dd3a7845d7ceea484e | |
parent | dc9a8101c6fb9f422471c163150c49d35fe8e6c3 (diff) | |
download | repository-3c52dc6ae6c24275bf6c77ef0e0452939f9c1441.tar.gz |
libnl: make license identifier compatible with SPDX Specification
-rw-r--r-- | core/libnl/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libnl/meta b/core/libnl/meta index d97affd5..6e6e17be 100644 --- a/core/libnl/meta +++ b/core/libnl/meta @@ -1,3 +1,3 @@ description: Netlink Core Library -license: LGPL-2.1 +license: LGPL-2.1-only maintainer: Cem Keylan <cem@carbslinux.org> |