summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-01-01 16:31:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-01-01 16:31:43 +0000
commit07a658ee35db91cef99ae137b2eed2221619760b (patch)
treea07e45eba2226b2337f6792b75dbc1fb27040fe7 /sys/kern
parentc3fe73b43c1d1fb3026091cecbfd50c28c00812b (diff)
Welcome to the jungle of 2008.
Diffstat (limited to 'sys/kern')
-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 94249f8311d..a930d841132 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.147 2007/11/25 15:56:17 tedu Exp $ */
+/* $OpenBSD: init_main.c,v 1.148 2008/01/01 16:31:42 miod Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -103,7 +103,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-2007 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2008 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;