From eda6328e21b9de83122b137a57e4f2f1ff05bcbf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= <ludwig.knuepfer@fu-berlin.de>
Date: Sun, 27 Sep 2015 18:58:30 +0200
Subject: [PATCH] =?UTF-8?q?documentation:=20update=20my=20name=20(Ortmann?=
 =?UTF-8?q?=20->=20Kn=C3=BCpfer)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 boards/chronos/board_init.c                   |   2 +-
 boards/chronos/drivers/battery.c              |   2 +-
 boards/chronos/drivers/buzzer.c               |   2 +-
 boards/chronos/drivers/display.c              |   2 +-
 boards/chronos/drivers/display_putchar.c      |   2 +-
 boards/native/board_config.c                  |   4 ++--
 boards/native/board_init.c                    |   4 ++--
 boards/native/drivers/native-led.c            |   4 ++--
 boards/native/include/board.h                 |   4 ++--
 boards/native/include/board_internal.h        |   2 +-
 core/include/kernel_types.h                   |   2 +-
 core/reboot.c                                 |   4 ++--
 cpu/msp430-common/lpm_cpu.c                   |   2 +-
 cpu/native/include/cpu.h                      |   4 ++--
 cpu/native/include/cpu_conf.h                 |   4 ++--
 cpu/native/include/native_internal.h          |   4 ++--
 cpu/native/include/periph_conf.h              |   4 ++--
 cpu/native/irq_cpu.c                          |   4 ++--
 cpu/native/lpm_cpu.c                          |   4 ++--
 cpu/native/native_cpu.c                       |   4 ++--
 cpu/native/netdev2_tap/netdev2_tap.c          |   2 +-
 cpu/native/panic.c                            |   2 +-
 cpu/native/periph/random.c                    |   4 ++--
 cpu/native/periph/rtc.c                       |   4 ++--
 cpu/native/periph/timer.c                     |   6 +++---
 cpu/native/startup.c                          |   4 ++--
 cpu/native/syscalls.c                         |   4 ++--
 cpu/native/tramp.S                            |   2 +-
 dist/tools/cppcheck/check.sh                  |   2 +-
 dist/tools/externc/check.sh                   |   2 +-
 dist/tools/licenses/check.sh                  |   2 +-
 dist/tools/usb-serial/list-ttys.sh            |   2 +-
 drivers/dht/dht.c                             |   4 ++--
 drivers/include/dht.h                         |   4 ++--
 drivers/include/isl29125.h                    |   4 ++--
 drivers/include/pir.h                         |   2 +-
 drivers/isl29125/include/isl29125-internal.h  |   4 ++--
 drivers/isl29125/isl29125.c                   |   4 ++--
 drivers/pir/pir.c                             |   2 +-
 examples/default/main.c                       |   4 ++--
 examples/hello-world/main.c                   |   2 +-
 ...-Remove-two-example-programs-in-root.patch | Bin 14679 -> 14681 bytes
 ...-fix-old-style-function-declarations.patch | Bin 2807 -> 2809 bytes
 sys/shell/commands/sc_rtc.c                   |   4 ++--
 sys/shell/commands/sc_sys.c                   |   4 ++--
 sys/shell/commands/shell_commands.c           |   2 +-
 sys/uart_stdio/uart_stdio.c                   |   2 +-
 tests/coap/main.c                             |   2 +-
 tests/driver_dht/main.c                       |   4 ++--
 tests/driver_isl29125/main.c                  |   4 ++--
 tests/driver_pir/main.c                       |   2 +-
 tests/irq/main.c                              |   4 ++--
 52 files changed, 79 insertions(+), 79 deletions(-)

diff --git a/boards/chronos/board_init.c b/boards/chronos/board_init.c
index 7af2183b9f..a7cab81369 100644
--- a/boards/chronos/board_init.c
+++ b/boards/chronos/board_init.c
@@ -16,7 +16,7 @@
  * @brief       eZ430-chronos board initialization
  *
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  */
 
diff --git a/boards/chronos/drivers/battery.c b/boards/chronos/drivers/battery.c
index 0dc4068384..2e954d075c 100644
--- a/boards/chronos/drivers/battery.c
+++ b/boards/chronos/drivers/battery.c
@@ -16,7 +16,7 @@
  * @brief       eZ430-chronos battery readout (via ADC)
  *
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  */
 
