projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf7aec
)
isrv.h: add copyright info
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 14 Jan 2007 12:34:48 +0000
(12:34 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 14 Jan 2007 12:34:48 +0000
(12:34 -0000)
networking/isrv.h
patch
|
blob
|
history
diff --git
a/networking/isrv.h
b/networking/isrv.h
index 780636d1770a2d9fd0dd2407be84803f2e8d2471..c786770a627a621ea87a85454999f8a8e23a4632 100644
(file)
--- 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;