summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-03 09:44:36 +0200
committerwm4 <wm4@nowhere>2017-08-03 09:44:36 +0200
commit955cc50e1beb362f01475786696c8f5125077fd1 (patch)
tree198245c4a4a0573726b60c98509e364b4189a32b /video
parent12ee13101ba37d2674974eb8e4777104069c9461 (diff)
downloadmpv-955cc50e1beb362f01475786696c8f5125077fd1.tar.bz2
mpv-955cc50e1beb362f01475786696c8f5125077fd1.tar.xz
options: --priority can be LGPL
Original author has agreed now. Also fix the notice in dec_video.c - all GPL-only code is gone (unrelated to --priority/its author).
Diffstat (limited to 'video')
-rw-r--r--video/decode/dec_video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/decode/dec_video.c b/video/decode/dec_video.c
index b1afdf3a18..8211d1f3b2 100644
--- a/video/decode/dec_video.c
+++ b/video/decode/dec_video.c
@@ -15,8 +15,6 @@
* with mpv. If not, see <http://www.gnu.org/licenses/>.
*
* Almost LGPL.
- *
- * Parts under HAVE_GPL are licensed under GNU General Public License forever.
*/
#include <stdio.h>