copyright++;
authorjsg <jsg@openbsd.org>
Mon, 1 Jan 2018 08:23:19 +0000 (08:23 +0000)
committerjsg <jsg@openbsd.org>
Mon, 1 Jan 2018 08:23:19 +0000 (08:23 +0000)
sys/kern/init_main.c

index 835a062..bc93662 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: init_main.c,v 1.271 2017/08/14 19:50:31 uwe Exp $     */
+/*     $OpenBSD: init_main.c,v 1.272 2018/01/01 08:23:19 jsg Exp $     */
 /*     $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $   */
 
 /*
@@ -106,7 +106,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-2017 OpenBSD. All rights reserved.  https://www.OpenBSD.org\n";
+"Copyright (c) 1995-2018 OpenBSD. All rights reserved.  https://www.OpenBSD.org\n";
 
 /* Components of the first process -- never freed. */
 struct session session0;