From 98c465008bb19b0204918cfe37bca7f3686d9ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Sun, 20 Sep 2015 13:47:39 +0200 Subject: [PATCH] all: Update @gebart family name, email --- boards/mulle/board.c | 2 +- boards/mulle/board_config.c | 2 +- boards/mulle/include/at86rf2xx_params.h | 2 +- boards/mulle/include/board.h | 2 +- boards/mulle/include/periph_conf.h | 2 +- core/atomic.c | 2 +- core/c11_atomic.c | 2 +- core/include/atomic.h | 2 +- core/mutex.c | 2 +- core/panic.c | 2 +- cpu/cortexm_common/atomic_arch.c | 2 +- cpu/cortexm_common/include/cpu.h | 2 +- cpu/cortexm_common/panic.c | 2 +- cpu/cortexm_common/thread_arch.c | 2 +- cpu/k60/cpu.c | 2 +- cpu/k60/include/MK60-comp.h | 2 +- cpu/k60/include/cpu_conf.h | 2 +- cpu/k60/include/devio-null.h | 2 +- cpu/k60/include/devio-uart.h | 2 +- cpu/k60/include/devopttab.h | 2 +- cpu/k60/lpm_arch.c | 2 +- cpu/k60/ssp.c | 2 +- cpu/k60/vector.c | 2 +- cpu/kinetis_common/adc.c | 2 +- cpu/kinetis_common/dist/check-fcfield-hex.sh | 2 +- cpu/kinetis_common/fcfield.c | 2 +- cpu/kinetis_common/gpio.c | 2 +- cpu/kinetis_common/i2c.c | 2 +- cpu/kinetis_common/include/wdog.h | 2 +- cpu/kinetis_common/pwm.c | 2 +- cpu/kinetis_common/random_rngb.c | 2 +- cpu/kinetis_common/rtc.c | 2 +- cpu/kinetis_common/rtt.c | 2 +- cpu/kinetis_common/spi.c | 2 +- cpu/kinetis_common/wdog.c | 2 +- cpu/msp430-common/include/stdio.h | 2 +- cpu/msp430-common/include/stdlib.h | 2 +- cpu/sam3/periph/spi.c | 2 +- cpu/samd21/periph/spi.c | 2 +- cpu/saml21/periph/spi.c | 2 +- cpu/stm32f0/periph/spi.c | 2 +- cpu/stm32f1/periph/spi.c | 2 +- cpu/stm32f3/periph/spi.c | 2 +- cpu/stm32l1/periph/spi.c | 2 +- dist/tools/eclipsesym/cmdline2xml.sh | 2 +- dist/tools/openocd/openocd.sh | 2 +- drivers/adt7310/adt7310.c | 2 +- drivers/at86rf2xx/at86rf2xx_internal.c | 2 +- drivers/hih6130/hih6130.c | 2 +- drivers/ina220/ina220.c | 2 +- drivers/ina220/include/ina220-regs.h | 2 +- drivers/include/adt7310.h | 2 +- drivers/include/hih6130.h | 2 +- drivers/include/ina220.h | 2 +- drivers/include/lis3dh.h | 2 +- drivers/include/nvram-spi.h | 2 +- drivers/include/nvram.h | 2 +- drivers/include/servo.h | 2 +- drivers/lis3dh/lis3dh.c | 2 +- drivers/nrf24l01p/nrf24l01p.c | 2 +- drivers/nvram_spi/nvram-spi.c | 2 +- drivers/servo/servo.c | 2 +- sys/cpp11-compat/cppsupport.cpp | 2 +- sys/hashes/hashes.c | 2 +- sys/include/hashes.h | 2 +- sys/posix/pthread/pthread_spin.c | 2 +- tests/driver_adt7310/main.c | 2 +- tests/driver_hih6130/main.c | 2 +- tests/driver_ina220/main.c | 2 +- tests/driver_lis3dh/main.c | 2 +- tests/driver_nvram_spi/main.c | 2 +- tests/driver_servo/main.c | 2 +- tests/pkg_cmsis-dsp/main.c | 2 +- 73 files changed, 73 insertions(+), 73 deletions(-) diff --git a/boards/mulle/board.c b/boards/mulle/board.c index 3a9977f4ae..358ce39a2d 100644 --- a/boards/mulle/board.c +++ b/boards/mulle/board.c @@ -13,7 +13,7 @@ * @file * @brief Board specific implementations for the Mulle board * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/boards/mulle/board_config.c b/boards/mulle/board_config.c index 45cea4afbf..9cd70bd23b 100644 --- a/boards/mulle/board_config.c +++ b/boards/mulle/board_config.c @@ -15,7 +15,7 @@ * @file * @brief Mulle config module implementation * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @note Waiting for PR #2353 (NVRAM API) before implementing this. */ diff --git a/boards/mulle/include/at86rf2xx_params.h b/boards/mulle/include/at86rf2xx_params.h index 2a6e20700a..444fe3740d 100644 --- a/boards/mulle/include/at86rf2xx_params.h +++ b/boards/mulle/include/at86rf2xx_params.h @@ -15,7 +15,7 @@ * @brief at86rf231 board specific configuration * * @author Kaspar Schleiser - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef AT86RF2XX_PARAMS_H_ diff --git a/boards/mulle/include/board.h b/boards/mulle/include/board.h index 96f385df62..33362b810a 100644 --- a/boards/mulle/include/board.h +++ b/boards/mulle/include/board.h @@ -15,7 +15,7 @@ * @file * @brief Board specific definitions for the Eistec Mulle IoT board * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef BOARD_H_ diff --git a/boards/mulle/include/periph_conf.h b/boards/mulle/include/periph_conf.h index 8d8a2dd5b9..b4572d5c9e 100644 --- a/boards/mulle/include/periph_conf.h +++ b/boards/mulle/include/periph_conf.h @@ -14,7 +14,7 @@ * @file * @name Peripheral MCU configuration for the Eistec Mulle * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef MULLE_PERIPH_CONF_H_ diff --git a/core/atomic.c b/core/atomic.c index 16e83573b2..1a5dcf26c9 100644 --- a/core/atomic.c +++ b/core/atomic.c @@ -17,7 +17,7 @@ * * @author Kaspar Schleiser * @author Oliver Hahm - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/core/c11_atomic.c b/core/c11_atomic.c index d406e5f6a6..ee870a7355 100644 --- a/core/c11_atomic.c +++ b/core/c11_atomic.c @@ -29,7 +29,7 @@ * * @see https://gcc.gnu.org/wiki/Atomic/GCCMM/LIbrary * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #include diff --git a/core/include/atomic.h b/core/include/atomic.h index 1970ead0b2..395e57baa5 100644 --- a/core/include/atomic.h +++ b/core/include/atomic.h @@ -15,7 +15,7 @@ * @brief Functions for atomic handling of variables * * @author Kaspar Schleiser - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef ATOMIC_H_ diff --git a/core/mutex.c b/core/mutex.c index bbc80bc51b..0e5fa42b5d 100644 --- a/core/mutex.c +++ b/core/mutex.c @@ -14,7 +14,7 @@ * @brief Kernel mutex implementation * * @author Kaspar Schleiser - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/core/panic.c b/core/panic.c index b00e0052c5..d8ecd5867e 100644 --- a/core/panic.c +++ b/core/panic.c @@ -17,7 +17,7 @@ * * @author Kévin Roussel * @author Oliver Hahm - * @author Joakim Gebart + * @author Joakim Nohlgård * @author Kaspar Schleiser */ diff --git a/cpu/cortexm_common/atomic_arch.c b/cpu/cortexm_common/atomic_arch.c index 640fb794a2..b6f3666dd7 100644 --- a/cpu/cortexm_common/atomic_arch.c +++ b/cpu/cortexm_common/atomic_arch.c @@ -15,7 +15,7 @@ * * @author Stefan Pfeiffer * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/cortexm_common/include/cpu.h b/cpu/cortexm_common/include/cpu.h index aac211c10a..9cd14039d4 100644 --- a/cpu/cortexm_common/include/cpu.h +++ b/cpu/cortexm_common/include/cpu.h @@ -22,7 +22,7 @@ * * @author Stefan Pfeiffer * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * * @todo remove include irq.h once core was adjusted */ diff --git a/cpu/cortexm_common/panic.c b/cpu/cortexm_common/panic.c index 81fec82609..de4a578eac 100644 --- a/cpu/cortexm_common/panic.c +++ b/cpu/cortexm_common/panic.c @@ -15,7 +15,7 @@ * @brief Crash handling functions implementation for ARM Cortex-based MCUs * * @author Oliver Hahm - * @author Joakim Gebart + * @author Joakim Nohlgård */ #include "cpu.h" diff --git a/cpu/cortexm_common/thread_arch.c b/cpu/cortexm_common/thread_arch.c index e6eed693e0..eaa69b02a2 100644 --- a/cpu/cortexm_common/thread_arch.c +++ b/cpu/cortexm_common/thread_arch.c @@ -87,7 +87,7 @@ * * @author Stefan Pfeiffer * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/k60/cpu.c b/cpu/k60/cpu.c index 9fde6d4fed..fc91df0df6 100644 --- a/cpu/k60/cpu.c +++ b/cpu/k60/cpu.c @@ -17,7 +17,7 @@ * @file * @brief Implementation of K60 CPU initialization. * - * @author Joakim Gebart + * @author Joakim Nohlgård */ /** @brief Current core clock frequency */ diff --git a/cpu/k60/include/MK60-comp.h b/cpu/k60/include/MK60-comp.h index ccd6d52011..e4d61a115c 100644 --- a/cpu/k60/include/MK60-comp.h +++ b/cpu/k60/include/MK60-comp.h @@ -13,7 +13,7 @@ * @file * @brief Compatibility definitions between MK60D10.h and MK60DZ10.h * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef MK60_COMP_H_ diff --git a/cpu/k60/include/cpu_conf.h b/cpu/k60/include/cpu_conf.h index 4cd698d06e..8de9af9cb5 100644 --- a/cpu/k60/include/cpu_conf.h +++ b/cpu/k60/include/cpu_conf.h @@ -15,7 +15,7 @@ * @file * @brief Implementation specific CPU configuration options * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef CPU_CONF_H_ diff --git a/cpu/k60/include/devio-null.h b/cpu/k60/include/devio-null.h index e6d161e211..72964d9499 100644 --- a/cpu/k60/include/devio-null.h +++ b/cpu/k60/include/devio-null.h @@ -13,7 +13,7 @@ * @file * @brief Device I/O helpers for a no-op device. * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef DEVIO_NULL_H_ #define DEVIO_NULL_H_ diff --git a/cpu/k60/include/devio-uart.h b/cpu/k60/include/devio-uart.h index a6fa143049..72dbab8589 100644 --- a/cpu/k60/include/devio-uart.h +++ b/cpu/k60/include/devio-uart.h @@ -15,7 +15,7 @@ * @file * @brief Device I/O helpers for UARTs on K60. * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef DEVIO_UART_H_ #define DEVIO_UART_H_ diff --git a/cpu/k60/include/devopttab.h b/cpu/k60/include/devopttab.h index 9575da065f..b83695d2f4 100644 --- a/cpu/k60/include/devopttab.h +++ b/cpu/k60/include/devopttab.h @@ -19,7 +19,7 @@ * @file * @brief Device operations table. * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef DEVOPTTAB_H_ #define DEVOPTTAB_H_ diff --git a/cpu/k60/lpm_arch.c b/cpu/k60/lpm_arch.c index 55e8b0c1a8..68c578ae5e 100644 --- a/cpu/k60/lpm_arch.c +++ b/cpu/k60/lpm_arch.c @@ -13,7 +13,7 @@ * @file * @brief Implementation of the kernel's power management interface * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/k60/ssp.c b/cpu/k60/ssp.c index a64bcbf58d..b5fa52c1a7 100644 --- a/cpu/k60/ssp.c +++ b/cpu/k60/ssp.c @@ -15,7 +15,7 @@ * @file * @brief Implementation of stack smashing protection helper functions used by GCC's -fstack-protector * - * @author Joakim Gebart + * @author Joakim Nohlgård */ void *__stack_chk_guard = 0; diff --git a/cpu/k60/vector.c b/cpu/k60/vector.c index 4c1c5c7ea1..80f1732f19 100644 --- a/cpu/k60/vector.c +++ b/cpu/k60/vector.c @@ -14,7 +14,7 @@ * * @brief Interrupt vector for K60 MCU. * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @note It is not necessary to modify this file to define custom interrupt * service routines. All symbols are defined weak, it is only necessary to diff --git a/cpu/kinetis_common/adc.c b/cpu/kinetis_common/adc.c index 6a410655f8..e2967d13b4 100644 --- a/cpu/kinetis_common/adc.c +++ b/cpu/kinetis_common/adc.c @@ -18,7 +18,7 @@ * @author Hauke Petersen * @author Johann Fischer * @author Jonas Remmert - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/kinetis_common/dist/check-fcfield-hex.sh b/cpu/kinetis_common/dist/check-fcfield-hex.sh index c458a22cd7..0347de86b4 100755 --- a/cpu/kinetis_common/dist/check-fcfield-hex.sh +++ b/cpu/kinetis_common/dist/check-fcfield-hex.sh @@ -9,7 +9,7 @@ # # @author Jonas Remmert # @author Johann Fischer -# @author Joakim Gebart +# @author Joakim Nohlgård if [ $# -ne 1 ]; then echo "Usage: $0 HEXFILE" diff --git a/cpu/kinetis_common/fcfield.c b/cpu/kinetis_common/fcfield.c index 858faab1fe..75074f43f4 100644 --- a/cpu/kinetis_common/fcfield.c +++ b/cpu/kinetis_common/fcfield.c @@ -15,7 +15,7 @@ * @brief Default FCF code for Freescale Kinetis MCUs * * @author Johann Fischer - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/kinetis_common/gpio.c b/cpu/kinetis_common/gpio.c index 13d0791050..1017464929 100644 --- a/cpu/kinetis_common/gpio.c +++ b/cpu/kinetis_common/gpio.c @@ -19,7 +19,7 @@ * @author Hauke Petersen * @author Johann Fischer * @author Jonas Remmert - * @author Joakim Gebart - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/kinetis_common/include/wdog.h b/cpu/kinetis_common/include/wdog.h index b699bb4d17..1f28e8685f 100644 --- a/cpu/kinetis_common/include/wdog.h +++ b/cpu/kinetis_common/include/wdog.h @@ -33,7 +33,7 @@ * @brief Interface definition for the Kinetis WDOG driver. * * @author Johann Fischer - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef WDOG_H diff --git a/cpu/kinetis_common/pwm.c b/cpu/kinetis_common/pwm.c index ecc24429a2..e4f59a606d 100644 --- a/cpu/kinetis_common/pwm.c +++ b/cpu/kinetis_common/pwm.c @@ -19,7 +19,7 @@ * @author Hauke Petersen * @author Johann Fischer * @author Jonas Remmert - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/kinetis_common/random_rngb.c b/cpu/kinetis_common/random_rngb.c index 296d5961b2..f6e23586de 100644 --- a/cpu/kinetis_common/random_rngb.c +++ b/cpu/kinetis_common/random_rngb.c @@ -15,7 +15,7 @@ * @file * @brief Low-level random number generator driver implementation. * - * @author Joakim Gebart (adaption for Freescale's RNGB) + * @author Joakim Nohlgård (adaption for Freescale's RNGB) * @author Johann Fischer (adaption for Freescale's RNGA) * @author Hauke Petersen * diff --git a/cpu/kinetis_common/rtc.c b/cpu/kinetis_common/rtc.c index 4cfaa9e2df..5d7c0df5c3 100644 --- a/cpu/kinetis_common/rtc.c +++ b/cpu/kinetis_common/rtc.c @@ -14,7 +14,7 @@ * @file * @brief RTC interface wrapper for use with RTT modules. * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/kinetis_common/rtt.c b/cpu/kinetis_common/rtt.c index e8ef04eb97..dc7221d376 100644 --- a/cpu/kinetis_common/rtt.c +++ b/cpu/kinetis_common/rtt.c @@ -21,7 +21,7 @@ * RTT as a system real time clock. * * @author Johann Fischer - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/kinetis_common/spi.c b/cpu/kinetis_common/spi.c index c21ed67c8f..8240d6f78b 100644 --- a/cpu/kinetis_common/spi.c +++ b/cpu/kinetis_common/spi.c @@ -36,7 +36,7 @@ * * @author Peter Kietzmann * @author Johann Fischer - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/kinetis_common/wdog.c b/cpu/kinetis_common/wdog.c index 55f7cb806f..60983947ae 100644 --- a/cpu/kinetis_common/wdog.c +++ b/cpu/kinetis_common/wdog.c @@ -16,7 +16,7 @@ * @brief Low-level WDOG driver implementation * * @author Johann Fischer - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/msp430-common/include/stdio.h b/cpu/msp430-common/include/stdio.h index 59f6201507..2ac0b7b069 100644 --- a/cpu/msp430-common/include/stdio.h +++ b/cpu/msp430-common/include/stdio.h @@ -14,7 +14,7 @@ * @brief stdio.h wrapper for MSP430 * @see http://www.cplusplus.com/reference/cstdio/ * - * @author Joakim Gebart * @author Peter Kietzmann * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/samd21/periph/spi.c b/cpu/samd21/periph/spi.c index 1193de8e1c..a7fe85a801 100644 --- a/cpu/samd21/periph/spi.c +++ b/cpu/samd21/periph/spi.c @@ -16,7 +16,7 @@ * @author Thomas Eichinger * @author Troels Hoffmeyer * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/saml21/periph/spi.c b/cpu/saml21/periph/spi.c index 0f9e7f7378..8789c31c2b 100644 --- a/cpu/saml21/periph/spi.c +++ b/cpu/saml21/periph/spi.c @@ -18,7 +18,7 @@ * @author Thomas Eichinger * @author Troels Hoffmeyer * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * @author Kaspar Schleiser * * @} diff --git a/cpu/stm32f0/periph/spi.c b/cpu/stm32f0/periph/spi.c index 7343732819..9011c64bc7 100644 --- a/cpu/stm32f0/periph/spi.c +++ b/cpu/stm32f0/periph/spi.c @@ -16,7 +16,7 @@ * @author Peter Kietzmann * @author Hauke Petersen * @author Fabian Nack - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/stm32f1/periph/spi.c b/cpu/stm32f1/periph/spi.c index 2cbaa18707..bf6bbbbfe9 100644 --- a/cpu/stm32f1/periph/spi.c +++ b/cpu/stm32f1/periph/spi.c @@ -16,7 +16,7 @@ * @author Thomas Eichinger * @author Fabian Nack * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/cpu/stm32f3/periph/spi.c b/cpu/stm32f3/periph/spi.c index 160f5f348b..d1efe81858 100644 --- a/cpu/stm32f3/periph/spi.c +++ b/cpu/stm32f3/periph/spi.c @@ -18,7 +18,7 @@ * @author Peter Kietzmann * @author Fabian Nack * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * @author Kaspar Schleiser * * @} diff --git a/cpu/stm32l1/periph/spi.c b/cpu/stm32l1/periph/spi.c index 67b7e3b753..17c23d230d 100644 --- a/cpu/stm32l1/periph/spi.c +++ b/cpu/stm32l1/periph/spi.c @@ -17,7 +17,7 @@ * @author Hauke Petersen * @author Fabian Nack * @author Thomas Eichinger - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/dist/tools/eclipsesym/cmdline2xml.sh b/dist/tools/eclipsesym/cmdline2xml.sh index 76acd65c19..05833c241b 100755 --- a/dist/tools/eclipsesym/cmdline2xml.sh +++ b/dist/tools/eclipsesym/cmdline2xml.sh @@ -6,7 +6,7 @@ # Public License v2.1. See the file LICENSE in the top level directory for more # details. -# Author: Joakim Gebart +# Author: Joakim Nohlgård # Convert a GCC command line to Eclipse settings for import in # Project->Properties->C/C++ General->Paths and Symbols diff --git a/dist/tools/openocd/openocd.sh b/dist/tools/openocd/openocd.sh index f66fa45cd9..816fbb2c3a 100755 --- a/dist/tools/openocd/openocd.sh +++ b/dist/tools/openocd/openocd.sh @@ -59,7 +59,7 @@ # # # @author Hauke Peteresen -# @author Joakim Gebart +# @author Joakim Nohlgård # default GDB port _GDB_PORT=3333 diff --git a/drivers/adt7310/adt7310.c b/drivers/adt7310/adt7310.c index a9111e3883..b5214313cb 100644 --- a/drivers/adt7310/adt7310.c +++ b/drivers/adt7310/adt7310.c @@ -15,7 +15,7 @@ * @brief Driver for the ADT7310 ±0.5°C Accurate, 16-Bit Digital SPI * Temperature Sensor from Analog Devices * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/drivers/at86rf2xx/at86rf2xx_internal.c b/drivers/at86rf2xx/at86rf2xx_internal.c index c18d5c576e..99f7b23cf3 100644 --- a/drivers/at86rf2xx/at86rf2xx_internal.c +++ b/drivers/at86rf2xx/at86rf2xx_internal.c @@ -16,7 +16,7 @@ * * @author Alaeddine Weslati * @author Thomas Eichinger - * @author Joakim Gebart + * @author Joakim Nohlgård * @author Hauke Petersen * * @} diff --git a/drivers/hih6130/hih6130.c b/drivers/hih6130/hih6130.c index c23b81f7ac..5aec96c3a7 100644 --- a/drivers/hih6130/hih6130.c +++ b/drivers/hih6130/hih6130.c @@ -14,7 +14,7 @@ * @brief Device driver implementation for Honeywell HumidIcon Digital * Humidity/Temperature Sensors: HIH-6130/6131 Series * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/drivers/ina220/ina220.c b/drivers/ina220/ina220.c index 76b50d7a66..7f0cfe0d7f 100644 --- a/drivers/ina220/ina220.c +++ b/drivers/ina220/ina220.c @@ -15,7 +15,7 @@ * or Low Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire * Interface * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/drivers/ina220/include/ina220-regs.h b/drivers/ina220/include/ina220-regs.h index e0b19e7f8c..13bf8f1c70 100644 --- a/drivers/ina220/include/ina220-regs.h +++ b/drivers/ina220/include/ina220-regs.h @@ -15,7 +15,7 @@ * Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire * Interface * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef INA220_REGS_H diff --git a/drivers/include/adt7310.h b/drivers/include/adt7310.h index 91ecb51dce..e2ba512bcf 100644 --- a/drivers/include/adt7310.h +++ b/drivers/include/adt7310.h @@ -44,7 +44,7 @@ * @file * @brief Interface definition for the ADT7310 sensor driver. * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef ADT7310_H_ diff --git a/drivers/include/hih6130.h b/drivers/include/hih6130.h index 92c7780f03..8c39d9a033 100644 --- a/drivers/include/hih6130.h +++ b/drivers/include/hih6130.h @@ -17,7 +17,7 @@ * @brief Device driver for Honeywell HumidIcon Digital * Humidity/Temperature Sensors: HIH-6130/6131 Series * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef HIH6130_H_ diff --git a/drivers/include/ina220.h b/drivers/include/ina220.h index cc61792645..15077b5139 100644 --- a/drivers/include/ina220.h +++ b/drivers/include/ina220.h @@ -18,7 +18,7 @@ * Side, Bi-Directional CURRENT/POWER MONITOR with Two-Wire * Interface * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef INA220_H diff --git a/drivers/include/lis3dh.h b/drivers/include/lis3dh.h index b2cf6b912a..efc25b12ba 100644 --- a/drivers/include/lis3dh.h +++ b/drivers/include/lis3dh.h @@ -16,7 +16,7 @@ * @brief Device driver interface for the LIS3DH accelerometer * * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef LIS3DH_H_ diff --git a/drivers/include/nvram-spi.h b/drivers/include/nvram-spi.h index a945b3adb8..e8699f314a 100644 --- a/drivers/include/nvram-spi.h +++ b/drivers/include/nvram-spi.h @@ -17,7 +17,7 @@ * Tested on: * - Cypress/Ramtron FM25L04B. * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef DRIVERS_NVRAM_SPI_H_ diff --git a/drivers/include/nvram.h b/drivers/include/nvram.h index 7ec41e953c..d738464620 100644 --- a/drivers/include/nvram.h +++ b/drivers/include/nvram.h @@ -21,7 +21,7 @@ * @file * * @brief Generic non-volatile RAM driver interface - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef DRIVERS_NVRAM_H_ diff --git a/drivers/include/servo.h b/drivers/include/servo.h index a019a7e5eb..c264f4ff74 100644 --- a/drivers/include/servo.h +++ b/drivers/include/servo.h @@ -17,7 +17,7 @@ * @brief High-level driver for easy handling of servo motors * * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef SERVO_H diff --git a/drivers/lis3dh/lis3dh.c b/drivers/lis3dh/lis3dh.c index 0578972238..3c669b7e78 100644 --- a/drivers/lis3dh/lis3dh.c +++ b/drivers/lis3dh/lis3dh.c @@ -19,7 +19,7 @@ * @file * @brief Implementation of LIS3DH SPI driver * - * @author Joakim Gebart + * @author Joakim Nohlgård */ diff --git a/drivers/nrf24l01p/nrf24l01p.c b/drivers/nrf24l01p/nrf24l01p.c index e1976e6513..0decdee208 100644 --- a/drivers/nrf24l01p/nrf24l01p.c +++ b/drivers/nrf24l01p/nrf24l01p.c @@ -10,7 +10,7 @@ * @ingroup drivers_nrf24l01p * @{ * @author Peter Kietzmann - * @author Joakim Gebart + * @author Joakim Nohlgård * @} */ #include "nrf24l01p.h" diff --git a/drivers/nvram_spi/nvram-spi.c b/drivers/nvram_spi/nvram-spi.c index 941e2c42d7..319f6e0bcb 100644 --- a/drivers/nvram_spi/nvram-spi.c +++ b/drivers/nvram_spi/nvram-spi.c @@ -26,7 +26,7 @@ * Tested on: * - Cypress/Ramtron FM25L04B. * - * @author Joakim Gebart + * @author Joakim Nohlgård */ typedef enum { diff --git a/drivers/servo/servo.c b/drivers/servo/servo.c index 5fc9f456f0..91699370d1 100644 --- a/drivers/servo/servo.c +++ b/drivers/servo/servo.c @@ -15,7 +15,7 @@ * @brief Servo motor driver implementation * * @author Hauke Petersen - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/sys/cpp11-compat/cppsupport.cpp b/sys/cpp11-compat/cppsupport.cpp index deeacf145d..f37f284680 100644 --- a/sys/cpp11-compat/cppsupport.cpp +++ b/sys/cpp11-compat/cppsupport.cpp @@ -15,7 +15,7 @@ * * Tested with GCC-4.9.2 and Clang-3.6 * - * @author Joakim Gebart + * @author Joakim Nohlgård */ #include diff --git a/sys/hashes/hashes.c b/sys/hashes/hashes.c index 8b85642d1f..8992c39155 100644 --- a/sys/hashes/hashes.c +++ b/sys/hashes/hashes.c @@ -12,7 +12,7 @@ * @file * @author Jason Linehan * @author Christian Mehlis - * @author Joakim Gebart + * @author Joakim Nohlgård */ #include "hashes.h" diff --git a/sys/include/hashes.h b/sys/include/hashes.h index c03848b12c..fb370d2dad 100644 --- a/sys/include/hashes.h +++ b/sys/include/hashes.h @@ -17,7 +17,7 @@ * * @author Jason Linehan * @author Christian Mehlis - * @author Joakim Gebart + * @author Joakim Nohlgård */ #ifndef HASHES_H_ diff --git a/sys/posix/pthread/pthread_spin.c b/sys/posix/pthread/pthread_spin.c index 4c5fcba194..39b330dc7a 100644 --- a/sys/posix/pthread/pthread_spin.c +++ b/sys/posix/pthread/pthread_spin.c @@ -13,7 +13,7 @@ * @brief Spin locks. * @author Christian Mehlis * @author René Kijewski - * @author Joakim Gebart + * @author Joakim Nohlgård * @} */ diff --git a/tests/driver_adt7310/main.c b/tests/driver_adt7310/main.c index 3ced07c3a0..c9eef6cb1f 100644 --- a/tests/driver_adt7310/main.c +++ b/tests/driver_adt7310/main.c @@ -13,7 +13,7 @@ * @file * @brief Test application for the ADT7310 accelerometer driver * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/tests/driver_ina220/main.c b/tests/driver_ina220/main.c index cb578f305a..f2ec50e348 100644 --- a/tests/driver_ina220/main.c +++ b/tests/driver_ina220/main.c @@ -13,7 +13,7 @@ * @file * @brief Test application for the INA220 sensor driver * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/tests/driver_lis3dh/main.c b/tests/driver_lis3dh/main.c index b32a557e1a..1dfa996d03 100644 --- a/tests/driver_lis3dh/main.c +++ b/tests/driver_lis3dh/main.c @@ -13,7 +13,7 @@ * @file * @brief Test application for the LIS3DH accelerometer driver * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */ diff --git a/tests/pkg_cmsis-dsp/main.c b/tests/pkg_cmsis-dsp/main.c index 51c7fd0b06..44c2846d6a 100644 --- a/tests/pkg_cmsis-dsp/main.c +++ b/tests/pkg_cmsis-dsp/main.c @@ -13,7 +13,7 @@ * @file * @brief ARM DSP library test application * - * @author Joakim Gebart + * @author Joakim Nohlgård * * @} */