From 70b74d32cdec067dcc2d7fcb52f441cbb40f4407 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 21 Feb 2018 12:39:22 +0100 Subject: client API: clarify license, fix some typos --- libmpv/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmpv/client.h') diff --git a/libmpv/client.h b/libmpv/client.h index f47c670558..424bf0613d 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -16,7 +16,8 @@ /* * Note: the client API is licensed under ISC (see above) to enable * other wrappers outside of mpv. But keep in mind that the - * mpv core is still mostly GPLv2+. + * mpv core is by default still GPLv2+ - unless built with + * --enable-lgpl, which makes it LGPLv2+. */ #ifndef MPV_CLIENT_API_H_ -- cgit v1.2.3