Merge pull request #1490 from LudwigOrtmann/noauthor

doc: fix all occurences of FU as author
This commit is contained in:
Ludwig Ortmann 2014-07-29 18:10:40 +02:00
commit 78ba2a7e45
102 changed files with 2 additions and 104 deletions

View File

@ -12,7 +12,6 @@
* @file * @file
* @brief avsextrem board initialization * @brief avsextrem board initialization
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will * @author Heiko Will
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Michael Baar * @author Michael Baar

View File

@ -13,7 +13,6 @@
* @ingroup LPC2387 * @ingroup LPC2387
* @brief CC1100 LPC2387 dependend functions * @brief CC1100 LPC2387 dependend functions
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>

View File

@ -14,7 +14,6 @@
* @brief SMB380 acceleration sensor driver for the LPC2387 on the * @brief SMB380 acceleration sensor driver for the LPC2387 on the
* AVSEXTREM board. * AVSEXTREM board.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @version $Revision: 3854 $ * @version $Revision: 3854 $

View File

@ -12,7 +12,6 @@
* @internal * @internal
* @brief Implements the SPI0 interface for the LPC2387 * @brief Implements the SPI0 interface for the LPC2387
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @version $Revision: 3854 $ * @version $Revision: 3854 $

View File

@ -16,7 +16,6 @@
* @file board.h * @file board.h
* @brief Boards specific drivers and configuration for the Avsextrem board * @brief Boards specific drivers and configuration for the Avsextrem board
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will * @author Heiko Will
* @author Zakaria Kasmi * @author Zakaria Kasmi
*/ */

View File

@ -11,7 +11,6 @@
* @file * @file
* @brief definitions for the avsextrem board configuration * @brief definitions for the avsextrem board configuration
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author baar * @author baar
* @author Zakaria Kasmi * @author Zakaria Kasmi
* @version $Revision: 1127 $ * @version $Revision: 1127 $

View File

@ -12,7 +12,6 @@
* @internal * @internal
* @brief SMB380 acceleration sensor definitions for the LPC2387 * @brief SMB380 acceleration sensor definitions for the LPC2387
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @version $Revision: 3854 $ * @version $Revision: 3854 $

View File

@ -12,7 +12,6 @@
* @internal * @internal
* @brief SPI interface definitions for the LPC2387 * @brief SPI interface definitions for the LPC2387
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @version $Revision: 3854 $ * @version $Revision: 3854 $

View File

@ -15,7 +15,6 @@
* @file * @file
* @brief MSB-A2 board initialization * @brief MSB-A2 board initialization
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Heiko Will * @author Heiko Will
* @author Kaspar Schleiser * @author Kaspar Schleiser
* @author Michael Baar <baar@inf.fu-berlin.de> * @author Michael Baar <baar@inf.fu-berlin.de>

View File

@ -16,7 +16,6 @@
* @file * @file
* @brief LTC4150 MSB-A2 specific implemetation * @brief LTC4150 MSB-A2 specific implemetation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Heiko Will * @author Heiko Will
* @author Michael Baar * @author Michael Baar
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>

View File

@ -9,8 +9,8 @@
/* /*
* debug_uart.c: provides initial serial debug output * debug_uart.c: provides initial serial debug output
* *
* Copyright (C) 2008, 2009 Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -25,7 +25,6 @@
* @file * @file
* @ingroup lpc2387 * @ingroup lpc2387
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @version $Revision$ * @version $Revision$
* *
* @note $Id$ * @note $Id$

View File

@ -7,7 +7,6 @@
* @files msba2-common.h * @files msba2-common.h
* @brief MSB-A2 Common Board Definitions * @brief MSB-A2 Common Board Definitions
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */
#ifndef __MSBA2_COMMON_H #ifndef __MSBA2_COMMON_H

View File

@ -15,7 +15,6 @@
* @file * @file
* @brief MSB-A2 board initialization * @brief MSB-A2 board initialization
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Heiko Will * @author Heiko Will
* @author Kaspar Schleiser * @author Kaspar Schleiser
* @author Michael Baar <baar@inf.fu-berlin.de> * @author Michael Baar <baar@inf.fu-berlin.de>

View File

@ -11,7 +11,6 @@
* @ingroup LPC2387 * @ingroup LPC2387
* @brief CC1100 LPC2387 dependend functions * @brief CC1100 LPC2387 dependend functions
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @version $Revision: 1781 $ * @version $Revision: 1781 $

