summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bgplg/bgplg.88
-rw-r--r--usr.bin/bgplg/bgplg.c4
-rw-r--r--usr.bin/bgplg/bgplg.h6
-rw-r--r--usr.bin/bgplg/bgplgsh.88
-rw-r--r--usr.bin/bgplg/bgplgsh.c4
-rw-r--r--usr.bin/bgplg/misc.c4
6 files changed, 17 insertions, 17 deletions
diff --git a/usr.bin/bgplg/bgplg.8 b/usr.bin/bgplg/bgplg.8
index 7887b340580..b9f5e1d80b9 100644
--- a/usr.bin/bgplg/bgplg.8
+++ b/usr.bin/bgplg/bgplg.8
@@ -1,6 +1,6 @@
-.\" $OpenBSD: bgplg.8,v 1.9 2010/10/13 18:56:03 sthen Exp $
+.\" $OpenBSD: bgplg.8,v 1.10 2013/06/01 18:47:55 reyk Exp $
.\"
-.\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
+.\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@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
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 13 2010 $
+.Dd $Mdocdate: June 1 2013 $
.Dt BGPLG 8
.Os
.Sh NAME
@@ -189,7 +189,7 @@ commercial internet exchange point.
The
.Nm
program was written by
-.An Reyk Floeter Aq reyk@vantronix.net .
+.An Reyk Floeter Aq reyk@openbsd.org .
.Sh CAVEATS
To prevent commands from running endlessly,
.Nm
diff --git a/usr.bin/bgplg/bgplg.c b/usr.bin/bgplg/bgplg.c
index 423a2d3c8e1..a855424ca3b 100644
--- a/usr.bin/bgplg/bgplg.c
+++ b/usr.bin/bgplg/bgplg.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: bgplg.c,v 1.9 2010/04/02 21:20:49 sthen Exp $ */
+/* $OpenBSD: bgplg.c,v 1.10 2013/06/01 18:47:55 reyk Exp $ */
/*
- * Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
+ * Copyright (c) 2005, 2006 Reyk Floeter <reyk@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.bin/bgplg/bgplg.h b/usr.bin/bgplg/bgplg.h
index f2a28fb8ef2..e2c734576e6 100644
--- a/usr.bin/bgplg/bgplg.h
+++ b/usr.bin/bgplg/bgplg.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: bgplg.h,v 1.9 2012/03/30 14:31:18 gsoares Exp $ */
+/* $OpenBSD: bgplg.h,v 1.10 2013/06/01 18:47:55 reyk Exp $ */
/*
- * Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
+ * Copyright (c) 2005, 2006 Reyk Floeter <reyk@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
@@ -21,7 +21,7 @@
#define NAME "bgplg"
#define BRIEF "a looking glass for OpenBGPD"
-#define COPYRIGHT "2005, 2006 Reyk Floeter (reyk@vantronix.net)"
+#define COPYRIGHT "2005, 2006 Reyk Floeter (reyk@openbsd.org)"
#define BGPLG_TIMEOUT 60 /* 60 seconds */
diff --git a/usr.bin/bgplg/bgplgsh.8 b/usr.bin/bgplg/bgplgsh.8
index 03198833b15..cc5d140551f 100644
--- a/usr.bin/bgplg/bgplgsh.8
+++ b/usr.bin/bgplg/bgplgsh.8
@@ -1,6 +1,6 @@
-.\" $OpenBSD: bgplgsh.8,v 1.7 2013/01/17 21:29:14 jmc Exp $
+.\" $OpenBSD: bgplgsh.8,v 1.8 2013/06/01 18:47:55 reyk Exp $
.\"
-.\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
+.\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@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
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 17 2013 $
+.Dd $Mdocdate: June 1 2013 $
.Dt BGPLGSH 8
.Os
.Sh NAME
@@ -96,7 +96,7 @@ commercial internet exchange point.
The
.Nm
program was written by
-.An Reyk Floeter Aq reyk@vantronix.net .
+.An Reyk Floeter Aq reyk@openbsd.org .
.Sh CAVEATS
To prevent commands from running endlessly,
.Nm
diff --git a/usr.bin/bgplg/bgplgsh.c b/usr.bin/bgplg/bgplgsh.c
index 689fe632179..2af9d17d149 100644
--- a/usr.bin/bgplg/bgplgsh.c
+++ b/usr.bin/bgplg/bgplgsh.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: bgplgsh.c,v 1.3 2010/04/02 21:20:49 sthen Exp $ */
+/* $OpenBSD: bgplgsh.c,v 1.4 2013/06/01 18:47:55 reyk Exp $ */
/*
- * Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
+ * Copyright (c) 2005, 2006 Reyk Floeter <reyk@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.bin/bgplg/misc.c b/usr.bin/bgplg/misc.c
index 8d3777f9721..1cf880fe8b9 100644
--- a/usr.bin/bgplg/misc.c
+++ b/usr.bin/bgplg/misc.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: misc.c,v 1.4 2011/04/19 23:54:00 matthew Exp $ */
+/* $OpenBSD: misc.c,v 1.5 2013/06/01 18:47:55 reyk Exp $ */
/*
- * Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
+ * Copyright (c) 2005, 2006 Reyk Floeter <reyk@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