summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-09-02 12:17:34 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-09-02 12:17:34 +0000
commitbffebfec3e3525ac90c2952178c3590097f0f8cd (patch)
tree1284f8e484b6f6b64549ec8885d50f302e9b8b96 /sys/kern/init_main.c
parentf51a7388acd5c01adcb9c0de63be9dc53fc87a98 (diff)
move links from http to https://www.openbsd.org/
ok beck
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 9a2afd89a8c..f780b764da4 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.253 2016/05/17 23:28:03 bluhm Exp $ */
+/* $OpenBSD: init_main.c,v 1.254 2016/09/02 12:17:33 tb Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -105,7 +105,7 @@ extern void nfs_init(void);
const char copyright[] =
"Copyright (c) 1982, 1986, 1989, 1991, 1993\n"
"\tThe Regents of the University of California. All rights reserved.\n"
-"Copyright (c) 1995-2016 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2016 OpenBSD. All rights reserved. https://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;