summaryrefslogtreecommitdiff
path: root/src/l_sig_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/l_sig_handler.h')
-rw-r--r--src/l_sig_handler.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/l_sig_handler.h b/src/l_sig_handler.h
index dfeb39d..06a5f75 100644
--- a/src/l_sig_handler.h
+++ b/src/l_sig_handler.h
@@ -1,7 +1,13 @@
/*
* anylike
*
- * anylike is a ...
+ * anylike is an IKEv2 Implementation written in Lua and C. It's main
+ * design goal is to provide anytun and uanytun or any other SATP
+ * implementation with a key exchange mechanism but it should also be
+ * possible to use anylike as key exchange daemon for IPSec security
+ * associations. The use of Lua guarantees that anylike is easily
+ * portable to many platforms including very small ones like wireless
+ * routers.
*
*
* Copyright (C) 2009-2010 Markus Grueneis <gimpf@anylike.org>