usr/src/uts/common/os/logsubr.c
changeset 8576 9cdc68d0502f
parent 6769 c1faa4d16a30
child 11066 cebb50cbe4f9
--- a/usr/src/uts/common/os/logsubr.c	Tue Jan 20 14:46:11 2009 +0800
+++ b/usr/src/uts/common/os/logsubr.c	Tue Jan 20 09:49:28 2009 +0000
@@ -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 @@
 	 */
 	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");