mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Update name information
This commit is contained in:
parent
38a3317096
commit
c453a236fc
@ -2,7 +2,7 @@
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright (c) 2009 by Matthew Backes, Symas Corp.
|
||||
* Copyright (c) 2009 by Emily Backes, Symas Corp.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -14,7 +14,7 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by Matthew Backes for inclusion
|
||||
* This work was initially developed by Emily Backes for inclusion
|
||||
* in OpenLDAP software.
|
||||
*/
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS: GNUTLS support written by Howard Chu and
|
||||
* Matt Backes; sponsored by The Written Word (thewrittenword.com)
|
||||
* Emily Backes; sponsored by The Written Word (thewrittenword.com)
|
||||
* and Stanford University (stanford.edu).
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright (c) 2009 by Matthew Backes, Symas Corp.
|
||||
* Copyright (c) 2009 by Emily Backes, Symas Corp.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -14,7 +14,7 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by Matthew Backes for inclusion
|
||||
* This work was initially developed by Emily Backes for inclusion
|
||||
* in OpenLDAP software.
|
||||
*/
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by Matthew Backes at Symas
|
||||
* This work was initially developed by Emily Backes at Symas
|
||||
* Corporation for inclusion in OpenLDAP Software.
|
||||
*/
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by Matthew Backes at Symas
|
||||
* This work was initially developed by Emily Backes at Symas
|
||||
* Corporation for inclusion in OpenLDAP Software.
|
||||
*/
|
||||
|
||||
|
@ -1472,7 +1472,7 @@ bdb_idl_sort( ID *ids, ID *tmp )
|
||||
/* 8 bit Radix sort + insertion sort
|
||||
*
|
||||
* based on code from http://www.cubic.org/docs/radix.htm
|
||||
* with improvements by mbackes@symas.com and hyc@symas.com
|
||||
* with improvements by ebackes@symas.com and hyc@symas.com
|
||||
*
|
||||
* This code is O(n) but has a relatively high constant factor. For lists
|
||||
* up to ~50 Quicksort is slightly faster; up to ~100 they are even.
|
||||
|
@ -1084,7 +1084,7 @@ mdb_idl_sort( ID *ids, ID *tmp )
|
||||
/* 8 bit Radix sort + insertion sort
|
||||
*
|
||||
* based on code from http://www.cubic.org/docs/radix.htm
|
||||
* with improvements by mbackes@symas.com and hyc@symas.com
|
||||
* with improvements by ebackes@symas.com and hyc@symas.com
|
||||
*
|
||||
* This code is O(n) but has a relatively high constant factor. For lists
|
||||
* up to ~50 Quicksort is slightly faster; up to ~100 they are even.
|
||||
|
@ -17,7 +17,7 @@
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by Symas Corporation for
|
||||
* inclusion in OpenLDAP Software, with subsequent enhancements by
|
||||
* Matthew Backes at Symas Corporation. This work was sponsored by
|
||||
* Emily Backes at Symas Corporation. This work was sponsored by
|
||||
* Hewlett-Packard.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user