ソースを参照

Update authors' e-mail addresses to MicroLAB ones

Ioannis Koutras 9 年 前
コミット
ef073ef7b1
共有6 個のファイルを変更した6 個の追加6 個の削除を含む
  1. 1 1
      private-include/parse_env.h
  2. 1 1
      private-include/slab.h
  3. 1 1
      private-include/tls_allocator.h
  4. 1 1
      src/glibc_hooks.c
  5. 1 1
      src/slab/free.c
  6. 1 1
      src/slab/initialize.c

+ 1 - 1
private-include/parse_env.h

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

+ 1 - 1
private-include/slab.h

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

+ 1 - 1
private-include/tls_allocator.h

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

+ 1 - 1
src/glibc_hooks.c

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

+ 1 - 1
src/slab/free.c

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

+ 1 - 1
src/slab/initialize.c

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