summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Mooney <pmooney@pfmooney.com>2019-01-08 23:19:36 +0000
committerPatrick Mooney <pmooney@pfmooney.com>2019-01-09 14:46:28 +0000
commit9899b6b1d6d0c6ec99ef3c33a692aee217d3976b (patch)
treef3f629b50b155a4b914f411060c3590c881fa58f
parent79ecd7ba38ef632ce05115bf44172e6157e2f26a (diff)
downloadillumos-joyent-9899b6b1d6d0c6ec99ef3c33a692aee217d3976b.tar.gz
OS-7493 Welcome to 2019
Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Kody Kantor <kody.kantor@joyent.com>
-rw-r--r--usr/src/uts/common/os/logsubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c
index 946f9d50ae..06c03dd38e 100644
--- a/usr/src/uts/common/os/logsubr.c
+++ b/usr/src/uts/common/os/logsubr.c
@@ -22,7 +22,7 @@
/*
* Copyright (c) 2013 Gary Mills
* Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2018 Joyent, Inc.
+ * Copyright 2019 Joyent, Inc.
*/
#include <sys/types.h>
@@ -250,7 +250,7 @@ log_init(void)
*/
printf("\rSunOS Release %s Version %s %u-bit\n",
utsname.release, utsname.version, NBBY * (uint_t)sizeof (void *));
- printf("Copyright (c) 2010-2018, Joyent Inc. All rights reserved.\n");
+ printf("Copyright (c) 2010-2019, Joyent Inc. All rights reserved.\n");
#ifdef DEBUG
printf("DEBUG enabled\n");
#endif