From 03013e0fd73cde9b0dc7f2d65387491000ee894b Mon Sep 17 00:00:00 2001 From: rr- Date: Sat, 7 Nov 2015 23:22:38 +0100 Subject: vo_drm: relicense to LGPL Also removed authorship information (as per convention seen in other files) --- video/out/vo_drm.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'video/out/vo_drm.c') 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- - * * 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 . + * + * 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 -- cgit v1.2.3