summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/http
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-03-22 18:46:00 +0000
committerNathan Kinder <nkinder@redhat.com>2005-03-22 18:46:00 +0000
commitcb3035cb25bac8a4bd963da709075fc94bf1f474 (patch)
treea9e4d9bec2b92471aa469c2ae0d13b2929673312 /ldap/servers/plugins/http
parentf68a26b16c62b90ae1938e7b7afae6a2e0b6c2b3 (diff)
downloadds-cb3035cb25bac8a4bd963da709075fc94bf1f474.tar.gz
ds-cb3035cb25bac8a4bd963da709075fc94bf1f474.tar.xz
ds-cb3035cb25bac8a4bd963da709075fc94bf1f474.zip
Copyright updates
Diffstat (limited to 'ldap/servers/plugins/http')
-rw-r--r--ldap/servers/plugins/http/Makefile8
-rw-r--r--ldap/servers/plugins/http/dllmain.c10
-rw-r--r--ldap/servers/plugins/http/http.def10
-rw-r--r--ldap/servers/plugins/http/http_client.c9
-rw-r--r--ldap/servers/plugins/http/http_client.h9
-rw-r--r--ldap/servers/plugins/http/http_impl.c10
-rw-r--r--ldap/servers/plugins/http/http_impl.h10
7 files changed, 32 insertions, 34 deletions
diff --git a/ldap/servers/plugins/http/Makefile b/ldap/servers/plugins/http/Makefile
index ba10ab35..9d3fe52d 100644
--- a/ldap/servers/plugins/http/Makefile
+++ b/ldap/servers/plugins/http/Makefile
@@ -1,8 +1,8 @@
-#
-# 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 ---
#
LDAP_SRC = ../../..
BUILD_ROOT = ../../../..
diff --git a/ldap/servers/plugins/http/dllmain.c b/ldap/servers/plugins/http/dllmain.c
index ef1f637a..10dc7f82 100644
--- a/ldap/servers/plugins/http/dllmain.c
+++ b/ldap/servers/plugins/http/dllmain.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 --- */
+
/*
* Microsoft Windows specifics for BACK-LDBM DLL
*/
diff --git a/ldap/servers/plugins/http/http.def b/ldap/servers/plugins/http/http.def
index ac2f3e05..c36568ee 100644
--- a/ldap/servers/plugins/http/http.def
+++ b/ldap/servers/plugins/http/http.def
@@ -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 ---
+
DESCRIPTION 'Netscape Directory Server Http Client'
EXPORTS
http_client_init @2
diff --git a/ldap/servers/plugins/http/http_client.c b/ldap/servers/plugins/http/http_client.c
index 3ed24f9b..73889ff8 100644
--- a/ldap/servers/plugins/http/http_client.c
+++ b/ldap/servers/plugins/http/http_client.c
@@ -1,9 +1,8 @@
-/**
- * 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 --- */
/**
* Simple Http Client API broker plugin
diff --git a/ldap/servers/plugins/http/http_client.h b/ldap/servers/plugins/http/http_client.h
index d849e18d..6851ff30 100644
--- a/ldap/servers/plugins/http/http_client.h
+++ b/ldap/servers/plugins/http/http_client.h
@@ -1,9 +1,8 @@
-/**
- * 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 --- */
#ifndef _HTTP_CLIENT_H_
#define _HTTP_CLIENT_H_
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
*/
diff --git a/ldap/servers/plugins/http/http_impl.h b/ldap/servers/plugins/http/http_impl.h
index 0bca3ca2..a36730a9 100644
--- a/ldap/servers/plugins/http/http_impl.h
+++ b/ldap/servers/plugins/http/http_impl.h
@@ -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 --- */
+
#ifndef HTTP_IMPL_H__
#define HTTP_IMPL_H__