summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-08 22:13:00 +0200
committerwm4 <wm4@nowhere>2015-06-08 22:13:00 +0200
commit0dfbd298282cfc7b6a92500fe7dd478cc7fa742f (patch)
tree9239c24bab64371cff71e384e1fea0d28b00072e
parent5dbd22e1656df60f303870621f8b09d0d2c09f95 (diff)
downloadmpv-0dfbd298282cfc7b6a92500fe7dd478cc7fa742f.tar.bz2
mpv-0dfbd298282cfc7b6a92500fe7dd478cc7fa742f.tar.xz
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).
-rw-r--r--video/out/gl_osd.c5
1 files changed, 5 insertions, 0 deletions
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 <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 <stdlib.h>