From 55143bb0170c571ced8ed0157e097d2b16665255 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 4 Oct 2019 20:47:24 +0200 Subject: [PATCH] tests: fix copyright attribution and doc While looking at tests/gnrc_ipv6_ext_frag again while writing RIOT-OS/Release-Specs#137, I noticed that several of tests that I definitely wrote myself from scretch are attributed wrong (and sometimes even documented wrong). I guess this was caused by just copy-pasting the files... --- tests/gnrc_ipv6_ext/main.c | 3 ++- tests/gnrc_ipv6_ext_frag/main.c | 7 +++---- tests/gnrc_ipv6_ext_frag/tests/01-run.py | 2 +- tests/gnrc_ndp/main.c | 5 ++--- tests/gnrc_sixlowpan/main.c | 3 ++- tests/gnrc_sixlowpan_frag/main.c | 7 +++---- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/tests/gnrc_ipv6_ext/main.c b/tests/gnrc_ipv6_ext/main.c index 7c01c996fa..6233c978f6 100644 --- a/tests/gnrc_ipv6_ext/main.c +++ b/tests/gnrc_ipv6_ext/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Freie Universität Berlin + * Copyright (C) 2015-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level @@ -15,6 +15,7 @@ * * @author Hauke Petersen * @author Takuo Yonezawa + * @author Martine S. Lenders * * @} */ diff --git a/tests/gnrc_ipv6_ext_frag/main.c b/tests/gnrc_ipv6_ext_frag/main.c index 605072be7e..4fd1b4dcec 100644 --- a/tests/gnrc_ipv6_ext_frag/main.c +++ b/tests/gnrc_ipv6_ext_frag/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Freie Universität Berlin + * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level @@ -11,10 +11,9 @@ * @{ * * @file - * @brief Tests extension header handling of gnrc stack. + * @brief Tests IPv6 fragmentation header handling of gnrc stack. * - * @author Hauke Petersen - * @author Takuo Yonezawa + * @author Martine S. Lenders * * @} */ diff --git a/tests/gnrc_ipv6_ext_frag/tests/01-run.py b/tests/gnrc_ipv6_ext_frag/tests/01-run.py index 8fa7c1341f..d26bc14403 100755 --- a/tests/gnrc_ipv6_ext_frag/tests/01-run.py +++ b/tests/gnrc_ipv6_ext_frag/tests/01-run.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018 Freie Universität Berlin +# Copyright (C) 2019 Freie Universität Berlin # # 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/gnrc_ndp/main.c b/tests/gnrc_ndp/main.c index 5fcfbd7c40..fa2df65569 100644 --- a/tests/gnrc_ndp/main.c +++ b/tests/gnrc_ndp/main.c @@ -11,10 +11,9 @@ * @{ * * @file - * @brief Tests extension header handling of gnrc stack. + * @brief Tests NDP message handling of gnrc stack. * - * @author Hauke Petersen - * @author Takuo Yonezawa + * @author Martine S. Lenders * * @} */ diff --git a/tests/gnrc_sixlowpan/main.c b/tests/gnrc_sixlowpan/main.c index 4ab6e29a85..66add56154 100644 --- a/tests/gnrc_sixlowpan/main.c +++ b/tests/gnrc_sixlowpan/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Freie Universität Berlin + * Copyright (C) 2015-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level @@ -15,6 +15,7 @@ * * @author Hauke Petersen * @author Takuo Yonezawa + * @author Martine S. Lenders * * @} */ diff --git a/tests/gnrc_sixlowpan_frag/main.c b/tests/gnrc_sixlowpan_frag/main.c index 299ca68118..6cd5eb385b 100644 --- a/tests/gnrc_sixlowpan_frag/main.c +++ b/tests/gnrc_sixlowpan_frag/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Freie Universität Berlin + * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level @@ -11,10 +11,9 @@ * @{ * * @file - * @brief Tests extension header handling of gnrc stack. + * @brief Tests 6LoWPAN fragmentation handling of gnrc stack. * - * @author Hauke Petersen - * @author Takuo Yonezawa + * @author Martine S. Lenders * * @} */