diff options
author | Thomas Harning Jr <harningt@gmail.com> | 2007-09-05 22:49:38 -0400 |
---|---|---|
committer | Thomas Harning Jr <harningt@gmail.com> | 2007-09-05 22:49:38 -0400 |
commit | b28ac1f588e2e05069f4104400e1b3f7c2d8e460 (patch) | |
tree | 5b9bfa634c9f69c5eaf31fa53822536944421161 /src | |
parent | 47d29aee95d93ef45c6e372f789a0de2c2643813 (diff) | |
download | luaevent-prosody-b28ac1f588e2e05069f4104400e1b3f7c2d8e460.tar.gz luaevent-prosody-b28ac1f588e2e05069f4104400e1b3f7c2d8e460.zip |
Added missing license header
Diffstat (limited to 'src')
-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> |