From 2ed63bd5c68b7e99cc494bc5fb2d796856c151ea Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Fri, 8 Mar 2013 11:30:23 +0100
Subject: [PATCH] * removed outdated (and probably confusing) FeuerWhere
 project as an author

---
 core/include/atomic.h                              | 2 +-
 core/include/bitarithm.h                           | 2 +-
 core/include/clist.h                               | 2 +-
 core/include/debug.h                               | 2 +-
 core/include/hwtimer.h                             | 2 +-
 core/include/hwtimer_arch.h                        | 2 +-
 core/include/kernel.h                              | 2 +-
 core/include/kernel_intern.h                       | 2 +-
 core/include/lpm.h                                 | 2 +-
 core/include/msg.h                                 | 2 +-
 core/include/mutex.h                               | 2 +-
 core/include/oneway_malloc.h                       | 2 +-
 core/include/queue.h                               | 2 +-
 core/include/sched.h                               | 2 +-
 core/include/tcb.h                                 | 2 +-
 core/include/thread.h                              | 2 +-
 cpu/arm_common/bootloader.c                        | 2 +-
 cpu/arm_common/hwtimer_cpu.c                       | 2 +-
 cpu/arm_common/include/arm_common.h                | 2 +-
 cpu/arm_common/syscalls.c                          | 2 +-
 cpu/lpc2387/gpioint/lpc2387-gpioint.c              | 2 +-
 cpu/lpc2387/include/cpu-conf.h                     | 2 +-
 cpu/lpc2387/include/lpc2387-adc.h                  | 2 +-
 cpu/lpc2387/include/lpc2387-rtc.h                  | 2 +-
 cpu/lpc2387/lpc2387-adc.c                          | 2 +-
 cpu/lpc2387/lpc2387-lpm.c                          | 2 +-
 cpu/lpc2387/rtc/lpc2387-rtc.c                      | 2 +-
 drivers/cc110x/arch_cc1100.h                       | 2 +-
 drivers/cc110x/cc1100-csmaca-mac.c                 | 2 +-
 drivers/cc110x/cc1100-csmaca-mac.h                 | 2 +-
 drivers/cc110x/cc1100-defaultSettings.c            | 2 +-
 drivers/cc110x/cc1100-defaultSettings.h            | 2 +-
 drivers/cc110x/cc1100-interface.h                  | 2 +-
 drivers/cc110x/cc1100-internal.h                   | 2 +-
 drivers/cc110x/cc1100.c                            | 2 +-
 drivers/cc110x/cc1100.h                            | 2 +-
 drivers/cc110x/cc1100_phy.c                        | 2 +-
 drivers/cc110x/cc1100_phy.h                        | 2 +-
 drivers/cc110x/cc1100_spi.c                        | 2 +-
 drivers/cc110x/cc1100_spi.h                        | 2 +-
 drivers/cc110x_ng/cc110x-defaultSettings.c         | 2 +-
 drivers/cc110x_ng/include/cc110x-arch.h            | 2 +-
 drivers/cc110x_ng/include/cc110x-defaultSettings.h | 2 +-
 drivers/cc110x_ng/include/cc110x-internal.h        | 2 +-
 drivers/cc110x_ng/include/cc110x_spi.h             | 2 +-
 drivers/cc110x_ng/spi/cc110x_spi.c                 | 2 +-
 drivers/include/gpioint.h                          | 2 +-
 drivers/include/ltc4150_arch.h                     | 2 +-
 drivers/include/sht11.h                            | 2 +-
 drivers/ltc4150/ltc4150.c                          | 2 +-
 sys/include/radio/radio.h                          | 2 +-
 sys/include/radio/types.h                          | 2 +-
 sys/logd/logd.c                                    | 2 +-
 sys/net/mm/mmr.c                                   | 2 +-
 sys/net/mm/mmr.h                                   | 2 +-
 sys/net/mm/mmstack.c                               | 2 +-
 sys/net/mm/mmstack.h                               | 2 +-
 sys/net/protocol-multiplex.c                       | 2 +-
 sys/net/protocol-multiplex.h                       | 2 +-
 sys/syslog/syslog-out.c                            | 2 +-
 sys/syslog/syslog.c                                | 2 +-
 sys/tracelog/tracelog.c                            | 2 +-
 62 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/core/include/atomic.h b/core/include/atomic.h
