diff options
author | Bill Pijewski <wdp@joyent.com> | 2013-02-13 10:43:11 -0800 |
---|---|---|
committer | Bill Pijewski <wdp@joyent.com> | 2013-02-13 10:43:11 -0800 |
commit | 0c15e0b9f89902ab4d9d0917f3c7832acb420422 (patch) | |
tree | e53abb9bb631249f32f859e441704682a6eee7ec | |
parent | 8e32ffaf70fc043bf1d6928a72b82309716e4dcf (diff) | |
download | illumos-joyent-0c15e0b9f89902ab4d9d0917f3c7832acb420422.tar.gz |
OS-1904 update banner for 2013
-rw-r--r-- | usr/src/uts/common/os/logsubr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c index 63a89a2ce8..2142f5b047 100644 --- a/usr/src/uts/common/os/logsubr.c +++ b/usr/src/uts/common/os/logsubr.c @@ -21,6 +21,7 @@ /* * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, Joyent, Inc. All rights reserved. */ #include <sys/types.h> @@ -248,7 +249,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-2012, Joyent Inc. All rights reserved.\n"); + printf("Copyright (c) 2010-2013, Joyent Inc. All rights reserved.\n"); #ifdef DEBUG printf("DEBUG enabled\n"); #endif |