summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/logsubr.c
diff options
context:
space:
mode:
authorJohn Beck <John.Beck@Sun.COM>2010-03-29 23:15:22 -0700
committerJohn Beck <John.Beck@Sun.COM>2010-03-29 23:15:22 -0700
commit861a91627796c35220e75654dac61e5707536dcd (patch)
treeef3e084ac95c97bc861a4bfde9ee9f9c80522e6f /usr/src/uts/common/os/logsubr.c
parente9dfc693451d737d183009776126157947788e52 (diff)
downloadillumos-joyent-861a91627796c35220e75654dac61e5707536dcd.tar.gz
6937884 s/Sun/Oracle/g
Diffstat (limited to 'usr/src/uts/common/os/logsubr.c')
-rw-r--r--usr/src/uts/common/os/logsubr.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c
index 6ed3c1ec3a..f5cebbf82e 100644
--- a/usr/src/uts/common/os/logsubr.c
+++ b/usr/src/uts/common/os/logsubr.c
@@ -20,8 +20,7 @@
*/
/*
- * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
*/
#include <sys/types.h>
@@ -249,8 +248,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-2010 Sun Microsystems, Inc. "
- "All rights reserved.\nUse is subject to license terms.\n");
+ printf("Copyright (c) 1983, 2010, Oracle and/or its affiliates. "
+ "All rights reserved.\n");
#ifdef DEBUG
printf("DEBUG enabled\n");
#endif