diff options
author | Nick Todd <Nick.Todd@Sun.COM> | 2009-01-20 09:49:28 +0000 |
---|---|---|
committer | Nick Todd <Nick.Todd@Sun.COM> | 2009-01-20 09:49:28 +0000 |
commit | 05fc5e5bf1bd330914669ff21940f37885c2b20a (patch) | |
tree | bae9a36b4da42cf9e717b00d73bed7c060f28159 /usr/src/uts/common/os/logsubr.c | |
parent | e5083e819e9d0322245ac20a9e8d367b88b4064f (diff) | |
download | illumos-joyent-05fc5e5bf1bd330914669ff21940f37885c2b20a.tar.gz |
6790536 ONNV copyright needs to be updated to 2009
Diffstat (limited to 'usr/src/uts/common/os/logsubr.c')
-rw-r--r-- | usr/src/uts/common/os/logsubr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c index 46c64a141c..a473e10ae9 100644 --- a/usr/src/uts/common/os/logsubr.c +++ b/usr/src/uts/common/os/logsubr.c @@ -20,12 +20,10 @@ */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <sys/param.h> #include <sys/varargs.h> @@ -251,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-2008 Sun Microsystems, Inc. " + printf("Copyright 1983-2009 Sun Microsystems, Inc. " "All rights reserved.\nUse is subject to license terms.\n"); #ifdef DEBUG printf("DEBUG enabled\n"); |