From 97133b9dfb383d5b3286c0da8d3609a0b07738dd Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Mon, 27 Jan 2014 20:43:54 +0100 Subject: [PATCH] use one consistent mail address in all places --- sys/net/include/ccn_lite/ccnl-riot.h | 2 +- sys/net/include/ccn_lite/util/ccnl-riot-client.h | 2 +- tests/test_bloom/main.c | 2 +- tests/test_bloom_bytes/main.c | 2 +- tests/test_semaphore/main.c | 2 +- tests/test_sha256/main.c | 2 +- tests/test_thread_msg/main.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/net/include/ccn_lite/ccnl-riot.h b/sys/net/include/ccn_lite/ccnl-riot.h index 3307171c66..2bb728524e 100644 --- a/sys/net/include/ccn_lite/ccnl-riot.h +++ b/sys/net/include/ccn_lite/ccnl-riot.h @@ -29,7 +29,7 @@ * @{ * @file * @brief CCN lite interface - * @author Christian Mehlis + * @author Christian Mehlis */ #ifndef RIOT_CCN_COMPAT_H_ #define RIOT_CCN_COMPAT_H_ diff --git a/sys/net/include/ccn_lite/util/ccnl-riot-client.h b/sys/net/include/ccn_lite/util/ccnl-riot-client.h index 0552125190..e7e0a24dad 100644 --- a/sys/net/include/ccn_lite/util/ccnl-riot-client.h +++ b/sys/net/include/ccn_lite/util/ccnl-riot-client.h @@ -21,7 +21,7 @@ * @{ * @file ccnl-riot-client.h * @brief CCN high level client functions - * @author Christian Mehlis + * @author Christian Mehlis * @} */ #ifndef CCNL_RIOT_CLIENT_H diff --git a/tests/test_bloom/main.c b/tests/test_bloom/main.c index e4009391e5..5d17b75820 100644 --- a/tests/test_bloom/main.c +++ b/tests/test_bloom/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Christian Mehlis + * Copyright (C) 2013 Christian Mehlis * * This file subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/tests/test_bloom_bytes/main.c b/tests/test_bloom_bytes/main.c index b87890637f..b8e804c7a7 100644 --- a/tests/test_bloom_bytes/main.c +++ b/tests/test_bloom_bytes/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Christian Mehlis + * Copyright (C) 2013 Christian Mehlis * * This file subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/tests/test_semaphore/main.c b/tests/test_semaphore/main.c index 27469d5b78..52cdbd1f68 100644 --- a/tests/test_semaphore/main.c +++ b/tests/test_semaphore/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Christian Mehlis + * Copyright (C) 2013 Christian Mehlis * Copyright (C) 2013 René Kijewski * * This file subject to the terms and conditions of the GNU Lesser General diff --git a/tests/test_sha256/main.c b/tests/test_sha256/main.c index 10e65b3cd7..fe2b592500 100644 --- a/tests/test_sha256/main.c +++ b/tests/test_sha256/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Christian Mehlis + * Copyright (C) 2013 Christian Mehlis * * This file subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/tests/test_thread_msg/main.c b/tests/test_thread_msg/main.c index f49f3e956d..e320bbcf61 100644 --- a/tests/test_thread_msg/main.c +++ b/tests/test_thread_msg/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Christian Mehlis + * Copyright (C) 2013 Christian Mehlis * * This file subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more