From b6846e31fc187def4f4fa9b8f980d9d94365981f Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de> Date: Tue, 29 Jul 2014 14:50:02 +0200 Subject: [PATCH] doc: fix most occurences of FU as an author .. but only if there are other authors as well --- boards/avsextrem/board_init.c | 1 - boards/avsextrem/drivers/avsextrem-cc1100.c | 1 - boards/avsextrem/drivers/avsextrem-smb380.c | 1 - boards/avsextrem/drivers/avsextrem-ssp0.c | 1 - boards/avsextrem/include/board.h | 1 - boards/avsextrem/include/configure.h | 1 - boards/avsextrem/include/smb380-board.h | 1 - boards/avsextrem/include/ssp0-board.h | 1 - boards/msba2-common/board_common_init.c | 1 - boards/msba2-common/drivers/msba2-ltc4150.c | 1 - boards/msba2-common/drivers/msba2-uart0.c | 5 ++--- boards/msba2-common/include/msba2_common.h | 1 - boards/msba2/board_init.c | 1 - boards/msba2/msba2-cc110x.c | 1 - boards/pttu/include/board.h | 1 - boards/wsn430-v1_3b/include/board.h | 1 - boards/wsn430-v1_4/include/board.h | 1 - core/cib.c | 1 - core/include/atomic.h | 1 - core/include/attributes.h | 1 - core/include/bitarithm.h | 1 - core/include/clist.h | 1 - core/include/debug.h | 1 - core/include/hwtimer.h | 1 - core/include/kernel.h | 1 - core/include/msg.h | 1 - core/include/queue.h | 1 - core/include/sched.h | 1 - core/include/tcb.h | 1 - core/include/thread.h | 1 - core/msg.c | 1 - core/queue.c | 1 - core/sched.c | 1 - cpu/arm_common/bootloader.c | 1 - cpu/arm_common/gettimeofday.c | 1 - cpu/arm_common/syscalls.c | 1 - cpu/lpc2387/gpioint/lpc2387-gpioint.c | 1 - cpu/lpc2387/i2c/i2c.c | 1 - cpu/lpc2387/include/cpu-conf.h | 1 - cpu/lpc2387/include/i2c.h | 1 - cpu/lpc2387/include/lpc2387-adc.h | 1 - cpu/lpc2387/lpc2387-adc.c | 1 - cpu/lpc2387/lpc2387-lpm.c | 1 - cpu/lpc2387/rtc/lpc2387-rtc.c | 1 - cpu/lpc_common/hwtimer_cpu.c | 1 - dist/tools/linux-border_router/flowcontrol.h | 1 - dist/tools/linux-border_router/multiplex.h | 1 - dist/tools/linux-border_router/serialnumber.h | 1 - dist/tools/linux-border_router/sixlowdriver.h | 1 - dist/tools/linux-border_router/testing.h | 1 - drivers/cc110x/arch_cc1100.h | 1 - drivers/cc110x/cc1100-csmaca-mac.c | 1 - drivers/cc110x/cc1100-csmaca-mac.h | 1 - drivers/cc110x/cc1100-defaultSettings.c | 1 - drivers/cc110x/cc1100-defaultSettings.h | 1 - drivers/cc110x/cc1100-internal.h | 1 - drivers/cc110x/cc1100.c | 1 - drivers/cc110x/cc1100.h | 1 - drivers/cc110x/cc1100_phy.c | 1 - drivers/cc110x/cc1100_phy.h | 1 - drivers/cc110x/cc1100_spi.c | 1 - drivers/cc110x/cc1100_spi.h | 1 - drivers/cc110x_ng/cc110x-defaultSettings.c | 1 - drivers/cc110x_ng/cc110x-internal.h | 1 - drivers/cc110x_ng/spi/cc110x_spi.c | 1 - drivers/cc2420/include/cc2420_arch.h | 1 - drivers/include/cc110x/cc1100-interface.h | 1 - drivers/include/cc110x_ng/cc110x-arch.h | 1 - drivers/include/cc110x_ng/cc110x-defaultSettings.h | 1 - drivers/include/cc110x_ng/cc110x_spi.h | 1 - drivers/include/gpioint.h | 1 - drivers/include/lm75a-temp-sensor.h | 1 - drivers/include/ltc4150_arch.h | 1 - drivers/include/srf02-ultrasonic-sensor.h | 1 - drivers/include/srf08-ultrasonic-sensor.h | 1 - drivers/lm75a/lm75a-temp-sensor.c | 1 - drivers/ltc4150/ltc4150.c | 1 - drivers/sht11/sht11.c | 1 - drivers/srf02/srf02-ultrasonic-sensor.c | 1 - drivers/srf08/srf08-ultrasonic-sensor.c | 1 - sys/bloom/bloom.c | 1 - sys/crypto/rc5.c | 1 - sys/hashes/hashes.c | 1 - sys/include/bloom.h | 1 - sys/include/fd.h | 1 - sys/include/hashes.h | 1 - sys/include/posix_io.h | 1 - sys/include/radio/radio.h | 1 - sys/include/radio/types.h | 1 - sys/net/include/net_if.h | 1 - sys/net/include/protocol-multiplex.h | 1 - sys/net/link_layer/protocol-multiplex/protocol-multiplex.c | 1 - sys/posix/include/strings.h | 1 - sys/posix/include/unistd.h | 1 - sys/posix/pnet/include/arpa/inet.h | 1 - sys/posix/pnet/include/netinet/in.h | 1 - sys/posix/pnet/include/sys/socket.h | 1 - sys/shell/commands/sc_heap.c | 1 - sys/shell/shell.c | 1 - tests/unittests/tests-core/tests-core.h | 1 - tests/unittests/tests-lib/tests-lib.h | 1 - tests/unittests/unittests.h | 1 - 102 files changed, 2 insertions(+), 104 deletions(-) diff --git a/boards/avsextrem/board_init.c b/boards/avsextrem/board_init.c index 5ae829fe87..26956f13e2 100644 --- a/boards/avsextrem/board_init.c +++ b/boards/avsextrem/board_init.c @@ -12,7 +12,6 @@ * @file * @brief avsextrem board initialization * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Michael Baar diff --git a/boards/avsextrem/drivers/avsextrem-cc1100.c b/boards/avsextrem/drivers/avsextrem-cc1100.c index 49237f0706..59ac780253 100644 --- a/boards/avsextrem/drivers/avsextrem-cc1100.c +++ b/boards/avsextrem/drivers/avsextrem-cc1100.c @@ -13,7 +13,6 @@ * @ingroup LPC2387 * @brief CC1100 LPC2387 dependend functions * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will <hwill@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> diff --git a/boards/avsextrem/drivers/avsextrem-smb380.c b/boards/avsextrem/drivers/avsextrem-smb380.c index 017f78249d..5658a2c238 100644 --- a/boards/avsextrem/drivers/avsextrem-smb380.c +++ b/boards/avsextrem/drivers/avsextrem-smb380.c @@ -14,7 +14,6 @@ * @brief SMB380 acceleration sensor driver for the LPC2387 on the * AVSEXTREM board. * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @version $Revision: 3854 $ diff --git a/boards/avsextrem/drivers/avsextrem-ssp0.c b/boards/avsextrem/drivers/avsextrem-ssp0.c index 5055cbefbe..5051f82ef5 100644 --- a/boards/avsextrem/drivers/avsextrem-ssp0.c +++ b/boards/avsextrem/drivers/avsextrem-ssp0.c @@ -12,7 +12,6 @@ * @internal * @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 Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @version $Revision: 3854 $ diff --git a/boards/avsextrem/include/board.h b/boards/avsextrem/include/board.h index 5a1b11bcb4..2a91c03780 100644 --- a/boards/avsextrem/include/board.h +++ b/boards/avsextrem/include/board.h @@ -16,7 +16,6 @@ * @file board.h * @brief Boards specific drivers and configuration for the Avsextrem board * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will * @author Zakaria Kasmi */ diff --git a/boards/avsextrem/include/configure.h b/boards/avsextrem/include/configure.h index 64cffecefc..ffee6be510 100644 --- a/boards/avsextrem/include/configure.h +++ b/boards/avsextrem/include/configure.h @@ -11,7 +11,6 @@ * @file * @brief definitions for the avsextrem board configuration * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author baar * @author Zakaria Kasmi * @version $Revision: 1127 $ diff --git a/boards/avsextrem/include/smb380-board.h b/boards/avsextrem/include/smb380-board.h index 5c7241c4e3..2a20ab54d7 100644 --- a/boards/avsextrem/include/smb380-board.h +++ b/boards/avsextrem/include/smb380-board.h @@ -12,7 +12,6 @@ * @internal * @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 Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @version $Revision: 3854 $ diff --git a/boards/avsextrem/include/ssp0-board.h b/boards/avsextrem/include/ssp0-board.h index f17b3cd82a..23f11e842a 100644 --- a/boards/avsextrem/include/ssp0-board.h +++ b/boards/avsextrem/include/ssp0-board.h @@ -12,7 +12,6 @@ * @internal * @brief SPI interface definitions for the LPC2387 * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @version $Revision: 3854 $ diff --git a/boards/msba2-common/board_common_init.c b/boards/msba2-common/board_common_init.c index 2fb719861b..3932644246 100644 --- a/boards/msba2-common/board_common_init.c +++ b/boards/msba2-common/board_common_init.c @@ -15,7 +15,6 @@ * @file * @brief MSB-A2 board initialization * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Heiko Will * @author Kaspar Schleiser * @author Michael Baar <baar@inf.fu-berlin.de> diff --git a/boards/msba2-common/drivers/msba2-ltc4150.c b/boards/msba2-common/drivers/msba2-ltc4150.c index e2f891bd45..1fcc0f2204 100644 --- a/boards/msba2-common/drivers/msba2-ltc4150.c +++ b/boards/msba2-common/drivers/msba2-ltc4150.c @@ -16,7 +16,6 @@ * @file * @brief LTC4150 MSB-A2 specific implemetation * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Heiko Will * @author Michael Baar * @author Kaspar Schleiser <kaspar@schleiser.de> diff --git a/boards/msba2-common/drivers/msba2-uart0.c b/boards/msba2-common/drivers/msba2-uart0.c index 3abbcb24a8..1fd961a9fe 100644 --- a/boards/msba2-common/drivers/msba2-uart0.c +++ b/boards/msba2-common/drivers/msba2-uart0.c @@ -9,8 +9,8 @@ /* * debug_uart.c: provides initial serial debug output * - * Copyright (C) 2008, 2009 Kaspar Schleiser <kaspar@schleiser.de> - * Heiko Will <hwill@inf.fu-berlin.de> + * @author Kaspar Schleiser <kaspar@schleiser.de> + * @author Heiko Will <hwill@inf.fu-berlin.de> */ #include <stdlib.h> #include <string.h> @@ -25,7 +25,6 @@ * @file * @ingroup lpc2387 * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @version $Revision$ * * @note $Id$ diff --git a/boards/msba2-common/include/msba2_common.h b/boards/msba2-common/include/msba2_common.h index 8e43116d20..16b9961d35 100644 --- a/boards/msba2-common/include/msba2_common.h +++ b/boards/msba2-common/include/msba2_common.h @@ -7,7 +7,6 @@ * @files msba2-common.h * @brief MSB-A2 Common Board Definitions * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Kaspar Schleiser <kaspar@schleiser.de> */ #ifndef __MSBA2_COMMON_H diff --git a/boards/msba2/board_init.c b/boards/msba2/board_init.c index 7def2feeec..617b51d60b 100644 --- a/boards/msba2/board_init.c +++ b/boards/msba2/board_init.c @@ -15,7 +15,6 @@ * @file * @brief MSB-A2 board initialization * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Heiko Will * @author Kaspar Schleiser * @author Michael Baar <baar@inf.fu-berlin.de> diff --git a/boards/msba2/msba2-cc110x.c b/boards/msba2/msba2-cc110x.c index 6c9bf97ffe..7eba7b49aa 100644 --- a/boards/msba2/msba2-cc110x.c +++ b/boards/msba2/msba2-cc110x.c @@ -11,7 +11,6 @@ * @ingroup LPC2387 * @brief CC1100 LPC2387 dependend functions * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Heiko Will <hwill@inf.fu-berlin.de> * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @version $Revision: 1781 $ diff --git a/boards/pttu/include/board.h b/boards/pttu/include/board.h index 3890f4cbe5..3985f73995 100644 --- a/boards/pttu/include/board.h +++ b/boards/pttu/include/board.h @@ -7,7 +7,6 @@ * @file board.h * @brief Basic definitions for the PTTU board * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/boards/wsn430-v1_3b/include/board.h b/boards/wsn430-v1_3b/include/board.h index 6ffa51610d..e11ddb85e3 100644 --- a/boards/wsn430-v1_3b/include/board.h +++ b/boards/wsn430-v1_3b/include/board.h @@ -19,7 +19,6 @@ * @file board.h * @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> */ diff --git a/boards/wsn430-v1_4/include/board.h b/boards/wsn430-v1_4/include/board.h index c7b18f8475..7080c8bb09 100644 --- a/boards/wsn430-v1_4/include/board.h +++ b/boards/wsn430-v1_4/include/board.h @@ -19,7 +19,6 @@ * @file board.h * @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> */ diff --git a/core/cib.c b/core/cib.c index 39150dd469..0d18bb12e4 100644 --- a/core/cib.c +++ b/core/cib.c @@ -13,7 +13,6 @@ * @file cib.c * @brief Circular integer buffer implementation * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Kaspar Schleiser <kaspar@schleiser.de> * * @} diff --git a/core/include/atomic.h b/core/include/atomic.h index 621157d60d..05bbe2d8d6 100644 --- a/core/include/atomic.h +++ b/core/include/atomic.h @@ -13,7 +13,6 @@ * @file atomic.h * @brief Atomic getter and setter functions * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/core/include/attributes.h b/core/include/attributes.h index b1efec6dbf..294d58fd36 100644 --- a/core/include/attributes.h +++ b/core/include/attributes.h @@ -13,7 +13,6 @@ * @file attributes.h * @brief Compiler attributes/pragmas configuration * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author René Kijewski <rene.kijewski@fu-berlin.de> */ diff --git a/core/include/bitarithm.h b/core/include/bitarithm.h index 696f68e71e..0a5df4e50b 100644 --- a/core/include/bitarithm.h +++ b/core/include/bitarithm.h @@ -13,7 +13,6 @@ * @file bitarithm.h * @brief Helper functions for bit arithmetic * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ diff --git a/core/include/clist.h b/core/include/clist.h index de43351397..128ec9555a 100644 --- a/core/include/clist.h +++ b/core/include/clist.h @@ -13,7 +13,6 @@ * @file clist.h * @brief Circular linked list * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/core/include/debug.h b/core/include/debug.h index 15fcfc7940..b056cc8238 100644 --- a/core/include/debug.h +++ b/core/include/debug.h @@ -15,7 +15,6 @@ * * #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> */ diff --git a/core/include/hwtimer.h b/core/include/hwtimer.h index 0a92b14d34..9ad9c048a8 100644 --- a/core/include/hwtimer.h +++ b/core/include/hwtimer.h @@ -25,7 +25,6 @@ * @file hwtimer.h * @brief HW-timer abstraction * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Michael Baar diff --git a/core/include/kernel.h b/core/include/kernel.h index a781fc9206..d309899713 100644 --- a/core/include/kernel.h +++ b/core/include/kernel.h @@ -16,7 +16,6 @@ * A reboot() function is also provided * (and used by core_panic() when needed). * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/core/include/msg.h b/core/include/msg.h index fe29e23c02..1d2fd91c0c 100644 --- a/core/include/msg.h +++ b/core/include/msg.h @@ -25,7 +25,6 @@ * @file msg.h * @brief Messaging API for inter process communication * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kévin Roussel <Kevin.Roussel@inria.fr> */ diff --git a/core/include/queue.h b/core/include/queue.h index 8d9416f056..20c6b007db 100644 --- a/core/include/queue.h +++ b/core/include/queue.h @@ -13,7 +13,6 @@ * @file queue.h * @brief A simple queue implementation * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/core/include/sched.h b/core/include/sched.h index e024765cf3..729027f2c5 100644 --- a/core/include/sched.h +++ b/core/include/sched.h @@ -15,7 +15,6 @@ * @file sched.h * @brief Scheduler API definion * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/core/include/tcb.h b/core/include/tcb.h index 3bbac882bc..bcba706fac 100644 --- a/core/include/tcb.h +++ b/core/include/tcb.h @@ -13,7 +13,6 @@ * @file tcb.h * @brief Thread context block definition * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/core/include/thread.h b/core/include/thread.h index e4097afc65..92659df246 100644 --- a/core/include/thread.h +++ b/core/include/thread.h @@ -15,7 +15,6 @@ * @file thread.h * @brief Threading API * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/core/msg.c b/core/msg.c index 3d50fb1b34..c3a369e076 100644 --- a/core/msg.c +++ b/core/msg.c @@ -13,7 +13,6 @@ * @file * @brief Kernel messaging implementation * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @author Kévin Roussel <Kevin.Roussel@inria.fr> diff --git a/core/queue.c b/core/queue.c index 5a8ed56568..8d65df3876 100644 --- a/core/queue.c +++ b/core/queue.c @@ -13,7 +13,6 @@ * @file queue.c * @brief A simple queue implementation * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> * @} */ diff --git a/core/sched.c b/core/sched.c index 3c02b82cce..929770e11e 100644 --- a/core/sched.c +++ b/core/sched.c @@ -13,7 +13,6 @@ * @file sched.c * @brief Scheduler implementation * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> * * @} diff --git a/cpu/arm_common/bootloader.c b/cpu/arm_common/bootloader.c index 0234cbbbbb..00b8bac050 100644 --- a/cpu/arm_common/bootloader.c +++ b/cpu/arm_common/bootloader.c @@ -21,7 +21,6 @@ * @internal * @brief ARM bootloader * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will <hwill@inf.fu-berlin.de> * @author Michael Baar <michael.baar@fu-berlin.de> * @version $Revision$ diff --git a/cpu/arm_common/gettimeofday.c b/cpu/arm_common/gettimeofday.c index ef96fb255d..0406753efd 100644 --- a/cpu/arm_common/gettimeofday.c +++ b/cpu/arm_common/gettimeofday.c @@ -13,7 +13,6 @@ * @ingroup arm_common * @brief LPC2387 Newlib gettimeofday() system call glue * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Michael Baar <michael.baar@fu-berlin.de> * @author René Kijewski <rene.kijewski@fu-berlin.de> */ diff --git a/cpu/arm_common/syscalls.c b/cpu/arm_common/syscalls.c index c483d8de83..d6612c33f5 100644 --- a/cpu/arm_common/syscalls.c +++ b/cpu/arm_common/syscalls.c @@ -14,7 +14,6 @@ * @ingroup arm_common * @brief LPC2387 NewLib system calls implementation * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Michael Baar <michael.baar@fu-berlin.de> * */ diff --git a/cpu/lpc2387/gpioint/lpc2387-gpioint.c b/cpu/lpc2387/gpioint/lpc2387-gpioint.c index 17f9f4cd9c..7f8dc8bf45 100644 --- a/cpu/lpc2387/gpioint/lpc2387-gpioint.c +++ b/cpu/lpc2387/gpioint/lpc2387-gpioint.c @@ -19,7 +19,6 @@ See the file LICENSE in the top level directory for more details. * @file * @brief LPC2387 GPIO Interrupt Multiplexer implementation * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Michael Baar <michael.baar@fu-berlin.de> * @version $Revision: 1508 $ * diff --git a/cpu/lpc2387/i2c/i2c.c b/cpu/lpc2387/i2c/i2c.c index 73121a08a7..4483c04b12 100644 --- a/cpu/lpc2387/i2c/i2c.c +++ b/cpu/lpc2387/i2c/i2c.c @@ -17,7 +17,6 @@ * user does not declare a handler, an appropriate interrupt is * automatically registered for the specific i2c interface. * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Benjamin Aschenbrenner diff --git a/cpu/lpc2387/include/cpu-conf.h b/cpu/lpc2387/include/cpu-conf.h index c18eac3027..ad88f842f0 100644 --- a/cpu/lpc2387/include/cpu-conf.h +++ b/cpu/lpc2387/include/cpu-conf.h @@ -24,7 +24,6 @@ See the file LICENSE in the top level directory for more details. * @file * @brief LPC2387 CPUconfiguration * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author baar * @version $Revision$ * diff --git a/cpu/lpc2387/include/i2c.h b/cpu/lpc2387/include/i2c.h index 8661904998..d3803acdaf 100644 --- a/cpu/lpc2387/include/i2c.h +++ b/cpu/lpc2387/include/i2c.h @@ -19,7 +19,6 @@ * does not declare a handler, an appropriate interrupt is * automatically registered for the specific i2c-interface. * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Marco Ziegert <ziegert@inf.fu-berlin.de> * @author Benjamin Aschenbrenner diff --git a/cpu/lpc2387/include/lpc2387-adc.h b/cpu/lpc2387/include/lpc2387-adc.h index 46b65b7f56..2b52c701be 100644 --- a/cpu/lpc2387/include/lpc2387-adc.h +++ b/cpu/lpc2387/include/lpc2387-adc.h @@ -24,7 +24,6 @@ See the file LICENSE in the top level directory for more details. * @file * @brief LPC2387 ADC * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @version $Revision: 3249 $ * diff --git a/cpu/lpc2387/lpc2387-adc.c b/cpu/lpc2387/lpc2387-adc.c index 2eb1d38a88..5fc37953a5 100644 --- a/cpu/lpc2387/lpc2387-adc.c +++ b/cpu/lpc2387/lpc2387-adc.c @@ -15,7 +15,6 @@ See the file LICENSE in the top level directory for more details. * @ingroup lpc2387_adc * @brief LPC2387 ADC * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @version $Revision: 3250 $ * diff --git a/cpu/lpc2387/lpc2387-lpm.c b/cpu/lpc2387/lpc2387-lpm.c index dd8e74ba04..e9a05c595c 100644 --- a/cpu/lpc2387/lpc2387-lpm.c +++ b/cpu/lpc2387/lpc2387-lpm.c @@ -21,7 +21,6 @@ See the file LICENSE in the top level directory for more details. * @brief LPC2387 Low-Power management * @ingroup lpc2387 * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will * @version $Revision$ * diff --git a/cpu/lpc2387/rtc/lpc2387-rtc.c b/cpu/lpc2387/rtc/lpc2387-rtc.c index 811bd2639c..96d9885592 100644 --- a/cpu/lpc2387/rtc/lpc2387-rtc.c +++ b/cpu/lpc2387/rtc/lpc2387-rtc.c @@ -15,7 +15,6 @@ See the file LICENSE in the top level directory for more details. * @ingroup lpc2387_rtc * @brief LPC2387 Real-Time-Clock * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Michael Baar <michael.baar@fu-berlin.de> * @version $Revision: 2005 $ * diff --git a/cpu/lpc_common/hwtimer_cpu.c b/cpu/lpc_common/hwtimer_cpu.c index 052fb68c5d..a6cebd88ad 100644 --- a/cpu/lpc_common/hwtimer_cpu.c +++ b/cpu/lpc_common/hwtimer_cpu.c @@ -11,7 +11,6 @@ * @internal * @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 Heiko Will <hwill@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> diff --git a/dist/tools/linux-border_router/flowcontrol.h b/dist/tools/linux-border_router/flowcontrol.h index a96ec78263..3956c6ca7c 100644 --- a/dist/tools/linux-border_router/flowcontrol.h +++ b/dist/tools/linux-border_router/flowcontrol.h @@ -8,7 +8,6 @@ /** * @file flowcontrol.h - * @author Freie Universität Berlin, Computer Systems & Telemetics * @author Martin Lenders <mlenders@inf.fu-berlin.de> * @brief Public declarations for the flow control jobs via the * serial interface for the 6LoWPAN Border Router driver. diff --git a/dist/tools/linux-border_router/multiplex.h b/dist/tools/linux-border_router/multiplex.h index 42c8b332cb..a84127446c 100644 --- a/dist/tools/linux-border_router/multiplex.h +++ b/dist/tools/linux-border_router/multiplex.h @@ -8,7 +8,6 @@ /** * @file multiplex.h - * @author Freie Universität Berlin, Computer Systems & Telemetics * @author Martin Lenders <mlenders@inf.fu-berlin.de> * @brief Public declarations for the multiplexing jobs via the * serial interface for the 6LoWPAN Border Router driver. diff --git a/dist/tools/linux-border_router/serialnumber.h b/dist/tools/linux-border_router/serialnumber.h index 3e0094c96f..202bfa72f1 100644 --- a/dist/tools/linux-border_router/serialnumber.h +++ b/dist/tools/linux-border_router/serialnumber.h @@ -8,7 +8,6 @@ /** * @file serialnumber.h - * @author Freie Universität Berlin, Computer Systems & Telemetics * @author Martin Lenders <mlenders@inf.fu-berlin.de> * @brief Serial number arithmetics after RFC 1982, section 3 */ diff --git a/dist/tools/linux-border_router/sixlowdriver.h b/dist/tools/linux-border_router/sixlowdriver.h index cc9d48d382..1af3acc71a 100644 --- a/dist/tools/linux-border_router/sixlowdriver.h +++ b/dist/tools/linux-border_router/sixlowdriver.h @@ -8,7 +8,6 @@ /** * @file sixlowdriver.h - * @author Freie Universität Berlin, Computer Systems & Telemetics * @author Martin Lenders <mlenders@inf.fu-berlin.de> * @brief Public declarations for the 6LoWPAN Border Router driver. */ diff --git a/dist/tools/linux-border_router/testing.h b/dist/tools/linux-border_router/testing.h index a013086cd5..2c4616500b 100644 --- a/dist/tools/linux-border_router/testing.h +++ b/dist/tools/linux-border_router/testing.h @@ -16,7 +16,6 @@ * wants to measure by calling testing_start() to start the * measuring and testing_stop() to end it. * - * @author Freie Universität Berlin, Computer Systems & Telemetics * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ diff --git a/drivers/cc110x/arch_cc1100.h b/drivers/cc110x/arch_cc1100.h index 132a7a061d..461ae74f6b 100644 --- a/drivers/cc110x/arch_cc1100.h +++ b/drivers/cc110x/arch_cc1100.h @@ -17,7 +17,6 @@ * @ingroup LPC2387 * @brief CC1100 LPC2387 dependend functions * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 1775 $ * diff --git a/drivers/cc110x/cc1100-csmaca-mac.c b/drivers/cc110x/cc1100-csmaca-mac.c index 371bc45f5e..4af3dd94cb 100644 --- a/drivers/cc110x/cc1100-csmaca-mac.c +++ b/drivers/cc110x/cc1100-csmaca-mac.c @@ -17,7 +17,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @ingroup dev_cc110x * @brief ScatterWeb MSB-A2 mac-layer * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 2128 $ diff --git a/drivers/cc110x/cc1100-csmaca-mac.h b/drivers/cc110x/cc1100-csmaca-mac.h index e5c0d815c1..9cf0eee26b 100644 --- a/drivers/cc110x/cc1100-csmaca-mac.h +++ b/drivers/cc110x/cc1100-csmaca-mac.h @@ -17,7 +17,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @ingroup dev_cc110x * @brief ScatterWeb MSB-A2 mac-layer * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 1999 $ diff --git a/drivers/cc110x/cc1100-defaultSettings.c b/drivers/cc110x/cc1100-defaultSettings.c index 8f68b59446..6d940ac45f 100644 --- a/drivers/cc110x/cc1100-defaultSettings.c +++ b/drivers/cc110x/cc1100-defaultSettings.c @@ -21,7 +21,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief TI Chipcon CC110x default settings * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 2058 $ diff --git a/drivers/cc110x/cc1100-defaultSettings.h b/drivers/cc110x/cc1100-defaultSettings.h index 6b2a71ec90..c8f6a6d15b 100644 --- a/drivers/cc110x/cc1100-defaultSettings.h +++ b/drivers/cc110x/cc1100-defaultSettings.h @@ -24,7 +24,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief TI Chipcon CC110x default settings * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 2139 $ diff --git a/drivers/cc110x/cc1100-internal.h b/drivers/cc110x/cc1100-internal.h index cd51e283d5..e263983e46 100644 --- a/drivers/cc110x/cc1100-internal.h +++ b/drivers/cc110x/cc1100-internal.h @@ -25,7 +25,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @internal * @brief TI Chipcon CC110x internal hardware constants * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 1231 $ diff --git a/drivers/cc110x/cc1100.c b/drivers/cc110x/cc1100.c index 005f3d7f11..a4a1b8ed0e 100644 --- a/drivers/cc110x/cc1100.c +++ b/drivers/cc110x/cc1100.c @@ -19,7 +19,6 @@ * @internal * @brief TI Chipcon CC110x Radio driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 2283 $ diff --git a/drivers/cc110x/cc1100.h b/drivers/cc110x/cc1100.h index ae53f18adc..e91ee8e6ef 100644 --- a/drivers/cc110x/cc1100.h +++ b/drivers/cc110x/cc1100.h @@ -25,7 +25,6 @@ * @file * @brief TI Chipcon CC110x radio driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> */ diff --git a/drivers/cc110x/cc1100_phy.c b/drivers/cc110x/cc1100_phy.c index 4bbc951622..82992342f2 100644 --- a/drivers/cc110x/cc1100_phy.c +++ b/drivers/cc110x/cc1100_phy.c @@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @internal * @brief TI Chipcon CC110x physical radio driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> diff --git a/drivers/cc110x/cc1100_phy.h b/drivers/cc110x/cc1100_phy.h index 7e1657c84a..f39a16811d 100644 --- a/drivers/cc110x/cc1100_phy.h +++ b/drivers/cc110x/cc1100_phy.h @@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @internal * @brief TI Chipcon CC110x physical radio driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 1285 $ diff --git a/drivers/cc110x/cc1100_spi.c b/drivers/cc110x/cc1100_spi.c index 6a1a784736..85036aae01 100644 --- a/drivers/cc110x/cc1100_spi.c +++ b/drivers/cc110x/cc1100_spi.c @@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @internal * @brief TI Chipcon CC1100 SPI driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 1775 $ diff --git a/drivers/cc110x/cc1100_spi.h b/drivers/cc110x/cc1100_spi.h index cf39e016bc..dd5f292922 100644 --- a/drivers/cc110x/cc1100_spi.h +++ b/drivers/cc110x/cc1100_spi.h @@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @internal * @brief TI Chipcon CC1100 SPI driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @version $Revision: 1775 $ diff --git a/drivers/cc110x_ng/cc110x-defaultSettings.c b/drivers/cc110x_ng/cc110x-defaultSettings.c index b428d1a4d3..38f65fcf88 100644 --- a/drivers/cc110x_ng/cc110x-defaultSettings.c +++ b/drivers/cc110x_ng/cc110x-defaultSettings.c @@ -13,7 +13,6 @@ * @file * @brief TI Chipcon CC110x default settings * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author INRIA * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> diff --git a/drivers/cc110x_ng/cc110x-internal.h b/drivers/cc110x_ng/cc110x-internal.h index b1b1b6c332..4d8c9d8982 100644 --- a/drivers/cc110x_ng/cc110x-internal.h +++ b/drivers/cc110x_ng/cc110x-internal.h @@ -14,7 +14,6 @@ * @file cc110x-internal.h * @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 Heiko Will <hwill@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> diff --git a/drivers/cc110x_ng/spi/cc110x_spi.c b/drivers/cc110x_ng/spi/cc110x_spi.c index 3d73abacf8..f687ba2c2d 100644 --- a/drivers/cc110x_ng/spi/cc110x_spi.c +++ b/drivers/cc110x_ng/spi/cc110x_spi.c @@ -19,7 +19,6 @@ * @file cc110x_spi.c * @brief TI Chipcon CC1100 SPI driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @} diff --git a/drivers/cc2420/include/cc2420_arch.h b/drivers/cc2420/include/cc2420_arch.h index 2b7e6a5d53..de96a2719b 100644 --- a/drivers/cc2420/include/cc2420_arch.h +++ b/drivers/cc2420/include/cc2420_arch.h @@ -17,7 +17,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @ingroup CC2420 * @brief CC2420 dependend functions * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will <hwill@inf.fu-berlin.de> * @author Milan Babel <babel@inf.fu-berlin.de> * @author Kévin Roussel <Kevin.Roussel@inria.fr> diff --git a/drivers/include/cc110x/cc1100-interface.h b/drivers/include/cc110x/cc1100-interface.h index cee27deafb..802ae131d8 100644 --- a/drivers/include/cc110x/cc1100-interface.h +++ b/drivers/include/cc110x/cc1100-interface.h @@ -21,7 +21,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief TI Chipcon CC110x public interface * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @version $Revision: 2283 $ * diff --git a/drivers/include/cc110x_ng/cc110x-arch.h b/drivers/include/cc110x_ng/cc110x-arch.h index e32417bad0..6acde9bbd0 100644 --- a/drivers/include/cc110x_ng/cc110x-arch.h +++ b/drivers/include/cc110x_ng/cc110x-arch.h @@ -19,7 +19,6 @@ * @file cc110x-arch.h * @brief CC1100 architecture dependent functions * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will <hwill@inf.fu-berlin.de> */ diff --git a/drivers/include/cc110x_ng/cc110x-defaultSettings.h b/drivers/include/cc110x_ng/cc110x-defaultSettings.h index bb08de084d..99f54d5d6f 100644 --- a/drivers/include/cc110x_ng/cc110x-defaultSettings.h +++ b/drivers/include/cc110x_ng/cc110x-defaultSettings.h @@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief TI Chipcon CC110x default settings * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> */ diff --git a/drivers/include/cc110x_ng/cc110x_spi.h b/drivers/include/cc110x_ng/cc110x_spi.h index 65643fa217..5f87f9e493 100644 --- a/drivers/include/cc110x_ng/cc110x_spi.h +++ b/drivers/include/cc110x_ng/cc110x_spi.h @@ -19,7 +19,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief TI Chipcon CC1100 SPI driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> */ diff --git a/drivers/include/gpioint.h b/drivers/include/gpioint.h index 644c90d775..4a1fcb605d 100644 --- a/drivers/include/gpioint.h +++ b/drivers/include/gpioint.h @@ -27,7 +27,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief GPIO IRQ Multiplexer interface * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Michael Baar <michael.baar@fu-berlin.de> */ diff --git a/drivers/include/lm75a-temp-sensor.h b/drivers/include/lm75a-temp-sensor.h index 9af33e42f8..9e8f7a896c 100644 --- a/drivers/include/lm75a-temp-sensor.h +++ b/drivers/include/lm75a-temp-sensor.h @@ -20,7 +20,6 @@ * * 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> */ diff --git a/drivers/include/ltc4150_arch.h b/drivers/include/ltc4150_arch.h index a459630935..252c253378 100644 --- a/drivers/include/ltc4150_arch.h +++ b/drivers/include/ltc4150_arch.h @@ -24,7 +24,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file ltc4150_arch.h * @brief LTC4150 Coulomb Counter * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will */ diff --git a/drivers/include/srf02-ultrasonic-sensor.h b/drivers/include/srf02-ultrasonic-sensor.h index 0af64596ce..96f0a5fd58 100644 --- a/drivers/include/srf02-ultrasonic-sensor.h +++ b/drivers/include/srf02-ultrasonic-sensor.h @@ -19,7 +19,6 @@ * * 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> */ diff --git a/drivers/include/srf08-ultrasonic-sensor.h b/drivers/include/srf08-ultrasonic-sensor.h index 4371d1a719..2b45fe391b 100644 --- a/drivers/include/srf08-ultrasonic-sensor.h +++ b/drivers/include/srf08-ultrasonic-sensor.h @@ -20,7 +20,6 @@ * * 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> */ diff --git a/drivers/lm75a/lm75a-temp-sensor.c b/drivers/lm75a/lm75a-temp-sensor.c index ff5a8cbd02..c2a198a05e 100644 --- a/drivers/lm75a/lm75a-temp-sensor.c +++ b/drivers/lm75a/lm75a-temp-sensor.c @@ -16,7 +16,6 @@ * The communication 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> * @version $Revision: 3855 $ * diff --git a/drivers/ltc4150/ltc4150.c b/drivers/ltc4150/ltc4150.c index 3fe8e0319f..b6534d30e3 100644 --- a/drivers/ltc4150/ltc4150.c +++ b/drivers/ltc4150/ltc4150.c @@ -21,7 +21,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief LTC4150 Coulomb Counter * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Heiko Will * @author Kaspar Schleiser <kaspar@schleiser.de> */ diff --git a/drivers/sht11/sht11.c b/drivers/sht11/sht11.c index 0821c0d666..48d3209f6f 100644 --- a/drivers/sht11/sht11.c +++ b/drivers/sht11/sht11.c @@ -23,7 +23,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @file * @brief SHT11 Device Driver * - * @author Freie Universität Berlin, Computer Systems & Telematics * @version $Revision: 2396 $ * * @note $Id: sht11.c 2396 2010-07-06 15:12:35Z ziegert $ diff --git a/drivers/srf02/srf02-ultrasonic-sensor.c b/drivers/srf02/srf02-ultrasonic-sensor.c index adb9cfc83f..ee48720a7d 100644 --- a/drivers/srf02/srf02-ultrasonic-sensor.c +++ b/drivers/srf02/srf02-ultrasonic-sensor.c @@ -14,7 +14,6 @@ * The connection between the MCU and the SRF08 is based on the * i2c-interface. * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @version $Revision: 3856 $ * diff --git a/drivers/srf08/srf08-ultrasonic-sensor.c b/drivers/srf08/srf08-ultrasonic-sensor.c index 5a6f71521c..3fa17090a1 100644 --- a/drivers/srf08/srf08-ultrasonic-sensor.c +++ b/drivers/srf08/srf08-ultrasonic-sensor.c @@ -13,7 +13,6 @@ * @internal * @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> * @version $Revision: 3857 $ * diff --git a/sys/bloom/bloom.c b/sys/bloom/bloom.c index e8be005f63..f3eb2d3730 100644 --- a/sys/bloom/bloom.c +++ b/sys/bloom/bloom.c @@ -10,7 +10,6 @@ * @file * @author Jason Linehan <patientulysses@gmail.com> * @author Christian Mehlis <mehlis@inf.fu-berlin.de> - * @author Freie Universität Berlin, Computer Systems & Telematics * */ diff --git a/sys/crypto/rc5.c b/sys/crypto/rc5.c index bec7c7a860..bd9d0e8c96 100644 --- a/sys/crypto/rc5.c +++ b/sys/crypto/rc5.c @@ -12,7 +12,6 @@ * @file rc5.c * @brief implementation of the RC5 cipher-algorithm * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Nicolai Schmittberger <nicolai.schmittberger@fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Naveen Sastry diff --git a/sys/hashes/hashes.c b/sys/hashes/hashes.c index 093738bd39..2b51078487 100644 --- a/sys/hashes/hashes.c +++ b/sys/hashes/hashes.c @@ -11,7 +11,6 @@ /** * @file * @author Jason Linehan <patientulysses@gmail.com> - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Christian Mehlis <mehlis@inf.fu-berlin.de> */ diff --git a/sys/include/bloom.h b/sys/include/bloom.h index 61a67920d1..2df6d457fa 100644 --- a/sys/include/bloom.h +++ b/sys/include/bloom.h @@ -110,7 +110,6 @@ * @brief Bloom filter API * * @author Christian Mehlis <mehlis@inf.fu-berlin.de> - * @author Freie Universität Berlin, Computer Systems & Telematics */ #ifndef _BLOOM_FILTER_H diff --git a/sys/include/fd.h b/sys/include/fd.h index 95da6eaa36..bf7ea1a182 100644 --- a/sys/include/fd.h +++ b/sys/include/fd.h @@ -15,7 +15,6 @@ * @file fd.h * @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 Christian Mehlis <mehlis@inf.fu-berlin.de> */ diff --git a/sys/include/hashes.h b/sys/include/hashes.h index 413dfde3bd..357578ecf3 100644 --- a/sys/include/hashes.h +++ b/sys/include/hashes.h @@ -16,7 +16,6 @@ * @brief Hash function API * * @author Jason Linehan <patientulysses@gmail.com> - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Christian Mehlis <mehlis@inf.fu-berlin.de> */ diff --git a/sys/include/posix_io.h b/sys/include/posix_io.h index 3395c3f836..fb11a3a670 100644 --- a/sys/include/posix_io.h +++ b/sys/include/posix_io.h @@ -12,7 +12,6 @@ * @file posix_io.h * @brief POSIX-like IO * - * @author Freie Universität Berlin * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> * @author Oliver Hahm <oleg@hobbykeller.org> diff --git a/sys/include/radio/radio.h b/sys/include/radio/radio.h index 66ed4d9ab7..e604398bf9 100644 --- a/sys/include/radio/radio.h +++ b/sys/include/radio/radio.h @@ -26,7 +26,6 @@ * @file * @brief * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author baar * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @version $Revision: 1961 $ diff --git a/sys/include/radio/types.h b/sys/include/radio/types.h index f40f142577..1fb8ba221a 100644 --- a/sys/include/radio/types.h +++ b/sys/include/radio/types.h @@ -17,7 +17,6 @@ * @file * @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 Oliver Hahm <oliver.hahm@inria.fr> * @version $Revision: 2061 $ diff --git a/sys/net/include/net_if.h b/sys/net/include/net_if.h index 3c03775b4d..46c9aab697 100644 --- a/sys/net/include/net_if.h +++ b/sys/net/include/net_if.h @@ -16,7 +16,6 @@ * * @file net_if.h * @brief Types and functions for network interfaces - * @author Freie Universität Berlin * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _NET_IF_H diff --git a/sys/net/include/protocol-multiplex.h b/sys/net/include/protocol-multiplex.h index 157d300471..f0a2e41449 100644 --- a/sys/net/include/protocol-multiplex.h +++ b/sys/net/include/protocol-multiplex.h @@ -21,7 +21,6 @@ * @file * @brief Protocol handler multiplexing * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @author Michael Baar <baar@inf.fu-berlin.de> diff --git a/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c b/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c index f83ed599f9..b9721cfcf9 100644 --- a/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c +++ b/sys/net/link_layer/protocol-multiplex/protocol-multiplex.c @@ -22,7 +22,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @internal * @brief Protocol handler multiplexing * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Thomas Hillebrandt <hillebra@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de> * @author Michael Baar <baar@inf.fu-berlin.de> diff --git a/sys/posix/include/strings.h b/sys/posix/include/strings.h index c1dc2095fd..ab00893891 100644 --- a/sys/posix/include/strings.h +++ b/sys/posix/include/strings.h @@ -17,7 +17,6 @@ * The Open Group Base Specifications Issue 7, <strings.h> * </a> * - * @author Freie Universität Berlin * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ #ifndef STRINGS_H diff --git a/sys/posix/include/unistd.h b/sys/posix/include/unistd.h index 9deb4deb64..25b23ba799 100644 --- a/sys/posix/include/unistd.h +++ b/sys/posix/include/unistd.h @@ -18,7 +18,6 @@ * The Open Group Base Specifications Issue 7, <unistd.h> * </a> * - * @author Freie Universität Berlin * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _UNISTD_H diff --git a/sys/posix/pnet/include/arpa/inet.h b/sys/posix/pnet/include/arpa/inet.h index 192cecaccf..a1e441f89c 100644 --- a/sys/posix/pnet/include/arpa/inet.h +++ b/sys/posix/pnet/include/arpa/inet.h @@ -18,7 +18,6 @@ * The Open Group Base Specifications Issue 7, <arpa/inet.h> * </a> * - * @author Freie Universität Berlin * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ #ifndef ARPA_INET_H diff --git a/sys/posix/pnet/include/netinet/in.h b/sys/posix/pnet/include/netinet/in.h index 2b928ab411..401253cd54 100644 --- a/sys/posix/pnet/include/netinet/in.h +++ b/sys/posix/pnet/include/netinet/in.h @@ -18,7 +18,6 @@ * The Open Group Base Specifications Issue 7, <netinet/in.h> * </a> * - * @author Freie Universität Berlin * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _NETINET_IN_H diff --git a/sys/posix/pnet/include/sys/socket.h b/sys/posix/pnet/include/sys/socket.h index 8ccaeecf30..a71761e806 100644 --- a/sys/posix/pnet/include/sys/socket.h +++ b/sys/posix/pnet/include/sys/socket.h @@ -18,7 +18,6 @@ * The Open Group Base Specifications Issue 7, <sys/socket.h> * </a> * - * @author Freie Universität Berlin * @author Martin Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _SYS_SOCKET_H diff --git a/sys/shell/commands/sc_heap.c b/sys/shell/commands/sc_heap.c index ee6156159e..6816a1e202 100644 --- a/sys/shell/commands/sc_heap.c +++ b/sys/shell/commands/sc_heap.c @@ -12,7 +12,6 @@ * @internal * @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> * * @note $Id: sc_heap.c 3855 2013-09-05 12:40:11 kasmi $ diff --git a/sys/shell/shell.c b/sys/shell/shell.c index 49e42818f3..33c97a103b 100644 --- a/sys/shell/shell.c +++ b/sys/shell/shell.c @@ -22,7 +22,6 @@ * name of a handler, the handler will be called with the whole * command line as parameter. * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser <kaspar@schleiser.de> * @author René Kijewski <rene.kijewski@fu-berlin.de> */ diff --git a/tests/unittests/tests-core/tests-core.h b/tests/unittests/tests-core/tests-core.h index 638b1cb2be..f5de0bb8bf 100644 --- a/tests/unittests/tests-core/tests-core.h +++ b/tests/unittests/tests-core/tests-core.h @@ -13,7 +13,6 @@ * @file tests-core.h * @brief Unittests for the ``core`` module * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef __TESTS_CORE_H_ diff --git a/tests/unittests/tests-lib/tests-lib.h b/tests/unittests/tests-lib/tests-lib.h index 0644e49a42..18b69a1e34 100644 --- a/tests/unittests/tests-lib/tests-lib.h +++ b/tests/unittests/tests-lib/tests-lib.h @@ -13,7 +13,6 @@ * @file tests-lib.h * @brief Unittests for the ``lib`` sysmodule * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author René Kijewski <rene.kijewski@fu-berlin.de> */ #ifndef __TESTS_CORE_H_ diff --git a/tests/unittests/unittests.h b/tests/unittests/unittests.h index 5ca576fce6..97151cabce 100644 --- a/tests/unittests/unittests.h +++ b/tests/unittests/unittests.h @@ -13,7 +13,6 @@ * @file unittests.h * @brief Common header file for unittests * - * @author Freie Universität Berlin, Computer Systems & Telematics * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ -- GitLab