diff --git a/boards/chronos/drivers/buzzer.c b/boards/chronos/drivers/buzzer.c
index b26472c74d..86d139039d 100644
--- a/boards/chronos/drivers/buzzer.c
+++ b/boards/chronos/drivers/buzzer.c
@@ -16,7 +16,7 @@
  * @brief       eZ430-chronos beeper
  *
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author      mikoff
  *
  */
diff --git a/boards/chronos/drivers/display.c b/boards/chronos/drivers/display.c
index 6fe37d0d97..88f1d977ad 100644
--- a/boards/chronos/drivers/display.c
+++ b/boards/chronos/drivers/display.c
@@ -43,7 +43,7 @@
  * @brief   eZ430-chronos display driver
  *
  * @author  Oliver Hahm <oliver.hahm@inria.fr>
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author  Kaspar Schleiser <kaspar@schleiser.de>
  * @author  mikoff
  *
diff --git a/boards/chronos/drivers/display_putchar.c b/boards/chronos/drivers/display_putchar.c
index 1c695dccbd..25a1cd58e0 100644
--- a/boards/chronos/drivers/display_putchar.c
+++ b/boards/chronos/drivers/display_putchar.c
@@ -17,7 +17,7 @@
  *
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author      Aleksandr Mikoff <sir.enmity@gmail.com>
  *
  */
diff --git a/boards/native/board_config.c b/boards/native/board_config.c
index 176a300bc7..6f98d19712 100644
--- a/boards/native/board_config.c
+++ b/boards/native/board_config.c
@@ -3,7 +3,7 @@
  *
  * No functionality implemented at the moment.
  *
- * Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -12,7 +12,7 @@
  * @ingroup native_board
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @}
  */
 
diff --git a/boards/native/board_init.c b/boards/native/board_init.c
index fef854b6fe..cebdafbbab 100644
--- a/boards/native/board_init.c
+++ b/boards/native/board_init.c
@@ -1,7 +1,7 @@
 /**
  * Native Board board_init implementation
  *
- * Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -10,7 +10,7 @@
  * @ingroup native_board
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @}
  */
 #include <stdio.h>
diff --git a/boards/native/drivers/native-led.c b/boards/native/drivers/native-led.c
index 033c8eb1f3..1b6e5c09c6 100644
--- a/boards/native/drivers/native-led.c
+++ b/boards/native/drivers/native-led.c
@@ -3,7 +3,7 @@
  *
  * Only prints function calls at the moment.
  *
- * Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -12,7 +12,7 @@
  * @ingroup native_board
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @}
  */
 
diff --git a/boards/native/include/board.h b/boards/native/include/board.h
index a8b3fa6cda..0ec6dd8763 100644
--- a/boards/native/include/board.h
+++ b/boards/native/include/board.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -18,7 +18,7 @@
  * @file
  * @brief       Basic definitions for the native board
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef BOARD_H_
diff --git a/boards/native/include/board_internal.h b/boards/native/include/board_internal.h
index febf56fd19..2baf7f9acb 100644
--- a/boards/native/include/board_internal.h
+++ b/boards/native/include/board_internal.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Ludwig Ortmann
+ * Copyright (C) 2013, 2014 Ludwig Knüpfer
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
diff --git a/core/include/kernel_types.h b/core/include/kernel_types.h
index 208f4577bb..52315d467d 100644
--- a/core/include/kernel_types.h
+++ b/core/include/kernel_types.h
@@ -15,7 +15,7 @@
  *
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
  * @author      René Kijewski <rene.kijewski@fu-berlin.de>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef KERNEL_TYPES_H
diff --git a/core/reboot.c b/core/reboot.c
index df52da3bc9..de0b154a45 100644
--- a/core/reboot.c
+++ b/core/reboot.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @file
  * @brief       Reboot function
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de
  *
  * @}
  */
diff --git a/cpu/msp430-common/lpm_cpu.c b/cpu/msp430-common/lpm_cpu.c
index 7346d96fc8..8a0731e549 100644
--- a/cpu/msp430-common/lpm_cpu.c
+++ b/cpu/msp430-common/lpm_cpu.c
@@ -14,7 +14,7 @@
  * @brief       low-power mode implementation for MSP430 MCUs
  *
  * @author      Kévin Roussel <Kevin.Roussel@inria.fr>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author      Thomas Eichinger <thomas.eichinger@fu-berlin.de>
  *
  * @}
