Skip to content

Commit

Permalink
documentation: update my name (Ortmann -> Knüpfer)
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwigKnuepfer committed Sep 27, 2015
1 parent dad04d7 commit eda6328
Show file tree
Hide file tree
Showing 52 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion boards/chronos/board_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @brief eZ430-chronos board initialization
*
* @author Oliver Hahm <[email protected]>
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion boards/chronos/drivers/battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @brief eZ430-chronos battery readout (via ADC)
*
* @author Oliver Hahm <[email protected]>
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion boards/chronos/drivers/buzzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @brief eZ430-chronos beeper
*
* @author Oliver Hahm <[email protected]>
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
* @author mikoff
*
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/chronos/drivers/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* @brief eZ430-chronos display driver
*
* @author Oliver Hahm <[email protected]>
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
* @author Kaspar Schleiser <[email protected]>
* @author mikoff
*
Expand Down
2 changes: 1 addition & 1 deletion boards/chronos/drivers/display_putchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @author Oliver Hahm <[email protected]>
* @author Kaspar Schleiser <[email protected]>
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
* @author Aleksandr Mikoff <[email protected]>
*
*/
Expand Down
4 changes: 2 additions & 2 deletions boards/native/board_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
* @}
*/

Expand Down
4 changes: 2 additions & 2 deletions boards/native/board_init.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions boards/native/drivers/native-led.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
* @}
*/

Expand Down
4 changes: 2 additions & 2 deletions boards/native/include/board.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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_
Expand Down
2 changes: 1 addition & 1 deletion boards/native/include/board_internal.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/include/kernel_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author Oliver Hahm <[email protected]>
* @author René Kijewski <[email protected]>
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*/

#ifndef KERNEL_TYPES_H
Expand Down
4 changes: 2 additions & 2 deletions core/reboot.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
*
* @}
*/
Expand Down
2 changes: 1 addition & 1 deletion cpu/msp430-common/lpm_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @brief low-power mode implementation for MSP430 MCUs
*
* @author Kévin Roussel <[email protected]>
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
* @author Thomas Eichinger <[email protected]>
*
* @}
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/include/cpu.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/include/cpu_conf.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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_
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/include/native_internal.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/include/periph_conf.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/irq_cpu.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/lpm_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/native_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion cpu/native/netdev2_tap/netdev2_tap.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
* Kaspar Schleiser <[email protected]>
* Ell-i open source co-operative
Expand Down
2 changes: 1 addition & 1 deletion cpu/native/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @author Oliver Hahm <[email protected]>
*/
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/periph/random.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/periph/rtc.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions cpu/native/periph/timer.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
*
* This file is subject to the terms and conditions of the GNU Lesser
Expand All @@ -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 <[email protected]>
* @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)
*
* @}
Expand Down
4 changes: 2 additions & 2 deletions cpu/native/startup.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,7 +10,7 @@
* @ingroup arch
* @{
* @file
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
* @}
*/

Expand Down
4 changes: 2 additions & 2 deletions cpu/native/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cpu/native/tramp.S
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
*
* This file is subject to the terms and conditions of the GNU Lesser
Expand Down
Loading

0 comments on commit eda6328

Please sign in to comment.