diff options
Diffstat (limited to 'ldap/servers/plugins/http/http_impl.c')
-rw-r--r-- | ldap/servers/plugins/http/http_impl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ldap/servers/plugins/http/http_impl.c b/ldap/servers/plugins/http/http_impl.c index 8c216775..285d2f24 100644 --- a/ldap/servers/plugins/http/http_impl.c +++ b/ldap/servers/plugins/http/http_impl.c @@ -1,9 +1,9 @@ -/** - * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to - * license terms. Copyright 2001 Sun Microsystems, Inc. - * Some preexisting portions Copyright 2001 Netscape Communications Corp. +/* --- BEGIN COPYRIGHT BLOCK --- + * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. + * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. - */ + * --- END COPYRIGHT BLOCK --- */ + /** * Implementation of a Simple HTTP Client */ |