]> git.sur5r.net Git - openldap/commitdiff
Update name information
authorEmily Backes <ebackes@symas.com>
Sun, 22 Jul 2012 01:14:39 +0000 (18:14 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 26 Jul 2012 21:04:01 +0000 (14:04 -0700)
include/lutil_meter.h
libraries/libldap/tls_g.c
libraries/liblutil/meter.c
servers/slapd/alock.c
servers/slapd/alock.h
servers/slapd/back-bdb/idl.c
servers/slapd/back-mdb/idl.c
servers/slapd/overlays/unique.c

index 8627670b79927471b7fd50bea21d28ea9cd58ab4..790be73d4af20e94b9e40fae1fe82b54b7afb3d3 100644 (file)
@@ -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.
  */
 
index 7a3deb08c053ecc50ec9d28526960827a27e1697..40616f5e09baafe1541f4b439d65021aa37e5383 100644 (file)
@@ -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).
  */
 
index 5d0c8f570471cf1f84f4fe889b8b0f7b2aae41f5..2bcaea1dcb666e67fde12a55d9c5d68a19ff265d 100644 (file)
@@ -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.
  */
 
index a6ccac9945d51280452928eaabfece75541a2dae..342182f7704313e1e646b356b5f14db0a8024cee 100644 (file)
@@ -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.
  */
 
index 9379792f9c9c7cfd8ea7831970e9250ea60f8888..4492913f8c6cd25aedf89449e3b6059c230eae10 100644 (file)
@@ -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.
  */
 
index e48c9ac1fc4dcd3931bf95c36f762ac48dd36a02..a8b67ad3d8691a8b2d29c07689d5cd3a870fe012 100644 (file)
@@ -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.
index 227c9802f99433adc8c2a2f37805bc98b22d14f8..e351f1b7f4ad6691d161d95de9e98a0d8892f316 100644 (file)
@@ -1081,7 +1081,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.
index e80805dc86bfee11b64e234190e3c7034384abd6..71c12649042a7a4b3f7f10eff2f034cf01877c58 100644 (file)
@@ -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.
  */