diff options
author | rr- <mkurczew@gmail.com> | 2015-11-07 23:22:38 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-08 15:00:15 +0100 |
commit | 03013e0fd73cde9b0dc7f2d65387491000ee894b (patch) | |
tree | 52f9ce50ead7debec002cde78473e7455b821b33 /video | |
parent | 62f261a7b82922bce32eeaff9d1ab1b6c660598c (diff) |
vo_drm: relicense to LGPL
Also removed authorship information (as per convention seen in other
files)
Diffstat (limited to 'video')
-rw-r--r-- | video/out/drm_common.c | 7 | ||||
-rw-r--r-- | video/out/opengl/drm_egl.c | 9 | ||||
-rw-r--r-- | video/out/vo_drm.c | 9 |
3 files changed, 15 insertions, 10 deletions
diff --git a/video/out/drm_common.c b/video/out/drm_common.c index 697cb61c6d..3462a5d4de 100644 --- a/video/out/drm_common.c +++ b/video/out/drm_common.c @@ -1,8 +1,6 @@ /* * This file is part of mpv. * - * by rr- <rr-@sakuya.pl> - * * 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 @@ -15,6 +13,11 @@ * * You should have received a copy of the GNU General Public License along * with mpv. If not, see <http://www.gnu.org/licenses/>. + * + * 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. */ #include <errno.h> diff --git a/video/out/opengl/drm_egl.c b/video/out/opengl/drm_egl.c index a54467e235..7ba4fc0fed 100644 --- a/video/out/opengl/drm_egl.c +++ b/video/out/opengl/drm_egl.c @@ -1,8 +1,4 @@ /* - * OpenGL video output driver for libdrm - * - * by rr- <rr-@sakuya.pl> - * * This file is part of mpv. * * mpv is free software; you can redistribute it and/or modify @@ -17,6 +13,11 @@ * * You should have received a copy of the GNU General Public License along * with mpv. If not, see <http://www.gnu.org/licenses/>. + * + * 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. */ #include <assert.h> diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c index 7b1ff0b6c2..f671acf989 100644 --- a/video/out/vo_drm.c +++ b/video/out/vo_drm.c @@ -1,8 +1,4 @@ /* - * video output driver for libdrm - * - * by rr- <rr-@sakuya.pl> - * * This file is part of mpv. * * mpv is free software; you can redistribute it and/or modify @@ -17,6 +13,11 @@ * * You should have received a copy of the GNU General Public License along * with mpv. If not, see <http://www.gnu.org/licenses/>. + * + * 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. */ #include <assert.h> |