diff --git a/dist/tests/if_lib/philip_if.py b/dist/tests/if_lib/philip_if.py index 19c60388c..e7043ae94 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 0f423567e..0143c809c 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 310b39c3e..345109cb0 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 361ff1fbd..213a3da7c 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 e78839c3c..dc6181a18 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 ef94a0acb..ae20ad2d0 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 e67c64c1d..ec801adfa 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