aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-09-05 22:49:38 -0400
committerThomas Harning Jr <harningt@gmail.com>2007-09-05 22:49:38 -0400
commitb28ac1f588e2e05069f4104400e1b3f7c2d8e460 (patch)
tree5b9bfa634c9f69c5eaf31fa53822536944421161 /src
parent47d29aee95d93ef45c6e372f789a0de2c2643813 (diff)
downloadluaevent-prosody-b28ac1f588e2e05069f4104400e1b3f7c2d8e460.tar.gz
luaevent-prosody-b28ac1f588e2e05069f4104400e1b3f7c2d8e460.zip
Added missing license header
Diffstat (limited to 'src')
-rw-r--r--src/event_callback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event_callback.c b/src/event_callback.c
index 7f9bc37..0d320eb 100644
--- a/src/event_callback.c
+++ b/src/event_callback.c
@@ -1,3 +1,5 @@
+/* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
+ * Licensed as LGPL - See doc/COPYING for details */
#include "event_callback.h"
#include <assert.h>
#include <lauxlib.h>