From 2c5c177f752eb5df5accd0a9ade52c0cfc9df551 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Thu, 15 May 2014 17:43:25 +0200 Subject: [PATCH 1/3] native: unify license headers --- boards/native/board_config.c | 7 ++++--- boards/native/board_init.c | 7 ++++--- boards/native/drivers/native-led.c | 7 ++++--- boards/native/drivers/native-ltc4150.c | 7 ++++--- boards/native/drivers/native-uart0.c | 7 ++++--- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/boards/native/board_config.c b/boards/native/board_config.c index 512d4eb172..df1fc2344a 100644 --- a/boards/native/board_config.c +++ b/boards/native/board_config.c @@ -3,10 +3,11 @@ * * No functionality implemented at the moment. * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * - * This file is subject to the terms and conditions of the LGPLv2. See - * the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. * * @ingroup native_board * @{ diff --git a/boards/native/board_init.c b/boards/native/board_init.c index 46f177c6bb..8a1b1760c7 100644 --- a/boards/native/board_init.c +++ b/boards/native/board_init.c @@ -1,10 +1,11 @@ /** * Native Board board_init implementation * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * - * This file is subject to the terms and conditions of the LGPLv2. See - * the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. * * @ingroup native_board * @{ diff --git a/boards/native/drivers/native-led.c b/boards/native/drivers/native-led.c index ff2262cc7a..65e507b0e6 100644 --- a/boards/native/drivers/native-led.c +++ b/boards/native/drivers/native-led.c @@ -3,10 +3,11 @@ * * Only prints function calls at the moment. * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * - * This file is subject to the terms and conditions of the LGPLv2. See - * the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. * * @ingroup native_board * @{ diff --git a/boards/native/drivers/native-ltc4150.c b/boards/native/drivers/native-ltc4150.c index 5527800740..f055c93bff 100644 --- a/boards/native/drivers/native-ltc4150.c +++ b/boards/native/drivers/native-ltc4150.c @@ -4,10 +4,11 @@ * Only measures time at the moment. Uses POSIX real-time extension * timer to generate periodic signal/interrupt. * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * - * This file is subject to the terms and conditions of the LGPLv2. See - * the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. * * @ingroup native_board * @ingroup ltc4150 diff --git a/boards/native/drivers/native-uart0.c b/boards/native/drivers/native-uart0.c index 8b0b8e1975..0dedc427cf 100644 --- a/boards/native/drivers/native-uart0.c +++ b/boards/native/drivers/native-uart0.c @@ -1,10 +1,11 @@ /** * Native uart0 implementation * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * - * This file is subject to the terms and conditions of the LGPLv2. See - * the file LICENSE in the top level directory for more details. + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. * * @ingroup native_board * @{ From 3a3c04e66e7450f7e6765a611c85b9c02790b15b Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Thu, 15 May 2014 17:45:52 +0200 Subject: [PATCH 2/3] native/tramp.S: add missing license header --- cpu/native/tramp.S | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cpu/native/tramp.S b/cpu/native/tramp.S index 25f6de0a74..104ad7b51b 100644 --- a/cpu/native/tramp.S +++ b/cpu/native/tramp.S @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 Ludwig Ortmann + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + .text #ifdef __MACH__ From 98bbb805711ac353f3a528730abe838305b2d1b1 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Thu, 15 May 2014 18:07:02 +0200 Subject: [PATCH 3/3] documentation: append my email to my name everywhere --- boards/mbed_lpc1768/hwtimer_board.c | 2 +- boards/native/board_config.c | 2 +- boards/native/board_init.c | 2 +- boards/native/drivers/native-led.c | 2 +- boards/native/drivers/native-ltc4150.c | 2 +- boards/native/drivers/native-uart0.c | 2 +- boards/native/include/board.h | 2 +- core/reboot.c | 2 +- cpu/native/atomic_cpu.c | 2 +- cpu/native/hwtimer_cpu.c | 2 +- cpu/native/include/cpu-conf.h | 2 +- cpu/native/include/cpu.h | 2 +- cpu/native/include/hwtimer_cpu.h | 2 +- cpu/native/include/nativenet.h | 2 +- cpu/native/include/nativenet_internal.h | 2 +- cpu/native/include/tap.h | 2 +- cpu/native/irq_cpu.c | 2 +- cpu/native/lpm_cpu.c | 2 +- cpu/native/native_cpu.c | 2 +- cpu/native/net/interface.c | 2 +- cpu/native/net/tap.c | 2 +- cpu/native/rtc/posix-rtc.c | 2 +- cpu/native/startup.c | 2 +- cpu/native/syscalls.c | 2 +- cpu/native/tramp.S | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/boards/mbed_lpc1768/hwtimer_board.c b/boards/mbed_lpc1768/hwtimer_board.c index 17686c2f59..9126b2eeb5 100644 --- a/boards/mbed_lpc1768/hwtimer_board.c +++ b/boards/mbed_lpc1768/hwtimer_board.c @@ -3,7 +3,7 @@ * * TODO: implement * - * Copyright (C) 2014 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/boards/native/board_config.c b/boards/native/board_config.c index df1fc2344a..ab2912ad92 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/boards/native/board_init.c b/boards/native/board_init.c index 8a1b1760c7..ca923dfdfc 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/boards/native/drivers/native-led.c b/boards/native/drivers/native-led.c index 65e507b0e6..8720023377 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/boards/native/drivers/native-ltc4150.c b/boards/native/drivers/native-ltc4150.c index f055c93bff..477e6b1347 100644 --- a/boards/native/drivers/native-ltc4150.c +++ b/boards/native/drivers/native-ltc4150.c @@ -4,7 +4,7 @@ * Only measures time at the moment. Uses POSIX real-time extension * timer to generate periodic signal/interrupt. * - * Copyright (C) 2014 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/boards/native/drivers/native-uart0.c b/boards/native/drivers/native-uart0.c index 0dedc427cf..7e26a4f16a 100644 --- a/boards/native/drivers/native-uart0.c +++ b/boards/native/drivers/native-uart0.c @@ -1,7 +1,7 @@ /** * Native uart0 implementation * - * Copyright (C) 2014 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/boards/native/include/board.h b/boards/native/include/board.h index 18ad8a6ad9..b12acfa9e5 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 Ortmann * * This file is subject to the terms and conditions of the LGPLv2. See * the file LICENSE in the top level directory for more details. diff --git a/core/reboot.c b/core/reboot.c index d4b9c16eb0..02b09edfc6 100644 --- a/core/reboot.c +++ b/core/reboot.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/atomic_cpu.c b/cpu/native/atomic_cpu.c index bb78dc596e..f39c067bdb 100644 --- a/cpu/native/atomic_cpu.c +++ b/cpu/native/atomic_cpu.c @@ -1,7 +1,7 @@ /** * Native CPU atomic.h implementation * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/hwtimer_cpu.c b/cpu/native/hwtimer_cpu.c index 70a3b2cabd..0df7ddc454 100644 --- a/cpu/native/hwtimer_cpu.c +++ b/cpu/native/hwtimer_cpu.c @@ -7,7 +7,7 @@ * * XXX: does not scale well with number of timers (overhead: O(N)). * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/include/cpu-conf.h b/cpu/native/include/cpu-conf.h index 9e0122349b..f8e1d62104 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/include/cpu.h b/cpu/native/include/cpu.h index 26660c6033..e3300cb19c 100644 --- a/cpu/native/include/cpu.h +++ b/cpu/native/include/cpu.h @@ -3,7 +3,7 @@ * * The native CPU uses system calls to simulate hardware access. * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/include/hwtimer_cpu.h b/cpu/native/include/hwtimer_cpu.h index 73aca95fd4..f9b8a790db 100644 --- a/cpu/native/include/hwtimer_cpu.h +++ b/cpu/native/include/hwtimer_cpu.h @@ -1,7 +1,7 @@ /** * Native CPU hwtimer_cpu configuration * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/include/nativenet.h b/cpu/native/include/nativenet.h index 5103c773a6..4c3c89c596 100644 --- a/cpu/native/include/nativenet.h +++ b/cpu/native/include/nativenet.h @@ -8,7 +8,7 @@ * The effect of calls like nativenet_set_channel depend on the * network layer. * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/include/nativenet_internal.h b/cpu/native/include/nativenet_internal.h index 384663a1c3..6a6dd51649 100644 --- a/cpu/native/include/nativenet_internal.h +++ b/cpu/native/include/nativenet_internal.h @@ -1,7 +1,7 @@ /** * internal nativenet transceiver interface * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/include/tap.h b/cpu/native/include/tap.h index 64f190a2fd..462ba61b00 100644 --- a/cpu/native/include/tap.h +++ b/cpu/native/include/tap.h @@ -1,7 +1,7 @@ /** * internal nativenet tap network layer interface * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/irq_cpu.c b/cpu/native/irq_cpu.c index ac9ab3a43b..4803c44082 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/lpm_cpu.c b/cpu/native/lpm_cpu.c index 8eccf54e57..106fb4bf79 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/native_cpu.c b/cpu/native/native_cpu.c index 5eab649fad..a21e47f42f 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/net/interface.c b/cpu/native/net/interface.c index 6ad8d9f9a4..b11e141eff 100644 --- a/cpu/native/net/interface.c +++ b/cpu/native/net/interface.c @@ -1,7 +1,7 @@ /** * nativenet.h implementation * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/net/tap.c b/cpu/native/net/tap.c index 185a975af1..266f7c533d 100644 --- a/cpu/native/net/tap.c +++ b/cpu/native/net/tap.c @@ -1,7 +1,7 @@ /** * tap.h implementation * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/rtc/posix-rtc.c b/cpu/native/rtc/posix-rtc.c index d532afdcc4..614b4573c7 100644 --- a/cpu/native/rtc/posix-rtc.c +++ b/cpu/native/rtc/posix-rtc.c @@ -6,7 +6,7 @@ * * Setting the clock will be implemented using a delta variable. * - * Copyright (C) 2013 Ludwig Ortmann + * Copyright (C) 2013 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General Public * License. See the file LICENSE in the top level directory for more details. diff --git a/cpu/native/startup.c b/cpu/native/startup.c index 83372f98d3..b7c2c6bc5d 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/syscalls.c b/cpu/native/syscalls.c index 219826f43a..d94c159638 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 Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more diff --git a/cpu/native/tramp.S b/cpu/native/tramp.S index 104ad7b51b..c5dc122386 100644 --- a/cpu/native/tramp.S +++ b/cpu/native/tramp.S @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Ludwig Ortmann + * Copyright (C) 2014 Ludwig Ortmann * * This file is subject to the terms and conditions of the GNU Lesser General * Public License. See the file LICENSE in the top level directory for more