changeset 3857:21b9b714e4ab

6534052 Many source files use SCCS %G% keyword as copyright year Contributed by Richard Lowe <richlowe@richlowe.net>
author stevel
date Mon, 19 Mar 2007 16:49:41 -0700
parents 34d23baad159
children c1c1d0ea79ef
files usr/src/cmd/agents/Makefile.vars usr/src/cmd/agents/snmp/parser/parse.c usr/src/cmd/ldap/common/dtest.c usr/src/cmd/ldap/common/etest.c usr/src/cmd/ldap/common/idtest.c usr/src/cmd/ldap/common/ldaptest.c usr/src/cmd/ldap/common/tmpltest.c usr/src/lib/libldap4/ber/Version.c usr/src/lib/libldap4/ber/bprint.c usr/src/lib/libldap4/ber/i18n.c usr/src/lib/libldap4/common/Version.c usr/src/lib/libldap4/common/abandon.c usr/src/lib/libldap4/common/add.c usr/src/lib/libldap4/common/addentry.c usr/src/lib/libldap4/common/bind.c usr/src/lib/libldap4/common/cache.c usr/src/lib/libldap4/common/charset.c usr/src/lib/libldap4/common/cldap.c usr/src/lib/libldap4/common/compare.c usr/src/lib/libldap4/common/controls.c usr/src/lib/libldap4/common/delete.c usr/src/lib/libldap4/common/disptmpl.c usr/src/lib/libldap4/common/dsparse.c usr/src/lib/libldap4/common/error.c usr/src/lib/libldap4/common/extensions.c usr/src/lib/libldap4/common/extop.c usr/src/lib/libldap4/common/free.c usr/src/lib/libldap4/common/friendly.c usr/src/lib/libldap4/common/getattr.c usr/src/lib/libldap4/common/getdn.c usr/src/lib/libldap4/common/getentry.c usr/src/lib/libldap4/common/getmsg.c usr/src/lib/libldap4/common/getref.c usr/src/lib/libldap4/common/getvalues.c usr/src/lib/libldap4/common/kbind.c usr/src/lib/libldap4/common/modify.c usr/src/lib/libldap4/common/modrdn.c usr/src/lib/libldap4/common/referral.c usr/src/lib/libldap4/common/regex.c usr/src/lib/libldap4/common/rename.c usr/src/lib/libldap4/common/saslbind.c usr/src/lib/libldap4/common/sbind.c usr/src/lib/libldap4/common/sort.c usr/src/lib/libldap4/common/sortctrl.c usr/src/lib/libldap4/common/srchpref.c usr/src/lib/libldap4/common/ufn.c usr/src/lib/libldap4/common/unbind.c usr/src/lib/libldap4/common/utils.c usr/src/lib/libldap4/common/version.c usr/src/lib/libldap4/common/vlistctrl.c usr/src/lib/libldap4/include/avl.h usr/src/lib/libldap4/include/cdefs.h usr/src/lib/libldap4/include/ch_malloc.h usr/src/lib/libldap4/include/charray.h usr/src/lib/libldap4/include/client_door.h usr/src/lib/libldap4/include/entry.h usr/src/lib/libldap4/include/fe.h usr/src/lib/libldap4/include/hsearch.h usr/src/lib/libldap4/include/ldapconfig.h usr/src/lib/libldap4/include/ldif.h usr/src/lib/libldap4/include/log.h usr/src/lib/libldap4/include/lthread.h usr/src/lib/libldap4/include/portable.h usr/src/lib/libldap4/include/regex.h usr/src/lib/libldap4/include/sec.h usr/src/lib/libldap4/include/ssl.h usr/src/lib/libldap4/include/sysexits-compat.h usr/src/lib/libldap4/include/thq.h usr/src/lib/libldap4/misc/ldapfilter.conf usr/src/lib/libldap4/misc/ldapfriendly usr/src/lib/libldap4/misc/ldapsearchprefs.conf usr/src/lib/libldap4/misc/ldaptemplates.conf usr/src/lib/libldap4/sec/cram_md5.c usr/src/lib/libldap4/sec/secutil.c usr/src/pkgdefs/SUNWmibii/Makefile usr/src/pkgdefs/SUNWmibii/postinstall usr/src/pkgdefs/SUNWmibii/preinstall usr/src/pkgdefs/SUNWmibii/preremove usr/src/pkgdefs/SUNWmibii/prototype_i386 usr/src/pkgdefs/SUNWmibii/prototype_sparc usr/src/pkgdefs/SUNWsacom/prototype_i386 usr/src/pkgdefs/SUNWsacom/prototype_sparc usr/src/pkgdefs/SUNWsacom/space usr/src/pkgdefs/SUNWsasnm/Makefile usr/src/pkgdefs/SUNWsasnm/preinstall usr/src/pkgdefs/SUNWsasnm/preremove
diffstat 86 files changed, 217 insertions(+), 240 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/agents/Makefile.vars	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/cmd/agents/Makefile.vars	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #ident	"%Z%%M%	%I%	%E% SMI"
 
 BIN		= bin$(TARGET_ARCH)
