From 1add860402b30974429c40ff8b749070ca431c20 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 26 Nov 2019 11:02:19 -0800 Subject: [PATCH] license: add license note to README Add mention of dual-licensing to README Signed-off-by: Andrii Nakryiko --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 22842d5..aa00a80 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,11 @@ headers in a build directory /build/root/: $ cd src $ 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`