diff options
author | 2016-04-26 17:00:20 +0000 | |
---|---|---|
committer | 2016-04-26 17:00:20 +0000 | |
commit | dc053e6f80c30883108e5a78f7a869b78427ce4b (patch) | |
tree | 4e5b0c66f9d6ceca60c27194fa053c020daef3ae | |
parent | Introduce rtable(4) support to rc.subr(8). (diff) | |
download | wireguard-openbsd-dc053e6f80c30883108e5a78f7a869b78427ce4b.tar.xz wireguard-openbsd-dc053e6f80c30883108e5a78f7a869b78427ce4b.zip |
Bump copyright.
-rw-r--r-- | etc/rc.d/rc.subr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/rc.subr b/etc/rc.d/rc.subr index 033320b2de9..c9dcb0b91ce 100644 --- a/etc/rc.d/rc.subr +++ b/etc/rc.d/rc.subr @@ -1,6 +1,6 @@ -# $OpenBSD: rc.subr,v 1.109 2016/04/26 16:59:15 ajacoutot Exp $ +# $OpenBSD: rc.subr,v 1.110 2016/04/26 17:00:20 ajacoutot Exp $ # -# Copyright (c) 2010, 2011, 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org> +# Copyright (c) 2010, 2011, 2014-2016 Antoine Jacoutot <ajacoutot@openbsd.org> # Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org> # Copyright (c) 2010, 2011, 2014 Robert Nagy <robert@openbsd.org> # |