]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
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>
tools/lib/bpf/README.rst

index 2ced9e061c4b5f245294ab12236fa315c1fb00fb..056f383107226082d5a7e693f8f888651a84520b 100644 (file)
@@ -1,4 +1,4 @@
-.. SPDX-License-Identifier: GPL-2.0
+.. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
 
 libbpf API naming convention
 ============================