summaryrefslogtreecommitdiff
path: root/usr/src/cmd
diff options
context:
space:
mode:
authorJohn Beck <John.Beck@Sun.COM>2010-01-06 09:11:08 -0800
committerJohn Beck <John.Beck@Sun.COM>2010-01-06 09:11:08 -0800
commit5f8171005a0c33f3c67f7da52d41c2362c3fd891 (patch)
treeff5ba429db2c0c8d777ed7a23765934fb7d91692 /usr/src/cmd
parent3c5c7d0137104b2ac66bc5e429f04443e5fe4379 (diff)
downloadillumos-joyent-5f8171005a0c33f3c67f7da52d41c2362c3fd891.tar.gz
6914366 ONNV copyrights need to be updated to 2010
Diffstat (limited to 'usr/src/cmd')
-rw-r--r--usr/src/cmd/init/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/init/init.c b/usr/src/cmd/init/init.c
index b9ef53788c..7c80eb600c 100644
--- a/usr/src/cmd/init/init.c
+++ b/usr/src/cmd/init/init.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.
*/
@@ -695,7 +695,7 @@ main(int argc, char *argv[])
"\n\n%s Release %s Version %s %d-bit\r\n",
un.sysname, un.release, un.version, bits);
console(B_FALSE,
- "Copyright 1983-2009 Sun Microsystems, Inc. "
+ "Copyright 1983-2010 Sun Microsystems, Inc. "
" All rights reserved.\r\n");
console(B_FALSE,
"Use is subject to license terms.\r\n");