diff options
author | alex <alex@FreeBSD.org> | 1997-12-30 00:38:56 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-12-30 00:38:56 +0000 |
commit | 3314e9bde154628c91b1275f2120b19b7e18668e (patch) | |
tree | f75add82d8b9f62cd274e41a4360cebc71723efc /usr.sbin/natd/icmp.c | |
parent | c1be3d2c9ce4bb7abe61767f6ab88fe95921567e (diff) | |
download | FreeBSD-src-3314e9bde154628c91b1275f2120b19b7e18668e.zip FreeBSD-src-3314e9bde154628c91b1275f2120b19b7e18668e.tar.gz |
Added copyright (taken from natd.c).
Approved by: Ari Suutari <ari@suutari.iki.fi>
Diffstat (limited to 'usr.sbin/natd/icmp.c')
-rw-r--r-- | usr.sbin/natd/icmp.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/natd/icmp.c b/usr.sbin/natd/icmp.c index 13a1cd2..9624efd 100644 --- a/usr.sbin/natd/icmp.c +++ b/usr.sbin/natd/icmp.c @@ -1,5 +1,13 @@ /* - * $Id$ + * This software is provided free of charge, with no + * warranty of any kind, either expressed or implied. + * Use at your own risk. + * + * You may copy, modify and distribute this software freely. + * + * Ari Suutari <suutari@iki.fi> + * + * $Id: icmp.c,v 1.3 1997/12/27 19:31:11 alex Exp $ */ #include <stdlib.h> |