--- a/usr/src/cmd/agents/snmp/parser/parse.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/cmd/agents/snmp/parser/parse.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,4 +1,6 @@
-/* Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+/*
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
--- a/usr/src/cmd/ldap/common/dtest.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/cmd/ldap/common/dtest.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/cmd/ldap/common/etest.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/cmd/ldap/common/etest.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/cmd/ldap/common/idtest.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/cmd/ldap/common/idtest.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/cmd/ldap/common/ldaptest.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/cmd/ldap/common/ldaptest.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/cmd/ldap/common/tmpltest.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/cmd/ldap/common/tmpltest.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/ber/Version.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/ber/Version.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/ber/bprint.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/ber/bprint.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/ber/i18n.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/ber/i18n.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/Version.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/Version.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/abandon.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/abandon.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,9 +1,8 @@
 
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
- *
-*/
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
+ */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
--- a/usr/src/lib/libldap4/common/add.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/add.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 /*
--- a/usr/src/lib/libldap4/common/addentry.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/addentry.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,9 +1,7 @@
 
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 /*
--- a/usr/src/lib/libldap4/common/bind.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/bind.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/cache.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/cache.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 /*
--- a/usr/src/lib/libldap4/common/charset.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/charset.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/cldap.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/cldap.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
- /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+/*
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/compare.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/compare.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/controls.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/controls.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/delete.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/delete.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/disptmpl.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/disptmpl.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/dsparse.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/dsparse.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/error.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/error.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/extensions.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/extensions.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/extop.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/extop.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/free.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/free.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/friendly.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/friendly.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/getattr.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/getattr.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 2001 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/getdn.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/getdn.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/getentry.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/getentry.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/getmsg.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/getmsg.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc.  
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/getref.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/getref.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/getvalues.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/getvalues.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/kbind.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/kbind.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/modify.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/modify.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/modrdn.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/modrdn.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/referral.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/referral.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/regex.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/regex.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/rename.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/rename.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/saslbind.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/saslbind.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 2000 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/sbind.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/sbind.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/sort.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/sort.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/sortctrl.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/sortctrl.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc.
- * All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:
--- a/usr/src/lib/libldap4/common/srchpref.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/srchpref.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/ufn.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/ufn.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/unbind.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/unbind.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/common/utils.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/utils.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/common/version.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/version.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/common/vlistctrl.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/common/vlistctrl.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc.
- * All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:
--- a/usr/src/lib/libldap4/include/avl.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/avl.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Portions Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/cdefs.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/cdefs.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
- *
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/include/ch_malloc.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/ch_malloc.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,6 @@
 /*
- *
- * Copyright %G% Sun Microsystems, Inc. All Rights Reserved
- *
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/include/charray.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/charray.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,6 @@
 /*
- *
- * Copyright %G% Sun Microsystems, Inc. All Rights Reserved
- *
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/include/client_door.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/client_door.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/entry.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/entry.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/fe.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/fe.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/hsearch.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/hsearch.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,6 @@
 /*
- *
- * Copyright Sun Microsystems, Inc.  
- * All Rights Reserved
- *
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  */
 
 
--- a/usr/src/lib/libldap4/include/ldapconfig.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/ldapconfig.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,8 +1,7 @@
-
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  * File chamged to fit with Sun Standards
  *
