From: jsg Date: Sat, 1 Jan 2022 07:00:57 +0000 (+0000) Subject: copyright++; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2360386f09bbbc78eb732a38f473a9e8db585e9b;p=openbsd copyright++; --- diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 423f4cffa5f..3ca2a9226b5 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.313 2021/12/09 00:26:10 guenther Exp $ */ +/* $OpenBSD: init_main.c,v 1.314 2022/01/01 07:00:57 jsg Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -115,7 +115,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-2021 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"; +"Copyright (c) 1995-2022 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0;