View File

@ -7,7 +7,6 @@
* @file board.h * @file board.h
* @brief Basic definitions for the PTTU board * @brief Basic definitions for the PTTU board
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -19,7 +19,6 @@
* @file board.h * @file board.h
* @brief Basic definitions for the Senslab WSN430 v1.3b board * @brief Basic definitions for the Senslab WSN430 v1.3b board
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Milan Babel <babel@inf.fu-berlin.de> * @author Milan Babel <babel@inf.fu-berlin.de>
*/ */

View File

@ -19,7 +19,6 @@
* @file board.h * @file board.h
* @brief Basic definitions for the Senslab WSN430 v1.4 board * @brief Basic definitions for the Senslab WSN430 v1.4 board
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Milan Babel <babel@inf.fu-berlin.de> * @author Milan Babel <babel@inf.fu-berlin.de>
*/ */

View File

@ -13,7 +13,6 @@
* @file cib.c * @file cib.c
* @brief Circular integer buffer implementation * @brief Circular integer buffer implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* *
* @} * @}

View File

@ -13,7 +13,6 @@
* @file atomic.h * @file atomic.h
* @brief Atomic getter and setter functions * @brief Atomic getter and setter functions
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -13,7 +13,6 @@
* @file attributes.h * @file attributes.h
* @brief Compiler attributes/pragmas configuration * @brief Compiler attributes/pragmas configuration
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author René Kijewski <rene.kijewski@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de>
*/ */

View File

@ -13,7 +13,6 @@
* @file bitarithm.h * @file bitarithm.h
* @brief Helper functions for bit arithmetic * @brief Helper functions for bit arithmetic
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */

View File

@ -13,7 +13,6 @@
* @file clist.h * @file clist.h
* @brief Circular linked list * @brief Circular linked list
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -15,7 +15,6 @@
* *
* #define ENABLE_DEBUG, include this and then use DEBUG as printf you can toggle. * #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 <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -25,7 +25,6 @@
* @file hwtimer.h * @file hwtimer.h
* @brief HW-timer abstraction * @brief HW-timer abstraction
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will * @author Heiko Will
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Michael Baar * @author Michael Baar

View File

@ -16,7 +16,6 @@
* A reboot() function is also provided * A reboot() function is also provided
* (and used by core_panic() when needed). * (and used by core_panic() when needed).
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -25,7 +25,6 @@
* @file msg.h * @file msg.h
* @brief Messaging API for inter process communication * @brief Messaging API for inter process communication
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>
*/ */

View File

@ -13,7 +13,6 @@
* @file queue.h * @file queue.h
* @brief A simple queue implementation * @brief A simple queue implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -15,7 +15,6 @@
* @file sched.h * @file sched.h
* @brief Scheduler API definion * @brief Scheduler API definion
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -13,7 +13,6 @@
* @file tcb.h * @file tcb.h
* @brief Thread context block definition * @brief Thread context block definition
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will * @author Heiko Will
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -15,7 +15,6 @@
* @file thread.h * @file thread.h
* @brief Threading API * @brief Threading API
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -13,7 +13,6 @@
* @file * @file
* @brief Kernel messaging implementation * @brief Kernel messaging implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>

View File

@ -13,7 +13,6 @@
* @file queue.c * @file queue.c
* @brief A simple queue implementation * @brief A simple queue implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @} * @}
*/ */

View File

@ -13,7 +13,6 @@
* @file sched.c * @file sched.c
* @brief Scheduler implementation * @brief Scheduler implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* *
* @} * @}

View File

@ -21,7 +21,6 @@
* @internal * @internal
* @brief ARM bootloader * @brief ARM bootloader
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Michael Baar <michael.baar@fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de>
* @version $Revision$ * @version $Revision$

View File

@ -13,7 +13,6 @@
* @ingroup arm_common * @ingroup arm_common
* @brief LPC2387 Newlib gettimeofday() system call glue * @brief LPC2387 Newlib gettimeofday() system call glue
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Michael Baar <michael.baar@fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de>
* @author René Kijewski <rene.kijewski@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de>
*/ */

View File

