summaryrefslogtreecommitdiffstats
path: root/stream/stream_smb.c
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 /stream/stream_smb.c
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 'stream/stream_smb.c')
-rw-r--r--stream/stream_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_smb.c b/stream/stream_smb.c
index fd663106d5..79243a4c79 100644
--- a/stream/stream_smb.c
+++ b/stream/stream_smb.c
@@ -5,7 +5,7 @@
*
* mpv is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* mpv is distributed in the hope that it will be useful,