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 . + * You should have received a copy of the GNU Lesser General Public + * License along with mpv. If not, see . */ #include "config.h"