diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-01-01 07:00:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-01-01 07:00:34 +0000 |
commit | ce97ff30b65ca4aebd54404963024cce7b4feb9b (patch) | |
tree | ad1f046e6a7c5bd735605c7943a479c418c6574a /sys | |
parent | 5bdcc8a6360ce9adabdce9dfabcc1bdd787fff6c (diff) |
copyright++;
Diffstat (limited to 'sys')
-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 8d216f393af..5825a1471cb 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.303 2020/12/28 14:01:23 mpi Exp $ */ +/* $OpenBSD: init_main.c,v 1.304 2021/01/01 07:00:33 jsg Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -114,7 +114,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-2020 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"; +"Copyright (c) 1995-2021 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |