copyright_year=$(date +%Y)
authorjsing <jsing@openbsd.org>
Wed, 31 Dec 2014 15:32:05 +0000 (15:32 +0000)
committerjsing <jsing@openbsd.org>
Wed, 31 Dec 2014 15:32:05 +0000 (15:32 +0000)
sys/kern/init_main.c

index e5a13fa..b517006 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: init_main.c,v 1.230 2014/12/28 21:32:45 krw Exp $     */
+/*     $OpenBSD: init_main.c,v 1.231 2014/12/31 15:32:05 jsing Exp $   */
 /*     $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $   */
 
 /*
@@ -104,7 +104,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-2014 OpenBSD. All rights reserved.  http://www.OpenBSD.org\n";
+"Copyright (c) 1995-2015 OpenBSD. All rights reserved.  http://www.OpenBSD.org\n";
 
 /* Components of the first process -- never freed. */
 struct session session0;