summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-16 16:27:57 +0200
committerwm4 <wm4@nowhere>2017-06-16 16:32:02 +0200
commit546ae3db4f132c25754f863605ce38f147b44136 (patch)
treee771fc43edeb01d3cde55f96e72604c2f09ce5a8 /stream
parentcd019ba602c142512c65edbfc1018b064b2c1c98 (diff)
downloadmpv-546ae3db4f132c25754f863605ce38f147b44136.tar.bz2
mpv-546ae3db4f132c25754f863605ce38f147b44136.tar.xz
stream_lavf: change license to LGPL
All authors agreed. The author of 1ee8ce75 did not respond, but it was a mpv pull request, and at this time DOCS/contribute.md and the "Copyright" file stated that all contributions must include LGPL relicensing permission. But you could claim that this was too "hidden". Sort of a corner case, I guess, but not my problem.
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_lavf.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index 873043b38c..dec8d4b277 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -1,18 +1,18 @@
/*
* This file is part of mpv.
*
- * 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
- * (at your option) any later version.
+ * mpv is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
* mpv is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with mpv. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libavformat/avformat.h>