summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2003-01-01 21:05:36 +0000
committerpvalchev <pvalchev@openbsd.org>2003-01-01 21:05:36 +0000
commite4ffbdbdabbf9f7ed0079b17f159166a4e6bfcc7 (patch)
tree8973a3506ac62246679a4c4b192970b5d302c081 /sys/kern/init_main.c
parentthe the; bsd@openbsd.rutgers.edu (diff)
downloadwireguard-openbsd-e4ffbdbdabbf9f7ed0079b17f159166a4e6bfcc7.tar.xz
wireguard-openbsd-e4ffbdbdabbf9f7ed0079b17f159166a4e6bfcc7.zip
2003 in copyright
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 709b1d1cf21..2c9a0706a8f 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.98 2002/12/19 00:57:07 mickey Exp $ */
+/* $OpenBSD: init_main.c,v 1.99 2003/01/01 21:05:36 pvalchev Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -101,7 +101,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-2002 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2003 OpenBSD. All rights reserved. http://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;