summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
committerimp <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
commita50ffc29129a52835a39bf4868cd5facdc7dce30 (patch)
treeeb31ac736ac91e1175c700bbbf60cf1c022cf331 /sys/netipsec
parent182c46b20dedd864b7066a7d50338bd691247880 (diff)
downloadFreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.zip
FreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.tar.gz
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/ah.h2
-rw-r--r--sys/netipsec/ah_var.h2
-rw-r--r--sys/netipsec/esp.h2
-rw-r--r--sys/netipsec/esp_var.h2
-rw-r--r--sys/netipsec/ipcomp.h2
-rw-r--r--sys/netipsec/ipcomp_var.h2
-rw-r--r--sys/netipsec/ipip_var.h2
-rw-r--r--sys/netipsec/ipsec.c2
-rw-r--r--sys/netipsec/ipsec.h2
-rw-r--r--sys/netipsec/ipsec6.h2
-rw-r--r--sys/netipsec/ipsec_input.c2
-rw-r--r--sys/netipsec/ipsec_osdep.h2
-rw-r--r--sys/netipsec/key.c2
-rw-r--r--sys/netipsec/key.h2
-rw-r--r--sys/netipsec/key_debug.c2
-rw-r--r--sys/netipsec/key_debug.h2
-rw-r--r--sys/netipsec/key_var.h2
-rw-r--r--sys/netipsec/keydb.h2
-rw-r--r--sys/netipsec/keysock.c2
-rw-r--r--sys/netipsec/keysock.h2
-rw-r--r--sys/netipsec/xform.h2
-rw-r--r--sys/netipsec/xform_ah.c2
-rw-r--r--sys/netipsec/xform_esp.c2
-rw-r--r--sys/netipsec/xform_ipcomp.c2
-rw-r--r--sys/netipsec/xform_ipip.c2
-rw-r--r--sys/netipsec/xform_tcp.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/sys/netipsec/ah.h b/sys/netipsec/ah.h
index 1ba959a2..1ffeacd 100644
--- a/sys/netipsec/ah.h
+++ b/sys/netipsec/ah.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ah.h,v 1.13 2000/10/18 21:28:00 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ah_var.h b/sys/netipsec/ah_var.h
index a4cf4c9..5a8c06e 100644
--- a/sys/netipsec/ah_var.h
+++ b/sys/netipsec/ah_var.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ah.h,v 1.29 2002/06/09 16:26:10 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/esp.h b/sys/netipsec/esp.h
index 920d334..eb37397 100644
--- a/sys/netipsec/esp.h
+++ b/sys/netipsec/esp.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/esp_var.h b/sys/netipsec/esp_var.h
index 22cf3aa..278b996 100644
--- a/sys/netipsec/esp_var.h
+++ b/sys/netipsec/esp_var.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_esp.h,v 1.37 2002/06/09 16:26:10 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/ipcomp.h b/sys/netipsec/ipcomp.h
index 26f3759..47e9305 100644
--- a/sys/netipsec/ipcomp.h
+++ b/sys/netipsec/ipcomp.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipcomp_var.h b/sys/netipsec/ipcomp_var.h
index 9b10b1c..6a506bb 100644
--- a/sys/netipsec/ipcomp_var.h
+++ b/sys/netipsec/ipcomp_var.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipip_var.h b/sys/netipsec/ipip_var.h
index 3004beb..7fbc643 100644
--- a/sys/netipsec/ipip_var.h
+++ b/sys/netipsec/ipip_var.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipip.h,v 1.5 2002/06/09 16:26:10 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c
index e53cede..51b39ed 100644
--- a/sys/netipsec/ipsec.c
+++ b/sys/netipsec/ipsec.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipsec.c,v 1.103 2001/05/24 07:14:18 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h
index b15a919..e08b94a 100644
--- a/sys/netipsec/ipsec.h
+++ b/sys/netipsec/ipsec.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipsec6.h b/sys/netipsec/ipsec6.h
index d2315965..84c3c8a 100644
--- a/sys/netipsec/ipsec6.h
+++ b/sys/netipsec/ipsec6.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: ipsec.h,v 1.44 2001/03/23 08:08:47 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c
index 7258446..030af2e 100644
--- a/sys/netipsec/ipsec_input.c
+++ b/sys/netipsec/ipsec_input.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ipsec_input.c,v 1.63 2003/02/20 18:35:43 deraadt Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/ipsec_osdep.h b/sys/netipsec/ipsec_osdep.h
index 86bef77..b4f0dff 100644
--- a/sys/netipsec/ipsec_osdep.h
+++ b/sys/netipsec/ipsec_osdep.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: ipsec_osdep.h,v 1.1 2003/08/13 20:06:51 jonathan Exp $ */
-/*
+/*-
* Copyright (c) 2003 Jonathan Stone (jonathan@cs.stanford.edu)
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c
index 8e8ef39..72cd9d9 100644
--- a/sys/netipsec/key.c
+++ b/sys/netipsec/key.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key.h b/sys/netipsec/key.h
index 75707d0..7c63272 100644
--- a/sys/netipsec/key.h
+++ b/sys/netipsec/key.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key.h,v 1.21 2001/07/27 03:51:30 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key_debug.c b/sys/netipsec/key_debug.c
index a8e5296..73270a4 100644
--- a/sys/netipsec/key_debug.c
+++ b/sys/netipsec/key_debug.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_debug.c,v 1.26 2001/06/27 10:46:50 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key_debug.h b/sys/netipsec/key_debug.h
index f105e85..be53f7a 100644
--- a/sys/netipsec/key_debug.h
+++ b/sys/netipsec/key_debug.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_debug.h,v 1.10 2001/08/05 08:37:52 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/key_var.h b/sys/netipsec/key_var.h
index e10cb99..e7d7005 100644
--- a/sys/netipsec/key_var.h
+++ b/sys/netipsec/key_var.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: key_var.h,v 1.11 2001/09/12 23:05:07 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h
index 047f819..6136c17 100644
--- a/sys/netipsec/keydb.h
+++ b/sys/netipsec/keydb.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keydb.h,v 1.14 2000/08/02 17:58:26 sakane Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/keysock.c b/sys/netipsec/keysock.c
index f2c5ddf..59fea03 100644
--- a/sys/netipsec/keysock.c
+++ b/sys/netipsec/keysock.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keysock.c,v 1.25 2001/08/13 20:07:41 itojun Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/keysock.h b/sys/netipsec/keysock.h
index 7d9080a..d8d27d2 100644
--- a/sys/netipsec/keysock.h
+++ b/sys/netipsec/keysock.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $KAME: keysock.h,v 1.8 2000/03/27 05:11:06 sumikawa Exp $ */
-/*
+/*-
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
*
diff --git a/sys/netipsec/xform.h b/sys/netipsec/xform.h
index 04c2e07..65a08ed 100644
--- a/sys/netipsec/xform.h
+++ b/sys/netipsec/xform.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipsp.h,v 1.119 2002/03/14 01:27:11 millert Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
* Niels Provos (provos@physnet.uni-hamburg.de) and
diff --git a/sys/netipsec/xform_ah.c b/sys/netipsec/xform_ah.c
index 32f73f0..9b830d0 100644
--- a/sys/netipsec/xform_ah.c
+++ b/sys/netipsec/xform_ah.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ah.c,v 1.63 2001/06/26 06:18:58 angelos Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/xform_esp.c b/sys/netipsec/xform_esp.c
index 49a6a21..7fe303e 100644
--- a/sys/netipsec/xform_esp.c
+++ b/sys/netipsec/xform_esp.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_esp.c,v 1.69 2001/06/26 06:18:59 angelos Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/xform_ipcomp.c b/sys/netipsec/xform_ipcomp.c
index 9533d00..90e7489 100644
--- a/sys/netipsec/xform_ipcomp.c
+++ b/sys/netipsec/xform_ipcomp.c
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipcomp.c,v 1.1 2001/07/05 12:08:52 jjbg Exp $ */
-/*
+/*-
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/netipsec/xform_ipip.c b/sys/netipsec/xform_ipip.c
index b71d56b..b0997c4 100644
--- a/sys/netipsec/xform_ipip.c
+++ b/sys/netipsec/xform_ipip.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: ip_ipip.c,v 1.25 2002/06/10 18:04:55 itojun Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c
index 27e85c1..c70d70a 100644
--- a/sys/netipsec/xform_tcp.c
+++ b/sys/netipsec/xform_tcp.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 2003 Bruce M. Simpson <bms@spc.org>
*
* Redistribution and use in source and binary forms, with or without
OpenPOWER on IntegriCloud