diff options
-rw-r--r-- | src/event_callback.c | 2 |
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> |