From 0eb2d78dda9e9e2f67ce7526d73c89a805c4b758 Mon Sep 17 00:00:00 2001 From: Martine Lenders <mlenders@inf.fu-berlin.de> Date: Sun, 8 Feb 2015 18:51:25 +0100 Subject: [PATCH] doc: use my real name --- core/bitarithm.c | 2 +- core/include/bitarithm.h | 2 +- cpu/native/periph/cpuid.c | 2 +- dist/tools/linux-border_router/flowcontrol.h | 2 +- dist/tools/linux-border_router/multiplex.h | 2 +- dist/tools/linux-border_router/serialnumber.h | 2 +- dist/tools/linux-border_router/sixlowdriver.h | 2 +- dist/tools/linux-border_router/testing.h | 2 +- dist/tools/pr_check/pr_check.sh | 2 +- dist/tools/wireshark_dissector/riot.lua | 2 +- drivers/include/periph/cpuid.h | 2 +- drivers/netdev/802154/802154.c | 2 +- drivers/netdev/base/base.c | 2 +- pkg/libcoap/0001-Add-RIOT-Makefile.patch | Bin 934 -> 938 bytes pkg/libcoap/0002-Add-config.h.patch | Bin 4360 -> 4364 bytes ...te-some-compiler-warnings-and-errors.patch | Bin 1749 -> 1753 bytes sys/include/embUnit.h | 2 +- sys/include/fd.h | 2 +- sys/include/od.h | 2 +- sys/include/pkt.h | 2 +- sys/include/posix_io.h | 2 +- sys/net/crosslayer/pkt/pkt.c | 2 +- sys/net/crosslayer/pktbuf/pktbuf.c | 2 +- sys/net/include/ipv6.h | 2 +- sys/net/include/net_if.h | 2 +- sys/net/include/pktbuf.h | 2 +- sys/net/include/pktqueue.h | 2 +- sys/net/include/sixlowpan.h | 2 +- sys/net/include/sixlowpan/error.h | 2 +- sys/net/include/sixlowpan/icmp.h | 2 +- sys/net/include/sixlowpan/ip.h | 2 +- sys/net/include/sixlowpan/lowpan.h | 2 +- sys/net/include/sixlowpan/mac.h | 2 +- sys/net/include/sixlowpan/ndp.h | 2 +- sys/net/include/sixlowpan/types.h | 2 +- sys/net/include/socket_base.h | 2 +- sys/net/include/socket_base/in.h | 2 +- sys/net/include/socket_base/socket.h | 2 +- sys/net/include/socket_base/types.h | 2 +- sys/net/include/tcp.h | 2 +- sys/net/include/udp.h | 2 +- sys/net/link_layer/net_if/net_if.c | 2 +- .../network_layer/sixlowpan/border/border.c | 2 +- .../network_layer/sixlowpan/border/border.h | 2 +- .../sixlowpan/border/bordermultiplex.c | 2 +- .../sixlowpan/border/bordermultiplex.h | 2 +- .../sixlowpan/border/flowcontrol.c | 2 +- .../sixlowpan/border/flowcontrol.h | 2 +- sys/net/network_layer/sixlowpan/icmp.c | 2 +- sys/net/network_layer/sixlowpan/icmp.h | 2 +- sys/net/network_layer/sixlowpan/ip.c | 2 +- sys/net/network_layer/sixlowpan/ip.h | 2 +- sys/net/network_layer/sixlowpan/lowpan.c | 2 +- sys/net/network_layer/sixlowpan/lowpan.h | 2 +- sys/net/network_layer/sixlowpan/mac.c | 2 +- .../network_layer/sixlowpan/serialnumber.c | 2 +- sys/od/od.c | 2 +- sys/posix/fd.c | 2 +- sys/posix/include/strings.h | 2 +- sys/posix/include/unistd.h | 2 +- sys/posix/pnet/include/arpa/inet.h | 2 +- sys/posix/pnet/include/netinet/in.h | 2 +- sys/posix/pnet/include/sys/socket.h | 2 +- sys/posix/pnet/netinet_in.c | 2 +- sys/posix/pnet/sys_socket.c | 2 +- sys/posix/strings.c | 2 +- sys/posix/unistd.c | 2 +- sys/shell/commands/sc_net_if.c | 4 ++-- tests/msg_send_receive/main.c | 2 +- tests/msg_send_receive/tests/01-run.py | 2 +- tests/net_if/main.c | 2 +- tests/netdev/main.c | 2 +- tests/netdev/tests/01-interaction.py | 2 +- tests/periph_cpuid/main.c | 2 +- tests/pnet/main.c | 2 +- tests/unittests/main.c | 2 +- .../netdev_dummy/include/netdev_dummy.h | 2 +- tests/unittests/netdev_dummy/netdev_dummy.c | 2 +- .../unittests/tests-core/tests-core-atomic.c | 2 +- .../tests-core/tests-core-bitarithm.c | 2 +- tests/unittests/tests-core/tests-core-cib.c | 2 +- tests/unittests/tests-core/tests-core-clist.c | 2 +- tests/unittests/tests-core/tests-core-lifo.c | 2 +- .../tests-core/tests-core-priority-queue.c | 2 +- tests/unittests/tests-core/tests-core.c | 2 +- tests/unittests/tests-core/tests-core.h | 2 +- .../tests-netdev_dummy/tests-netdev_dummy.c | 2 +- .../tests-netdev_dummy/tests-netdev_dummy.h | 2 +- tests/unittests/tests-nomac/tests-nomac.c | 2 +- tests/unittests/tests-nomac/tests-nomac.h | 2 +- tests/unittests/tests-pkt/tests-pkt.h | 2 +- tests/unittests/tests-pktbuf/tests-pktbuf.h | 2 +- .../unittests/tests-pktqueue/tests-pktqueue.c | 2 +- .../unittests/tests-pktqueue/tests-pktqueue.h | 2 +- 94 files changed, 92 insertions(+), 92 deletions(-) diff --git a/core/bitarithm.c b/core/bitarithm.c index 72a4cb386e..e9285c7b60 100644 --- a/core/bitarithm.c +++ b/core/bitarithm.c @@ -14,7 +14,7 @@ * @brief Bit arithmetic helper functions implementation * * @author Kaspar Schleiser <kaspar@schleiser.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * * @} */ diff --git a/core/include/bitarithm.h b/core/include/bitarithm.h index 0bbb9c4974..956dcd218b 100644 --- a/core/include/bitarithm.h +++ b/core/include/bitarithm.h @@ -14,7 +14,7 @@ * @brief Helper functions for bit arithmetic * * @author Kaspar Schleiser <kaspar@schleiser.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef BITARITHM_H_ diff --git a/cpu/native/periph/cpuid.c b/cpu/native/periph/cpuid.c index e7801aed97..3a2fc52eeb 100644 --- a/cpu/native/periph/cpuid.c +++ b/cpu/native/periph/cpuid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/linux-border_router/flowcontrol.h b/dist/tools/linux-border_router/flowcontrol.h index 5db2119f01..769865444a 100644 --- a/dist/tools/linux-border_router/flowcontrol.h +++ b/dist/tools/linux-border_router/flowcontrol.h @@ -8,7 +8,7 @@ /** * @file flowcontrol.h - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @brief Public declarations for the flow control jobs via the * serial interface for the 6LoWPAN Border Router driver. */ diff --git a/dist/tools/linux-border_router/multiplex.h b/dist/tools/linux-border_router/multiplex.h index bdab47a834..83b3e4762f 100644 --- a/dist/tools/linux-border_router/multiplex.h +++ b/dist/tools/linux-border_router/multiplex.h @@ -8,7 +8,7 @@ /** * @file multiplex.h - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @brief Public declarations for the multiplexing jobs via the * serial interface for the 6LoWPAN Border Router driver. */ diff --git a/dist/tools/linux-border_router/serialnumber.h b/dist/tools/linux-border_router/serialnumber.h index fab56f42f2..16bb875e64 100644 --- a/dist/tools/linux-border_router/serialnumber.h +++ b/dist/tools/linux-border_router/serialnumber.h @@ -8,7 +8,7 @@ /** * @file serialnumber.h - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @brief Serial number arithmetics after RFC 1982, section 3 */ diff --git a/dist/tools/linux-border_router/sixlowdriver.h b/dist/tools/linux-border_router/sixlowdriver.h index b83835c995..0d39de2852 100644 --- a/dist/tools/linux-border_router/sixlowdriver.h +++ b/dist/tools/linux-border_router/sixlowdriver.h @@ -8,7 +8,7 @@ /** * @file sixlowdriver.h - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @brief Public declarations for the 6LoWPAN Border Router driver. */ diff --git a/dist/tools/linux-border_router/testing.h b/dist/tools/linux-border_router/testing.h index 22d74b2658..a5aaecd61d 100644 --- a/dist/tools/linux-border_router/testing.h +++ b/dist/tools/linux-border_router/testing.h @@ -16,7 +16,7 @@ * wants to measure by calling testing_start() to start the * measuring and testing_stop() to end it. * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef TESTING_H diff --git a/dist/tools/pr_check/pr_check.sh b/dist/tools/pr_check/pr_check.sh index 7582e444ca..92a256d8c5 100755 --- a/dist/tools/pr_check/pr_check.sh +++ b/dist/tools/pr_check/pr_check.sh @@ -1,6 +1,6 @@ #! /bin/bash # -# Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> +# Copyright (C) 2014 Martine Lenders <mlenders@inf.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/wireshark_dissector/riot.lua b/dist/tools/wireshark_dissector/riot.lua index 4b4f2539b5..b201f2c016 100644 --- a/dist/tools/wireshark_dissector/riot.lua +++ b/dist/tools/wireshark_dissector/riot.lua @@ -1,7 +1,7 @@ -- RIOT native support for Wireshark -- A Lua implementation for dissection of RIOT native packets in wireshark -- @Version: 0.0.1 --- @Author: Martin Lenders +-- @Author: Martine Lenders -- @E-Mail: mlenders@inf.fu-berlin.de do diff --git a/drivers/include/periph/cpuid.h b/drivers/include/periph/cpuid.h index 25deae2700..2bd6e5e685 100644 --- a/drivers/include/periph/cpuid.h +++ b/drivers/include/periph/cpuid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/drivers/netdev/802154/802154.c b/drivers/netdev/802154/802154.c index f2cf538aab..56ca69fef0 100644 --- a/drivers/netdev/802154/802154.c +++ b/drivers/netdev/802154/802154.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/drivers/netdev/base/base.c b/drivers/netdev/base/base.c index abfd8316b4..fca681aced 100644 --- a/drivers/netdev/base/base.c +++ b/drivers/netdev/base/base.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/pkg/libcoap/0001-Add-RIOT-Makefile.patch b/pkg/libcoap/0001-Add-RIOT-Makefile.patch index e88c7b699cf82258640415282657ef17a2e53d54..8bb2c8ab2c6ecfe6ebc4240fcde94400e9bba4bb 100644 GIT binary patch delta 44 vcmZ3+zKVT9uwtr$PikIDYEiL*O>Pc^<&c?|rk7T#o0M9VlbN@%z>FCHV#5#g delta 40 rcmZ3*zKnfBu&jblYF<ieQL%zeZenJRLvCVGNoJmI4n%Nci5W8hBfAcc diff --git a/pkg/libcoap/0002-Add-config.h.patch b/pkg/libcoap/0002-Add-config.h.patch index 022db28c5e2f553ac0ac85c50cef306c73af3fef..6f55e505763b3df908579142a8a390c311bf7bb3 100644 GIT binary patch delta 44 vcmeBB>QR~yteC3clbV;3T2!oHlbZu!Ib`Og>7|wGCZ!hTWae!wm>~cFVq6ei delta 40 rcmeBC>QI^xEUVy?nwOGVRIFf=o0ys7kegUkl9{KQ0}<R<GD83WBWw=$ diff --git a/pkg/libcoap/0004-Eliminate-some-compiler-warnings-and-errors.patch b/pkg/libcoap/0004-Eliminate-some-compiler-warnings-and-errors.patch index b6ba61db8d7e9b6d92374483d54068a5514a8d71..ccbd63398040986be0993ca1652e7dbe727157a6 100644 GIT binary patch delta 44 vcmcc0dy{uUuwtr$PikIDYEiL*O>Pc^<&c?|rk7T#o0M9VlbN@%Ae9XObmkC{ delta 40 rcmcb~dzE)Wu&jblYF<ieQL%zeZenJRLvCVGNoJmI4n%NcNh%uvG&T<^ diff --git a/sys/include/embUnit.h b/sys/include/embUnit.h index d4a2332f1b..d1d51dedeb 100644 --- a/sys/include/embUnit.h +++ b/sys/include/embUnit.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/sys/include/fd.h b/sys/include/fd.h index 4fd2f593fa..9ba52b260d 100644 --- a/sys/include/fd.h +++ b/sys/include/fd.h @@ -15,7 +15,7 @@ * @file fd.h * @brief Unifies diverse identifiers of RIOT to POSIX like file descriptors. * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de> */ #ifndef FD_H diff --git a/sys/include/od.h b/sys/include/od.h index 00dadf90f5..426b70a450 100644 --- a/sys/include/od.h +++ b/sys/include/od.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/sys/include/pkt.h b/sys/include/pkt.h index e5b3a596c6..bea2bf1860 100644 --- a/sys/include/pkt.h +++ b/sys/include/pkt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/sys/include/posix_io.h b/sys/include/posix_io.h index 6e595befc5..21a58266c1 100644 --- a/sys/include/posix_io.h +++ b/sys/include/posix_io.h @@ -15,7 +15,7 @@ * @author Kaspar Schleiser <kaspar@schleiser.de> * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> * @author Oliver Hahm <oleg@hobbykeller.org> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef __READ_H #define __READ_H diff --git a/sys/net/crosslayer/pkt/pkt.c b/sys/net/crosslayer/pkt/pkt.c index 4ffc2a07c2..e44f1f9b97 100644 --- a/sys/net/crosslayer/pkt/pkt.c +++ b/sys/net/crosslayer/pkt/pkt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/sys/net/crosslayer/pktbuf/pktbuf.c b/sys/net/crosslayer/pktbuf/pktbuf.c index 3b417cb55e..a1bebff285 100644 --- a/sys/net/crosslayer/pktbuf/pktbuf.c +++ b/sys/net/crosslayer/pktbuf/pktbuf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/sys/net/include/ipv6.h b/sys/net/include/ipv6.h index eccc499cb8..8a65c14c37 100644 --- a/sys/net/include/ipv6.h +++ b/sys/net/include/ipv6.h @@ -15,7 +15,7 @@ * Wraps all API types, constants and functions of * 6LoWPAN in layer 3. * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef IPV6_H #define IPV6_H diff --git a/sys/net/include/net_if.h b/sys/net/include/net_if.h index 837c14e5e8..c9ee4653f7 100644 --- a/sys/net/include/net_if.h +++ b/sys/net/include/net_if.h @@ -16,7 +16,7 @@ * * @file net_if.h * @brief Types and functions for network interfaces - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _NET_IF_H #define _NET_IF_H diff --git a/sys/net/include/pktbuf.h b/sys/net/include/pktbuf.h index 118daa0bca..ce9bb77087 100644 --- a/sys/net/include/pktbuf.h +++ b/sys/net/include/pktbuf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/sys/net/include/pktqueue.h b/sys/net/include/pktqueue.h index b8441a9b3e..b195f02ffe 100644 --- a/sys/net/include/pktqueue.h +++ b/sys/net/include/pktqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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 diff --git a/sys/net/include/sixlowpan.h b/sys/net/include/sixlowpan.h index b2f0e6125e..2442b2b58b 100644 --- a/sys/net/include/sixlowpan.h +++ b/sys/net/include/sixlowpan.h @@ -37,7 +37,7 @@ * @file sixlowpan.h * @brief 6lowpan link layer and lowpan functions * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef SIXLOWPAN_H #define SIXLOWPAN_H diff --git a/sys/net/include/sixlowpan/error.h b/sys/net/include/sixlowpan/error.h index 607ccd4e21..3e4ab2eee2 100644 --- a/sys/net/include/sixlowpan/error.h +++ b/sys/net/include/sixlowpan/error.h @@ -13,7 +13,7 @@ * @file sixlowpan/error.h * @brief 6LoWPAN error codes * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef SIXLOWPAN_ERROR_H diff --git a/sys/net/include/sixlowpan/icmp.h b/sys/net/include/sixlowpan/icmp.h index cce0ada1e7..7652e25bf4 100644 --- a/sys/net/include/sixlowpan/icmp.h +++ b/sys/net/include/sixlowpan/icmp.h @@ -17,7 +17,7 @@ * @brief 6LoWPAN ICMP related header * * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> */ diff --git a/sys/net/include/sixlowpan/ip.h b/sys/net/include/sixlowpan/ip.h index 562fedef51..952a090d0a 100644 --- a/sys/net/include/sixlowpan/ip.h +++ b/sys/net/include/sixlowpan/ip.h @@ -16,7 +16,7 @@ * @brief 6LoWPAN constants, data structs, and prototypes for network layer * * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> */ diff --git a/sys/net/include/sixlowpan/lowpan.h b/sys/net/include/sixlowpan/lowpan.h index 02c5f72689..1ec8422e1f 100644 --- a/sys/net/include/sixlowpan/lowpan.h +++ b/sys/net/include/sixlowpan/lowpan.h @@ -16,7 +16,7 @@ * @brief 6LoWPAN LoWPAN layer header * * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> */ diff --git a/sys/net/include/sixlowpan/mac.h b/sys/net/include/sixlowpan/mac.h index dce259f298..0b1ed78134 100644 --- a/sys/net/include/sixlowpan/mac.h +++ b/sys/net/include/sixlowpan/mac.h @@ -14,7 +14,7 @@ * @brief 6LoWPAN data structs, and prototypes for MAC layer * * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> */ diff --git a/sys/net/include/sixlowpan/ndp.h b/sys/net/include/sixlowpan/ndp.h index 4abf986521..407df86294 100644 --- a/sys/net/include/sixlowpan/ndp.h +++ b/sys/net/include/sixlowpan/ndp.h @@ -16,7 +16,7 @@ * @brief 6LoWPAN constants, data structs, and prototypes related to NDP * * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> */ diff --git a/sys/net/include/sixlowpan/types.h b/sys/net/include/sixlowpan/types.h index eb3e2c7cbf..f76c7a0a93 100644 --- a/sys/net/include/sixlowpan/types.h +++ b/sys/net/include/sixlowpan/types.h @@ -16,7 +16,7 @@ * @brief 6LoWPAN data types * * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> */ diff --git a/sys/net/include/socket_base.h b/sys/net/include/socket_base.h index b83d575cea..80fbdf36f9 100644 --- a/sys/net/include/socket_base.h +++ b/sys/net/include/socket_base.h @@ -29,7 +29,7 @@ * @file * @brief transport_layer functions * @author Oliver Gesch <oliver.gesch@googlemail.com> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef SOCKET_BASE_H diff --git a/sys/net/include/socket_base/in.h b/sys/net/include/socket_base/in.h index 64b3603023..ca06f3a8f5 100644 --- a/sys/net/include/socket_base/in.h +++ b/sys/net/include/socket_base/in.h @@ -23,7 +23,7 @@ * IANA - Protocol Numbers * </a> * @author Oliver Gesch <oliver.gesch@googlemail.com> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef SOCKET_BASE_IN_H diff --git a/sys/net/include/socket_base/socket.h b/sys/net/include/socket_base/socket.h index 4b66efec55..baab3cef9d 100644 --- a/sys/net/include/socket_base/socket.h +++ b/sys/net/include/socket_base/socket.h @@ -15,7 +15,7 @@ * IEEE Std 1003.1, 2013 Edition - sys/socket.h * </a> * @author Oliver Gesch <oliver.gesch@googlemail.com> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ diff --git a/sys/net/include/socket_base/types.h b/sys/net/include/socket_base/types.h index 4ecd9e1c85..b7f51263de 100644 --- a/sys/net/include/socket_base/types.h +++ b/sys/net/include/socket_base/types.h @@ -12,7 +12,7 @@ * @file * @brief Transport Layer types * @author Oliver Gesch <oliver.gesch@googlemail.com> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef SOCKET_BASE_TYPES_H_ #define SOCKET_BASE_TYPES_H_ diff --git a/sys/net/include/tcp.h b/sys/net/include/tcp.h index 987f897cb8..e32ad0bf54 100644 --- a/sys/net/include/tcp.h +++ b/sys/net/include/tcp.h @@ -19,7 +19,7 @@ * @file * @brief tcp functions * @author Oliver Gesch <oliver.gesch@googlemail.com> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Cenk Gündoğan <cnkgndgn@gmail.com> */ diff --git a/sys/net/include/udp.h b/sys/net/include/udp.h index 3e136fa6c7..22c264c61a 100644 --- a/sys/net/include/udp.h +++ b/sys/net/include/udp.h @@ -19,7 +19,7 @@ * @file * @brief udp functions * @author Oliver Gesch <oliver.gesch@googlemail.com> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Cenk Gündoğan <cnkgndgn@gmail.com> */ diff --git a/sys/net/link_layer/net_if/net_if.c b/sys/net/link_layer/net_if/net_if.c index 0d056cff98..74776ca1f7 100644 --- a/sys/net/link_layer/net_if/net_if.c +++ b/sys/net/link_layer/net_if/net_if.c @@ -10,7 +10,7 @@ * @ingroup net_if * @{ * @file net_if.c - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <string.h> diff --git a/sys/net/network_layer/sixlowpan/border/border.c b/sys/net/network_layer/sixlowpan/border/border.c index b53c456bec..bfb4cdf15c 100644 --- a/sys/net/network_layer/sixlowpan/border/border.c +++ b/sys/net/network_layer/sixlowpan/border/border.c @@ -11,7 +11,7 @@ * @{ * @file sixlowborder.c * @brief constraint node implementation for a 6lowpan border router - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} */ diff --git a/sys/net/network_layer/sixlowpan/border/border.h b/sys/net/network_layer/sixlowpan/border/border.h index 01d729c310..66c5fbc308 100644 --- a/sys/net/network_layer/sixlowpan/border/border.h +++ b/sys/net/network_layer/sixlowpan/border/border.h @@ -11,7 +11,7 @@ * @{ * @file * @brief header for 6lowpan border router - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} */ diff --git a/sys/net/network_layer/sixlowpan/border/bordermultiplex.c b/sys/net/network_layer/sixlowpan/border/bordermultiplex.c index f607fc84d2..d0958006ba 100644 --- a/sys/net/network_layer/sixlowpan/border/bordermultiplex.c +++ b/sys/net/network_layer/sixlowpan/border/bordermultiplex.c @@ -11,7 +11,7 @@ * @{ * @file bordermultiplex.c * @brief multiplexiing border router information - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} */ diff --git a/sys/net/network_layer/sixlowpan/border/bordermultiplex.h b/sys/net/network_layer/sixlowpan/border/bordermultiplex.h index db451d14be..d80e813a05 100644 --- a/sys/net/network_layer/sixlowpan/border/bordermultiplex.h +++ b/sys/net/network_layer/sixlowpan/border/bordermultiplex.h @@ -11,7 +11,7 @@ * @{ * @file bordermultiplex.h * @brief data structs for border router multiplexing - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} */ diff --git a/sys/net/network_layer/sixlowpan/border/flowcontrol.c b/sys/net/network_layer/sixlowpan/border/flowcontrol.c index 57868a17ea..56a0d08680 100644 --- a/sys/net/network_layer/sixlowpan/border/flowcontrol.c +++ b/sys/net/network_layer/sixlowpan/border/flowcontrol.c @@ -11,7 +11,7 @@ * @{ * @file flowcontrol.c * @brief flowcontrol for constraint node border router implementation - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} */ diff --git a/sys/net/network_layer/sixlowpan/border/flowcontrol.h b/sys/net/network_layer/sixlowpan/border/flowcontrol.h index c6e21facb2..49d059f564 100644 --- a/sys/net/network_layer/sixlowpan/border/flowcontrol.h +++ b/sys/net/network_layer/sixlowpan/border/flowcontrol.h @@ -11,7 +11,7 @@ * @{ * @file flowcontrol.h * @brief data structs for border router flowcontrol - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} */ diff --git a/sys/net/network_layer/sixlowpan/icmp.c b/sys/net/network_layer/sixlowpan/icmp.c index d66a62bfa6..2170b6fc3b 100644 --- a/sys/net/network_layer/sixlowpan/icmp.c +++ b/sys/net/network_layer/sixlowpan/icmp.c @@ -12,7 +12,7 @@ * @file sixlownd.c * @brief 6lowpan neighbor discovery functions * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} diff --git a/sys/net/network_layer/sixlowpan/icmp.h b/sys/net/network_layer/sixlowpan/icmp.h index 818dc8d84a..4a1f459322 100644 --- a/sys/net/network_layer/sixlowpan/icmp.h +++ b/sys/net/network_layer/sixlowpan/icmp.h @@ -14,7 +14,7 @@ * @file * @brief 6lowpan neighbor discovery constants, data structs, and prototypes * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> * @} */ diff --git a/sys/net/network_layer/sixlowpan/ip.c b/sys/net/network_layer/sixlowpan/ip.c index 9ca4d44d60..ed3d49b2c2 100644 --- a/sys/net/network_layer/sixlowpan/ip.c +++ b/sys/net/network_layer/sixlowpan/ip.c @@ -12,7 +12,7 @@ * @file sixlowip.c * @brief 6lowpan IP layer functions * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> * @} diff --git a/sys/net/network_layer/sixlowpan/ip.h b/sys/net/network_layer/sixlowpan/ip.h index 895917a772..ae642d0e54 100644 --- a/sys/net/network_layer/sixlowpan/ip.h +++ b/sys/net/network_layer/sixlowpan/ip.h @@ -12,7 +12,7 @@ * @file sixlowip.h * @brief 6lowpan IP layer header * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> * @} diff --git a/sys/net/network_layer/sixlowpan/lowpan.c b/sys/net/network_layer/sixlowpan/lowpan.c index 7043d3ccc6..65889732c5 100644 --- a/sys/net/network_layer/sixlowpan/lowpan.c +++ b/sys/net/network_layer/sixlowpan/lowpan.c @@ -12,7 +12,7 @@ * @file sixlowpan.c * @brief 6lowpan functions * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> * @author Eric Engel <eric.engel@fu-berlin.de> * @} diff --git a/sys/net/network_layer/sixlowpan/lowpan.h b/sys/net/network_layer/sixlowpan/lowpan.h index c9ce70d124..c3ba07a7bf 100644 --- a/sys/net/network_layer/sixlowpan/lowpan.h +++ b/sys/net/network_layer/sixlowpan/lowpan.h @@ -11,7 +11,7 @@ * @brief 6lowpan header * * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> * @author Eric Engel <eric.engel@fu-berlin.de> */ diff --git a/sys/net/network_layer/sixlowpan/mac.c b/sys/net/network_layer/sixlowpan/mac.c index d8199bd37d..9b5dcc0650 100644 --- a/sys/net/network_layer/sixlowpan/mac.c +++ b/sys/net/network_layer/sixlowpan/mac.c @@ -12,7 +12,7 @@ * @file sixlowmac.c * @brief 6lowpan link layer functions * @author Stephan Zeisberg <zeisberg@mi.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Eric Engel <eric.engel@fu-berlin.de> * @author Oliver Gesch <oliver.gesch@googlemail.com> * @author Oliver Hahm <oliver.hahm@inria.fr> diff --git a/sys/net/network_layer/sixlowpan/serialnumber.c b/sys/net/network_layer/sixlowpan/serialnumber.c index ae918f1e46..7acdde1092 100644 --- a/sys/net/network_layer/sixlowpan/serialnumber.c +++ b/sys/net/network_layer/sixlowpan/serialnumber.c @@ -11,7 +11,7 @@ * @{ * @file serialnumber.c * @brief serial number arithmetics (corresponding RFC1982) for version field in ABRO - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Oliver Hahm <oliver.hahm@inria.fr> * @} */ diff --git a/sys/od/od.c b/sys/od/od.c index 659ea3dff3..b3667142e4 100644 --- a/sys/od/od.c +++ b/sys/od/od.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/sys/posix/fd.c b/sys/posix/fd.c index fd557357d1..9acc595139 100644 --- a/sys/posix/fd.c +++ b/sys/posix/fd.c @@ -13,7 +13,7 @@ * @brief Providing unifying file descriptor wrapper for POSIX-compliant * operations. * @author Christian Mehlis <mehlis@inf.fu-berlin.de> - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <errno.h> #include <stdio.h> diff --git a/sys/posix/include/strings.h b/sys/posix/include/strings.h index e517375c47..3b456296bd 100644 --- a/sys/posix/include/strings.h +++ b/sys/posix/include/strings.h @@ -17,7 +17,7 @@ * The Open Group Base Specifications Issue 7, <strings.h> * </a> * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef STRINGS_H #define STRINGS_H diff --git a/sys/posix/include/unistd.h b/sys/posix/include/unistd.h index 7a5286fae2..ccadd74915 100644 --- a/sys/posix/include/unistd.h +++ b/sys/posix/include/unistd.h @@ -18,7 +18,7 @@ * The Open Group Base Specifications Issue 7, <unistd.h> * </a> * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _UNISTD_H #define _UNISTD_H diff --git a/sys/posix/pnet/include/arpa/inet.h b/sys/posix/pnet/include/arpa/inet.h index f77cd21009..04493a5c81 100644 --- a/sys/posix/pnet/include/arpa/inet.h +++ b/sys/posix/pnet/include/arpa/inet.h @@ -18,7 +18,7 @@ * The Open Group Base Specifications Issue 7, <arpa/inet.h> * </a> * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef ARPA_INET_H #define ARPA_INET_H diff --git a/sys/posix/pnet/include/netinet/in.h b/sys/posix/pnet/include/netinet/in.h index 69d552e34b..9c2a2db3b4 100644 --- a/sys/posix/pnet/include/netinet/in.h +++ b/sys/posix/pnet/include/netinet/in.h @@ -18,7 +18,7 @@ * The Open Group Base Specifications Issue 7, <netinet/in.h> * </a> * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _NETINET_IN_H #define _NETINET_IN_H diff --git a/sys/posix/pnet/include/sys/socket.h b/sys/posix/pnet/include/sys/socket.h index 0d3cd8ea3d..7b1b2df014 100644 --- a/sys/posix/pnet/include/sys/socket.h +++ b/sys/posix/pnet/include/sys/socket.h @@ -18,7 +18,7 @@ * The Open Group Base Specifications Issue 7, <sys/socket.h> * </a> * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #ifndef _SYS_SOCKET_H #define _SYS_SOCKET_H diff --git a/sys/posix/pnet/netinet_in.c b/sys/posix/pnet/netinet_in.c index 5cd8131cb9..adaf38b9a8 100644 --- a/sys/posix/pnet/netinet_in.c +++ b/sys/posix/pnet/netinet_in.c @@ -10,7 +10,7 @@ * @{ * @file netinet_in.c * @brief Providing values for in6addr_any and in6addr_loopback. - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <netinet/in.h> diff --git a/sys/posix/pnet/sys_socket.c b/sys/posix/pnet/sys_socket.c index 7aa0083692..781ca85764 100644 --- a/sys/posix/pnet/sys_socket.c +++ b/sys/posix/pnet/sys_socket.c @@ -10,7 +10,7 @@ * @{ * @file sys_socket.c * @brief Providing implementation for POSIX socket wrapper. - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <errno.h> diff --git a/sys/posix/strings.c b/sys/posix/strings.c index 300159cc8a..e80bad3e2a 100644 --- a/sys/posix/strings.c +++ b/sys/posix/strings.c @@ -10,7 +10,7 @@ * @{ * @file strings.c * @brief Providing implementation for prototypes defined in strings.h. - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <strings.h> #include <ctype.h> diff --git a/sys/posix/unistd.c b/sys/posix/unistd.c index 5e649cf27b..6b6f1e2ff1 100644 --- a/sys/posix/unistd.c +++ b/sys/posix/unistd.c @@ -10,7 +10,7 @@ * @{ * @file fd.c * @brief Providing implementation for close for fds defined in fd.h. - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Christian Mehlis <mehlis@inf.fu-berlin.de> */ #include <errno.h> diff --git a/sys/shell/commands/sc_net_if.c b/sys/shell/commands/sc_net_if.c index 2210bdc433..bddbbf2c84 100644 --- a/sys/shell/commands/sc_net_if.c +++ b/sys/shell/commands/sc_net_if.c @@ -1,7 +1,7 @@ /* * Shell commands for network interfaces * - * Copyright (C) 2013 Martin Lenders + * Copyright (C) 2013 Martine Lenders * * 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 sc_net_if.c * @brief provides shell commands to configure network interfaces - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @} */ diff --git a/tests/msg_send_receive/main.c b/tests/msg_send_receive/main.c index 7cca9502cf..9262fef374 100644 --- a/tests/msg_send_receive/main.c +++ b/tests/msg_send_receive/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/tests/msg_send_receive/tests/01-run.py b/tests/msg_send_receive/tests/01-run.py index 5e4d8c4a0d..8c41b7fff0 100755 --- a/tests/msg_send_receive/tests/01-run.py +++ b/tests/msg_send_receive/tests/01-run.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> +# Copyright (C) 2014 Martine Lenders <mlenders@inf.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/tests/net_if/main.c b/tests/net_if/main.c index 3d07a0f3ab..fca6753290 100644 --- a/tests/net_if/main.c +++ b/tests/net_if/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2013 Martine Lenders <mlenders@inf.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/tests/netdev/main.c b/tests/netdev/main.c index 3bdaa837fb..9c824a8d0a 100644 --- a/tests/netdev/main.c +++ b/tests/netdev/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/tests/netdev/tests/01-interaction.py b/tests/netdev/tests/01-interaction.py index 188011f445..2580ac1973 100755 --- a/tests/netdev/tests/01-interaction.py +++ b/tests/netdev/tests/01-interaction.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> +# Copyright (C) 2014 Martine Lenders <mlenders@inf.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/tests/periph_cpuid/main.c b/tests/periph_cpuid/main.c index 7eedaca10b..b05c809573 100644 --- a/tests/periph_cpuid/main.c +++ b/tests/periph_cpuid/main.c @@ -13,7 +13,7 @@ * @file * @brief GET_CPU_ID() test application * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de> * * @} diff --git a/tests/pnet/main.c b/tests/pnet/main.c index 66c04605b9..d29079484d 100644 --- a/tests/pnet/main.c +++ b/tests/pnet/main.c @@ -13,7 +13,7 @@ * @file * @brief PNet test application * - * @author Martin Lenders <mlenders@inf.fu-berlin.de> + * @author Martine Lenders <mlenders@inf.fu-berlin.de> * * @} */ diff --git a/tests/unittests/main.c b/tests/unittests/main.c index 2d4ba2ea8f..53e122c50d 100644 --- a/tests/unittests/main.c +++ b/tests/unittests/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/netdev_dummy/include/netdev_dummy.h b/tests/unittests/netdev_dummy/include/netdev_dummy.h index 0ac9ce0224..1f2cb0ad96 100644 --- a/tests/unittests/netdev_dummy/include/netdev_dummy.h +++ b/tests/unittests/netdev_dummy/include/netdev_dummy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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/tests/unittests/netdev_dummy/netdev_dummy.c b/tests/unittests/netdev_dummy/netdev_dummy.c index 8bbaf8398c..ef59efcc16 100644 --- a/tests/unittests/netdev_dummy/netdev_dummy.c +++ b/tests/unittests/netdev_dummy/netdev_dummy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> + * Copyright (C) 2014 Martine Lenders <mlenders@inf.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 diff --git a/tests/unittests/tests-core/tests-core-atomic.c b/tests/unittests/tests-core/tests-core-atomic.c index 888f7a351d..48009bd34d 100644 --- a/tests/unittests/tests-core/tests-core-atomic.c +++ b/tests/unittests/tests-core/tests-core-atomic.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-core/tests-core-bitarithm.c b/tests/unittests/tests-core/tests-core-bitarithm.c index 31196d7c2c..8a7cf04dd0 100644 --- a/tests/unittests/tests-core/tests-core-bitarithm.c +++ b/tests/unittests/tests-core/tests-core-bitarithm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-core/tests-core-cib.c b/tests/unittests/tests-core/tests-core-cib.c index 52565399ca..cee878b406 100644 --- a/tests/unittests/tests-core/tests-core-cib.c +++ b/tests/unittests/tests-core/tests-core-cib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-core/tests-core-clist.c b/tests/unittests/tests-core/tests-core-clist.c index 3d19871c99..bf412786be 100644 --- a/tests/unittests/tests-core/tests-core-clist.c +++ b/tests/unittests/tests-core/tests-core-clist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-core/tests-core-lifo.c b/tests/unittests/tests-core/tests-core-lifo.c index 31eaa65d0d..9c83915852 100644 --- a/tests/unittests/tests-core/tests-core-lifo.c +++ b/tests/unittests/tests-core/tests-core-lifo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-core/tests-core-priority-queue.c b/tests/unittests/tests-core/tests-core-priority-queue.c index 3f9357890d..752ef428ee 100644 --- a/tests/unittests/tests-core/tests-core-priority-queue.c +++ b/tests/unittests/tests-core/tests-core-priority-queue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-core/tests-core.c b/tests/unittests/tests-core/tests-core.c index 230fc354a2..a0277737e3 100644 --- a/tests/unittests/tests-core/tests-core.c +++ b/tests/unittests/tests-core/tests-core.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-core/tests-core.h b/tests/unittests/tests-core/tests-core.h index 47d425bc9f..6120be393f 100644 --- a/tests/unittests/tests-core/tests-core.h +++ b/tests/unittests/tests-core/tests-core.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.c b/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.c index c749547020..113b2a2901 100644 --- a/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.c +++ b/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h b/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h index ee8e456de8..e2c1431555 100644 --- a/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h +++ b/tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-nomac/tests-nomac.c b/tests/unittests/tests-nomac/tests-nomac.c index 9c8b0e9772..9e187872f5 100644 --- a/tests/unittests/tests-nomac/tests-nomac.c +++ b/tests/unittests/tests-nomac/tests-nomac.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-nomac/tests-nomac.h b/tests/unittests/tests-nomac/tests-nomac.h index a9960effac..8ba368e463 100644 --- a/tests/unittests/tests-nomac/tests-nomac.h +++ b/tests/unittests/tests-nomac/tests-nomac.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-pkt/tests-pkt.h b/tests/unittests/tests-pkt/tests-pkt.h index 7c322a7b68..e54230db9d 100644 --- a/tests/unittests/tests-pkt/tests-pkt.h +++ b/tests/unittests/tests-pkt/tests-pkt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-pktbuf/tests-pktbuf.h b/tests/unittests/tests-pktbuf/tests-pktbuf.h index a58eaa3104..4a1d335ecf 100644 --- a/tests/unittests/tests-pktbuf/tests-pktbuf.h +++ b/tests/unittests/tests-pktbuf/tests-pktbuf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-pktqueue/tests-pktqueue.c b/tests/unittests/tests-pktqueue/tests-pktqueue.c index e1d2f38c49..06e1d4d201 100644 --- a/tests/unittests/tests-pktqueue/tests-pktqueue.c +++ b/tests/unittests/tests-pktqueue/tests-pktqueue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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/tests/unittests/tests-pktqueue/tests-pktqueue.h b/tests/unittests/tests-pktqueue/tests-pktqueue.h index 968f78ca8b..da378eb83f 100644 --- a/tests/unittests/tests-pktqueue/tests-pktqueue.h +++ b/tests/unittests/tests-pktqueue/tests-pktqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Martin Lenders + * Copyright (C) 2014 Martine Lenders * * 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 -- GitLab