summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/test-plugins
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/slapd/test-plugins
parentf68a26b16c62b90ae1938e7b7afae6a2e0b6c2b3 (diff)
downloadds-cb3035cb25bac8a4bd963da709075fc94bf1f474.tar.gz
ds-cb3035cb25bac8a4bd963da709075fc94bf1f474.tar.xz
ds-cb3035cb25bac8a4bd963da709075fc94bf1f474.zip
Copyright updates
Diffstat (limited to 'ldap/servers/slapd/test-plugins')
-rw-r--r--ldap/servers/slapd/test-plugins/Makefile.server8
-rwxr-xr-xldap/servers/slapd/test-plugins/installDse.pl6
-rw-r--r--ldap/servers/slapd/test-plugins/testdbinterop.c6
3 files changed, 16 insertions, 4 deletions
diff --git a/ldap/servers/slapd/test-plugins/Makefile.server b/ldap/servers/slapd/test-plugins/Makefile.server
index dda856e5..f96f72f1 100644
--- a/ldap/servers/slapd/test-plugins/Makefile.server
+++ b/ldap/servers/slapd/test-plugins/Makefile.server
@@ -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 ---
#
#
# GNU Makefile for Directory Server distribution plugin
diff --git a/ldap/servers/slapd/test-plugins/installDse.pl b/ldap/servers/slapd/test-plugins/installDse.pl
index 6b827ab4..e33d8a28 100755
--- a/ldap/servers/slapd/test-plugins/installDse.pl
+++ b/ldap/servers/slapd/test-plugins/installDse.pl
@@ -1,3 +1,9 @@
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# --- END COPYRIGHT BLOCK ---
+#
# The script is used to load the config mapping tree node for the null suffix
# and to load the test sample plugin node into the Directory Server used to
# demonstrate the Data Interoperability feature for Verisign.
diff --git a/ldap/servers/slapd/test-plugins/testdbinterop.c b/ldap/servers/slapd/test-plugins/testdbinterop.c
index 7da3e72f..edde03ab 100644
--- a/ldap/servers/slapd/test-plugins/testdbinterop.c
+++ b/ldap/servers/slapd/test-plugins/testdbinterop.c
@@ -1,3 +1,9 @@
+/* --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
+ * All rights reserved.
+ * --- END COPYRIGHT BLOCK --- */
+
#include <sys/types.h>
#include <stdio.h>
#include "db.h"