Просмотр исходного кода

Update authors' e-mail addresses to MicroLAB ones

Ioannis Koutras лет назад: 9
Родитель
Сommit
ef073ef7b1

+ 1 - 1
private-include/parse_env.h

@@ -17,7 +17,7 @@
 
 /**
  * @file   parse_env.h
- * @author Ioannis Koutras (joko@rdsoftware.eu)
+ * @author Ioannis Koutras (joko@microlab.ntua.gr)
  * @date   February 2014
  * @brief  Function to parse environment variables
  */

+ 1 - 1
private-include/slab.h

@@ -17,7 +17,7 @@
 
 /**
  * \file   slab.h
- * \author Iraklis Anagnostopoulos (irasklis@rdsoftware.eu)
+ * \author Iraklis Anagnostopoulos (irasklis@microlab.ntua.gr)
  * \date   March 2014
  * \brief  Slab-related prototypes
  */

+ 1 - 1
private-include/tls_allocator.h

@@ -17,7 +17,7 @@
 
 /**
  * @file   tls_allocator.h
- * @author Ioannis Koutras (joko@rdsoftware.eu)
+ * @author Ioannis Koutras (joko@microlab.ntua.gr)
  * @date   February 2014
  * @brief  Functions for TLS allocators
  */

+ 1 - 1
src/glibc_hooks.c

@@ -17,7 +17,7 @@
 
 /**
  * @file   src/glibc_hooks.c
- * @author Ioannis Koutras (joko@rdsoftware.eu)
+ * @author Ioannis Koutras (joko@microlab.ntua.gr)
  * @date   October 2013
  *
  * @brief  Override GLIBC hooks with dmmlib's functions

+ 1 - 1
src/slab/free.c

@@ -17,7 +17,7 @@
 
 /**
  * \file   slab/free.c
- * \author Iraklis Anagnostopoulos (iraklis@rdsoftware.eu)
+ * \author Iraklis Anagnostopoulos (iraklis@microlab.ntua.gr)
  * \date   March 2014
  * \brief  free() implementation for slab raw blocks
  */

+ 1 - 1
src/slab/initialize.c

@@ -17,7 +17,7 @@
 
 /**
  * @file   slab/initialize.c
- * @author Iraklis Anagnostopoulos (iraklis@rdsoftware.eu)
+ * @author Iraklis Anagnostopoulos (iraklis@microlab.ntua.gr)
  * @date   March 2014
  *
  * @brief  Implementation of a slab initialization.