summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/drm_egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/drm_egl.c')
-rw-r--r--video/out/opengl/drm_egl.c9
1 files changed, 5 insertions, 4 deletions
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>