summaryrefslogtreecommitdiffstats
path: root/Copyright
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-11 08:12:14 +0200
committerwm4 <wm4@nowhere>2017-05-11 08:19:02 +0200
commitf38bd0f25ad948d3428a82655655207723e3fbcf (patch)
treea513b2cc879338134e80d96470f159732d257c1d /Copyright
parentaac871deb40b4216ebb45e02a78d1b2c72f22211 (diff)
downloadmpv-f38bd0f25ad948d3428a82655655207723e3fbcf.tar.bz2
mpv-f38bd0f25ad948d3428a82655655207723e3fbcf.tar.xz
stream_smb: disable by default, mark as GPLv3
It seems libsmbclient has been GPLv3 for years. Also, it's certainly not LGPL (unlike some of its support libs like talloc). Thus, mpv built with Samba support is GPLv3. Disable it by default, so we don't have to go through the trouble to indicate the correct license in our output, and we don't trick people into distributing stuff under the wrong license.
Diffstat (limited to 'Copyright')
-rw-r--r--Copyright5
1 files changed, 4 insertions, 1 deletions
diff --git a/Copyright b/Copyright
index 3025674ce8..8ac7c479c2 100644
--- a/Copyright
+++ b/Copyright
@@ -28,6 +28,9 @@ under mplayer2, and has been removed from mpv.
"v2.1+" in this context means "version 2.1 or later".
+Some libraries are GPLv2+ or GPLv3+ only. Building mpv with Samba support makes
+it GPLv3+.
+
Source files with specific licenses:
- everything under etc/ is unknown
- everything under DOCS/man/ is GPLv2+
@@ -243,7 +246,7 @@ LGPL relicensing status:
stream/stream_mf.c unknown
stream/stream_null.c LGPL
stream/stream_rar.c LGPL
- stream/stream_smb.c unknown
+ stream/stream_smb.c will stay GPLv3
stream/stream_tv.c will stay GPL
stream/tv* will stay GPL
sub/* LGPL