diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-14 12:34:48 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-14 12:34:48 +0000 |
commit | 844ff096ec1804fc5d9efb6059f8cd714d60f3ea (patch) | |
tree | 760fd2fd62e19db5be707f4f44df8bdf858ff71e | |
parent | fdf7aec5324782969328b6375c3043b46402cae5 (diff) | |
download | busybox-w32-844ff096ec1804fc5d9efb6059f8cd714d60f3ea.tar.gz busybox-w32-844ff096ec1804fc5d9efb6059f8cd714d60f3ea.tar.bz2 busybox-w32-844ff096ec1804fc5d9efb6059f8cd714d60f3ea.zip |
isrv.h: add copyright info
-rw-r--r-- | networking/isrv.h | 10 |
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 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
2 | /* | ||
3 | * Generic non-forking server infrastructure. | ||
4 | * Intended to make writing telnetd-type servers easier. | ||
5 | * | ||
6 | * Copyright (C) 2007 Denis Vlasenko | ||
7 | * | ||
8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | ||
9 | */ | ||
10 | |||
1 | /* opaque structure */ | 11 | /* opaque structure */ |
2 | struct isrv_state_t; | 12 | struct isrv_state_t; |
3 | typedef struct isrv_state_t isrv_state_t; | 13 | typedef struct isrv_state_t isrv_state_t; |