summaryrefslogtreecommitdiffstats
path: root/player/lua.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-07 12:46:33 +0100
committerwm4 <wm4@nowhere>2014-03-07 12:47:07 +0100
commit4579d9ca58ee50dba6cb45e4f27e85f2ebbb8269 (patch)
treed95d83457f3a30e0833d6fa1bf41f907577d14b2 /player/lua.c
parent9cc9d19eee1ceddf189bf21e1b69ea12f95395ec (diff)
downloadmpv-4579d9ca58ee50dba6cb45e4f27e85f2ebbb8269.tar.bz2
mpv-4579d9ca58ee50dba6cb45e4f27e85f2ebbb8269.tar.xz
lua: add license header
Oops.
Diffstat (limited to 'player/lua.c')
-rw-r--r--player/lua.c17
1 files changed, 17 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+ */
+
#include <assert.h>
#include <string.h>
#include <sys/types.h>