- don't automatically select run-parts but point out that this is a system-utility...
[oweals/busybox.git] / networking / isrv.h
index 780636d1770a2d9fd0dd2407be84803f2e8d2471..c786770a627a621ea87a85454999f8a8e23a4632 100644 (file)
@@ -1,3 +1,13 @@
+/* vi: set sw=4 ts=4: */
+/*
+ * Generic non-forking server infrastructure.
+ * Intended to make writing telnetd-type servers easier.
+ *
+ * Copyright (C) 2007 Denis Vlasenko
+ *
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
+ */
+
 /* opaque structure */
 struct isrv_state_t;
 typedef struct isrv_state_t isrv_state_t;