summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2016-04-26 17:00:20 +0000
committerajacoutot <ajacoutot@openbsd.org>2016-04-26 17:00:20 +0000
commitdc053e6f80c30883108e5a78f7a869b78427ce4b (patch)
tree4e5b0c66f9d6ceca60c27194fa053c020daef3ae
parentIntroduce rtable(4) support to rc.subr(8). (diff)
downloadwireguard-openbsd-dc053e6f80c30883108e5a78f7a869b78427ce4b.tar.xz
wireguard-openbsd-dc053e6f80c30883108e5a78f7a869b78427ce4b.zip
Bump copyright.
-rw-r--r--etc/rc.d/rc.subr4
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>
#