]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: Fix license in README.rst
authorAndrey Ignatov <rdna@fb.com>
Sun, 2 Dec 2018 21:02:15 +0000 (13:02 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 3 Dec 2018 20:36:38 +0000 (21:36 +0100)
commit5b7bccec07a3bf9db12e8dfaf87ba08151f4d4ae
tree3d3701d2b15115ab472f324ca6099a81bdbde709
parent73386d2c728fea8d7c6dfe9f6a0c7f274a472ece
libbpf: Fix license in README.rst

The whole libbpf is licensed as (LGPL-2.1 OR BSD-2-Clause). I missed it
while adding README.rst. Fix it and use same license as all other files
in libbpf do. Since I'm the only author of README.rst so far, no others'
permissions should be needed.

Fixes: 2a56c760e773 ("libbpf: Document API and ABI conventions")
Signed-off-by: Andrey Ignatov <rdna@fb.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/lib/bpf/README.rst