summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/snmpctl')
-rw-r--r--usr.sbin/snmpctl/parser.c4
-rw-r--r--usr.sbin/snmpctl/parser.h4
-rw-r--r--usr.sbin/snmpctl/snmpctl.88
-rw-r--r--usr.sbin/snmpctl/snmpctl.c4
4 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/snmpctl/parser.c b/usr.sbin/snmpctl/parser.c
index 7499572ac3f..258dc92fd18 100644
--- a/usr.sbin/snmpctl/parser.c
+++ b/usr.sbin/snmpctl/parser.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: parser.c,v 1.9 2009/12/16 22:17:53 deraadt Exp $ */
+/* $OpenBSD: parser.c,v 1.10 2012/09/17 16:43:59 reyk Exp $ */
/*
- * Copyright (c) 2008 Reyk Floeter <reyk@vantronix.net>
+ * Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*
diff --git a/usr.sbin/snmpctl/parser.h b/usr.sbin/snmpctl/parser.h
index 2eb0154a72d..df47e98c2a6 100644
--- a/usr.sbin/snmpctl/parser.h
+++ b/usr.sbin/snmpctl/parser.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: parser.h,v 1.4 2008/01/18 02:09:30 reyk Exp $ */
+/* $OpenBSD: parser.h,v 1.5 2012/09/17 16:43:59 reyk Exp $ */
/*
- * Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net>
+ * Copyright (c) 2007, 2008 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.sbin/snmpctl/snmpctl.8 b/usr.sbin/snmpctl/snmpctl.8
index c9db5963841..7e57e67efb0 100644
--- a/usr.sbin/snmpctl/snmpctl.8
+++ b/usr.sbin/snmpctl/snmpctl.8
@@ -1,6 +1,6 @@
-.\" $OpenBSD: snmpctl.8,v 1.12 2010/05/10 18:46:07 sthen Exp $
+.\" $OpenBSD: snmpctl.8,v 1.13 2012/09/17 16:43:59 reyk Exp $
.\"
-.\" Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net>
+.\" Copyright (c) 2007, 2008 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: May 10 2010 $
+.Dd $Mdocdate: September 17 2012 $
.Dt SNMPCTL 8
.Os
.Sh NAME
@@ -125,4 +125,4 @@ program first appeared in
The
.Nm
program was written by
-.An Reyk Floeter Aq reyk@vantronix.net .
+.An Reyk Floeter Aq reyk@openbsd.org .
diff --git a/usr.sbin/snmpctl/snmpctl.c b/usr.sbin/snmpctl/snmpctl.c
index f41198d22c3..d72af9fb1be 100644
--- a/usr.sbin/snmpctl/snmpctl.c
+++ b/usr.sbin/snmpctl/snmpctl.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: snmpctl.c,v 1.13 2011/03/16 15:30:35 reyk Exp $ */
+/* $OpenBSD: snmpctl.c,v 1.14 2012/09/17 16:43:59 reyk Exp $ */
/*
- * Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net>
+ * Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>