copyright++;
authorjsg <jsg@openbsd.org>
Sun, 1 Jan 2023 07:00:51 +0000 (07:00 +0000)
committerjsg <jsg@openbsd.org>
Sun, 1 Jan 2023 07:00:51 +0000 (07:00 +0000)
sys/kern/init_main.c

index b59f026..31e2e31 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: init_main.c,v 1.319 2022/11/10 07:05:41 jmatthew Exp $        */
+/*     $OpenBSD: init_main.c,v 1.320 2023/01/01 07:00:51 jsg Exp $     */
 /*     $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $   */
 
 /*
@@ -105,7 +105,7 @@ extern void stoeplitz_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-2022 OpenBSD. All rights reserved.  https://www.OpenBSD.org\n";
+"Copyright (c) 1995-2023 OpenBSD. All rights reserved.  https://www.OpenBSD.org\n";
 
 /* Components of the first process -- never freed. */
 struct session session0;