summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-01-01 18:12:59 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-01-01 18:12:59 +0000
commitc7b106c8f3a7ce7086eaec66913db666cd9202c5 (patch)
tree5787ff3fbe74065768e0c39b61130fbf46d52301 /sys/kern/init_main.c
parent7b576f244a78ec32c579a18a974aee0dbebff0c0 (diff)
2005
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 3d2f5de24a1..135f412c7d7 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.122 2004/12/26 21:22:13 miod Exp $ */
+/* $OpenBSD: init_main.c,v 1.123 2005/01/01 18:12:58 mickey Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -100,7 +100,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-2004 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2005 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;