diff options
author | mjnelson <none@none> | 2006-02-08 16:30:46 -0800 |
---|---|---|
committer | mjnelson <none@none> | 2006-02-08 16:30:46 -0800 |
commit | 05b96de272314c66a0e27fe7df41c9a9e1038c5a (patch) | |
tree | 504e34071bb97d8cb7e3ea0341d4a2ec5c97294f /usr/src/uts/common/os/logsubr.c | |
parent | 5cd9bd63ac79b9a1a6c7a09230426e181988d09a (diff) | |
download | illumos-joyent-05b96de272314c66a0e27fe7df41c9a9e1038c5a.tar.gz |
6375189 some ON files need copyright update to 2006
Diffstat (limited to 'usr/src/uts/common/os/logsubr.c')
-rw-r--r-- | usr/src/uts/common/os/logsubr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c index a8593929a8..ac41a17caf 100644 --- a/usr/src/uts/common/os/logsubr.c +++ b/usr/src/uts/common/os/logsubr.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,6 +18,7 @@ * * CDDL HEADER END */ + /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. @@ -251,7 +251,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-2005 Sun Microsystems, Inc. " + printf("Copyright 1983-2006 Sun Microsystems, Inc. " "All rights reserved.\nUse is subject to license terms.\n"); #ifdef DEBUG printf("DEBUG enabled\n"); |