vo_drm: relicense to LGPL

Also removed authorship information (as per convention seen in other
files)
This commit is contained in:
rr- 2015-11-07 23:22:38 +01:00 committed by wm4
parent 62f261a7b8
commit 03013e0fd7
3 changed files with 15 additions and 10 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>