diff --git a/boards/avsextrem/board_init.c b/boards/avsextrem/board_init.c index 05b19ccf0c..17074464eb 100644 --- a/boards/avsextrem/board_init.c +++ b/boards/avsextrem/board_init.c @@ -14,7 +14,7 @@ * * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will - * @author Kaspar Schleise + * @author Kaspar Schleiser * @author Michael Baar * @author Zakaria Kasmi * @author Marco Ziegert diff --git a/core/bitarithm.c b/core/bitarithm.c index 398c85f815..5180f0d81e 100644 --- a/core/bitarithm.c +++ b/core/bitarithm.c @@ -13,7 +13,7 @@ * @file bitarithm.c * @brief Bit arithmetic helper functions implementation * - * @author Kaspar Schleiser + * @author Kaspar Schleiser * @author Martin Lenders * * @} diff --git a/core/clist.c b/core/clist.c index c65b1e5a43..03c9b7589e 100644 --- a/core/clist.c +++ b/core/clist.c @@ -13,7 +13,7 @@ * @file clist.c * @brief Circular linked list implementation * - * @author Kaspar Schleiser + * @author Kaspar Schleiser * * @} */ diff --git a/core/include/atomic.h b/core/include/atomic.h index cc4a41eb82..16981e9d86 100644 --- a/core/include/atomic.h +++ b/core/include/atomic.h @@ -14,7 +14,7 @@ * @brief Atomic function declarations * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser */ #ifndef _ATOMIC_H diff --git a/core/include/bitarithm.h b/core/include/bitarithm.h index cf7126ce42..1c074447f8 100644 --- a/core/include/bitarithm.h +++ b/core/include/bitarithm.h @@ -14,7 +14,7 @@ * @brief Helper functions for bit arithmetic * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser * @author Martin Lenders */ diff --git a/core/include/clist.h b/core/include/clist.h index 72be66870c..2bdd346b55 100644 --- a/core/include/clist.h +++ b/core/include/clist.h @@ -14,7 +14,7 @@ * @brief Circular linkes list * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser */ #ifndef __CLIST_H diff --git a/core/include/debug.h b/core/include/debug.h index 7df33ce409..e8abd8058d 100644 --- a/core/include/debug.h +++ b/core/include/debug.h @@ -16,7 +16,7 @@ * #define ENABLE_DEBUG, include this and then use DEBUG as printf you can toggle. * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser */ #ifndef __DEBUG_H diff --git a/core/include/flags.h b/core/include/flags.h index 26873d1116..e8715e8f6e 100644 --- a/core/include/flags.h +++ b/core/include/flags.h @@ -13,7 +13,7 @@ * @file flags.h * @brief Misc flag definitions * - * @author Kaspar Schleiser + * @author Kaspar Schleiser */ #ifndef _FLAGS_H diff --git a/core/include/hwtimer_arch.h b/core/include/hwtimer_arch.h index a935fd3c8d..0dfba05fe2 100644 --- a/core/include/hwtimer_arch.h +++ b/core/include/hwtimer_arch.h @@ -16,7 +16,7 @@ * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt * @author Heiko Will - * @author Kaspar Schleiser + * @author Kaspar Schleiser */ #ifndef HWTIMER_ARCH_H_ diff --git a/core/include/kernel.h b/core/include/kernel.h index 47d578558e..8e70f1a469 100644 --- a/core/include/kernel.h +++ b/core/include/kernel.h @@ -14,7 +14,7 @@ * @brief Kernel compile time configuration * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser */ #ifndef KERNEL_H_ diff --git a/core/kernel_init.c b/core/kernel_init.c index b33b500f56..8474ed19f9 100644 --- a/core/kernel_init.c +++ b/core/kernel_init.c @@ -13,7 +13,7 @@ * @file kernel_init.c * @brief Platform-independent kernel initilization * - * @author Kaspar Schleiser + * @author Kaspar Schleiser * * @} */ diff --git a/core/msg.c b/core/msg.c index 9938be85d8..749c3db08c 100644 --- a/core/msg.c +++ b/core/msg.c @@ -14,7 +14,7 @@ * @brief Kernel messaging implementation * * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project - * @author Kaspar Schleiser + * @author Kaspar Schleiser * @author Oliver Hahm * * @} diff --git a/core/mutex.c b/core/mutex.c index 0f2668eee8..bea7240eb5 100644 --- a/core/mutex.c +++ b/core/mutex.c @@ -13,7 +13,7 @@ * @file mutex.c * @brief Kernel mutex implementation * - * @author Kaspar Schleiser + * @author Kaspar Schleiser * * @} */ diff --git a/core/oneway_malloc.c b/core/oneway_malloc.c index 1b09c8b629..eca82a8a8c 100644 --- a/core/oneway_malloc.c +++ b/core/oneway_malloc.c @@ -19,7 +19,7 @@ * * Simple malloc implementation for plattforms without malloc in libc. * - * @author Kaspar Schleiser + * @author Kaspar Schleiser * * @} */ diff --git a/core/queue.c b/core/queue.c index 44e857d66f..eb35488141 100644 --- a/core/queue.c +++ b/core/queue.c @@ -14,7 +14,7 @@ * @brief A simple queue implementation * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser * @} */ diff --git a/core/sched.c b/core/sched.c index 71cd706f08..a9b085e624 100644 --- a/core/sched.c +++ b/core/sched.c @@ -14,7 +14,7 @@ * @brief Scheduler implementation * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser * * @} * diff --git a/core/thread.c b/core/thread.c index 1037acf02e..bec8df88ca 100644 --- a/core/thread.c +++ b/core/thread.c @@ -13,7 +13,7 @@ * @file thread.c * @brief Threading implementation * - * @author Kaspar Schleiser + * @author Kaspar Schleiser * * @} */ diff --git a/cpu/lpc1768/cpu.c b/cpu/lpc1768/cpu.c index e126bd2bdc..a2308ae0d2 100644 --- a/cpu/lpc1768/cpu.c +++ b/cpu/lpc1768/cpu.c @@ -8,7 +8,7 @@ * details. * * @file cpu.c - * @author Kaspar Schleiser + * @author Kaspar Schleiser * @author Oliver Hahm */ diff --git a/sys/vtimer/vtimer.c b/sys/vtimer/vtimer.c index 390bcb0b1d..6f7751b62c 100644 --- a/sys/vtimer/vtimer.c +++ b/sys/vtimer/vtimer.c @@ -10,7 +10,7 @@ * @ingroup vtimer * @{ * @file - * @author Kaspar Schleiser (author) + * @author Kaspar Schleiser (author) * @author Oliver Hahm (modifications) * @author Ludwig Ortmann (cleaning up the mess) * @}