diff options
author | nickto <none@none> | 2008-02-01 03:45:15 -0800 |
---|---|---|
committer | nickto <none@none> | 2008-02-01 03:45:15 -0800 |
commit | fb49a0d14105507530a42288b4a7bec770c7b016 (patch) | |
tree | 95bd268acb605cd880eacebcbde8667931400860 /usr/src/uts/common/os/logsubr.c | |
parent | bea83d026ee1bd1b2a2419e1d0232f107a5d7d9b (diff) | |
download | illumos-joyent-fb49a0d14105507530a42288b4a7bec770c7b016.tar.gz |
6647284 ONNV copyright needs to be updated to 2008
Diffstat (limited to 'usr/src/uts/common/os/logsubr.c')
-rw-r--r-- | usr/src/uts/common/os/logsubr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c index 729db9a130..13854e0c23 100644 --- a/usr/src/uts/common/os/logsubr.c +++ b/usr/src/uts/common/os/logsubr.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -251,8 +251,8 @@ log_init(void) */ printf("\rSunOS Release %s Version %s %u-bit\n", utsname.release, utsname.version, NBBY * (uint_t)sizeof (void *)); - printf("Copyright 1983-2007 Sun Microsystems, Inc. " - "All rights reserved.\nUse is subject to license terms.\n"); + printf("Copyright 1983-2008 Sun Microsystems, Inc. " + "All rights reserved.\nUse is subject to license terms.\n"); #ifdef DEBUG printf("DEBUG enabled\n"); #endif |