summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpe <rpe@openbsd.org>2015-04-04 14:21:01 +0000
committerrpe <rpe@openbsd.org>2015-04-04 14:21:01 +0000
commita93c14290a354a58c2a283422258283e40bf0901 (patch)
tree2bc7bdd858cb850cbe2e7bc6b526e645ed7e9437
parentAdd support for commit ids to opencvs status. (diff)
downloadwireguard-openbsd-a93c14290a354a58c2a283422258283e40bf0901.tar.xz
wireguard-openbsd-a93c14290a354a58c2a283422258283e40bf0901.zip
I contributed substantially to the installer, so add copyright.
prodded by deraadt@
-rw-r--r--distrib/miniroot/install.sh4
-rw-r--r--distrib/miniroot/install.sub4
-rw-r--r--distrib/miniroot/upgrade.sh4
3 files changed, 9 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index 6628df16c1b..a31a0f1ecbb 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,8 +1,10 @@
#!/bin/ksh
-# $OpenBSD: install.sh,v 1.261 2015/03/28 00:03:05 rpe Exp $
+# $OpenBSD: install.sh,v 1.262 2015/04/04 14:21:01 rpe Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
+# Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
+#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 33fa6ebdc69..daa10237720 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,6 +1,8 @@
-# $OpenBSD: install.sub,v 1.827 2015/04/04 11:06:33 rpe Exp $
+# $OpenBSD: install.sub,v 1.828 2015/04/04 14:21:01 rpe Exp $
#
# Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
+# Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
+#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh
index cff8d4ae12f..b2b87fa93a6 100644
--- a/distrib/miniroot/upgrade.sh
+++ b/distrib/miniroot/upgrade.sh
@@ -1,8 +1,10 @@
#!/bin/ksh
-# $OpenBSD: upgrade.sh,v 1.84 2015/03/28 00:03:05 rpe Exp $
+# $OpenBSD: upgrade.sh,v 1.85 2015/04/04 14:21:01 rpe Exp $
# $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $
#
# Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
+# Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
+#
# All rights reserved.
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.