diff options
Diffstat (limited to 'ipsvd/ipsvd_perhost.h')
-rw-r--r-- | ipsvd/ipsvd_perhost.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h index 05c939d89..26b4063ea 100644 --- a/ipsvd/ipsvd_perhost.h +++ b/ipsvd/ipsvd_perhost.h @@ -1,3 +1,12 @@ +/* Based on ipsvd utilities written by Gerrit Pape <pape@smarden.org> + * which are released into public domain by the author. + * Homepage: http://smarden.sunsite.dk/ipsvd/ + * + * Copyright (C) 2007 Denis Vlasenko. + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. + */ + struct hcc { char ip[32 - sizeof(int)]; int pid; |