diff --git a/dist/tests/if_lib/philip_if.py b/dist/tests/if_lib/philip_if.py index 19c60388c7..e7043ae94d 100644 --- a/dist/tests/if_lib/philip_if.py +++ b/dist/tests/if_lib/philip_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Kevin Weiss +# Copyright (c) 2018 Kevin Weiss, for HAW Hamburg # # 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_i2c/tests/periph_i2c_if.py b/tests/periph_i2c/tests/periph_i2c_if.py index 0f423567e2..0143c809ca 100644 --- a/tests/periph_i2c/tests/periph_i2c_if.py +++ b/tests/periph_i2c/tests/periph_i2c_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Kevin Weiss +# Copyright (c) 2018 Kevin Weiss, for HAW Hamburg # # 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_i2c/tests/test.py b/tests/periph_i2c/tests/test.py index 310b39c3e8..345109cb0b 100644 --- a/tests/periph_i2c/tests/test.py +++ b/tests/periph_i2c/tests/test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018 Kevin Weiss +# Copyright (c) 2018 Kevin Weiss, for HAW Hamburg # # 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_uart/tests/periph_uart_if.py b/tests/periph_uart/tests/periph_uart_if.py index 361ff1fbdb..213a3da7c1 100644 --- a/tests/periph_uart/tests/periph_uart_if.py +++ b/tests/periph_uart/tests/periph_uart_if.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Kevin Weiss +# Copyright (c) 2018 Kevin Weiss, for HAW Hamburg # # 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_uart/tests/test.py b/tests/periph_uart/tests/test.py index e78839c3c4..dc6181a188 100644 --- a/tests/periph_uart/tests/test.py +++ b/tests/periph_uart/tests/test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018 Kevin Weiss +# Copyright (c) 2018 Kevin Weiss, for HAW Hamburg # # 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/puf_sram/tests/example_test.py b/tests/puf_sram/tests/example_test.py index ef94a0acb8..ae20ad2d0c 100644 --- a/tests/puf_sram/tests/example_test.py +++ b/tests/puf_sram/tests/example_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 -# Copyright (C) 2018 Kevin Weiss -# Copyright (C) 2018 Peter Kietzmann +# Copyright (c) 2018 Kevin Weiss, for HAW Hamburg +# Copyright (C) 2018 Peter Kietzmann, for HAW Hamburg # # 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/puf_sram/tests/puf_sram_if.py b/tests/puf_sram/tests/puf_sram_if.py index e67c64c1d1..ec801adfa8 100644 --- a/tests/puf_sram/tests/puf_sram_if.py +++ b/tests/puf_sram/tests/puf_sram_if.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2018 Kevin Weiss +# Copyright (c) 2018 Kevin Weiss, for HAW Hamburg # # 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