summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-25 05:12:00 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-25 05:12:00 +0000
commit33b1f2af268dbc13081f18eaca4b5058cb55af13 (patch)
tree3abd318de2b6fbd44d067761dfdbdb88302536a8
parent16ac649b9be326b2974734fc7adcc1bd7e91a040 (diff)
Copyright.
-rw-r--r--sys/netinet/ip_ah.c6
-rw-r--r--sys/netinet/ip_ah.h10
-rw-r--r--sys/netinet/ip_esp.c6
-rw-r--r--sys/netinet/ip_esp.h8
-rw-r--r--sys/netinet/ip_ether.c7
-rw-r--r--sys/netinet/ip_ether.h7
-rw-r--r--sys/netinet/ip_ipip.c8
-rw-r--r--sys/netinet/ip_ipip.h8
-rw-r--r--sys/netinet/ip_ipsp.c6
-rw-r--r--sys/netinet/ip_ipsp.h6
-rw-r--r--sys/netinet/ip_spd.c7
-rw-r--r--sys/netinet/ipsec_input.c6
-rw-r--r--sys/netinet/ipsec_output.c7
13 files changed, 44 insertions, 48 deletions
diff --git a/sys/netinet/ip_ah.c b/sys/netinet/ip_ah.c
index 07044c62692..7b7ae76c3d8 100644
--- a/sys/netinet/ip_ah.c
+++ b/sys/netinet/ip_ah.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_ah.c,v 1.61 2001/06/23 18:30:38 deraadt Exp $ */
-
+/* $OpenBSD: ip_ah.c,v 1.62 2001/06/25 05:11:58 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -19,8 +18,9 @@
* Copyright (c) 1995, 1996, 1997, 1998, 1999 by John Ioannidis,
* Angelos D. Keromytis and Niels Provos.
* Copyright (c) 1999 Niklas Hallqvist.
+ * 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.
diff --git a/sys/netinet/ip_ah.h b/sys/netinet/ip_ah.h
index c3e33ea3a20..ddc008be860 100644
--- a/sys/netinet/ip_ah.h
+++ b/sys/netinet/ip_ah.h
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_ah.h,v 1.27 2001/06/09 07:03:41 angelos Exp $ */
-
+/* $OpenBSD: ip_ah.h,v 1.28 2001/06/25 05:11:58 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -16,10 +15,11 @@
*
* Additional features in 1999 by Angelos D. Keromytis.
*
- * Copyright (C) 1995, 1996, 1997, 1998, 1999 by John Ioannidis,
+ * Copyright (C) 1995, 1996, 1997, 1998, 1999 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/netinet/ip_esp.c b/sys/netinet/ip_esp.c
index 08b39b55230..dfabee511eb 100644
--- a/sys/netinet/ip_esp.c
+++ b/sys/netinet/ip_esp.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_esp.c,v 1.67 2001/06/23 18:30:38 deraadt Exp $ */
-
+/* $OpenBSD: ip_esp.c,v 1.68 2001/06/25 05:11:58 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -18,8 +17,9 @@
*
* Copyright (C) 1995, 1996, 1997, 1998, 1999 by John Ioannidis,
* Angelos D. Keromytis and Niels Provos.
+ * 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.
diff --git a/sys/netinet/ip_esp.h b/sys/netinet/ip_esp.h
index 6bafd2b45fb..f6dafae808f 100644
--- a/sys/netinet/ip_esp.h
+++ b/sys/netinet/ip_esp.h
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_esp.h,v 1.34 2001/06/09 07:03:41 angelos Exp $ */
-
+/* $OpenBSD: ip_esp.h,v 1.35 2001/06/25 05:11:58 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -18,8 +17,9 @@
*
* 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
+ * 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/netinet/ip_ether.c b/sys/netinet/ip_ether.c
index d41a90c87bd..71950d3ddd6 100644
--- a/sys/netinet/ip_ether.c
+++ b/sys/netinet/ip_ether.c
@@ -1,13 +1,12 @@
-/* $OpenBSD: ip_ether.c,v 1.31 2001/06/25 02:54:44 angelos Exp $ */
-
+/* $OpenBSD: ip_ether.c,v 1.32 2001/06/25 05:11:58 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (kermit@adk.gr)
*
* This code was written by Angelos D. Keromytis for OpenBSD in October 1999.
*
- * Copyright (C) 1999 by Angelos D. Keromytis.
+ * Copyright (C) 1999-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.
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h
index e32ccd5de84..f1b372068c3 100644
--- a/sys/netinet/ip_ether.h
+++ b/sys/netinet/ip_ether.h
@@ -1,13 +1,12 @@
-/* $OpenBSD: ip_ether.h,v 1.10 2001/06/09 07:03:42 angelos Exp $ */
-
+/* $OpenBSD: ip_ether.h,v 1.11 2001/06/25 05:11:58 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@adk.gr)
*
* This code was written by Angelos D. Keromytis in October 1999.
*
- * Copyright (C) 1999, by Angelos D. Keromytis.
+ * Copyright (C) 1999-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.
diff --git a/sys/netinet/ip_ipip.c b/sys/netinet/ip_ipip.c
index bb5bdf8d3b8..1bd785da73f 100644
--- a/sys/netinet/ip_ipip.c
+++ b/sys/netinet/ip_ipip.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_ipip.c,v 1.17 2001/06/19 00:48:23 deraadt Exp $ */
-
+/* $OpenBSD: ip_ipip.c,v 1.18 2001/06/25 05:11:58 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -18,8 +17,9 @@
*
* 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
+ * 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/netinet/ip_ipip.h b/sys/netinet/ip_ipip.h
index d8a45204046..de1a8c14532 100644
--- a/sys/netinet/ip_ipip.h
+++ b/sys/netinet/ip_ipip.h
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_ipip.h,v 1.2 2000/09/19 03:20:58 angelos Exp $ */
-
+/* $OpenBSD: ip_ipip.h,v 1.3 2001/06/25 05:11:58 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -18,8 +17,9 @@
*
* 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
+ * 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/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index 345900ba10e..90d98d84e1e 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.134 2001/06/24 23:11:45 provos Exp $ */
-
+/* $OpenBSD: ip_ipsp.c,v 1.135 2001/06/25 05:11:58 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -20,8 +19,9 @@
* Copyright (c) 1995, 1996, 1997, 1998, 1999 by John Ioannidis,
* Angelos D. Keromytis and Niels Provos.
* Copyright (c) 1999 Niklas Hallqvist.
+ * 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.
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index c3ffe10541c..9a05cdd2e40 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,5 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.106 2001/06/24 21:52:28 mickey Exp $ */
-
+/* $OpenBSD: ip_ipsp.h,v 1.107 2001/06/25 05:11:59 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -20,8 +19,9 @@
* Copyright (c) 1995, 1996, 1997, 1998, 1999 by John Ioannidis,
* Angelos D. Keromytis and Niels Provos.
* Copyright (c) 1999 Niklas Hallqvist.
+ * 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.
diff --git a/sys/netinet/ip_spd.c b/sys/netinet/ip_spd.c
index 64bcc0ff6a3..d85134ae4da 100644
--- a/sys/netinet/ip_spd.c
+++ b/sys/netinet/ip_spd.c
@@ -1,11 +1,10 @@
-/* $OpenBSD: ip_spd.c,v 1.24 2001/06/24 21:50:51 mickey Exp $ */
-
+/* $OpenBSD: ip_spd.c,v 1.25 2001/06/25 05:11:59 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
- * Copyright (c) 2000 Angelos D. Keromytis.
+ * Copyright (c) 2000-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.
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c
index 451f1a7c5e3..b5f173b24b7 100644
--- a/sys/netinet/ipsec_input.c
+++ b/sys/netinet/ipsec_input.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: ipsec_input.c,v 1.46 2001/06/24 18:22:47 provos Exp $ */
-
+/* $OpenBSD: ipsec_input.c,v 1.47 2001/06/25 05:11:59 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -18,8 +17,9 @@
*
* Copyright (C) 1995, 1996, 1997, 1998, 1999 by John Ioannidis,
* Angelos D. Keromytis and Niels Provos.
+ * 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.
diff --git a/sys/netinet/ipsec_output.c b/sys/netinet/ipsec_output.c
index 6eeed29999b..62c20fb3a2a 100644
--- a/sys/netinet/ipsec_output.c
+++ b/sys/netinet/ipsec_output.c
@@ -1,11 +1,10 @@
-/* $OpenBSD: ipsec_output.c,v 1.15 2001/06/24 18:22:47 provos Exp $ */
-
+/* $OpenBSD: ipsec_output.c,v 1.16 2001/06/25 05:11:59 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
- * Copyright (c) 2000 Angelos D. Keromytis.
+ * Copyright (c) 2000-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.