diff options
author | wm4 <wm4@nowhere> | 2016-01-19 18:36:34 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-01-19 18:36:34 +0100 |
commit | e4ec0f42e42c9ee6af883fed8b515d707ab81041 (patch) | |
tree | 870f50f9e0491b9acab19c7c75c531a7e16aca55 /video/out/opengl/common.c | |
parent | 8a9b64329c0e387dc59a1fca477a43c50f59ff34 (diff) | |
download | mpv-e4ec0f42e42c9ee6af883fed8b515d707ab81041.tar.bz2 mpv-e4ec0f42e42c9ee6af883fed8b515d707ab81041.tar.xz |
Change GPL/LGPL dual-licensed files to LGPL
Do this to make the license situation less confusing.
This change should be of no consequence, since LGPL is compatible with
GPL anyway, and making it LGPL-only does not restrict the use with GPL
code.
Additionally, the wording implies that this is allowed, and that we can
just remove the GPL part.
Diffstat (limited to 'video/out/opengl/common.c')
-rw-r--r-- | video/out/opengl/common.c | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/video/out/opengl/common.c b/video/out/opengl/common.c index 80e0348a3c..f08fd4bfd9 100644 --- a/video/out/opengl/common.c +++ b/video/out/opengl/common.c @@ -7,23 +7,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. - * - * You should have received a copy of the GNU General Public License along - * with mpv. If not, see <http://www.gnu.org/licenses/>. + * GNU Lesser General Public License for more details. * - * You can alternatively redistribute this file 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. + * 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 <stddef.h> |