]> git.sur5r.net Git - openldap/commitdiff
Misc cleanup
authorKurt Zeilenga <kurt@openldap.org>
Sun, 30 Nov 2003 01:07:47 +0000 (01:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 30 Nov 2003 01:07:47 +0000 (01:07 +0000)
libraries/libldap/modrdn.c
libraries/libldap/os-ip.c
libraries/libldap/util-int.c

index 694e9c4a6da8e71449ded72e7e80409bbc33daf6..964942fd47a513d3ac8e5ea9cbe73bb37d21a0b0 100644 (file)
@@ -24,7 +24,7 @@
  * is preserved.
  */
 /* Portions Copyright (C) The Internet Society (1997)
- * ASN.1 fragments are from RFC 2251; see RFC for full legal notices.
+ * ASN.1 fragments are from RFC 2251; see RFC 2251 for full legal notices.
  */
 
 /* ACKNOWLEDGEMENTS:
index 0e16cd7d8c53f8f19fc951491a050368ccc6c6e9..09fa94e01e4c9add84274e9fc5d9902475259f72 100644 (file)
@@ -3,6 +3,7 @@
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
  * Copyright 1998-2003 The OpenLDAP Foundation.
+ * Portions Copyright 1999 Lars Uffmann.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -16,6 +17,9 @@
 /* Portions Copyright (c) 1995 Regents of the University of Michigan.
  * All rights reserved.
  */
+/* Significant additional contributors include:
+ *    Lars Uffman
+ */
 
 #include "portable.h"
 
@@ -45,20 +49,6 @@ int ldap_int_inet4or6 = AF_INET;
 #  endif
 #endif
 
-/*
- * nonblock connect code
- * written by Lars Uffmann, <lars.uffmann@mediaway.net>.
- *
- * Copyright 1999, Lars Uffmann, All rights reserved.
- * This software is not subject to any license of my employer
- * mediaWays GmbH.
- *
- * OpenLDAP COPYING RESTRICTIONS APPLY, see COPYRIGHT file
- *
- * Read about the rationale in ldap_connect_timeout: 
- * ftp://koobera.math.uic.edu/www/docs/connect.html.
- */
-
 #ifdef LDAP_DEBUG
 
 #define osip_debug(ld,fmt,arg1,arg2,arg3) \
index 1e535425435209f07fe4c2d2514fad668976187f..72d5be2ef88977e4b12fe9192116bd6bf3e367a6 100644 (file)
@@ -2,6 +2,7 @@
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
  * Copyright 1998-2003 The OpenLDAP Foundation.
+ * Portions Copyright 1998 A. Hartgers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
-/* Copyright 1998, A. Hartgers, All rights reserved.
- * This software is not subject to any license of Eindhoven University of
- * Technology, since it was written in my spare time.
- *                     
- * Redistribution and use in source and binary forms are permitted only
- * as authorized by the OpenLDAP Public License.  A copy of this
- * license is available at http://www.OpenLDAP.org/license.html or
- * in file LICENSE in the top-level directory of the distribution.
- */ 
-
 /* ACKNOWLEDGEMENTS:
  * This work was initially developed by Bart Hartgers for inclusion in
  * OpenLDAP Software.