diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-11-16 04:52:19 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-11-16 04:52:19 +0000 |
| commit | af5dd3181a44c8c60d82fe2f4f8ff9ff81d98e26 (patch) | |
| tree | 1abde20e1d717a2bf3509de2189cbe7fa3c9f91e /contrib/ipfilter/ipsd/ipsdr.c | |
| parent | acdb2ce24a62f8b955af761b992ae020cc2303ef (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ipsd/ipsdr.c')
| -rw-r--r-- | contrib/ipfilter/ipsd/ipsdr.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/ipfilter/ipsd/ipsdr.c b/contrib/ipfilter/ipsd/ipsdr.c index b3bf95765a94..e814bd418166 100644 --- a/contrib/ipfilter/ipsd/ipsdr.c +++ b/contrib/ipfilter/ipsd/ipsdr.c @@ -1,8 +1,9 @@ /* - * (C)opyright December 1995 Darren Reed. + * (C)opyright 1995-1997 Darren Reed. * - * This software may be freely distributed as long as it is not altered - * in any way and that this messagge always accompanies it. + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and due credit is given + * to the original author and the contributors. * * The author of this software makes no garuntee about the * performance of this package or its suitability to fulfill any purpose. @@ -36,7 +37,8 @@ #include "ipsd.h" #ifndef lint -static char sccsid[] = "@(#)ipsdr.c 1.3 12/3/95 (C)1995 Darren Reed"; +static const char sccsid[] = "@(#)ipsdr.c 1.3 12/3/95 (C)1995 Darren Reed"; +static const char rcsid[] = "@(#)$Id: ipsdr.c,v 2.0.2.3 1997/09/28 07:13:18 darrenr Exp $"; #endif extern char *optarg; |
