summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ospfd/area.c4
-rw-r--r--usr.sbin/ospfd/auth.c4
-rw-r--r--usr.sbin/ospfd/config.c4
-rw-r--r--usr.sbin/ospfd/database.c4
-rw-r--r--usr.sbin/ospfd/hello.c4
-rw-r--r--usr.sbin/ospfd/interface.c4
-rw-r--r--usr.sbin/ospfd/kroute.c4
-rw-r--r--usr.sbin/ospfd/lsack.c4
-rw-r--r--usr.sbin/ospfd/lsreq.c4
-rw-r--r--usr.sbin/ospfd/lsupdate.c4
-rw-r--r--usr.sbin/ospfd/neighbor.c4
-rw-r--r--usr.sbin/ospfd/ospf.h4
-rw-r--r--usr.sbin/ospfd/ospfd.84
-rw-r--r--usr.sbin/ospfd/ospfd.c4
-rw-r--r--usr.sbin/ospfd/ospfd.h4
-rw-r--r--usr.sbin/ospfd/ospfe.c4
-rw-r--r--usr.sbin/ospfd/ospfe.h4
-rw-r--r--usr.sbin/ospfd/packet.c4
-rw-r--r--usr.sbin/ospfd/parse.y4
-rw-r--r--usr.sbin/ospfd/rde.c4
-rw-r--r--usr.sbin/ospfd/rde.h4
21 files changed, 42 insertions, 42 deletions
diff --git a/usr.sbin/ospfd/area.c b/usr.sbin/ospfd/area.c
index 3fbec52532d..6e51eddb2a7 100644
--- a/usr.sbin/ospfd/area.c
+++ b/usr.sbin/ospfd/area.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: area.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: area.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/auth.c b/usr.sbin/ospfd/auth.c
index 67cd52a1472..a15643c415c 100644
--- a/usr.sbin/ospfd/auth.c
+++ b/usr.sbin/ospfd/auth.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: auth.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: auth.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/config.c b/usr.sbin/ospfd/config.c
index 5db51be9084..0b9e17b7d6b 100644
--- a/usr.sbin/ospfd/config.c
+++ b/usr.sbin/ospfd/config.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: config.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: config.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/database.c b/usr.sbin/ospfd/database.c
index 8d893b75cf1..4442d6f5eab 100644
--- a/usr.sbin/ospfd/database.c
+++ b/usr.sbin/ospfd/database.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: database.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: database.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/hello.c b/usr.sbin/ospfd/hello.c
index 25506b19125..53bd885b82e 100644
--- a/usr.sbin/ospfd/hello.c
+++ b/usr.sbin/ospfd/hello.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: hello.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: hello.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/interface.c b/usr.sbin/ospfd/interface.c
index 4120c537e17..f345bbb9eb2 100644
--- a/usr.sbin/ospfd/interface.c
+++ b/usr.sbin/ospfd/interface.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: interface.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: interface.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/kroute.c b/usr.sbin/ospfd/kroute.c
index 2aa833051b4..432b5533dc2 100644
--- a/usr.sbin/ospfd/kroute.c
+++ b/usr.sbin/ospfd/kroute.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: kroute.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: kroute.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/usr.sbin/ospfd/lsack.c b/usr.sbin/ospfd/lsack.c
index dbbb4f43ad0..46bce85c38e 100644
--- a/usr.sbin/ospfd/lsack.c
+++ b/usr.sbin/ospfd/lsack.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: lsack.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: lsack.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/lsreq.c b/usr.sbin/ospfd/lsreq.c
index 8018c240ad5..34b08f1a7e8 100644
--- a/usr.sbin/ospfd/lsreq.c
+++ b/usr.sbin/ospfd/lsreq.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: lsreq.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: lsreq.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/lsupdate.c b/usr.sbin/ospfd/lsupdate.c
index 5795d4c8702..b9679aafbca 100644
--- a/usr.sbin/ospfd/lsupdate.c
+++ b/usr.sbin/ospfd/lsupdate.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: lsupdate.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: lsupdate.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c
index 3d60e9417a5..46a2b33fb93 100644
--- a/usr.sbin/ospfd/neighbor.c
+++ b/usr.sbin/ospfd/neighbor.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: neighbor.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: neighbor.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/ospf.h b/usr.sbin/ospfd/ospf.h
index 7886ffeee23..29be106d629 100644
--- a/usr.sbin/ospfd/ospf.h
+++ b/usr.sbin/ospfd/ospf.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: ospf.h,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: ospf.h,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/ospfd.8 b/usr.sbin/ospfd/ospfd.8
index cc30e9e22f8..4219fcd135d 100644
--- a/usr.sbin/ospfd/ospfd.8
+++ b/usr.sbin/ospfd/ospfd.8
@@ -1,6 +1,6 @@
-.\" $OpenBSD: ospfd.8,v 1.3 2005/01/28 17:45:00 norby Exp $
+.\" $OpenBSD: ospfd.8,v 1.4 2005/01/28 17:53:33 norby Exp $
.\"
-.\" Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c
index 8367ad569b1..4cc48854ad8 100644
--- a/usr.sbin/ospfd/ospfd.c
+++ b/usr.sbin/ospfd/ospfd.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: ospfd.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: ospfd.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h
index b4ccb312825..43ee8980c8c 100644
--- a/usr.sbin/ospfd/ospfd.h
+++ b/usr.sbin/ospfd/ospfd.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: ospfd.h,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: ospfd.h,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c
index debad28f6d6..6c31a7a8de8 100644
--- a/usr.sbin/ospfd/ospfe.c
+++ b/usr.sbin/ospfd/ospfe.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: ospfe.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: ospfe.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/usr.sbin/ospfd/ospfe.h b/usr.sbin/ospfd/ospfe.h
index 0e0281cbfbd..2b0d6c673ab 100644
--- a/usr.sbin/ospfd/ospfe.h
+++ b/usr.sbin/ospfd/ospfe.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: ospfe.h,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: ospfe.h,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/packet.c b/usr.sbin/ospfd/packet.c
index b76d9c22db4..7272116fd41 100644
--- a/usr.sbin/ospfd/packet.c
+++ b/usr.sbin/ospfd/packet.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: packet.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: packet.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.sbin/ospfd/parse.y b/usr.sbin/ospfd/parse.y
index 5cfad9b860c..8654a4ce8b0 100644
--- a/usr.sbin/ospfd/parse.y
+++ b/usr.sbin/ospfd/parse.y
@@ -1,7 +1,7 @@
-/* $OpenBSD: parse.y,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: parse.y,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2004 Ryan McBride <mcbride@openbsd.org>
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
* Copyright (c) 2001 Markus Friedl. All rights reserved.
diff --git a/usr.sbin/ospfd/rde.c b/usr.sbin/ospfd/rde.c
index c968bc89cdc..ab9e4b8731e 100644
--- a/usr.sbin/ospfd/rde.c
+++ b/usr.sbin/ospfd/rde.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: rde.c,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: rde.c,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
* Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org>
- * Copyright (c) 2004 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/usr.sbin/ospfd/rde.h b/usr.sbin/ospfd/rde.h
index 25be7f683c4..232ea6dc24d 100644
--- a/usr.sbin/ospfd/rde.h
+++ b/usr.sbin/ospfd/rde.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: rde.h,v 1.1 2005/01/28 14:05:40 claudio Exp $ */
+/* $OpenBSD: rde.h,v 1.2 2005/01/28 17:53:33 norby Exp $ */
/*
- * Copyright (c) 2004, 2005 Esben Norby <esben.norby@ericsson.com>
+ * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above