@ -14,7 +14,6 @@
* @ingroup arm_common * @ingroup arm_common
* @brief LPC2387 NewLib system calls implementation * @brief LPC2387 NewLib system calls implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Michael Baar <michael.baar@fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de>
* *
*/ */

View File

@ -19,7 +19,6 @@ See the file LICENSE in the top level directory for more details.
* @file * @file
* @brief LPC2387 GPIO Interrupt Multiplexer implementation * @brief LPC2387 GPIO Interrupt Multiplexer implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Michael Baar <michael.baar@fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de>
* @version $Revision: 1508 $ * @version $Revision: 1508 $
* *

View File

@ -17,7 +17,6 @@
* user does not declare a handler, an appropriate interrupt is * user does not declare a handler, an appropriate interrupt is
* automatically registered for the specific i2c interface. * automatically registered for the specific i2c interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de>
* @author Benjamin Aschenbrenner * @author Benjamin Aschenbrenner

View File

@ -24,7 +24,6 @@ See the file LICENSE in the top level directory for more details.
* @file * @file
* @brief LPC2387 CPUconfiguration * @brief LPC2387 CPUconfiguration
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author baar * @author baar
* @version $Revision$ * @version $Revision$
* *

View File

@ -19,7 +19,6 @@
* does not declare a handler, an appropriate interrupt is * does not declare a handler, an appropriate interrupt is
* automatically registered for the specific i2c-interface. * automatically registered for the specific i2c-interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de>
* @author Benjamin Aschenbrenner * @author Benjamin Aschenbrenner

View File

@ -24,7 +24,6 @@ See the file LICENSE in the top level directory for more details.
* @file * @file
* @brief LPC2387 ADC * @brief LPC2387 ADC
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @version $Revision: 3249 $ * @version $Revision: 3249 $
* *

View File

@ -15,7 +15,6 @@ See the file LICENSE in the top level directory for more details.
* @ingroup lpc2387_adc * @ingroup lpc2387_adc
* @brief LPC2387 ADC * @brief LPC2387 ADC
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @version $Revision: 3250 $ * @version $Revision: 3250 $
* *

View File

@ -21,7 +21,6 @@ See the file LICENSE in the top level directory for more details.
* @brief LPC2387 Low-Power management * @brief LPC2387 Low-Power management
* @ingroup lpc2387 * @ingroup lpc2387
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will * @author Heiko Will
* @version $Revision$ * @version $Revision$
* *

View File

@ -15,7 +15,6 @@ See the file LICENSE in the top level directory for more details.
* @ingroup lpc2387_rtc * @ingroup lpc2387_rtc
* @brief LPC2387 Real-Time-Clock * @brief LPC2387 Real-Time-Clock
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Michael Baar <michael.baar@fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de>
* @version $Revision: 2005 $ * @version $Revision: 2005 $
* *

View File

@ -11,7 +11,6 @@
* @internal * @internal
* @brief ARM kernel timer CPU dependent functions implementation * @brief ARM kernel timer CPU dependent functions implementation
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -8,7 +8,6 @@
/** /**
* @file flowcontrol.h * @file flowcontrol.h
* @author Freie Universität Berlin, Computer Systems & Telemetics
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
* @brief Public declarations for the flow control jobs via the * @brief Public declarations for the flow control jobs via the
* serial interface for the 6LoWPAN Border Router driver. * serial interface for the 6LoWPAN Border Router driver.

View File

@ -8,7 +8,6 @@
/** /**
* @file multiplex.h * @file multiplex.h
* @author Freie Universität Berlin, Computer Systems & Telemetics
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
* @brief Public declarations for the multiplexing jobs via the * @brief Public declarations for the multiplexing jobs via the
* serial interface for the 6LoWPAN Border Router driver. * serial interface for the 6LoWPAN Border Router driver.

View File

@ -8,7 +8,6 @@
/** /**
* @file serialnumber.h * @file serialnumber.h
* @author Freie Universität Berlin, Computer Systems & Telemetics
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
* @brief Serial number arithmetics after RFC 1982, section 3 * @brief Serial number arithmetics after RFC 1982, section 3
*/ */

View File

@ -8,7 +8,6 @@
/** /**
* @file sixlowdriver.h * @file sixlowdriver.h
* @author Freie Universität Berlin, Computer Systems & Telemetics
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
* @brief Public declarations for the 6LoWPAN Border Router driver. * @brief Public declarations for the 6LoWPAN Border Router driver.
*/ */

