summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-21 12:39:22 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-28 00:55:06 -0800
commit70b74d32cdec067dcc2d7fcb52f441cbb40f4407 (patch)
tree3e4010a333466120f403f0b10a58a7024d0db9f0 /libmpv/client.h
parentb6c7d899ca9250147b9eef2a6b9bf8a0596a576d (diff)
downloadmpv-70b74d32cdec067dcc2d7fcb52f441cbb40f4407.tar.bz2
mpv-70b74d32cdec067dcc2d7fcb52f441cbb40f4407.tar.xz
client API: clarify license, fix some typos
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h3
1 files changed, 2 insertions, 1 deletions
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_