--- a/usr/src/lib/libldap4/include/ldif.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/ldif.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/log.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/log.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/include/lthread.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/lthread.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/portable.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/portable.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/regex.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/regex.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/sec.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/sec.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/lib/libldap4/include/ssl.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/ssl.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * This is a dummy header file for SSL
--- a/usr/src/lib/libldap4/include/sysexits-compat.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/sysexits-compat.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/include/thq.h	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/include/thq.h	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 
--- a/usr/src/lib/libldap4/misc/ldapfilter.conf	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/misc/ldapfilter.conf	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/misc/ldapfriendly	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/misc/ldapfriendly	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 #
 #
-# Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+# Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
 #
 #
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/misc/ldapsearchprefs.conf	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/misc/ldapsearchprefs.conf	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/misc/ldaptemplates.conf	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/misc/ldaptemplates.conf	Mon Mar 19 16:49:41 2007 -0700
@@ -1,6 +1,7 @@
 /*
  *
- * Portions Copyright %G% Sun Microsystems, Inc. All Rights Reserved
+ * Portions Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  */
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
--- a/usr/src/lib/libldap4/sec/cram_md5.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/sec/cram_md5.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc.
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:
--- a/usr/src/lib/libldap4/sec/secutil.c	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/lib/libldap4/sec/secutil.c	Mon Mar 19 16:49:41 2007 -0700
@@ -1,7 +1,7 @@
 /*
  *
- * Copyright %G% Sun Microsystems, Inc. 
- * All Rights Reserved
+ * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
  *
  *
  * Comments:   
--- a/usr/src/pkgdefs/SUNWmibii/Makefile	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWmibii/Makefile	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1997 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 include ../Makefile.com
--- a/usr/src/pkgdefs/SUNWmibii/postinstall	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWmibii/postinstall	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1996 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 #
--- a/usr/src/pkgdefs/SUNWmibii/preinstall	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWmibii/preinstall	Mon Mar 19 16:49:41 2007 -0700
@@ -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.
@@ -20,8 +19,11 @@
 # CDDL HEADER END
 #
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
+
 #
 #	preinstall script for package: SUNWmibii
 #
--- a/usr/src/pkgdefs/SUNWmibii/preremove	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWmibii/preremove	Mon Mar 19 16:49:41 2007 -0700
@@ -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.
@@ -20,8 +19,11 @@
 # CDDL HEADER END
 #
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
+
 #
 #	preremove script for package: SUNWmibii
 #
--- a/usr/src/pkgdefs/SUNWmibii/prototype_i386	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWmibii/prototype_i386	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1996 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 #
--- a/usr/src/pkgdefs/SUNWmibii/prototype_sparc	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWmibii/prototype_sparc	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright 1988 - %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1996 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 #
--- a/usr/src/pkgdefs/SUNWsacom/prototype_i386	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWsacom/prototype_i386	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1997 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 #
--- a/usr/src/pkgdefs/SUNWsacom/prototype_sparc	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWsacom/prototype_sparc	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1997 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 #
 # pkgdefs/SUNWsacom/prototype_sparc
--- a/usr/src/pkgdefs/SUNWsacom/space	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWsacom/space	Mon Mar 19 16:49:41 2007 -0700
@@ -1,13 +1,9 @@
-#
-# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
 #
 # 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.
@@ -22,6 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1997 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
+
 etc/snmp/conf/snmpd.conf 5 1
--- a/usr/src/pkgdefs/SUNWsasnm/Makefile	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWsasnm/Makefile	Mon Mar 19 16:49:41 2007 -0700
@@ -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,7 +18,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 include ../Makefile.com
--- a/usr/src/pkgdefs/SUNWsasnm/preinstall	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWsasnm/preinstall	Mon Mar 19 16:49:41 2007 -0700
@@ -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.
@@ -20,7 +19,9 @@
 # CDDL HEADER END
 #
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 #
 #	preinstall script for package: SUNWsasnm
--- a/usr/src/pkgdefs/SUNWsasnm/preremove	Mon Mar 19 14:46:04 2007 -0700
+++ b/usr/src/pkgdefs/SUNWsasnm/preremove	Mon Mar 19 16:49:41 2007 -0700
@@ -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.
@@ -20,7 +19,9 @@
 # CDDL HEADER END
 #
 #
-# Copyright %G% Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 1999 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 #
 #	preremove script for package: SUNWsasnm