View File

@ -16,7 +16,6 @@
* wants to measure by calling testing_start() to start the * wants to measure by calling testing_start() to start the
* measuring and testing_stop() to end it. * measuring and testing_stop() to end it.
* *
* @author Freie Universität Berlin, Computer Systems & Telemetics
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */

View File

@ -17,7 +17,6 @@
* @ingroup LPC2387 * @ingroup LPC2387
* @brief CC1100 LPC2387 dependend functions * @brief CC1100 LPC2387 dependend functions
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 1775 $ * @version $Revision: 1775 $
* *

View File

@ -17,7 +17,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @ingroup dev_cc110x * @ingroup dev_cc110x
* @brief ScatterWeb MSB-A2 mac-layer * @brief ScatterWeb MSB-A2 mac-layer
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 2128 $ * @version $Revision: 2128 $

View File

@ -17,7 +17,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @ingroup dev_cc110x * @ingroup dev_cc110x
* @brief ScatterWeb MSB-A2 mac-layer * @brief ScatterWeb MSB-A2 mac-layer
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 1999 $ * @version $Revision: 1999 $

View File

@ -21,7 +21,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief TI Chipcon CC110x default settings * @brief TI Chipcon CC110x default settings
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 2058 $ * @version $Revision: 2058 $

View File

@ -24,7 +24,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief TI Chipcon CC110x default settings * @brief TI Chipcon CC110x default settings
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 2139 $ * @version $Revision: 2139 $

View File

@ -25,7 +25,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @internal * @internal
* @brief TI Chipcon CC110x internal hardware constants * @brief TI Chipcon CC110x internal hardware constants
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 1231 $ * @version $Revision: 1231 $

View File

@ -19,7 +19,6 @@
* @internal * @internal
* @brief TI Chipcon CC110x Radio driver * @brief TI Chipcon CC110x Radio driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 2283 $ * @version $Revision: 2283 $

View File

@ -25,7 +25,6 @@
* @file * @file
* @brief TI Chipcon CC110x radio driver * @brief TI Chipcon CC110x radio driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
*/ */

View File

@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @internal * @internal
* @brief TI Chipcon CC110x physical radio driver * @brief TI Chipcon CC110x physical radio driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @internal * @internal
* @brief TI Chipcon CC110x physical radio driver * @brief TI Chipcon CC110x physical radio driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 1285 $ * @version $Revision: 1285 $

View File

@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @internal * @internal
* @brief TI Chipcon CC1100 SPI driver * @brief TI Chipcon CC1100 SPI driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 1775 $ * @version $Revision: 1775 $

View File

@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @internal * @internal
* @brief TI Chipcon CC1100 SPI driver * @brief TI Chipcon CC1100 SPI driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @version $Revision: 1775 $ * @version $Revision: 1775 $

View File

@ -13,7 +13,6 @@
* @file * @file
* @brief TI Chipcon CC110x default settings * @brief TI Chipcon CC110x default settings
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author INRIA * @author INRIA
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>

View File

@ -14,7 +14,6 @@
* @file cc110x-internal.h * @file cc110x-internal.h
* @brief Driver internal constants for 110x chip configuration * @brief Driver internal constants for 110x chip configuration
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -19,7 +19,6 @@
* @file cc110x_spi.c * @file cc110x_spi.c
* @brief TI Chipcon CC1100 SPI driver * @brief TI Chipcon CC1100 SPI driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @} * @}

View File

@ -17,7 +17,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @ingroup CC2420 * @ingroup CC2420
* @brief CC2420 dependend functions * @brief CC2420 dependend functions
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Milan Babel <babel@inf.fu-berlin.de> * @author Milan Babel <babel@inf.fu-berlin.de>
* @author Kévin Roussel <Kevin.Roussel@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr>

View File

@ -21,7 +21,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief TI Chipcon CC110x public interface * @brief TI Chipcon CC110x public interface
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @version $Revision: 2283 $ * @version $Revision: 2283 $
* *

View File

@ -19,7 +19,6 @@
* @file cc110x-arch.h * @file cc110x-arch.h
* @brief CC1100 architecture dependent functions * @brief CC1100 architecture dependent functions
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
*/ */

View File

