diff --git a/include/lutil_meter.h b/include/lutil_meter.h
index 8627670b79..790be73d4a 100644
--- a/include/lutil_meter.h
+++ b/include/lutil_meter.h
@@ -2,7 +2,7 @@
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software .
*
- * 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 @@
* .
*/
/* ACKNOWLEDGEMENTS:
- * This work was initially developed by Matthew Backes for inclusion
+ * This work was initially developed by Emily Backes for inclusion
* in OpenLDAP software.
*/
diff --git a/libraries/libldap/tls_g.c b/libraries/libldap/tls_g.c
index 7a3deb08c0..40616f5e09 100644
--- a/libraries/libldap/tls_g.c
+++ b/libraries/libldap/tls_g.c
@@ -14,7 +14,7 @@
* .
*/
/* 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).
*/
diff --git a/libraries/liblutil/meter.c b/libraries/liblutil/meter.c
index 5d0c8f5704..2bcaea1dcb 100644
--- a/libraries/liblutil/meter.c
+++ b/libraries/liblutil/meter.c
@@ -2,7 +2,7 @@
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software .
*
- * 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 @@
* .
*/
/* ACKNOWLEDGEMENTS:
- * This work was initially developed by Matthew Backes for inclusion
+ * This work was initially developed by Emily Backes for inclusion
* in OpenLDAP software.
*/
diff --git a/servers/slapd/alock.c b/servers/slapd/alock.c
index a6ccac9945..342182f770 100644
--- a/servers/slapd/alock.c
+++ b/servers/slapd/alock.c
@@ -15,7 +15,7 @@
* .
*/
/* 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.
*/
diff --git a/servers/slapd/alock.h b/servers/slapd/alock.h
index 9379792f9c..4492913f8c 100644
--- a/servers/slapd/alock.h
+++ b/servers/slapd/alock.h
@@ -15,7 +15,7 @@
* .
*/
/* 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.
*/
diff --git a/servers/slapd/back-bdb/idl.c b/servers/slapd/back-bdb/idl.c
index e48c9ac1fc..a8b67ad3d8 100644
--- a/servers/slapd/back-bdb/idl.c
+++ b/servers/slapd/back-bdb/idl.c
@@ -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.
diff --git a/servers/slapd/back-mdb/idl.c b/servers/slapd/back-mdb/idl.c
index 78ad09956b..b2c3231d2c 100644
--- a/servers/slapd/back-mdb/idl.c
+++ b/servers/slapd/back-mdb/idl.c
@@ -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.
diff --git a/servers/slapd/overlays/unique.c b/servers/slapd/overlays/unique.c
index e80805dc86..71c1264904 100644
--- a/servers/slapd/overlays/unique.c
+++ b/servers/slapd/overlays/unique.c
@@ -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.
*/