diff options
Diffstat (limited to 'usr/src/cmd/init/init.c')
-rw-r--r-- | usr/src/cmd/init/init.c | 4 |
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"); |