@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief TI Chipcon CC110x default settings * @brief TI Chipcon CC110x default settings
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
*/ */

View File

@ -19,7 +19,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief TI Chipcon CC1100 SPI driver * @brief TI Chipcon CC1100 SPI driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
*/ */

View File

@ -27,7 +27,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief GPIO IRQ Multiplexer interface * @brief GPIO IRQ Multiplexer interface
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Michael Baar <michael.baar@fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de>
*/ */

View File

@ -20,7 +20,6 @@
* *
* The connection between the LM75A and the MCU is based on the I2C-interface. * The connection between the LM75A and the MCU is based on the I2C-interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
*/ */

View File

@ -24,7 +24,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file ltc4150_arch.h * @file ltc4150_arch.h
* @brief LTC4150 Coulomb Counter * @brief LTC4150 Coulomb Counter
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will * @author Heiko Will
*/ */

View File

@ -19,7 +19,6 @@
* *
* The connection between the SRF02 and the MCU is based on the i2c interface. * The connection between the SRF02 and the MCU is based on the i2c interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
*/ */

View File

@ -20,7 +20,6 @@
* *
* The communication between the MCU and SRF08 is via the i2c interface. * The communication between the MCU and SRF08 is via the i2c interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
*/ */

View File

@ -16,7 +16,6 @@
* The communication between the LM75A and the MCU is * The communication between the LM75A and the MCU is
* based on the i2c interface. * based on the i2c interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @version $Revision: 3855 $ * @version $Revision: 3855 $
* *

View File

@ -21,7 +21,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief LTC4150 Coulomb Counter * @brief LTC4150 Coulomb Counter
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Heiko Will * @author Heiko Will
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
*/ */

View File

@ -23,7 +23,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @file * @file
* @brief SHT11 Device Driver * @brief SHT11 Device Driver
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @version $Revision: 2396 $ * @version $Revision: 2396 $
* *
* @note $Id: sht11.c 2396 2010-07-06 15:12:35Z ziegert $ * @note $Id: sht11.c 2396 2010-07-06 15:12:35Z ziegert $

View File

@ -14,7 +14,6 @@
* The connection between the MCU and the SRF08 is based on the * The connection between the MCU and the SRF08 is based on the
* i2c-interface. * i2c-interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @version $Revision: 3856 $ * @version $Revision: 3856 $
* *

View File

@ -13,7 +13,6 @@
* @internal * @internal
* @brief Driver for the SRF08 ultrasonic ranger using the i2c interface. * @brief Driver for the SRF08 ultrasonic ranger using the i2c interface.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @version $Revision: 3857 $ * @version $Revision: 3857 $
* *

View File

@ -10,7 +10,6 @@
* @file * @file
* @author Jason Linehan <patientulysses@gmail.com> * @author Jason Linehan <patientulysses@gmail.com>
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
* @author Freie Universität Berlin, Computer Systems & Telematics
* *
*/ */

View File

@ -12,7 +12,6 @@
* @file rc5.c * @file rc5.c
* @brief implementation of the RC5 cipher-algorithm * @brief implementation of the RC5 cipher-algorithm
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Nicolai Schmittberger <nicolai.schmittberger@fu-berlin.de> * @author Nicolai Schmittberger <nicolai.schmittberger@fu-berlin.de>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @author Naveen Sastry * @author Naveen Sastry

View File

@ -11,7 +11,6 @@
/** /**
* @file * @file
* @author Jason Linehan <patientulysses@gmail.com> * @author Jason Linehan <patientulysses@gmail.com>
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
*/ */

View File

@ -110,7 +110,6 @@
* @brief Bloom filter API * @brief Bloom filter API
* *
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
* @author Freie Universität Berlin, Computer Systems & Telematics
*/ */
#ifndef _BLOOM_FILTER_H #ifndef _BLOOM_FILTER_H

View File

@ -15,7 +15,6 @@
* @file fd.h * @file fd.h
* @brief Unifies diverse identifiers of RIOT to POSIX like file descriptors. * @brief Unifies diverse identifiers of RIOT to POSIX like file descriptors.
* *
* @author Freie Universität Berlin
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
*/ */

View File

@ -16,7 +16,6 @@
* @brief Hash function API * @brief Hash function API
* *
* @author Jason Linehan <patientulysses@gmail.com> * @author Jason Linehan <patientulysses@gmail.com>
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Christian Mehlis <mehlis@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de>
*/ */

