diff --git a/tests/test_bloom/main.c b/tests/test_bloom/main.c index f4feccc51f..eb2a860d11 100644 --- a/tests/test_bloom/main.c +++ b/tests/test_bloom/main.c @@ -1,11 +1,23 @@ /* - * Copyright (C) 2013 Christian Mehlis + * Copyright (C) 2013 Freie Universität Berlin * - * This file subject to the terms and conditions of the GNU Lesser General + * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more * details. */ +/** + * @ingroup tests + * @{ + * + * @file + * @brief Bloom filter test application + * + * @author Christian Mehlis + * + * @} + */ + #include #include diff --git a/tests/test_bloom_bytes/main.c b/tests/test_bloom_bytes/main.c index c0daa092a7..1f13eda773 100644 --- a/tests/test_bloom_bytes/main.c +++ b/tests/test_bloom_bytes/main.c @@ -1,11 +1,23 @@ /* - * Copyright (C) 2013 Christian Mehlis + * Copyright (C) 2013 Freie Universität Berlin * - * This file subject to the terms and conditions of the GNU Lesser General + * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more * details. */ +/** + * @ingroup tests + * @{ + * + * @file + * @brief Bloom filter test application + * + * @author Christian Mehlis + * + * @} + */ + #include #include #include diff --git a/tests/test_float/main.c b/tests/test_float/main.c index 7d426691d0..28b2ffe3e1 100644 --- a/tests/test_float/main.c +++ b/tests/test_float/main.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2013 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief Float test application + * + * @author Oliver Hahm + * + * @} + */ + #include #include #include diff --git a/tests/test_hwtimer/main.c b/tests/test_hwtimer/main.c index 86b0fe64c8..26641306ca 100644 --- a/tests/test_hwtimer/main.c +++ b/tests/test_hwtimer/main.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2013 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief Hwtimer test application + * + * @author Oliver Hahm + * + * @} + */ + #include #include "hwtimer.h" diff --git a/tests/test_hwtimer_spin/main.c b/tests/test_hwtimer_spin/main.c index 1a8ad2889c..87a4c9501a 100644 --- a/tests/test_hwtimer_spin/main.c +++ b/tests/test_hwtimer_spin/main.c @@ -1,11 +1,23 @@ /* * Copyright (C) 2013 Ludwig Ortmann * - * This file subject to the terms and conditions of the GNU Lesser General + * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more * details. */ +/** + * @ingroup tests + * @{ + * + * @file + * @brief Hwtimer test application + * + * @author Ludwig Ortmann + * + * @} + */ + #include #include #include diff --git a/tests/test_irq/main.c b/tests/test_irq/main.c index 7b692d816d..dd79da70ce 100644 --- a/tests/test_irq/main.c +++ b/tests/test_irq/main.c @@ -1,5 +1,21 @@ /* * Copyright (C) 2013 Ludwig Ortmann + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief IRQ test application + * + * @author Ludwig Ortmann + * + * @} */ #include diff --git a/tests/test_nativenet/main.c b/tests/test_nativenet/main.c index 1df12d0fac..f7b8f8e9ec 100644 --- a/tests/test_nativenet/main.c +++ b/tests/test_nativenet/main.c @@ -1,5 +1,21 @@ /* - * Copyright (C) 2013 Oliver Hahm + * Copyright (C) 2013 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief Nativenet test application + * + * @author Oliver Hahm + * + * @} */ #include diff --git a/tests/test_pnet/main.c b/tests/test_pnet/main.c index 0dd4416b37..9b523dff8f 100644 --- a/tests/test_pnet/main.c +++ b/tests/test_pnet/main.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2013 Freie Universität Berlin + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief PNet test application + * + * @author Martin Lenders + * + * @} + */ + #include #include #include diff --git a/tests/test_semaphore/main.c b/tests/test_semaphore/main.c index 4b03833d02..8d782120ca 100644 --- a/tests/test_semaphore/main.c +++ b/tests/test_semaphore/main.c @@ -2,11 +2,24 @@ * Copyright (C) 2013 Christian Mehlis * Copyright (C) 2013 René Kijewski * - * This file subject to the terms and conditions of the GNU Lesser General + * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more * details. */ +/** + * @ingroup tests + * @{ + * + * @file + * @brief Semaphore test application + * + * @author Christian Mehlis + * @author René Kijewski + * + * @} + */ + #include #include "thread.h" diff --git a/tests/test_sha256/main.c b/tests/test_sha256/main.c index 5e00a4e4e1..20b2d6b5d2 100644 --- a/tests/test_sha256/main.c +++ b/tests/test_sha256/main.c @@ -1,11 +1,23 @@ /* * Copyright (C) 2013 Christian Mehlis * - * This file subject to the terms and conditions of the GNU Lesser General + * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more * details. */ +/** + * @ingroup tests + * @{ + * + * @file + * @brief SHA256 test application + * + * @author Christian Mehlis + * + * @} + */ + #include #include #include diff --git a/tests/test_shell/main.c b/tests/test_shell/main.c index d1d82cfa1a..e4e88071e0 100644 --- a/tests/test_shell/main.c +++ b/tests/test_shell/main.c @@ -1,25 +1,21 @@ /* - * main.c - Main function of the test_shell project. * Copyright (C) 2013 Kaspar Schleiser + * Copyright (C) 2013 Freie Universität Berlin * - * This source code is licensed under the LGPLv2 license, - * See the file LICENSE for more details. - * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. */ /** * @file - * @internal * @brief shows how to set up own and use the system shell commands. * By typing help in the serial console, all the supported commands * are listed. * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser * @author Zakaria Kasmi - * @version $Revision: 3855 $ * - * @note $Id: main.c 3855 2013-09-04 17:00:33 kasmi $ */ #include diff --git a/tests/test_thread_basic/main.c b/tests/test_thread_basic/main.c index 7ed7affa7a..582ef6c454 100644 --- a/tests/test_thread_basic/main.c +++ b/tests/test_thread_basic/main.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2013 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief Thread test application + * + * @author Oliver Hahm + * + * @} + */ + #include #include #include diff --git a/tests/test_thread_exit/main.c b/tests/test_thread_exit/main.c index b7b179285f..482414d8ee 100644 --- a/tests/test_thread_exit/main.c +++ b/tests/test_thread_exit/main.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2013 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief Thread test application + * + * @author Oliver Hahm + * + * @} + */ + #include #include "thread.h" diff --git a/tests/test_thread_msg/main.c b/tests/test_thread_msg/main.c index e320bbcf61..9b0f905b08 100644 --- a/tests/test_thread_msg/main.c +++ b/tests/test_thread_msg/main.c @@ -1,11 +1,23 @@ /* * Copyright (C) 2013 Christian Mehlis * - * This file subject to the terms and conditions of the GNU Lesser General + * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more * details. */ +/** + * @ingroup tests + * @{ + * + * @file + * @brief Thread test application + * + * @author Christian Mehlis + * + * @} + */ + #include #include "thread.h" diff --git a/tests/test_vtimer_msg/main.c b/tests/test_vtimer_msg/main.c index ef5f902a2b..e857e2415c 100644 --- a/tests/test_vtimer_msg/main.c +++ b/tests/test_vtimer_msg/main.c @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2013 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup tests + * @{ + * + * @file + * @brief Thread test application + * + * @author Oliver Hahm + * @author Christian Mehlis + * + * @} + */ + #include #include