From 4579d9ca58ee50dba6cb45e4f27e85f2ebbb8269 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Mar 2014 12:46:33 +0100 Subject: lua: add license header Oops. --- player/lua.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/player/lua.c b/player/lua.c index 67c9fb459f..b4089960da 100644 --- a/player/lua.c +++ b/player/lua.c @@ -1,3 +1,20 @@ +/* + * This file is part of mpv. + * + * 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 + * (at your option) any later version. + * + * mpv is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with mpv. If not, see . + */ + #include #include #include -- cgit v1.2.3