diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-06-25 11:12:46 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-06-25 11:12:46 +0000 |
commit | 095966939846f422b49b484e051ec6e8a388d122 (patch) | |
tree | 2a3e44b730f13ec4d897df42cc0ed95b541844d0 /usr.sbin/relayctl | |
parent | f2a5f5bfcc102acffd60b04ebe20c7053ff096da (diff) |
I did enough significant changes and/or additions since 2007 after
pyr@'s initial version to rightfully add my copyright to these files:
sync with reality.
Diffstat (limited to 'usr.sbin/relayctl')
-rw-r--r-- | usr.sbin/relayctl/relayctl.8 | 5 | ||||
-rw-r--r-- | usr.sbin/relayctl/relayctl.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/relayctl/relayctl.8 b/usr.sbin/relayctl/relayctl.8 index 6aadfedc3ef..3278153e885 100644 --- a/usr.sbin/relayctl/relayctl.8 +++ b/usr.sbin/relayctl/relayctl.8 @@ -1,5 +1,6 @@ -.\" $OpenBSD: relayctl.8,v 1.28 2014/02/12 11:23:52 schwarze Exp $ +.\" $OpenBSD: relayctl.8,v 1.29 2014/06/25 11:12:45 reyk Exp $ .\" +.\" Copyright (c) 2007 - 2013 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -14,7 +15,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: February 12 2014 $ +.Dd $Mdocdate: June 25 2014 $ .Dt RELAYCTL 8 .Os .Sh NAME diff --git a/usr.sbin/relayctl/relayctl.c b/usr.sbin/relayctl/relayctl.c index 80cee739129..62eec9e40a6 100644 --- a/usr.sbin/relayctl/relayctl.c +++ b/usr.sbin/relayctl/relayctl.c @@ -1,6 +1,7 @@ -/* $OpenBSD: relayctl.c,v 1.49 2013/11/14 20:48:52 deraadt Exp $ */ +/* $OpenBSD: relayctl.c,v 1.50 2014/06/25 11:12:45 reyk Exp $ */ /* + * Copyright (c) 2007 - 2013 Reyk Floeter <reyk@openbsd.org> * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> |