View File

@ -12,7 +12,6 @@
* @file posix_io.h * @file posix_io.h
* @brief POSIX-like IO * @brief POSIX-like IO
* *
* @author Freie Universität Berlin
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de>
* @author Oliver Hahm <oleg@hobbykeller.org> * @author Oliver Hahm <oleg@hobbykeller.org>

View File

@ -26,7 +26,6 @@
* @file * @file
* @brief * @brief
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author baar * @author baar
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @version $Revision: 1961 $ * @version $Revision: 1961 $

View File

@ -17,7 +17,6 @@
* @file * @file
* @brief Common network stack types (of all layers). * @brief Common network stack types (of all layers).
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>
* @version $Revision: 2061 $ * @version $Revision: 2061 $

View File

@ -16,7 +16,6 @@
* *
* @file net_if.h * @file net_if.h
* @brief Types and functions for network interfaces * @brief Types and functions for network interfaces
* @author Freie Universität Berlin
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef _NET_IF_H #ifndef _NET_IF_H

View File

@ -21,7 +21,6 @@
* @file * @file
* @brief Protocol handler multiplexing * @brief Protocol handler multiplexing
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Michael Baar <baar@inf.fu-berlin.de> * @author Michael Baar <baar@inf.fu-berlin.de>

View File

@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @internal * @internal
* @brief Protocol handler multiplexing * @brief Protocol handler multiplexing
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
* @author Michael Baar <baar@inf.fu-berlin.de> * @author Michael Baar <baar@inf.fu-berlin.de>

View File

@ -17,7 +17,6 @@
* The Open Group Base Specifications Issue 7, <strings.h> * The Open Group Base Specifications Issue 7, <strings.h>
* </a> * </a>
* *
* @author Freie Universität Berlin
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef STRINGS_H #ifndef STRINGS_H

View File

@ -18,7 +18,6 @@
* The Open Group Base Specifications Issue 7, <unistd.h> * The Open Group Base Specifications Issue 7, <unistd.h>
* </a> * </a>
* *
* @author Freie Universität Berlin
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef _UNISTD_H #ifndef _UNISTD_H

View File

@ -18,7 +18,6 @@
* The Open Group Base Specifications Issue 7, <arpa/inet.h> * The Open Group Base Specifications Issue 7, <arpa/inet.h>
* </a> * </a>
* *
* @author Freie Universität Berlin
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef ARPA_INET_H #ifndef ARPA_INET_H

View File

@ -18,7 +18,6 @@
* The Open Group Base Specifications Issue 7, <netinet/in.h> * The Open Group Base Specifications Issue 7, <netinet/in.h>
* </a> * </a>
* *
* @author Freie Universität Berlin
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef _NETINET_IN_H #ifndef _NETINET_IN_H

View File

@ -18,7 +18,6 @@
* The Open Group Base Specifications Issue 7, <sys/socket.h> * The Open Group Base Specifications Issue 7, <sys/socket.h>
* </a> * </a>
* *
* @author Freie Universität Berlin
* @author Martin Lenders <mlenders@inf.fu-berlin.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef _SYS_SOCKET_H #ifndef _SYS_SOCKET_H

View File

@ -12,7 +12,6 @@
* @internal * @internal
* @brief Show the heap state for the LPC2387 on the command shell. * @brief Show the heap state for the LPC2387 on the command shell.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* *
* @note $Id: sc_heap.c 3855 2013-09-05 12:40:11 kasmi $ * @note $Id: sc_heap.c 3855 2013-09-05 12:40:11 kasmi $

View File

@ -22,7 +22,6 @@
* name of a handler, the handler will be called with the whole * name of a handler, the handler will be called with the whole
* command line as parameter. * command line as parameter.
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author René Kijewski <rene.kijewski@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de>
*/ */

View File

@ -13,7 +13,6 @@
* @file tests-core.h * @file tests-core.h
* @brief Unittests for the ``core`` module * @brief Unittests for the ``core`` module
* *
* @author Freie Universität Berlin, Computer Systems & Telematics
* @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef __TESTS_CORE_H_ #ifndef __TESTS_CORE_H_

Some files were not shown because too many files have changed in this diff Show More