summaryrefslogtreecommitdiffstats
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
parente2b9551213187a62674e8e68e963af934e99ef9f (diff)
downloadmpv-d89b4458cce406909b9c09535987753ccfad89f3.tar.bz2
mpv-d89b4458cce406909b9c09535987753ccfad89f3.tar.xz
stream_null: change license to LGPL
-rw-r--r--Copyright2
-rw-r--r--stream/stream_null.c14
2 files changed, 8 insertions, 8 deletions
diff --git a/Copyright b/Copyright
index fbc86b3cef..e4e6846ad5 100644
--- a/Copyright
+++ b/Copyright
@@ -241,7 +241,7 @@ LGPL relicensing status:
stream/stream_libarchive.* LGPL
stream/stream_memory.c LGPL
stream/stream_mf.c unknown
- stream/stream_null.c easy
+ stream/stream_null.c LGPL
stream/stream_rar.c LGPL
stream/stream_smb.c unknown
stream/stream_tv.c will stay GPL
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"