summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-01-01 07:06:45 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-01-01 07:06:45 +0000
commit8490660dafbc9ce56fcabfcb56d58f3bdac4c101 (patch)
treeb6fea747a2da282da202eb2ef033a02776f5e890
parentbf89cfe840c14023ebf04e949966d7f0491c3d35 (diff)
copyright++;
-rw-r--r--sys/kern/init_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 91070090bb1..99493356c41 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.281 2018/09/10 16:18:34 sashan Exp $ */
+/* $OpenBSD: init_main.c,v 1.282 2019/01/01 07:06:44 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-2018 OpenBSD. All rights reserved. https://www.OpenBSD.org\n";
+"Copyright (c) 1995-2019 OpenBSD. All rights reserved. https://www.OpenBSD.org\n";
/* Components of the first process -- never freed. */
struct session session0;