index c24981f9f1..8733e5037e 100644
--- a/core/include/atomic.h
+++ b/core/include/atomic.h
@@ -9,7 +9,7 @@
  * @ingroup	kernel
  * @{
  * @file
- * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author Freie Universität Berlin, Computer Systems & Telematics
  * @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
  */
 
diff --git a/core/include/bitarithm.h b/core/include/bitarithm.h
index d159f33348..022e09b396 100644
--- a/core/include/bitarithm.h
+++ b/core/include/bitarithm.h
@@ -10,7 +10,7 @@
  * @ingroup	lib
  * @{
  * @file
- * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author Freie Universität Berlin, Computer Systems & Telematics
  * @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
  */
 
diff --git a/core/include/clist.h b/core/include/clist.h
index 2dac25f09b..5df80db5bc 100644
--- a/core/include/clist.h
+++ b/core/include/clist.h
@@ -11,7 +11,7 @@
  * @ingroup	lib
  * @{
  * @file
- * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author Freie Universität Berlin, Computer Systems & Telematics
  * @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
  */
 
diff --git a/core/include/debug.h b/core/include/debug.h
index d680fd5aa7..649171de72 100644
--- a/core/include/debug.h
+++ b/core/include/debug.h
@@ -11,7 +11,7 @@
  * @ingroup	kernel
  * @{
  * @file
- * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author Freie Universität Berlin, Computer Systems & Telematics
  * @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
  * @}
  */
diff --git a/core/include/hwtimer.h b/core/include/hwtimer.h
index 7a2ce835d8..9dcd3fc5eb 100644
--- a/core/include/hwtimer.h
+++ b/core/include/hwtimer.h
@@ -15,7 +15,7 @@
  * @{
  * @file
  *
- * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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/hwtimer_arch.h b/core/include/hwtimer_arch.h
index 23fa96b890..2c872521e6 100644
--- a/core/include/hwtimer_arch.h
+++ b/core/include/hwtimer_arch.h
@@ -9,7 +9,7 @@
  * @ingroup	kernel
  * @{
  * @file
- * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
diff --git a/core/include/kernel.h b/core/include/kernel.h
index 49dda3664b..17bad79878 100644
--- a/core/include/kernel.h
+++ b/core/include/kernel.h
@@ -9,7 +9,7 @@
  * @ingroup kernel
  * @{
  * @file
- * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author Freie Universität Berlin, Computer Systems & Telematics
  * @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
  */
 
diff --git a/core/include/kernel_intern.h b/core/include/kernel_intern.h
index ca50b55e36..4eb1a9e9b6 100644
--- a/core/include/kernel_intern.h
+++ b/core/include/kernel_intern.h
@@ -2,7 +2,7 @@
  * @ingroup	kernel
  * @{
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Kaspar Schleiser <kaspar@schleiser.de>
  */
 
diff --git a/core/include/lpm.h b/core/include/lpm.h
index 95b2d7b5be..a10ded3546 100644
--- a/core/include/lpm.h
+++ b/core/include/lpm.h
@@ -11,7 +11,7 @@
  * @file
  * @brief       Power Management Interface
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @version     $Revision$
  *
  * This interface needs to be implemented for each platform.
diff --git a/core/include/msg.h b/core/include/msg.h
index 8a58bb26a9..d907ccf99d 100644
--- a/core/include/msg.h
+++ b/core/include/msg.h
@@ -14,7 +14,7 @@
 
 /**
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
  */
 
diff --git a/core/include/mutex.h b/core/include/mutex.h
index 5140881ee4..3613e91a4a 100644
--- a/core/include/mutex.h
+++ b/core/include/mutex.h
@@ -6,7 +6,7 @@
 
 /**
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
  */
 
diff --git a/core/include/oneway_malloc.h b/core/include/oneway_malloc.h
index 56daf2cc80..d030dd6759 100644
--- a/core/include/oneway_malloc.h
+++ b/core/include/oneway_malloc.h
@@ -2,7 +2,7 @@
  * @ingroup kernel
  * @{
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
  */
 
diff --git a/core/include/queue.h b/core/include/queue.h
index ae377409de..2e3cab39f8 100644
--- a/core/include/queue.h
+++ b/core/include/queue.h
@@ -2,7 +2,7 @@
  * @ingroup kernel
  * @{
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 5f3c3ce15c..108914d5a9 100644
--- a/core/include/sched.h
+++ b/core/include/sched.h
@@ -2,7 +2,7 @@
  * @ingroup kernel
  * @{
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 9d6f5f26cf..729837d594 100644
--- a/core/include/tcb.h
+++ b/core/include/tcb.h
@@ -2,7 +2,7 @@
  * @ingroup kernel
  * @{
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
  */
 
diff --git a/core/include/thread.h b/core/include/thread.h
index 31fb4e80a6..f4cb0bad5e 100644
--- a/core/include/thread.h
+++ b/core/include/thread.h
@@ -9,7 +9,7 @@
 
 /**
  * @file
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 ae3b72b57c..56bfc39958 100644
--- a/cpu/arm_common/bootloader.c
+++ b/cpu/arm_common/bootloader.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief       ARM bootloader
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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/hwtimer_cpu.c b/cpu/arm_common/hwtimer_cpu.c
index a959429c8b..beadde7607 100644
--- a/cpu/arm_common/hwtimer_cpu.c
+++ b/cpu/arm_common/hwtimer_cpu.c
@@ -4,7 +4,7 @@
  * @internal
  * @brief       ARM kernel timer CPU dependent functions implementation
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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/cpu/arm_common/include/arm_common.h b/cpu/arm_common/include/arm_common.h
index 0e40e7e632..2fdc7d200e 100644
--- a/cpu/arm_common/include/arm_common.h
+++ b/cpu/arm_common/include/arm_common.h
@@ -37,7 +37,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		ARM CPU common declarations
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @version     $Revision$
  *
  * @note		$Id$
diff --git a/cpu/arm_common/syscalls.c b/cpu/arm_common/syscalls.c
index fa79909da4..b9103ff592 100644
--- a/cpu/arm_common/syscalls.c
+++ b/cpu/arm_common/syscalls.c
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		lpc2387
  * @brief		LPC2387 NewLib system calls implementation
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Michael Baar <michael.baar@fu-berlin.de>
  * @version     $Revision$
  *
diff --git a/cpu/lpc2387/gpioint/lpc2387-gpioint.c b/cpu/lpc2387/gpioint/lpc2387-gpioint.c
index 12cf07d27b..30706da9d4 100644
--- a/cpu/lpc2387/gpioint/lpc2387-gpioint.c
+++ b/cpu/lpc2387/gpioint/lpc2387-gpioint.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		LPC2387 GPIO Interrupt Multiplexer implementation
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Michael Baar <michael.baar@fu-berlin.de>
  * @version     $Revision: 1508 $
  *
diff --git a/cpu/lpc2387/include/cpu-conf.h b/cpu/lpc2387/include/cpu-conf.h
index fb4706efb4..5f7c2860b4 100644
--- a/cpu/lpc2387/include/cpu-conf.h
+++ b/cpu/lpc2387/include/cpu-conf.h
@@ -38,7 +38,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		LPC2387 CPUconfiguration
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		baar
  * @version     $Revision$
  *
diff --git a/cpu/lpc2387/include/lpc2387-adc.h b/cpu/lpc2387/include/lpc2387-adc.h
index a861638a13..b273c27ce8 100644
--- a/cpu/lpc2387/include/lpc2387-adc.h
+++ b/cpu/lpc2387/include/lpc2387-adc.h
@@ -38,7 +38,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		LPC2387 ADC
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 3249 $
  *
diff --git a/cpu/lpc2387/include/lpc2387-rtc.h b/cpu/lpc2387/include/lpc2387-rtc.h
index f37425949d..600554cc02 100644
--- a/cpu/lpc2387/include/lpc2387-rtc.h
+++ b/cpu/lpc2387/include/lpc2387-rtc.h
@@ -42,7 +42,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		LPC2387 Real-Time-Clock
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @version     $Revision: 1998 $
  *
  * @note    	$Id: lpc2387-rtc.h 1998 2010-03-16 13:05:41Z baar $
diff --git a/cpu/lpc2387/lpc2387-adc.c b/cpu/lpc2387/lpc2387-adc.c
index 5d75c3fd33..274876fbe4 100644
--- a/cpu/lpc2387/lpc2387-adc.c
+++ b/cpu/lpc2387/lpc2387-adc.c
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		lpc2387_adc
  * @brief		LPC2387 ADC
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 141a2ffe25..8261873d40 100644
--- a/cpu/lpc2387/lpc2387-lpm.c
+++ b/cpu/lpc2387/lpc2387-lpm.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @brief		LPC2387 Low-Power management
  * @ingroup		lpc2387
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 5ff30bd274..0364fb7793 100644
--- a/cpu/lpc2387/rtc/lpc2387-rtc.c
+++ b/cpu/lpc2387/rtc/lpc2387-rtc.c
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		lpc2387_rtc
  * @brief		LPC2387 Real-Time-Clock
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Michael Baar <michael.baar@fu-berlin.de>
  * @version     $Revision: 2005 $
  *
diff --git a/drivers/cc110x/arch_cc1100.h b/drivers/cc110x/arch_cc1100.h
index b49d4c2c42..7d42ed3279 100644
--- a/drivers/cc110x/arch_cc1100.h
+++ b/drivers/cc110x/arch_cc1100.h
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		LPC2387
  * @brief		CC1100 LPC2387 dependend functions
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 1861d49bdf..2eaa401b94 100644
--- a/drivers/cc110x/cc1100-csmaca-mac.c
+++ b/drivers/cc110x/cc1100-csmaca-mac.c
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		dev_cc110x
  * @brief		ScatterWeb MSB-A2 mac-layer
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 203383f072..5d0e2b2f2a 100644
--- a/drivers/cc110x/cc1100-csmaca-mac.h
+++ b/drivers/cc110x/cc1100-csmaca-mac.h
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		dev_cc110x
  * @brief		ScatterWeb MSB-A2 mac-layer
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 2144a4dd70..008e9d9393 100644
--- a/drivers/cc110x/cc1100-defaultSettings.c
+++ b/drivers/cc110x/cc1100-defaultSettings.c
@@ -33,7 +33,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		TI Chipcon CC110x default settings
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 abc084ee69..2d8fa84087 100644
--- a/drivers/cc110x/cc1100-defaultSettings.h
+++ b/drivers/cc110x/cc1100-defaultSettings.h
@@ -36,7 +36,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		TI Chipcon CC110x default settings
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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-interface.h b/drivers/cc110x/cc1100-interface.h
index b0787cafcd..cc54f0cc56 100644
--- a/drivers/cc110x/cc1100-interface.h
+++ b/drivers/cc110x/cc1100-interface.h
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		TI Chipcon CC110x public interface
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 2283 $
  *
diff --git a/drivers/cc110x/cc1100-internal.h b/drivers/cc110x/cc1100-internal.h
index 729db445b3..6f9e13acfe 100644
--- a/drivers/cc110x/cc1100-internal.h
+++ b/drivers/cc110x/cc1100-internal.h
@@ -37,7 +37,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC110x internal hardware constants
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 0bf9fd5016..987b3568b0 100644
--- a/drivers/cc110x/cc1100.c
+++ b/drivers/cc110x/cc1100.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC110x Radio driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 c4eb8bff84..6eefb5d1ec 100644
--- a/drivers/cc110x/cc1100.h
+++ b/drivers/cc110x/cc1100.h
@@ -39,7 +39,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		TI Chipcon CC110x radio driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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_phy.c b/drivers/cc110x/cc1100_phy.c
index 2dea1cd782..01c49e5869 100644
--- a/drivers/cc110x/cc1100_phy.c
+++ b/drivers/cc110x/cc1100_phy.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC110x physical radio driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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: 2130 $
diff --git a/drivers/cc110x/cc1100_phy.h b/drivers/cc110x/cc1100_phy.h
index 2e5629e8b0..8459783add 100644
--- a/drivers/cc110x/cc1100_phy.h
+++ b/drivers/cc110x/cc1100_phy.h
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC110x physical radio driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 d3077f7b67..04aa21d29b 100644
--- a/drivers/cc110x/cc1100_spi.c
+++ b/drivers/cc110x/cc1100_spi.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC1100 SPI driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 b26740f486..c5c53c2e22 100644
--- a/drivers/cc110x/cc1100_spi.h
+++ b/drivers/cc110x/cc1100_spi.h
@@ -33,7 +33,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC1100 SPI driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 621eb8ea36..844dcb5758 100644
--- a/drivers/cc110x_ng/cc110x-defaultSettings.c
+++ b/drivers/cc110x_ng/cc110x-defaultSettings.c
@@ -33,7 +33,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		TI Chipcon CC110x default settings
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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_ng/include/cc110x-arch.h b/drivers/cc110x_ng/include/cc110x-arch.h
index e24377c923..fb05fef5d5 100644
--- a/drivers/cc110x_ng/include/cc110x-arch.h
+++ b/drivers/cc110x_ng/include/cc110x-arch.h
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		LPC2387
  * @brief		CC1100 LPC2387 dependend functions
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Heiko Will <hwill@inf.fu-berlin.de>
  * @version     $Revision: 1775 $
  *
diff --git a/drivers/cc110x_ng/include/cc110x-defaultSettings.h b/drivers/cc110x_ng/include/cc110x-defaultSettings.h
index be7fff764a..76eb00d441 100644
--- a/drivers/cc110x_ng/include/cc110x-defaultSettings.h
+++ b/drivers/cc110x_ng/include/cc110x-defaultSettings.h
@@ -36,7 +36,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		TI Chipcon CC110x default settings
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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_ng/include/cc110x-internal.h b/drivers/cc110x_ng/include/cc110x-internal.h
index 6d658facf5..77ff43fbce 100644
--- a/drivers/cc110x_ng/include/cc110x-internal.h
+++ b/drivers/cc110x_ng/include/cc110x-internal.h
@@ -37,7 +37,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC110x internal hardware constants
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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_ng/include/cc110x_spi.h b/drivers/cc110x_ng/include/cc110x_spi.h
index e357abdf28..51d8c0393b 100644
--- a/drivers/cc110x_ng/include/cc110x_spi.h
+++ b/drivers/cc110x_ng/include/cc110x_spi.h
@@ -33,7 +33,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC1100 SPI driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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/spi/cc110x_spi.c b/drivers/cc110x_ng/spi/cc110x_spi.c
index c8621002b5..867f93111f 100644
--- a/drivers/cc110x_ng/spi/cc110x_spi.c
+++ b/drivers/cc110x_ng/spi/cc110x_spi.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		TI Chipcon CC1100 SPI driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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/include/gpioint.h b/drivers/include/gpioint.h
index 2c77de067d..8f4ecd260a 100644
--- a/drivers/include/gpioint.h
+++ b/drivers/include/gpioint.h
@@ -50,7 +50,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		GPIO IRQ Multiplexer interface
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Michael Baar <michael.baar@fu-berlin.de>
  * @version     $Revision: 1508 $
  *
diff --git a/drivers/include/ltc4150_arch.h b/drivers/include/ltc4150_arch.h
index 508d10c6d9..84a5c68102 100644
--- a/drivers/include/ltc4150_arch.h
+++ b/drivers/include/ltc4150_arch.h
@@ -37,7 +37,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief       LTC4150 Coulomb Counter
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author      Heiko Will
  * @version     $Revision: 1203 $
  *
diff --git a/drivers/include/sht11.h b/drivers/include/sht11.h
index a72a4518ca..00f00e0bd1 100644
--- a/drivers/include/sht11.h
+++ b/drivers/include/sht11.h
@@ -35,7 +35,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		SHT11 Device Driver
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @version     $Revision: 667 $
  *
  * @note		$Id: sht11.h 667 2009-02-19 15:06:38Z baar $
diff --git a/drivers/ltc4150/ltc4150.c b/drivers/ltc4150/ltc4150.c
index 5a303b3fcf..2175c37b08 100644
--- a/drivers/ltc4150/ltc4150.c
+++ b/drivers/ltc4150/ltc4150.c
@@ -33,7 +33,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief       LTC4150 Coulomb Counter
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author      Heiko Will
  * @author      Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
  */
diff --git a/sys/include/radio/radio.h b/sys/include/radio/radio.h
index 1cab03ee90..c45431ce59 100644
--- a/sys/include/radio/radio.h
+++ b/sys/include/radio/radio.h
@@ -40,7 +40,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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 28cfa5b3c9..a0d6b4c27d 100644
--- a/sys/include/radio/types.h
+++ b/sys/include/radio/types.h
@@ -31,7 +31,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		Common network stack types (of all layers).
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 2061 $
  *
diff --git a/sys/logd/logd.c b/sys/logd/logd.c
index 7f277162ce..2552e7a78d 100644
--- a/sys/logd/logd.c
+++ b/sys/logd/logd.c
@@ -28,7 +28,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		Simple logging demon implementation
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 3854 $
  *
diff --git a/sys/net/mm/mmr.c b/sys/net/mm/mmr.c
index 7ac2f2e53f..1bf3ae2f92 100644
--- a/sys/net/mm/mmr.c
+++ b/sys/net/mm/mmr.c
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		Micro Mesh Routing
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 3854 $
  *
diff --git a/sys/net/mm/mmr.h b/sys/net/mm/mmr.h
index 9be7e6145f..e58d31edbd 100644
--- a/sys/net/mm/mmr.h
+++ b/sys/net/mm/mmr.h
@@ -32,7 +32,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		Micro Mesh Routing
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 3854 $
  *
diff --git a/sys/net/mm/mmstack.c b/sys/net/mm/mmstack.c
index 5d6b484b8c..83a41b44e7 100644
--- a/sys/net/mm/mmstack.c
+++ b/sys/net/mm/mmstack.c
@@ -45,7 +45,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author 		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 3854 $
  *
diff --git a/sys/net/mm/mmstack.h b/sys/net/mm/mmstack.h
index 2b40fa8630..22ce8790e3 100644
--- a/sys/net/mm/mmstack.h
+++ b/sys/net/mm/mmstack.h
@@ -38,7 +38,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author 		Thomas Hillebrandt <hillebra@inf.fu-berlin.de>
  * @version     $Revision: 3854 $
  *
diff --git a/sys/net/protocol-multiplex.c b/sys/net/protocol-multiplex.c
index a81dbc964c..d5ac1894fa 100644
--- a/sys/net/protocol-multiplex.c
+++ b/sys/net/protocol-multiplex.c
@@ -34,7 +34,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		Protocol handler multiplexing
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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/protocol-multiplex.h b/sys/net/protocol-multiplex.h
index 43784c152a..b324aede5b 100644
--- a/sys/net/protocol-multiplex.h
+++ b/sys/net/protocol-multiplex.h
@@ -37,7 +37,7 @@ and the mailinglist (subscription via web site)
  * @internal
  * @brief		Protocol handler multiplexing
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @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/syslog/syslog-out.c b/sys/syslog/syslog-out.c
index 2a5fa75550..78a62e0cd2 100644
--- a/sys/syslog/syslog-out.c
+++ b/sys/syslog/syslog-out.c
@@ -29,7 +29,7 @@ and the mailinglist (subscription via web site)
  * @ingroup		syslog
  * @brief		System Logging Service output implementation
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @version     $Revision: 3854 $
  *
  * @note		$Id: syslog-out.c 3854 2011-12-06 15:27:01Z hwill $
diff --git a/sys/syslog/syslog.c b/sys/syslog/syslog.c
index 8283f60df5..7cd0e083c2 100644
--- a/sys/syslog/syslog.c
+++ b/sys/syslog/syslog.c
@@ -33,7 +33,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		System Logging Service implementation
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Michael Baar <baar@inf.fu-berlin.de>
  * @version     $Revision: 3854 $
  *
diff --git a/sys/tracelog/tracelog.c b/sys/tracelog/tracelog.c
index 7249e85138..0e539f2b1b 100644
--- a/sys/tracelog/tracelog.c
+++ b/sys/tracelog/tracelog.c
@@ -33,7 +33,7 @@ and the mailinglist (subscription via web site)
  * @file
  * @brief		Tracelog implementation
  *
- * @author      Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
+ * @author      Freie Universität Berlin, Computer Systems & Telematics
  * @author		Michael Baar <baar@inf.fu-berlin.de>
  *
  * @note		$Id: tracelog.c 3854 2011-12-06 15:27:01Z hwill $
-- 
GitLab