summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2007-01-02 06:07:59 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2007-01-02 06:07:59 +0000
commit800191506162285207657a8b531898f69e0a263c (patch)
treec2c4001c2b569f2c1bc13a705623432e5101aa10
parentf5a278fe19b9d972a4827e100d7e327b1901259d (diff)
2007
-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 5e69f2e3748..2d7476686d4 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.132 2006/11/29 12:24:17 miod Exp $ */
+/* $OpenBSD: init_main.c,v 1.133 2007/01/02 06:07:58 drahn 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-2006 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2007 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;