diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 23:45:53 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 23:45:53 +0000 |
commit | a7406e55dcfb5112df3548cca5cf21b71b4984ff (patch) | |
tree | 896646dbd80e58738dacb460f9eec1358e2e9729 /sys/netinet/ip_esp.c | |
parent | db5c5cd1fb16c5c365bdad310e70c80763f35497 (diff) |
Update copyright; remove a few annoying debugging printfs.
Btw, OpenBSD hit 25000 commits a couple commits ago.
Diffstat (limited to 'sys/netinet/ip_esp.c')
-rw-r--r-- | sys/netinet/ip_esp.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c index 66189caa2bb..f2da8435264 100644 --- a/sys/netinet/ip_esp.c +++ b/sys/netinet/ip_esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_esp.c,v 1.17 1999/02/24 22:33:01 angelos Exp $ */ +/* $OpenBSD: ip_esp.c,v 1.18 1999/02/24 23:45:49 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -14,8 +14,10 @@ * Additional transforms and features in 1997 and 1998 by Angelos D. Keromytis * and Niels Provos. * - * Copyright (C) 1995, 1996, 1997, 1998 by John Ioannidis, Angelos D. Keromytis - * and Niels Provos. + * Additional features in 1999 by Angelos D. Keromytis. + * + * Copyright (C) 1995, 1996, 1997, 1998, 1999 by John Ioannidis, + * Angelos D. Keromytis and Niels Provos. * * Permission to use, copy, and modify this software without fee * is hereby granted, provided that this entire notice is included in |