aboutsummaryrefslogtreecommitdiff
path: root/networking/isrv.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-14 12:34:48 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-14 12:34:48 +0000
commit844ff096ec1804fc5d9efb6059f8cd714d60f3ea (patch)
tree760fd2fd62e19db5be707f4f44df8bdf858ff71e /networking/isrv.h
parentfdf7aec5324782969328b6375c3043b46402cae5 (diff)
downloadbusybox-844ff096ec1804fc5d9efb6059f8cd714d60f3ea.tar.gz
isrv.h: add copyright info
Diffstat (limited to 'networking/isrv.h')
-rw-r--r--networking/isrv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/isrv.h b/networking/isrv.h
index 780636d17..c786770a6 100644
--- a/networking/isrv.h
+++ b/networking/isrv.h
@@ -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;