]> git.sur5r.net Git - openldap/commitdiff
Add Acknolwedgement
authorHoward Chu <hyc@openldap.org>
Fri, 7 Sep 2007 12:20:24 +0000 (12:20 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 7 Sep 2007 12:20:24 +0000 (12:20 +0000)
16 files changed:
servers/slapd/back-sock/add.c
servers/slapd/back-sock/back-sock.h
servers/slapd/back-sock/bind.c
servers/slapd/back-sock/compare.c
servers/slapd/back-sock/config.c
servers/slapd/back-sock/delete.c
servers/slapd/back-sock/init.c
servers/slapd/back-sock/modify.c
servers/slapd/back-sock/modrdn.c
servers/slapd/back-sock/opensock.c
servers/slapd/back-sock/proto-sock.h
servers/slapd/back-sock/result.c
servers/slapd/back-sock/search.c
servers/slapd/back-sock/searchexample.conf
servers/slapd/back-sock/searchexample.pl
servers/slapd/back-sock/unbind.c

index 69879bc57dbaa1e9650fe21abe7ffc73cf2d1ba2..ad973dc4de1370895ce7187dbda28aac13c50205 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 7340d93ba53af4ae6daeb666559d8fe70e43b98d..7edfb5fbedbb145ae68778000eba32544f8dd089 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #ifndef SLAPD_SOCK_H
 #define SLAPD_SOCK_H
index 2c84bc68ab645bad02cacdf792fcffbc072f5fc9..c977a86cb5a4b1702470b7a0d8686a687e245e2c 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 73d138615e45ae72b4cc1716b2b31333c2df3aae..71fd6f17789319fb4d46f137e5f8f8002cd9c489 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index c9938dde2bc9d0fbc720249bd2a887fb73acb0a7..020c924b1ba4001cb0b641d3381295d1aeb64efa 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 940b37bf1473afb456ede9cb41c23165cee89bad..e0afd5f09e8faebd8b12f3eb5ee9aa2e64f53525 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 30f834513fdc52a8a84e362e830f844f2cf2e22c..73eb3c7ac682818a7e67191a857c9694754aac4e 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index d3db9c408c383afda9d463bd2fab47a5c109be46..99954db81908efac6bd54cdfb85f157ce0ccf0fb 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 7c68f750539b2b46acc54a5c62838745512c7811..e47ebd526e099dc47943a5d126df2903d86ed023 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 64d3231b827d9474f071bcaa6aae7d52bd23854b..5dd2c925b97567c89789a06f1b0ecbe1628e9a93 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index bc6c6f205e72107b7d70dc5df9cb94c1d51324f5..9443574d160ce6e5d879fddf4bcc8463ed53fff7 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #ifndef _PROTO_SOCK_H
 #define _PROTO_SOCK_H
index df380f20a71eb51400c4cc800f2552b73afe3916..8954dad78f80e5687a3430e84d3a16788b4e9a6c 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 995e4b83889bbb88c5eefd1ffd0a8a55ece508c4..259b464b9e3bce89773cc88005215cae24987546 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 63d6ecd21fb685542ecb1d0bfe8feb5e533acbf2..b045758ae4b858e1386d151a4fc987f67dd7d661 100644 (file)
 ## A copy of this license is available in the file LICENSE in the
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
+##
+## ACKNOWLEDGEMENTS:
+## This work was initially developed by Brian Candler for inclusion
+## in OpenLDAP Software.
 
 include                /usr/local/etc/openldap/schema/core.schema
 
index 8d3f5c092ef5e156b9cb7c7bd8f5968acd77a6cf..4df1314a28d54d3bcc9d83591c56c4f24d10ce3b 100644 (file)
@@ -1,4 +1,21 @@
 #!/usr/bin/perl -w -T
+# $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 2007 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+##
+## ACKNOWLEDGEMENTS:
+## This work was initially developed by Brian Candler for inclusion
+## in OpenLDAP Software.
 
 # See: http://search.cpan.org/dist/Net-Server/
 
index 737cce629190701f6a96dd7ea2e71c7d49b6486b..69e1e5abe910776d04849e3e13a3cfe9da6f3fb7 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"