diff options
author | Andrey Ignatov <rdna@fb.com> | 2018-12-02 13:02:15 -0800 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-12-03 21:36:38 +0100 |
commit | de94b651eef38b44adc20057ab5eb6d4ca672169 (patch) | |
tree | 3d3701d2b15115ab472f324ca6099a81bdbde709 /tools/lib | |
parent | 5482e9a93c83839f94e75db712e6837e6a39962c (diff) | |
download | talos-op-linux-de94b651eef38b44adc20057ab5eb6d4ca672169.tar.gz talos-op-linux-de94b651eef38b44adc20057ab5eb6d4ca672169.zip |
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: 76d1b894c515 ("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>
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/bpf/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/README.rst b/tools/lib/bpf/README.rst index 2ced9e061c4b..056f38310722 100644 --- a/tools/lib/bpf/README.rst +++ b/tools/lib/bpf/README.rst @@ -1,4 +1,4 @@ -.. SPDX-License-Identifier: GPL-2.0 +.. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) libbpf API naming convention ============================ |