From 0dfbd298282cfc7b6a92500fe7dd478cc7fa742f Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 8 Jun 2015 22:13:00 +0200 Subject: gl_osd: fix license header All vo_gl.c related code has been GPL+LGPL dual-licensed. The OSD code is no exception and is also derived from vo_gl.c. Thus it should have the same license (although I think technically speaking sub-licensing it by removing one of the licenses is ok). --- video/out/gl_osd.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/video/out/gl_osd.c b/video/out/gl_osd.c index a42c2082b7..c346a3e630 100644 --- a/video/out/gl_osd.c +++ b/video/out/gl_osd.c @@ -13,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