summaryrefslogtreecommitdiffstats
path: root/bin/libev.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/libev.c')
-rw-r--r--bin/libev.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/libev.c b/bin/libev.c
new file mode 100644
index 0000000..84ecca9
--- /dev/null
+++ b/bin/libev.c
@@ -0,0 +1,20 @@
+/*
+ * This file is part of LEM, a Lua Event Machine.
+ * Copyright 2011-2012 Emil Renner Berthing
+ *
+ * LEM 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 3 of
+ * the License, or (at your option) any later version.
+ *
+ * LEM 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 LEM. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "../libev/ev-config.h"
+#include "../libev/ev.c"