diff options
| author | Nathan Kinder <nkinder@redhat.com> | 2005-02-28 23:38:10 +0000 |
|---|---|---|
| committer | Nathan Kinder <nkinder@redhat.com> | 2005-02-28 23:38:10 +0000 |
| commit | 606a96781b8bd30ff8331d04c7eed86c3963f7e7 (patch) | |
| tree | 766abc6a2ad7be5aaf1bd4a894dd45748ca445e6 /ldap/servers/plugins/statechange | |
| parent | 791b7e016853125fc759ee750959e6ce121533c0 (diff) | |
| download | ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.tar.gz ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.tar.xz ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.zip | |
149951 - Updated source code copyrights
Diffstat (limited to 'ldap/servers/plugins/statechange')
| -rw-r--r-- | ldap/servers/plugins/statechange/Makefile | 4 | ||||
| -rw-r--r-- | ldap/servers/plugins/statechange/dllmain.c | 4 | ||||
| -rw-r--r-- | ldap/servers/plugins/statechange/statechange.c | 4 | ||||
| -rw-r--r-- | ldap/servers/plugins/statechange/statechange.def | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ldap/servers/plugins/statechange/Makefile b/ldap/servers/plugins/statechange/Makefile index 07c33c5b..f082af3b 100644 --- a/ldap/servers/plugins/statechange/Makefile +++ b/ldap/servers/plugins/statechange/Makefile @@ -1,7 +1,7 @@ # # BEGIN COPYRIGHT BLOCK -# Copyright 2001 Sun Microsystems, Inc. -# Portions copyright 1999, 2001-2003 Netscape Communications Corporation. +# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. +# Copyright (C) 2005 Red Hat, Inc. # All rights reserved. # END COPYRIGHT BLOCK # diff --git a/ldap/servers/plugins/statechange/dllmain.c b/ldap/servers/plugins/statechange/dllmain.c index fabf8677..155207c2 100644 --- a/ldap/servers/plugins/statechange/dllmain.c +++ b/ldap/servers/plugins/statechange/dllmain.c @@ -1,6 +1,6 @@ /** BEGIN COPYRIGHT BLOCK - * Copyright 2001 Sun Microsystems, Inc. - * Portions copyright 1999, 2001-2003 Netscape Communications Corporation. + * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. + * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ /* diff --git a/ldap/servers/plugins/statechange/statechange.c b/ldap/servers/plugins/statechange/statechange.c index c0942b41..c0e21b4b 100644 --- a/ldap/servers/plugins/statechange/statechange.c +++ b/ldap/servers/plugins/statechange/statechange.c @@ -1,6 +1,6 @@ /** BEGIN COPYRIGHT BLOCK - * Copyright 2001 Sun Microsystems, Inc. - * Portions copyright 1999, 2001-2003 Netscape Communications Corporation. + * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. + * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ /* plugin which provides a callback mechanism for state changes in the DS */ diff --git a/ldap/servers/plugins/statechange/statechange.def b/ldap/servers/plugins/statechange/statechange.def index 601f0b90..8fc6aa77 100644 --- a/ldap/servers/plugins/statechange/statechange.def +++ b/ldap/servers/plugins/statechange/statechange.def @@ -1,6 +1,6 @@ ; BEGIN COPYRIGHT BLOCK -; Copyright 2001 Sun Microsystems, Inc. -; Portions copyright 1999, 2001-2003 Netscape Communications Corporation. +; Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. +; Copyright (C) 2005 Red Hat, Inc. ; All rights reserved. ; END COPYRIGHT BLOCK ; |
