diff options
author | John Beck <John.Beck@Sun.COM> | 2010-01-06 09:11:08 -0800 |
---|---|---|
committer | John Beck <John.Beck@Sun.COM> | 2010-01-06 09:11:08 -0800 |
commit | 5f8171005a0c33f3c67f7da52d41c2362c3fd891 (patch) | |
tree | ff5ba429db2c0c8d777ed7a23765934fb7d91692 /usr/src/uts/common/os/logsubr.c | |
parent | 3c5c7d0137104b2ac66bc5e429f04443e5fe4379 (diff) | |
download | illumos-joyent-5f8171005a0c33f3c67f7da52d41c2362c3fd891.tar.gz |
6914366 ONNV copyrights need to be updated to 2010
Diffstat (limited to 'usr/src/uts/common/os/logsubr.c')
-rw-r--r-- | usr/src/uts/common/os/logsubr.c | 4 |
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 2f01d90320..6ed3c1ec3a 100644 --- a/usr/src/uts/common/os/logsubr.c +++ b/usr/src/uts/common/os/logsubr.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -249,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 1983-2009 Sun Microsystems, Inc. " + printf("Copyright 1983-2010 Sun Microsystems, Inc. " "All rights reserved.\nUse is subject to license terms.\n"); #ifdef DEBUG printf("DEBUG enabled\n"); |