diff --git a/cpu/native/include/cpu.h b/cpu/native/include/cpu.h
index 2bfe4dbb53..2db6bdb844 100644
--- a/cpu/native/include/cpu.h
+++ b/cpu/native/include/cpu.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -14,7 +14,7 @@
  * @ingroup     cpu
  * @brief       CPU abstraction for the native port
  * @{
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef _CPU_H
diff --git a/cpu/native/include/cpu_conf.h b/cpu/native/include/cpu_conf.h
index aa66e0cd1d..ad6678c881 100644
--- a/cpu/native/include/cpu_conf.h
+++ b/cpu/native/include/cpu_conf.h
@@ -1,7 +1,7 @@
 /**
  * Native CPU configuration
  *
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -10,7 +10,7 @@
  * @ingroup arch
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @}
  */
 #ifndef CPUCONF_H_
diff --git a/cpu/native/include/native_internal.h b/cpu/native/include/native_internal.h
index 626f879b84..ffd78b7e12 100644
--- a/cpu/native/include/native_internal.h
+++ b/cpu/native/include/native_internal.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Ludwig Ortmann
+ * Copyright (C) 2013, 2014 Ludwig Knüpfer
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
 /**
  * @addtogroup    native_cpu
  * @{
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef _NATIVE_INTERNAL_H
diff --git a/cpu/native/include/periph_conf.h b/cpu/native/include/periph_conf.h
index d8bda7b288..9954cffbd0 100644
--- a/cpu/native/include/periph_conf.h
+++ b/cpu/native/include/periph_conf.h
@@ -1,7 +1,7 @@
 /**
  * Native CPU peripheral configuration
  *
- * Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -10,7 +10,7 @@
  * @ingroup native_cpu
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef PERIPH_CONF_H
diff --git a/cpu/native/irq_cpu.c b/cpu/native/irq_cpu.c
index 16fcbcbce7..7e77320707 100644
--- a/cpu/native/irq_cpu.c
+++ b/cpu/native/irq_cpu.c
@@ -1,7 +1,7 @@
 /**
  * Native CPU irq.h implementation
  *
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -11,7 +11,7 @@
  * @ingroup irq
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #include <err.h>
diff --git a/cpu/native/lpm_cpu.c b/cpu/native/lpm_cpu.c
index d706661623..0b15e63eba 100644
--- a/cpu/native/lpm_cpu.c
+++ b/cpu/native/lpm_cpu.c
@@ -3,7 +3,7 @@
  *
  * Uses system calls to emulate CPU power modes.
  *
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @ingroup native_cpu
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @}
  */
 #include <stdio.h>
diff --git a/cpu/native/native_cpu.c b/cpu/native/native_cpu.c
index 3fd0626ef5..44ab42808b 100644
--- a/cpu/native/native_cpu.c
+++ b/cpu/native/native_cpu.c
@@ -4,7 +4,7 @@
  * in-process preemptive context switching utilizes POSIX ucontexts.
  * (ucontext provides for architecture independent stack handling)
  *
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @ingroup native_cpu
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #include <stdio.h>
diff --git a/cpu/native/netdev2_tap/netdev2_tap.c b/cpu/native/netdev2_tap/netdev2_tap.c
index 8c9a32f546..c881a46b0d 100644
--- a/cpu/native/netdev2_tap/netdev2_tap.c
+++ b/cpu/native/netdev2_tap/netdev2_tap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>,
+ * Copyright (C) 2015 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>,
  *                    Martine Lenders <mlenders@inf.fu-berlin.de>
  *                    Kaspar Schleiser <kaspar@schleiser.de>
  *                    Ell-i open source co-operative
diff --git a/cpu/native/panic.c b/cpu/native/panic.c
index 42945cba22..db01b54ce4 100644
--- a/cpu/native/panic.c
+++ b/cpu/native/panic.c
@@ -13,7 +13,7 @@
  * @file
  * @brief       Crash handling functions implementation for 'native' port
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author      Kévin Roussel <Kevin.Roussel@inria.fr>
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
  */
diff --git a/cpu/native/periph/random.c b/cpu/native/periph/random.c
index 9fe1dcae10..a4fff6356d 100644
--- a/cpu/native/periph/random.c
+++ b/cpu/native/periph/random.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -11,7 +11,7 @@
  * @defgroup    native_rng
  * @{
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #include <string.h>
diff --git a/cpu/native/periph/rtc.c b/cpu/native/periph/rtc.c
index 23b066c39b..2a77ee06ad 100644
--- a/cpu/native/periph/rtc.c
+++ b/cpu/native/periph/rtc.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013, 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -12,7 +12,7 @@
  * The implementation uses POSIX system calls to emulate a real-time
  * clock based on the system clock.
  *
- * @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @ingroup _native_cpu
  * @defgroup _native_rtc
diff --git a/cpu/native/periph/timer.c b/cpu/native/periph/timer.c
index bb6023a2e3..101304ced6 100644
--- a/cpu/native/periph/timer.c
+++ b/cpu/native/periph/timer.c
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *               2015 Kaspar Schleiser <kaspar@schleiser.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
@@ -9,14 +9,14 @@
  * @ingroup timer
  * @ingroup native_cpu
  * @{
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author  Kaspar Schleiser <kaspar@schleiser.de>
  * @file
  * @brief Native CPU periph/timer.h implementation
  *
  * Uses POSIX realtime clock and POSIX itimer to mimic hardware.
  *
- * This is based on native's hwtimer implementation by Ludwig Ortmann.
+ * This is based on native's hwtimer implementation by Ludwig Knüpfer.
  * I removed the multiplexing, as xtimer does the same. (kaspar)
  *
  * @}
diff --git a/cpu/native/startup.c b/cpu/native/startup.c
index 1a828fc914..2d138daeec 100644
--- a/cpu/native/startup.c
+++ b/cpu/native/startup.c
@@ -1,7 +1,7 @@
 /**
  * Native CPU entry code
  *
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -10,7 +10,7 @@
  * @ingroup arch
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @}
  */
 
diff --git a/cpu/native/syscalls.c b/cpu/native/syscalls.c
index a2cab09d5c..83ce8ba5f7 100644
--- a/cpu/native/syscalls.c
+++ b/cpu/native/syscalls.c
@@ -4,7 +4,7 @@
  * Wrap system calls and system call invoking library calls to make
  * sure no context switches happen during a system call.
  *
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @ingroup native_cpu
  * @{
  * @file
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef _GNU_SOURCE
diff --git a/cpu/native/tramp.S b/cpu/native/tramp.S
index 7cf13991c3..d90760c863 100644
--- a/cpu/native/tramp.S
+++ b/cpu/native/tramp.S
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013, 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * Copyright (C) 2014 Thomas Eichinger <thomas.eichinger1@gmail.com>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
diff --git a/dist/tools/cppcheck/check.sh b/dist/tools/cppcheck/check.sh
index e27e9bae2d..3553bcda81 100755
--- a/dist/tools/cppcheck/check.sh
+++ b/dist/tools/cppcheck/check.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+# Copyright 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
 # Copyright 2014 Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
 #
 # This file is subject to the terms and conditions of the GNU Lesser
diff --git a/dist/tools/externc/check.sh b/dist/tools/externc/check.sh
index b5ad6d0631..f495e5d576 100755
--- a/dist/tools/externc/check.sh
+++ b/dist/tools/externc/check.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+# Copyright 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
 # Copyright 2014 DangNhat Pham-Huu <51002279@hcmut.edu.vn>
 #
 # This file is subject to the terms and conditions of the GNU Lesser
diff --git a/dist/tools/licenses/check.sh b/dist/tools/licenses/check.sh
index d449c886bd..f860b82eaf 100755
--- a/dist/tools/licenses/check.sh
+++ b/dist/tools/licenses/check.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+# Copyright 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
 #
 # This file is subject to the terms and conditions of the GNU Lesser
 # General Public License v2.1. See the file LICENSE in the top level
diff --git a/dist/tools/usb-serial/list-ttys.sh b/dist/tools/usb-serial/list-ttys.sh
index ac222add4d..38fc5cecdc 100755
--- a/dist/tools/usb-serial/list-ttys.sh
+++ b/dist/tools/usb-serial/list-ttys.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Copyright (C) 2015 Eistec AB
-# Copyright (C) 2015 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+# Copyright (C) 2015 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
 #
 # This file is subject to the terms and conditions of the GNU Lesser General
 # Public License v2.1. See the file LICENSE in the top level directory for more
diff --git a/drivers/dht/dht.c b/drivers/dht/dht.c
index a84627494c..e9d2b7487a 100644
--- a/drivers/dht/dht.c
+++ b/drivers/dht/dht.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Ludwig Ortmann
+ * Copyright 2015 Ludwig Knüpfer
  * Copyright 2015 Christian Mehlis
  *
  * This file is subject to the terms and conditions of the GNU Lesser
@@ -15,7 +15,7 @@
  * @brief       Device driver implementation for the DHT 11 and 22
  *              temperature and humidity sensor
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author      Christian Mehlis <mehlis@inf.fu-berlin.de>
  *
  * @}
diff --git a/drivers/include/dht.h b/drivers/include/dht.h
index b543403b00..06f88a22a8 100644
--- a/drivers/include/dht.h
+++ b/drivers/include/dht.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Ludwig Ortmann, Christian Mehlis
+ * Copyright 2015 Ludwig Knüpfer, Christian Mehlis
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -18,7 +18,7 @@
  * @brief       Device driver interface for the DHT family of humidity
  *              and temperature sensors
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de
  * @author      Christian Mehlis <mehlis@inf.fu-berlin.de>
  */
 
diff --git a/drivers/include/isl29125.h b/drivers/include/isl29125.h
index 70603d05f0..5e59cb29d8 100644
--- a/drivers/include/isl29125.h
+++ b/drivers/include/isl29125.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Ludwig Ortmann
+ * Copyright 2015 Ludwig Knüpfer
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -39,7 +39,7 @@
  * @file
  * @brief       Device driver interface for the ISL29125 RGB light sensor
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de
  */
 
 #ifndef ISL29125_H
diff --git a/drivers/include/pir.h b/drivers/include/pir.h
index bfa70697e6..a2efdad4ae 100644
--- a/drivers/include/pir.h
+++ b/drivers/include/pir.h
@@ -15,7 +15,7 @@
  * @file
  * @brief       Device driver interface for the PIR motion sensor
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef PIR_H
diff --git a/drivers/isl29125/include/isl29125-internal.h b/drivers/isl29125/include/isl29125-internal.h
index b1c103ebf3..ba345bf0cb 100644
--- a/drivers/isl29125/include/isl29125-internal.h
+++ b/drivers/isl29125/include/isl29125-internal.h
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Ludwig Ortmann
+ * Copyright 2015 Ludwig Knüpfer
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @file
  * @brief       Definitions for the ISL29125 RGB light sensor
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  */
 
 #ifndef ISL29125_INTERNAL_H
diff --git a/drivers/isl29125/isl29125.c b/drivers/isl29125/isl29125.c
index d722b0fb3e..7289afddb8 100644
--- a/drivers/isl29125/isl29125.c
+++ b/drivers/isl29125/isl29125.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Ludwig Ortmann
+ * Copyright 2015 Ludwig Knüpfer
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @file
  * @brief       Device driver implementation for the ISL29125 RGB light sensor
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/drivers/pir/pir.c b/drivers/pir/pir.c
index 3a7c8a49f0..c76f3a52d4 100644
--- a/drivers/pir/pir.c
+++ b/drivers/pir/pir.c
@@ -13,7 +13,7 @@
  * @file
  * @brief       Device driver implementation for the PIR motion sensor
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/examples/default/main.c b/examples/default/main.c
index c43f9e7f5b..76f5627641 100644
--- a/examples/default/main.c
+++ b/examples/default/main.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2008, 2009, 2010  Kaspar Schleiser <kaspar@schleiser.de>
  * Copyright (C) 2013 INRIA
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -17,7 +17,7 @@
  *
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/examples/hello-world/main.c b/examples/hello-world/main.c
index f735bba3ee..f51bf8c0a0 100644
--- a/examples/hello-world/main.c
+++ b/examples/hello-world/main.c
@@ -14,7 +14,7 @@
  * @brief       Hello World application
  *
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/pkg/libcoap/0003-Remove-two-example-programs-in-root.patch b/pkg/libcoap/0003-Remove-two-example-programs-in-root.patch
index 8c8492bdd3b87d3fb79e9a19c338300308e639ea..9e560df5f0c833277e013656755f39abf645eea8 100644
GIT binary patch
delta 36
pcmca!bhBteh@^Mk;XMUusYMDlIi)G(ndy4jd8Mf!fsNU3EC4dc5G?=z

delta 34
lcmcavbiHUoh`4`INp50Zo`OwIX-au!x?VnnzcKfX1poxi4#ofg

diff --git a/pkg/libcoap/0005-fix-old-style-function-declarations.patch b/pkg/libcoap/0005-fix-old-style-function-declarations.patch
index 7a264f9d2c4e5a3da63923543be596e1e815420e..ba25b0dd8d9ce06032a914bc6902989be354c856 100644
GIT binary patch
delta 36
pcmew^`crg5h@^Mk;XMUusYMDlIi)G(ndy4jd8Mf!fsNTcTmT{E4<!Hq

delta 34
lcmew<`dxHFh`4`INp50Zo`OwIX-au!x?VnnzcIIm3jp-c4ZZ*X

diff --git a/sys/shell/commands/sc_rtc.c b/sys/shell/commands/sc_rtc.c
index 1402fd42b9..7f069d01da 100644
--- a/sys/shell/commands/sc_rtc.c
+++ b/sys/shell/commands/sc_rtc.c
@@ -1,6 +1,6 @@
 /*
  * Copyright 2013 INRIA.
- * Copyright 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -15,7 +15,7 @@
  * @brief       Shell command implementation for the peripheral RTC interface
  *
  * @author  Oliver Hahm <oliver.hahm@inria.fr>
- * @author  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>#
+ * @author  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>#
  *
  * @}
  */
diff --git a/sys/shell/commands/sc_sys.c b/sys/shell/commands/sc_sys.c
index a338e233ab..25d166b270 100644
--- a/sys/shell/commands/sc_sys.c
+++ b/sys/shell/commands/sc_sys.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2014  Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @file
  * @brief       Shell commands for system calls
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/sys/shell/commands/shell_commands.c b/sys/shell/commands/shell_commands.c
index c4a3fd02cd..f785b18579 100644
--- a/sys/shell/commands/shell_commands.c
+++ b/sys/shell/commands/shell_commands.c
@@ -15,7 +15,7 @@
  *
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
  * @author      Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/sys/uart_stdio/uart_stdio.c b/sys/uart_stdio/uart_stdio.c
index e58a8b2c91..8686b786dd 100644
--- a/sys/uart_stdio/uart_stdio.c
+++ b/sys/uart_stdio/uart_stdio.c
@@ -17,7 +17,7 @@
  * This file implements a UART callback and read/write functions.
  *
  * @author      Oliver Hahm <oliver.hahm@inria.fr>
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author      Kaspar Schleiser <kaspar@schleiser.de>
  *
  * @}
diff --git a/tests/coap/main.c b/tests/coap/main.c
index aae812181c..62cfbf359e 100644
--- a/tests/coap/main.c
+++ b/tests/coap/main.c
@@ -10,7 +10,7 @@
  * @file
  * @brief       Check if the libcoap package builds.
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  */
 
diff --git a/tests/driver_dht/main.c b/tests/driver_dht/main.c
index 1cf8f45caf..d71d7f72b9 100644
--- a/tests/driver_dht/main.c
+++ b/tests/driver_dht/main.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Ludwig Ortmann, Christian Mehlis
+ * Copyright (C) 2015 Ludwig Knüpfer, Christian Mehlis
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @file
  * @brief       Test application for the dht humidity and temperature sensor driver
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  * @author      Christian Mehlis <mehlis@inf.fu-berlin.de>
  *
  * @}
diff --git a/tests/driver_isl29125/main.c b/tests/driver_isl29125/main.c
index 5241b90ffd..4b839e3364 100644
--- a/tests/driver_isl29125/main.c
+++ b/tests/driver_isl29125/main.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Ludwig Ortmann
+ * Copyright 2015 Ludwig Knüpfer
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @file
  * @brief       Test application for the ISL29125 RGB light sensor
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/tests/driver_pir/main.c b/tests/driver_pir/main.c
index 98dbfa2cb3..6ebae50437 100644
--- a/tests/driver_pir/main.c
+++ b/tests/driver_pir/main.c
@@ -13,7 +13,7 @@
  * @file
  * @brief       Test application for the PIR motion sensor driver
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
diff --git a/tests/irq/main.c b/tests/irq/main.c
index b5b2f2b4e5..940e3e2fef 100644
--- a/tests/irq/main.c
+++ b/tests/irq/main.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * Copyright (C) 2013 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License v2.1. See the file LICENSE in the top level
@@ -13,7 +13,7 @@
  * @file
  * @brief IRQ test application
  *
- * @author      Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
+ * @author      Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
  *
  * @}
  */
-- 
GitLab