diff options
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/agents/Makefile.vars | 9 | ||||
-rw-r--r-- | usr/src/cmd/agents/snmp/parser/parse.c | 4 | ||||
-rw-r--r-- | usr/src/cmd/ldap/common/dtest.c | 3 | ||||
-rw-r--r-- | usr/src/cmd/ldap/common/etest.c | 3 | ||||
-rw-r--r-- | usr/src/cmd/ldap/common/idtest.c | 3 | ||||
-rw-r--r-- | usr/src/cmd/ldap/common/ldaptest.c | 3 | ||||
-rw-r--r-- | usr/src/cmd/ldap/common/tmpltest.c | 3 |
7 files changed, 18 insertions, 10 deletions
diff --git a/usr/src/cmd/agents/Makefile.vars b/usr/src/cmd/agents/Makefile.vars index a99e513c7b..9cefc9dd7f 100644 --- a/usr/src/cmd/agents/Makefile.vars +++ b/usr/src/cmd/agents/Makefile.vars @@ -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) diff --git a/usr/src/cmd/agents/snmp/parser/parse.c b/usr/src/cmd/agents/snmp/parser/parse.c index a04cca320a..9a53024ef9 100644 --- a/usr/src/cmd/agents/snmp/parser/parse.c +++ b/usr/src/cmd/agents/snmp/parser/parse.c @@ -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" diff --git a/usr/src/cmd/ldap/common/dtest.c b/usr/src/cmd/ldap/common/dtest.c index 1c0d5cf85a..47fe932c82 100644 --- a/usr/src/cmd/ldap/common/dtest.c +++ b/usr/src/cmd/ldap/common/dtest.c @@ -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. * */ diff --git a/usr/src/cmd/ldap/common/etest.c b/usr/src/cmd/ldap/common/etest.c index d05f8821d8..bd48878d1d 100644 --- a/usr/src/cmd/ldap/common/etest.c +++ b/usr/src/cmd/ldap/common/etest.c @@ -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" diff --git a/usr/src/cmd/ldap/common/idtest.c b/usr/src/cmd/ldap/common/idtest.c index 62dac585da..b018a3d810 100644 --- a/usr/src/cmd/ldap/common/idtest.c +++ b/usr/src/cmd/ldap/common/idtest.c @@ -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" diff --git a/usr/src/cmd/ldap/common/ldaptest.c b/usr/src/cmd/ldap/common/ldaptest.c index 938e69a59f..66f18bc2ad 100644 --- a/usr/src/cmd/ldap/common/ldaptest.c +++ b/usr/src/cmd/ldap/common/ldaptest.c @@ -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. * */ diff --git a/usr/src/cmd/ldap/common/tmpltest.c b/usr/src/cmd/ldap/common/tmpltest.c index a4376b6e7f..aa9c62ce21 100644 --- a/usr/src/cmd/ldap/common/tmpltest.c +++ b/usr/src/cmd/ldap/common/tmpltest.c @@ -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" |