isrv.h: add copyright info

This commit is contained in:
Denis Vlasenko 2007-01-14 12:34:48 +00:00
parent fdf7aec532
commit 844ff096ec

View 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;