summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Mooney <patrick.f.mooney@gmail.com>2015-02-04 20:30:07 +0000
committerPatrick Mooney <patrick.f.mooney@gmail.com>2015-02-04 20:50:12 +0000
commit71ceaec61a50dff6050c6905ac8352dd58c89311 (patch)
tree5752d66983ff597d46b6e37a5138dba8594847db
parent823c8a3d4ff8d31f222cb81ed5b0685e318215e1 (diff)
downloadillumos-joyent-71ceaec61a50dff6050c6905ac8352dd58c89311.tar.gz
OS-3801 update boot copyright date
-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 86e9045887..6a603c8982 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 (c) 2014, Joyent, Inc. All rights reserved.
+ * Copyright (c) 2015, 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-2014, Joyent Inc. All rights reserved.\n");
+ printf("Copyright (c) 2010-2015, Joyent Inc. All rights reserved.\n");
#ifdef DEBUG
printf("DEBUG enabled\n");
#endif