summaryrefslogtreecommitdiffstats
path: root/ldap/libraries
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-02-28 23:38:10 +0000
committerNathan Kinder <nkinder@redhat.com>2005-02-28 23:38:10 +0000
commit606a96781b8bd30ff8331d04c7eed86c3963f7e7 (patch)
tree766abc6a2ad7be5aaf1bd4a894dd45748ca445e6 /ldap/libraries
parent791b7e016853125fc759ee750959e6ce121533c0 (diff)
downloadds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.tar.gz
ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.tar.xz
ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.zip
149951 - Updated source code copyrights
Diffstat (limited to 'ldap/libraries')
-rw-r--r--ldap/libraries/Makefile4
-rw-r--r--ldap/libraries/Makefile.client4
-rw-r--r--ldap/libraries/libavl/Makefile4
-rw-r--r--ldap/libraries/libavl/avl.c4
-rw-r--r--ldap/libraries/libavl/testavl.c4
-rw-r--r--ldap/libraries/libldif/Makefile4
-rw-r--r--ldap/libraries/libldif/fileurl.c4
-rw-r--r--ldap/libraries/libldif/fileurl.h4
-rw-r--r--ldap/libraries/liblitekey/Makefile4
-rw-r--r--ldap/libraries/liblitekey/keycheck.c4
-rw-r--r--ldap/libraries/libutil/Makefile4
-rw-r--r--ldap/libraries/libutil/ntdebug.c4
-rw-r--r--ldap/libraries/libutil/ntevent.c4
-rw-r--r--ldap/libraries/libutil/ntreg.c4
-rw-r--r--ldap/libraries/libutil/ntresource.h4
-rw-r--r--ldap/libraries/libutil/ntstubs.c4
16 files changed, 32 insertions, 32 deletions
diff --git a/ldap/libraries/Makefile b/ldap/libraries/Makefile
index 4ea2dcd2..ff1099d8 100644
--- a/ldap/libraries/Makefile
+++ b/ldap/libraries/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/libraries/Makefile.client b/ldap/libraries/Makefile.client
index 139698fd..08d5206e 100644
--- a/ldap/libraries/Makefile.client
+++ b/ldap/libraries/Makefile.client
@@ -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/libraries/libavl/Makefile b/ldap/libraries/libavl/Makefile
index 44a8c8f0..8ead01dc 100644
--- a/ldap/libraries/libavl/Makefile
+++ b/ldap/libraries/libavl/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/libraries/libavl/avl.c b/ldap/libraries/libavl/avl.c
index f6fb61ad..3e9fb4a6 100644
--- a/ldap/libraries/libavl/avl.c
+++ b/ldap/libraries/libavl/avl.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 **/
/* avl.c - routines to implement an avl tree */
diff --git a/ldap/libraries/libavl/testavl.c b/ldap/libraries/libavl/testavl.c
index 6efe8c84..88ec5b6a 100644
--- a/ldap/libraries/libavl/testavl.c
+++ b/ldap/libraries/libavl/testavl.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 **/
/* testavl.c - Test Tim Howes AVL code */
diff --git a/ldap/libraries/libldif/Makefile b/ldap/libraries/libldif/Makefile
index 726c559b..0ec8cddb 100644
--- a/ldap/libraries/libldif/Makefile
+++ b/ldap/libraries/libldif/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/libraries/libldif/fileurl.c b/ldap/libraries/libldif/fileurl.c
index b8c65aba..cdf89809 100644
--- a/ldap/libraries/libldif/fileurl.c
+++ b/ldap/libraries/libldif/fileurl.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/libraries/libldif/fileurl.h b/ldap/libraries/libldif/fileurl.h
index 727a641c..9b1ac50b 100644
--- a/ldap/libraries/libldif/fileurl.h
+++ b/ldap/libraries/libldif/fileurl.h
@@ -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/libraries/liblitekey/Makefile b/ldap/libraries/liblitekey/Makefile
index 92577d1a..ac926410 100644
--- a/ldap/libraries/liblitekey/Makefile
+++ b/ldap/libraries/liblitekey/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/libraries/liblitekey/keycheck.c b/ldap/libraries/liblitekey/keycheck.c
index 4f3ee505..16fed899 100644
--- a/ldap/libraries/liblitekey/keycheck.c
+++ b/ldap/libraries/liblitekey/keycheck.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/libraries/libutil/Makefile b/ldap/libraries/libutil/Makefile
index cf9d9a91..54e1f9d5 100644
--- a/ldap/libraries/libutil/Makefile
+++ b/ldap/libraries/libutil/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/libraries/libutil/ntdebug.c b/ldap/libraries/libutil/ntdebug.c
index d0347e2d..50b7ea1a 100644
--- a/ldap/libraries/libutil/ntdebug.c
+++ b/ldap/libraries/libutil/ntdebug.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/libraries/libutil/ntevent.c b/ldap/libraries/libutil/ntevent.c
index 2b05dd9d..2ace2979 100644
--- a/ldap/libraries/libutil/ntevent.c
+++ b/ldap/libraries/libutil/ntevent.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/libraries/libutil/ntreg.c b/ldap/libraries/libutil/ntreg.c
index 53313075..6c2a8f4e 100644
--- a/ldap/libraries/libutil/ntreg.c
+++ b/ldap/libraries/libutil/ntreg.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/libraries/libutil/ntresource.h b/ldap/libraries/libutil/ntresource.h
index c2e375c5..be7d5967 100644
--- a/ldap/libraries/libutil/ntresource.h
+++ b/ldap/libraries/libutil/ntresource.h
@@ -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 **/
//{{NO_DEPENDENCIES}}
diff --git a/ldap/libraries/libutil/ntstubs.c b/ldap/libraries/libutil/ntstubs.c
index 5d18ad38..21651f90 100644
--- a/ldap/libraries/libutil/ntstubs.c
+++ b/ldap/libraries/libutil/ntstubs.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 **/
/******************************************************