summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-08 12:45:50 +0200
committerwm4 <wm4@nowhere>2017-05-08 12:45:50 +0200
commitd89b4458cce406909b9c09535987753ccfad89f3 (patch)
treeaae4f5636623a8419e52c4f1f276b7af750589e3 /stream
parente2b9551213187a62674e8e68e963af934e99ef9f (diff)
downloadmpv-d89b4458cce406909b9c09535987753ccfad89f3.tar.bz2
mpv-d89b4458cce406909b9c09535987753ccfad89f3.tar.xz
stream_null: change license to LGPL
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_null.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/stream/stream_null.c b/stream/stream_null.c
index a95a7ca3ef..83a6ab8cf8 100644
--- a/stream/stream_null.c
+++ b/stream/stream_null.c
@@ -3,18 +3,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 "config.h"