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 - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * */ 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 - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * */ 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 - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @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 - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @author Kaspar Schleiser * @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 * @author Kaspar Schleiser - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @author Aleksandr Mikoff * */ 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 + * Copyright (C) 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 @@ -12,7 +12,7 @@ * @ingroup native_board * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @} */ 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 + * Copyright (C) 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 @@ -10,7 +10,7 @@ * @ingroup native_board * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @} */ #include 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 + * Copyright (C) 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 @@ -12,7 +12,7 @@ * @ingroup native_board * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @} */ 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 + * Copyright (C) 2013 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 @@ -18,7 +18,7 @@ * @file * @brief Basic definitions for the native board * - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #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 * @author René Kijewski - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #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 + * Copyright (C) 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 @@ * @file * @brief Reboot function * - * @author Ludwig Ortmann - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @author Thomas Eichinger * * @} 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 + * Copyright (C) 2013 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 @@ -14,7 +14,7 @@ * @ingroup cpu * @brief CPU abstraction for the native port * @{ - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #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 + * Copyright (C) 2013 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 @@ -10,7 +10,7 @@ * @ingroup arch * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @} */ #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 + * @author Ludwig Knüpfer */ #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 + * Copyright (C) 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 @@ -10,7 +10,7 @@ * @ingroup native_cpu * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #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 + * Copyright (C) 2013 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 @@ -11,7 +11,7 @@ * @ingroup irq * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #include 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 + * Copyright (C) 2013 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 @@ * @ingroup native_cpu * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @} */ #include 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 + * Copyright (C) 2013 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 @@ * @ingroup native_cpu * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #include 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 , + * Copyright (C) 2015 Ludwig Knüpfer , * Martine Lenders * Kaspar Schleiser * 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 + * @author Ludwig Knüpfer * @author Kévin Roussel * @author Oliver Hahm */ 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 + * Copyright (C) 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 @@ -11,7 +11,7 @@ * @defgroup native_rng * @{ * - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #include 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 + * 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 @@ -12,7 +12,7 @@ * The implementation uses POSIX system calls to emulate a real-time * clock based on the system clock. * - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * * @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 + * Copyright (C) 2013 Ludwig Knüpfer * 2015 Kaspar Schleiser * * 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 + * @author Ludwig Knüpfer * @author Kaspar Schleiser * @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 + * Copyright (C) 2013 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 @@ -10,7 +10,7 @@ * @ingroup arch * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @} */ 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 + * Copyright (C) 2013 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 @@ * @ingroup native_cpu * @{ * @file - * @author Ludwig Ortmann + * @author Ludwig Knüpfer */ #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 + * Copyright (C) 2013, 2014 Ludwig Knüpfer * Copyright (C) 2014 Thomas Eichinger * * 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 +# Copyright 2014 Ludwig Knüpfer # Copyright 2014 Hinnerk van Bruinehsen # # 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 +# Copyright 2014 Ludwig Knüpfer # 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 +# Copyright 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/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 +# Copyright (C) 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 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 + * @author Ludwig Knüpfer * @author Christian Mehlis * * @} 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 */ 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 + * @author Ludwig Knüpfer */ #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 + * @author Ludwig Knüpfer */ #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 + * @author Ludwig Knüpfer * * @} */ 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 + * @author Ludwig Knüpfer * * @} */ 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 * Copyright (C) 2013 INRIA - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 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 @@ -17,7 +17,7 @@ * * @author Kaspar Schleiser * @author Oliver Hahm - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * * @} */ 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 - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * * @} */ 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 8c8492bdd3..9e560df5f0 100644 Binary files a/pkg/libcoap/0003-Remove-two-example-programs-in-root.patch and b/pkg/libcoap/0003-Remove-two-example-programs-in-root.patch differ diff --git a/pkg/libcoap/0005-fix-old-style-function-declarations.patch b/pkg/libcoap/0005-fix-old-style-function-declarations.patch index 7a264f9d2c..ba25b0dd8d 100644 Binary files a/pkg/libcoap/0005-fix-old-style-function-declarations.patch and b/pkg/libcoap/0005-fix-old-style-function-declarations.patch differ 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 + * Copyright 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 @@ -15,7 +15,7 @@ * @brief Shell command implementation for the peripheral RTC interface * * @author Oliver Hahm - * @author Ludwig Ortmann # + * @author Ludwig Knüpfer # * * @} */ 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 + * Copyright (C) 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 @@ * @file * @brief Shell commands for system calls * - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * * @} */ 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 * @author Zakaria Kasmi - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * * @} */ 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 - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * @author Kaspar Schleiser * * @} 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 + * @author Ludwig Knüpfer * */ 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 + * @author Ludwig Knüpfer * @author Christian Mehlis * * @} 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 + * @author Ludwig Knüpfer * * @} */ 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 + * @author Ludwig Knüpfer * * @} */ 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 + * Copyright (C) 2013 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 IRQ test application * - * @author Ludwig Ortmann + * @author Ludwig Knüpfer * * @} */