diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-01 07:00:58 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-01 07:00:58 +0000 |
commit | e6b04664795d8a6545bdd0742a66c8397c683669 (patch) | |
tree | a731fe23eb6c50623168b8f3e31f3e9bc7ec1869 /sys/kern/init_main.c | |
parent | abda10539a00c8cc09a7b37cfd1ebe564018e051 (diff) |
copyright++;
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r-- | sys/kern/init_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |