diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 05:14:01 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 05:14:01 +0000 |
commit | f0e40d3493ff474eb77366d3e2d923ca03f2639d (patch) | |
tree | 60b0d0f495c9fceb3b88974293a1fced3260f9e3 /sys/net | |
parent | 33b1f2af268dbc13081f18eaca4b5058cb55af13 (diff) |
Copyright update.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_enc.c | 8 | ||||
-rw-r--r-- | sys/net/if_enc.h | 6 | ||||
-rw-r--r-- | sys/net/pfkeyv2_convert.c | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/sys/net/if_enc.c b/sys/net/if_enc.c index f591cbe51af..228cb18e222 100644 --- a/sys/net/if_enc.c +++ b/sys/net/if_enc.c @@ -1,5 +1,4 @@ -/* $OpenBSD: if_enc.c,v 1.34 2001/06/08 04:02:19 angelos Exp $ */ - +/* $OpenBSD: if_enc.c,v 1.35 2001/06/25 05:14:00 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -16,8 +15,9 @@ * * Copyright (C) 1995, 1996, 1997, 1998 by John Ioannidis, Angelos D. Keromytis * and Niels Provos. - * - * Permission to use, copy, and modify this software without fee + * Copyright (c) 2001, Angelos D. Keromytis. + * + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all copies of any software which is or includes a copy or * modification of this software. diff --git a/sys/net/if_enc.h b/sys/net/if_enc.h index a0736642616..07db984296f 100644 --- a/sys/net/if_enc.h +++ b/sys/net/if_enc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_enc.h,v 1.8 2001/06/25 05:14:00 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -14,8 +15,9 @@ * * Copyright (C) 1995, 1996, 1997, 1998 by John Ioannidis, Angelos D. Keromytis * and Niels Provos. - * - * Permission to use, copy, and modify this software without fee + * Copyright (c) 2001, Angelos D. Keromytis. + * + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all copies of any software which is or includes a copy or * modification of this software. diff --git a/sys/net/pfkeyv2_convert.c b/sys/net/pfkeyv2_convert.c index 49fc24ff3ca..45ce704462a 100644 --- a/sys/net/pfkeyv2_convert.c +++ b/sys/net/pfkeyv2_convert.c @@ -1,5 +1,4 @@ -/* $OpenBSD: pfkeyv2_convert.c,v 1.2 2001/06/23 18:30:37 deraadt Exp $ */ - +/* $OpenBSD: pfkeyv2_convert.c,v 1.3 2001/06/25 05:14:00 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@keromytis.org) * @@ -8,7 +7,7 @@ * * Copyright (c) 2001 Angelos D. Keromytis. * - * Permission to use, copy, and modify this software without fee + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all copies of any software which is or includes a copy or * modification of this software. |