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 /networking/isrv.h | |
parent | fdf7aec5324782969328b6375c3043b46402cae5 (diff) | |
download | busybox-844ff096ec1804fc5d9efb6059f8cd714d60f3ea.tar.gz |
isrv.h: add copyright info
Diffstat (limited to 'networking/isrv.h')
-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 @@ +/* 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; |