mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-10 10:39:07 +08:00
license: add license note to README
Add mention of dual-licensing to README Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
@@ -50,3 +50,11 @@ headers in a build directory /build/root/:
|
|||||||
$ cd src
|
$ cd src
|
||||||
$ PKG_CONFIG_PATH=/build/root/lib64/pkgconfig DESTDIR=/build/root make install
|
$ PKG_CONFIG_PATH=/build/root/lib64/pkgconfig DESTDIR=/build/root make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
License
|
||||||
|
=====
|
||||||
|
|
||||||
|
This work is dual-licensed under BSD 2-clause license and GNU LGPL v2.1 license.
|
||||||
|
You can choose between one of them if you use this work.
|
||||||
|
|
||||||
|
`SPDX-License-Identifier: BSD-2-Clause OR LGPL-2.1`
|
||||||
|
|||||||
Reference in New Issue
Block a user