diff --git a/COPYING b/COPYING index f57b3588c70cb69d5befd72336a1d8ebaab1a6af..b9afa0a775de21e1169a55b0354202f86996db0c 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2018-2020 Daniel Friesel +Copyright (C) 2018-2020 Birte Kristina Friesel Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/Makefile b/Makefile index cc8e84005068dc105af4b1f9d4bff2bd06347c37..d49d5d57608185af25d8d812ad6a4012fb2e92e2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/include/arch.h b/include/arch.h index 5142a5151fe590f3ec9f0059b83ad42e984e9e5b..e8169a2c356ae3608e6adb0d5deedbb35426d185 100644 --- a/include/arch.h +++ b/include/arch.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/arch_types.h b/include/arch/arduino-nano/arch_types.h index ed0b543561e83ef171bb0175720e929e7b7c5b23..5c159c892012ff663cdd7c386b8c9a6be6639808 100644 --- a/include/arch/arduino-nano/arch_types.h +++ b/include/arch/arduino-nano/arch_types.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/adc.h b/include/arch/arduino-nano/driver/adc.h index c89f915d6a418cedea85aa0a59f28f4f98dd4e94..7d797e36ee3b7694d60dcfe9d56b3c21db024c43 100644 --- a/include/arch/arduino-nano/driver/adc.h +++ b/include/arch/arduino-nano/driver/adc.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/counter.h b/include/arch/arduino-nano/driver/counter.h index 8812407e979e00fa670b2f536df070f1f94fb0e7..c5f1ee8f9cca07895f5fc055eeb6d8ae543624b9 100644 --- a/include/arch/arduino-nano/driver/counter.h +++ b/include/arch/arduino-nano/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/dmx.h b/include/arch/arduino-nano/driver/dmx.h index 5822a0dd43c80af2bee65c5643409be5a6029dee..d3fff468ca20e2609a255c97dd14a5ff2f849f73 100644 --- a/include/arch/arduino-nano/driver/dmx.h +++ b/include/arch/arduino-nano/driver/dmx.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/gpio.h b/include/arch/arduino-nano/driver/gpio.h index 4fc9c639ce7930ef931cb739cad34304222619ca..eba3fad147e11dfca8e352009d7cdadcda9a415a 100644 --- a/include/arch/arduino-nano/driver/gpio.h +++ b/include/arch/arduino-nano/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/i2c.h b/include/arch/arduino-nano/driver/i2c.h index 7c1dcc26a939eaf97fa2f5a387e507f47068ec1d..1ab150ce4f2d0a4fba3f682471a355a2b1274ee7 100644 --- a/include/arch/arduino-nano/driver/i2c.h +++ b/include/arch/arduino-nano/driver/i2c.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/spi.h b/include/arch/arduino-nano/driver/spi.h index 2738312d7f5d8669c74e047afe773114947288a2..2f2243699c317b46c89dfc1bb459103db4a23649 100644 --- a/include/arch/arduino-nano/driver/spi.h +++ b/include/arch/arduino-nano/driver/spi.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/stdin.h b/include/arch/arduino-nano/driver/stdin.h index 1f83c1161fd16553f1caf643699e9d96bf4279b4..bbe3803bfa4be6ea6aedea74456bdabed9360ab1 100644 --- a/include/arch/arduino-nano/driver/stdin.h +++ b/include/arch/arduino-nano/driver/stdin.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/stdout.h b/include/arch/arduino-nano/driver/stdout.h index 9f23fe394dd08df81f5d47b1b5b9a789eeaad1f0..606053a9659d01fd1fd9a32b9e760d6b8767265b 100644 --- a/include/arch/arduino-nano/driver/stdout.h +++ b/include/arch/arduino-nano/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/timer.h b/include/arch/arduino-nano/driver/timer.h index a048c3dce35646af92c6fe921cc73fbb5ad651f1..ade86a08b94b53afdd2c9a04b74171bb5231eec7 100644 --- a/include/arch/arduino-nano/driver/timer.h +++ b/include/arch/arduino-nano/driver/timer.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/arduino-nano/driver/uptime.h b/include/arch/arduino-nano/driver/uptime.h index fa0b943ce48c458a3cac5e6064a85c7185e32d9f..94296b3775f055e6774209ae11c0a8c9660e7ff2 100644 --- a/include/arch/arduino-nano/driver/uptime.h +++ b/include/arch/arduino-nano/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/arch_types.h b/include/arch/atmega2560/arch_types.h index 2e9f070b3655830fd1d78ac536a918d070b56d0c..392e4692da3e536238583f0c918e5f32943277cd 100644 --- a/include/arch/atmega2560/arch_types.h +++ b/include/arch/atmega2560/arch_types.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/driver/counter.h b/include/arch/atmega2560/driver/counter.h index 06ff73a6786436560d3f39d9b0b426b0d4c06137..4e7a5ab3fb59fdbed01c5b65a1340c8bb479681e 100644 --- a/include/arch/atmega2560/driver/counter.h +++ b/include/arch/atmega2560/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/driver/dmx.h b/include/arch/atmega2560/driver/dmx.h index 5550c19de2c4c48b9ea58c0aaac43cd60341809c..444cb26b2aefdb5812d093561d78d056a8ebfa83 100644 --- a/include/arch/atmega2560/driver/dmx.h +++ b/include/arch/atmega2560/driver/dmx.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/driver/gpio.h b/include/arch/atmega2560/driver/gpio.h index e6ac43c31e85595b19195c33d57394413c5d90c5..7bfa9a291f5101eff1e07d7afac4a54f38e4e687 100644 --- a/include/arch/atmega2560/driver/gpio.h +++ b/include/arch/atmega2560/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/driver/stdin.h b/include/arch/atmega2560/driver/stdin.h index 9a99b00420c33511d4b09241976ea61392683111..aa64dc8fdb259c43197de1237a471aa19257c57b 100644 --- a/include/arch/atmega2560/driver/stdin.h +++ b/include/arch/atmega2560/driver/stdin.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/driver/stdout.h b/include/arch/atmega2560/driver/stdout.h index 09b18c10d9f8f61b003245ae2e921db92fa1b975..e89b948ec853b29f249e206430a29e23c71f19de 100644 --- a/include/arch/atmega2560/driver/stdout.h +++ b/include/arch/atmega2560/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/driver/timer.h b/include/arch/atmega2560/driver/timer.h index e12592dc6997961404397eb76df81baf1d234ad3..1529c8652c06c104e48fc68e582b8c712076837e 100644 --- a/include/arch/atmega2560/driver/timer.h +++ b/include/arch/atmega2560/driver/timer.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/atmega2560/driver/uptime.h b/include/arch/atmega2560/driver/uptime.h index 621a55ca8d72f96b6fe2a23c7775602af0f86958..3278c5aaf3e8aaffe6670ad7d17150f33b8b2b4a 100644 --- a/include/arch/atmega2560/driver/uptime.h +++ b/include/arch/atmega2560/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/blinkenrocket/driver/gpio.h b/include/arch/blinkenrocket/driver/gpio.h index af2648d5128e50cfb5c1e317756e16a921293655..af130576cb4f02faaf192d3a258f7e343db8009e 100644 --- a/include/arch/blinkenrocket/driver/gpio.h +++ b/include/arch/blinkenrocket/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/blinkenrocket/driver/i2c.h b/include/arch/blinkenrocket/driver/i2c.h index 7c1dcc26a939eaf97fa2f5a387e507f47068ec1d..1ab150ce4f2d0a4fba3f682471a355a2b1274ee7 100644 --- a/include/arch/blinkenrocket/driver/i2c.h +++ b/include/arch/blinkenrocket/driver/i2c.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/blinkenrocket/driver/stdout.h b/include/arch/blinkenrocket/driver/stdout.h index eaf7eac26d5227c9e3f407a55a2b401dc088128a..a994ddedc41585001786703c8ded37ea684d2a35 100644 --- a/include/arch/blinkenrocket/driver/stdout.h +++ b/include/arch/blinkenrocket/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/blinkenrocket/driver/uptime.h b/include/arch/blinkenrocket/driver/uptime.h index 9457bcfc5837571ca516b4baf16ec35fda5c29b4..13bac69bb4379b1677b3498a87e4d14dacd7ee3c 100644 --- a/include/arch/blinkenrocket/driver/uptime.h +++ b/include/arch/blinkenrocket/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc299-mock/driver/counter.h b/include/arch/infineon-tc299-mock/driver/counter.h index b7330dbee859225582e809d93f4cccdacd6852f6..18393f702e3c5525af66be682d83dc8b77d4dee9 100644 --- a/include/arch/infineon-tc299-mock/driver/counter.h +++ b/include/arch/infineon-tc299-mock/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc299-mock/driver/gpio.h b/include/arch/infineon-tc299-mock/driver/gpio.h index 83689b6834769a83a65da8e2239af318c5363806..2368a8c2ba8c693845f9b4a4dc76efbb9c9d4844 100644 --- a/include/arch/infineon-tc299-mock/driver/gpio.h +++ b/include/arch/infineon-tc299-mock/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc299-mock/driver/stdout.h b/include/arch/infineon-tc299-mock/driver/stdout.h index b701dc17d728a6a2253aab93c0960386ea2abb24..f6a09030c81a312d16f3712ab8a0c855c5b283ba 100644 --- a/include/arch/infineon-tc299-mock/driver/stdout.h +++ b/include/arch/infineon-tc299-mock/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc299-mock/driver/uptime.h b/include/arch/infineon-tc299-mock/driver/uptime.h index 6f52f8f1fe077e2fd018c28e024a23242e9b1342..9ce309c0d04277e3b7b5a4bc5b8cd8b95cb1f75a 100644 --- a/include/arch/infineon-tc299-mock/driver/uptime.h +++ b/include/arch/infineon-tc299-mock/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc397-mock/driver/counter.h b/include/arch/infineon-tc397-mock/driver/counter.h index b7330dbee859225582e809d93f4cccdacd6852f6..18393f702e3c5525af66be682d83dc8b77d4dee9 100644 --- a/include/arch/infineon-tc397-mock/driver/counter.h +++ b/include/arch/infineon-tc397-mock/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc397-mock/driver/gpio.h b/include/arch/infineon-tc397-mock/driver/gpio.h index 83689b6834769a83a65da8e2239af318c5363806..2368a8c2ba8c693845f9b4a4dc76efbb9c9d4844 100644 --- a/include/arch/infineon-tc397-mock/driver/gpio.h +++ b/include/arch/infineon-tc397-mock/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc397-mock/driver/stdout.h b/include/arch/infineon-tc397-mock/driver/stdout.h index b701dc17d728a6a2253aab93c0960386ea2abb24..f6a09030c81a312d16f3712ab8a0c855c5b283ba 100644 --- a/include/arch/infineon-tc397-mock/driver/stdout.h +++ b/include/arch/infineon-tc397-mock/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/infineon-tc397-mock/driver/uptime.h b/include/arch/infineon-tc397-mock/driver/uptime.h index 6f52f8f1fe077e2fd018c28e024a23242e9b1342..9ce309c0d04277e3b7b5a4bc5b8cd8b95cb1f75a 100644 --- a/include/arch/infineon-tc397-mock/driver/uptime.h +++ b/include/arch/infineon-tc397-mock/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/lm4f120h5qr-stellaris/driver/gpio.h b/include/arch/lm4f120h5qr-stellaris/driver/gpio.h index 3c99eb9b6fb23d9fd1ead545868741e224099a82..d28910194e3d0f50f3ee86e3dd8318911906f244 100644 --- a/include/arch/lm4f120h5qr-stellaris/driver/gpio.h +++ b/include/arch/lm4f120h5qr-stellaris/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/lm4f120h5qr-stellaris/driver/stdout.h b/include/arch/lm4f120h5qr-stellaris/driver/stdout.h index 09b18c10d9f8f61b003245ae2e921db92fa1b975..e89b948ec853b29f249e206430a29e23c71f19de 100644 --- a/include/arch/lm4f120h5qr-stellaris/driver/stdout.h +++ b/include/arch/lm4f120h5qr-stellaris/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/lm4f120h5qr-stellaris/driver/uptime.h b/include/arch/lm4f120h5qr-stellaris/driver/uptime.h index 4031e612700aa8dd1f03f7f9b59766f9049c37fb..c45384a83ca6cbce15bc4f55930856998c148c9f 100644 --- a/include/arch/lm4f120h5qr-stellaris/driver/uptime.h +++ b/include/arch/lm4f120h5qr-stellaris/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.h b/include/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.h index 739f575a215c49c65244487d2a952135783597a2..df0540fe0732341f326df2845fc34ad55f8787d7 100644 --- a/include/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.h +++ b/include/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/lora32u4ii/driver/stdout.h b/include/arch/lora32u4ii/driver/stdout.h index 9adc21406b588ae534cb2fbe6feb91677dac9802..3a4ab88c7a042a3e2baf16b04083c0d74322447a 100644 --- a/include/arch/lora32u4ii/driver/stdout.h +++ b/include/arch/lora32u4ii/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/adc.h b/include/arch/msp430fr5969lp/driver/adc.h index e1db0b52aee098875b300ad1ff649ca0c92d897f..507dfee0da22f44f0160256b8a0b2177315e4a2a 100644 --- a/include/arch/msp430fr5969lp/driver/adc.h +++ b/include/arch/msp430fr5969lp/driver/adc.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/counter.h b/include/arch/msp430fr5969lp/driver/counter.h index ebb3045abbe6409787582e7c6297dfa702233d89..80b82888cbf4630f19f555b2b8095503636b9146 100644 --- a/include/arch/msp430fr5969lp/driver/counter.h +++ b/include/arch/msp430fr5969lp/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/dmx.h b/include/arch/msp430fr5969lp/driver/dmx.h index 5822a0dd43c80af2bee65c5643409be5a6029dee..d3fff468ca20e2609a255c97dd14a5ff2f849f73 100644 --- a/include/arch/msp430fr5969lp/driver/dmx.h +++ b/include/arch/msp430fr5969lp/driver/dmx.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/gpio.h b/include/arch/msp430fr5969lp/driver/gpio.h index 7f2a3f78b9923c411f8c194f2b013e0376b0d87a..16d06af73eb38cb5cdfc8f6fa5de34d401988949 100644 --- a/include/arch/msp430fr5969lp/driver/gpio.h +++ b/include/arch/msp430fr5969lp/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/i2c.h b/include/arch/msp430fr5969lp/driver/i2c.h index 7c1dcc26a939eaf97fa2f5a387e507f47068ec1d..1ab150ce4f2d0a4fba3f682471a355a2b1274ee7 100644 --- a/include/arch/msp430fr5969lp/driver/i2c.h +++ b/include/arch/msp430fr5969lp/driver/i2c.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/spi.h b/include/arch/msp430fr5969lp/driver/spi.h index 7e9510504b6a64730bad2d84b829e99ce186d415..606ce39b298c3facaa57940cdbd5dcf1e7ce6eeb 100644 --- a/include/arch/msp430fr5969lp/driver/spi.h +++ b/include/arch/msp430fr5969lp/driver/spi.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/stdin.h b/include/arch/msp430fr5969lp/driver/stdin.h index 7b78a9a8fba295ebfaea2ab7b6510a271136b749..34d05512243569cc9e4b4e354694c613686c061d 100644 --- a/include/arch/msp430fr5969lp/driver/stdin.h +++ b/include/arch/msp430fr5969lp/driver/stdin.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/stdout.h b/include/arch/msp430fr5969lp/driver/stdout.h index eaf7eac26d5227c9e3f407a55a2b401dc088128a..a994ddedc41585001786703c8ded37ea684d2a35 100644 --- a/include/arch/msp430fr5969lp/driver/stdout.h +++ b/include/arch/msp430fr5969lp/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/timer.h b/include/arch/msp430fr5969lp/driver/timer.h index 160074a74489ed19556827fa6ee49bc449a8cb6a..f02d3991321ecbe77d98ab18e720b93b73860a2d 100644 --- a/include/arch/msp430fr5969lp/driver/timer.h +++ b/include/arch/msp430fr5969lp/driver/timer.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5969lp/driver/uptime.h b/include/arch/msp430fr5969lp/driver/uptime.h index de519702cf45a5aca7aa0b29333a473d21e4b8cf..78e897e13d41adf79ac7bc88d4d76ae90e7e31da 100644 --- a/include/arch/msp430fr5969lp/driver/uptime.h +++ b/include/arch/msp430fr5969lp/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/adc.h b/include/arch/msp430fr5994lp/driver/adc.h index e1db0b52aee098875b300ad1ff649ca0c92d897f..507dfee0da22f44f0160256b8a0b2177315e4a2a 100644 --- a/include/arch/msp430fr5994lp/driver/adc.h +++ b/include/arch/msp430fr5994lp/driver/adc.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/counter.h b/include/arch/msp430fr5994lp/driver/counter.h index 20eae624a5911bfc9a35d6c14186741788f37c01..32369c3b4b05058d1505a69abd2348f0b04de0fc 100644 --- a/include/arch/msp430fr5994lp/driver/counter.h +++ b/include/arch/msp430fr5994lp/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/dmx.h b/include/arch/msp430fr5994lp/driver/dmx.h index 5822a0dd43c80af2bee65c5643409be5a6029dee..d3fff468ca20e2609a255c97dd14a5ff2f849f73 100644 --- a/include/arch/msp430fr5994lp/driver/dmx.h +++ b/include/arch/msp430fr5994lp/driver/dmx.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/gpio.h b/include/arch/msp430fr5994lp/driver/gpio.h index d8048c0463724476bcde7a7c3bac5db62f9f69f1..9530b37fbcc4b51ae9b24650abd15e020cc7ad0f 100644 --- a/include/arch/msp430fr5994lp/driver/gpio.h +++ b/include/arch/msp430fr5994lp/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/i2c.h b/include/arch/msp430fr5994lp/driver/i2c.h index 7c1dcc26a939eaf97fa2f5a387e507f47068ec1d..1ab150ce4f2d0a4fba3f682471a355a2b1274ee7 100644 --- a/include/arch/msp430fr5994lp/driver/i2c.h +++ b/include/arch/msp430fr5994lp/driver/i2c.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/spi.h b/include/arch/msp430fr5994lp/driver/spi.h index 7e9510504b6a64730bad2d84b829e99ce186d415..606ce39b298c3facaa57940cdbd5dcf1e7ce6eeb 100644 --- a/include/arch/msp430fr5994lp/driver/spi.h +++ b/include/arch/msp430fr5994lp/driver/spi.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/spi_a1.h b/include/arch/msp430fr5994lp/driver/spi_a1.h index 2738312d7f5d8669c74e047afe773114947288a2..2f2243699c317b46c89dfc1bb459103db4a23649 100644 --- a/include/arch/msp430fr5994lp/driver/spi_a1.h +++ b/include/arch/msp430fr5994lp/driver/spi_a1.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/stdin.h b/include/arch/msp430fr5994lp/driver/stdin.h index 7b78a9a8fba295ebfaea2ab7b6510a271136b749..34d05512243569cc9e4b4e354694c613686c061d 100644 --- a/include/arch/msp430fr5994lp/driver/stdin.h +++ b/include/arch/msp430fr5994lp/driver/stdin.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/stdout.h b/include/arch/msp430fr5994lp/driver/stdout.h index eaf7eac26d5227c9e3f407a55a2b401dc088128a..a994ddedc41585001786703c8ded37ea684d2a35 100644 --- a/include/arch/msp430fr5994lp/driver/stdout.h +++ b/include/arch/msp430fr5994lp/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/timed_resistive_load.h b/include/arch/msp430fr5994lp/driver/timed_resistive_load.h index f5704d898cd14b025df3afc719fe2bb78edad480..4303636387348aa80ab4b4d761ae42a80855d513 100644 --- a/include/arch/msp430fr5994lp/driver/timed_resistive_load.h +++ b/include/arch/msp430fr5994lp/driver/timed_resistive_load.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/timer.h b/include/arch/msp430fr5994lp/driver/timer.h index 97bd30209589797f072d9151157d7df7cf5b04c1..c13d533004a73bf419f7b4a01ec97758d8aeb1a2 100644 --- a/include/arch/msp430fr5994lp/driver/timer.h +++ b/include/arch/msp430fr5994lp/driver/timer.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/driver/uptime.h b/include/arch/msp430fr5994lp/driver/uptime.h index de519702cf45a5aca7aa0b29333a473d21e4b8cf..78e897e13d41adf79ac7bc88d4d76ae90e7e31da 100644 --- a/include/arch/msp430fr5994lp/driver/uptime.h +++ b/include/arch/msp430fr5994lp/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/msp430fr5994lp/int20.h b/include/arch/msp430fr5994lp/int20.h index dc5af3023d623c3d4ed97ed6bce12775c4f5812c..b97112260322f3b53756f94b69ecf8d3ed89b2f8 100644 --- a/include/arch/msp430fr5994lp/int20.h +++ b/include/arch/msp430fr5994lp/int20.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/posix/driver/counter.h b/include/arch/posix/driver/counter.h index 5d105008dc16d7fb6df194e2b92ea1ede0e295b9..889af79bd0cddd7084aaa809b59e5b52a340e0d8 100644 --- a/include/arch/posix/driver/counter.h +++ b/include/arch/posix/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/posix/driver/gpio.h b/include/arch/posix/driver/gpio.h index b1a7706fea55e873a8fae461fd8e6d951a526dc8..c2f332b9d33407bd75733531283ca2d81706cd57 100644 --- a/include/arch/posix/driver/gpio.h +++ b/include/arch/posix/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/posix/driver/i2c.h b/include/arch/posix/driver/i2c.h index e1f596c6f842ae197d3c37afb1e601bd020d4a2b..93127e3d6913a31de4e7ae206675669a9526060a 100644 --- a/include/arch/posix/driver/i2c.h +++ b/include/arch/posix/driver/i2c.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/posix/driver/stdout.h b/include/arch/posix/driver/stdout.h index 032a87866a0bed9af92068e28e78beb975553a51..d7fa20ef89c254e695d1e08e9495110b9922c62d 100644 --- a/include/arch/posix/driver/stdout.h +++ b/include/arch/posix/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/posix/driver/uptime.h b/include/arch/posix/driver/uptime.h index d2193e39b6be72a9395ca3d3ccf7c7d33120959c..e43b8d62272a29842feeb6fc3bdfd85b26904241 100644 --- a/include/arch/posix/driver/uptime.h +++ b/include/arch/posix/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/rm46l8lp/driver/counter.h b/include/arch/rm46l8lp/driver/counter.h index ee4b595d5668e613da0c25b01c97df3c729cbe4c..ab8fe18c10c749d58e52bfa295b3fb94404d3729 100644 --- a/include/arch/rm46l8lp/driver/counter.h +++ b/include/arch/rm46l8lp/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/rm46l8lp/driver/gpio.h b/include/arch/rm46l8lp/driver/gpio.h index 0cefae11ae4a549459317faeac6a7f5b82742788..aca160c1809216edbd46350fd5c327571c243402 100644 --- a/include/arch/rm46l8lp/driver/gpio.h +++ b/include/arch/rm46l8lp/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/rm46l8lp/driver/stdout.h b/include/arch/rm46l8lp/driver/stdout.h index b701dc17d728a6a2253aab93c0960386ea2abb24..f6a09030c81a312d16f3712ab8a0c855c5b283ba 100644 --- a/include/arch/rm46l8lp/driver/stdout.h +++ b/include/arch/rm46l8lp/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/rm46l8lp/driver/uptime.h b/include/arch/rm46l8lp/driver/uptime.h index b4e7523b7984be358e13ff3be7ed36d92653442e..06f52d8ab3016bd4cbfb3103a00d4f74d1184541 100644 --- a/include/arch/rm46l8lp/driver/uptime.h +++ b/include/arch/rm46l8lp/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/stm32f446re-nucleo/driver/counter.h b/include/arch/stm32f446re-nucleo/driver/counter.h index f7d1e09fca23059c65542b0bb61f8c430b62d382..e815d941fae150bfe26a0ae52782cc566fb218a9 100644 --- a/include/arch/stm32f446re-nucleo/driver/counter.h +++ b/include/arch/stm32f446re-nucleo/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/stm32f446re-nucleo/driver/gpio.h b/include/arch/stm32f446re-nucleo/driver/gpio.h index 167af84c2b5932e13e528a8262ef20fa96270766..52094bfe2a0c49367578be27ace301b00b67d148 100644 --- a/include/arch/stm32f446re-nucleo/driver/gpio.h +++ b/include/arch/stm32f446re-nucleo/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/stm32f446re-nucleo/driver/stdout.h b/include/arch/stm32f446re-nucleo/driver/stdout.h index eaf7eac26d5227c9e3f407a55a2b401dc088128a..a994ddedc41585001786703c8ded37ea684d2a35 100644 --- a/include/arch/stm32f446re-nucleo/driver/stdout.h +++ b/include/arch/stm32f446re-nucleo/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/stm32f446re-nucleo/driver/uptime.h b/include/arch/stm32f446re-nucleo/driver/uptime.h index 96d107b8b7326c0fe576e189896a144b4059203d..956e6eeddc43dd8d1e69d540a302380f9cf1a589 100644 --- a/include/arch/stm32f446re-nucleo/driver/uptime.h +++ b/include/arch/stm32f446re-nucleo/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/tc1796-triboard/driver/counter.h b/include/arch/tc1796-triboard/driver/counter.h index 38d039e0774e11cfb042ec83dc6e1570452f56b7..ca51d624f3414a9f10e4ed921984bb69b364066a 100644 --- a/include/arch/tc1796-triboard/driver/counter.h +++ b/include/arch/tc1796-triboard/driver/counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/tc1796-triboard/driver/gpio.h b/include/arch/tc1796-triboard/driver/gpio.h index 9ac43dded279fe6b5ea1fdadf99b03dceba0e8bf..007a16f206ce32658e8bb1b7c162ddbbba7a304a 100644 --- a/include/arch/tc1796-triboard/driver/gpio.h +++ b/include/arch/tc1796-triboard/driver/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/tc1796-triboard/driver/stdout.h b/include/arch/tc1796-triboard/driver/stdout.h index b701dc17d728a6a2253aab93c0960386ea2abb24..f6a09030c81a312d16f3712ab8a0c855c5b283ba 100644 --- a/include/arch/tc1796-triboard/driver/stdout.h +++ b/include/arch/tc1796-triboard/driver/stdout.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/arch/tc1796-triboard/driver/uptime.h b/include/arch/tc1796-triboard/driver/uptime.h index 6f52f8f1fe077e2fd018c28e024a23242e9b1342..9ce309c0d04277e3b7b5a4bc5b8cd8b95cb1f75a 100644 --- a/include/arch/tc1796-triboard/driver/uptime.h +++ b/include/arch/tc1796-triboard/driver/uptime.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/ads111x.h b/include/driver/ads111x.h index da670be80d418128c6ee9cbe64eaa778a6fb2871..c8e0147ec6ca66b4245e77bf2a499e581d12a1be 100644 --- a/include/driver/ads111x.h +++ b/include/driver/ads111x.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Daniel Friesel + * Copyright 2023 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/driver/aemr_transition_sync.h b/include/driver/aemr_transition_sync.h index 4dce17c34a0fc6fe37b5378aaf98216dae7fc17d..4c7ea1224a46158174c03cc00a62a8b16f0ee3e9 100644 --- a/include/driver/aemr_transition_sync.h +++ b/include/driver/aemr_transition_sync.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/am2320.h b/include/driver/am2320.h index d0e165362f75384855cf164ed050b75cd1f3df16..f2d0c35cea9a59b09805a44d28d3494518f81ab3 100644 --- a/include/driver/am2320.h +++ b/include/driver/am2320.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/bme680.h b/include/driver/bme680.h index 054cf13dd980c8425d70b91fa4276b06cfb86f33..e42c1e0f7e71fe2f5e904a380b71391be6525eee 100644 --- a/include/driver/bme680.h +++ b/include/driver/bme680.h @@ -46,7 +46,7 @@ * @version 3.5.9 * @brief * - * Adjustments for multipass by Daniel Friesel: C -> C++, multipass i2c integration + * Adjustments for multipass by Birte Kristina Friesel: C -> C++, multipass i2c integration * */ /*! @file bme680.h diff --git a/include/driver/bme680_util.h b/include/driver/bme680_util.h index cf7b5a1c8866390aa6700a0f5951673722e61e06..c3f5a4cde8ca0c781b50a3cd49a60b932bc66e85 100644 --- a/include/driver/bme680_util.h +++ b/include/driver/bme680_util.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/ccs811.h b/include/driver/ccs811.h index 98ef42b2acb1c63dfde51331665b7de63f30cd7c..2558963b5ff3318b8a3f8fba64d9369204a5be7d 100644 --- a/include/driver/ccs811.h +++ b/include/driver/ccs811.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/ds2482.h b/include/driver/ds2482.h index cb0b57761e299c23083b90352f155e62adb4076c..80a9e1db001cefc0ee53a487dd92d73043b4d791 100644 --- a/include/driver/ds2482.h +++ b/include/driver/ds2482.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/driver/eeprom24lc64.h b/include/driver/eeprom24lc64.h index 3be9d148c44d63d6731d6d4ab2aca3e6952ba363..060bd44f76496e82715a5ad6428bc3aa95ae449f 100644 --- a/include/driver/eeprom24lc64.h +++ b/include/driver/eeprom24lc64.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/hdc1080.h b/include/driver/hdc1080.h index 85d1303cd8824cdcd4215c6c830768eef1cf90d7..f0e94f0358bcc0cd8eed153c6f1552bd983732fe 100644 --- a/include/driver/hdc1080.h +++ b/include/driver/hdc1080.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/lm75.h b/include/driver/lm75.h index c1a9ddf0c28f4f91f5bbb07af924433d27aa7f37..2d1f0cb3abde02f061491de2036f089d3c1c3ce9 100644 --- a/include/driver/lm75.h +++ b/include/driver/lm75.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/driver/max44006.h b/include/driver/max44006.h index 3406d16f9e25322b4734ed48f69cf129f7ad45ed..bd0045859fb68a57321fa4a444d819dbf5a27bcb 100644 --- a/include/driver/max44006.h +++ b/include/driver/max44006.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/max44009.h b/include/driver/max44009.h index 2d9e30c857128415b963560f26a6095570d18ded..aec8371c9c3c35b8f0bc3150406969da0236acc1 100644 --- a/include/driver/max44009.h +++ b/include/driver/max44009.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/mmsimple.h b/include/driver/mmsimple.h index 8f2f1a62e07d6d8a406954a1cdea2280b2d68967..edf2febf1b2218910e8aa4158e2225c44fd188e6 100644 --- a/include/driver/mmsimple.h +++ b/include/driver/mmsimple.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/mmsubstate.h b/include/driver/mmsubstate.h index 857d735a9f53b9ed5040a2c52b2dca18d929554b..8e8b3b31f5a48ae1ad8c3faa47f2bd6ec4091551 100644 --- a/include/driver/mmsubstate.h +++ b/include/driver/mmsubstate.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/mpu9250.h b/include/driver/mpu9250.h index 5a12150c163788b9a862db85ed8afff187d99c37..81512a71c62bf8664e14c0718709af5f53b9497a 100644 --- a/include/driver/mpu9250.h +++ b/include/driver/mpu9250.h @@ -3,7 +3,7 @@ /* Copyright (c) 2016 SparkFun Electronics, Inc. -Copyright (c) 2019 Daniel Friesel +Copyright (c) 2019 Birte Kristina Friesel SPDX-License-Identifier: MIT diff --git a/include/driver/nrf24l01.h b/include/driver/nrf24l01.h index b5470e9949bc2fc9580240fbd7c5ecb990df386c..ac8d79cb19ff5da0acc1469666dc516cdd6e3db9 100644 --- a/include/driver/nrf24l01.h +++ b/include/driver/nrf24l01.h @@ -2,7 +2,7 @@ * Based on https://github.com/nRF24/RF24 * * Copyright (C) 2011 J. Coliz - * Copyright (C) 2019 Daniel Friesel + * Copyright (C) 2019 Birte Kristina Friesel * * SPDX-License-Identifier: GPL-2.0-only */ diff --git a/include/driver/pervasive_aurora_mb.h b/include/driver/pervasive_aurora_mb.h index 558cba1818f70c973074ee3cac013dd83ca5cb84..0765d106bc541d68cb375748af3baf859b6d9f2c 100644 --- a/include/driver/pervasive_aurora_mb.h +++ b/include/driver/pervasive_aurora_mb.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/driver/resistive_load.h b/include/driver/resistive_load.h index 2475148c5af568f813e0334a4ad9a5dda51bbabf..3feac357335ddc5360e317723fbfb5ad74412a9c 100644 --- a/include/driver/resistive_load.h +++ b/include/driver/resistive_load.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/s5851a.h b/include/driver/s5851a.h index fd371586fc6f8c1ec8ac3eeb3ec06ae01e854808..8be686f568ad9e55bfec5c44f06cd1728130f332 100644 --- a/include/driver/s5851a.h +++ b/include/driver/s5851a.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/scd4x.h b/include/driver/scd4x.h index 0a2924b911a43430e3ed61e609f0a26bd71df306..cafff9f4cfe8068c17de3b8507188856a21baa7e 100644 --- a/include/driver/scd4x.h +++ b/include/driver/scd4x.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/sen5x.h b/include/driver/sen5x.h index bc7b54b7d25cf88bbf684ce0e8ae81e0f68a9fd9..b1f64acaf69f32050670e24964cf50ee458f1d68 100644 --- a/include/driver/sen5x.h +++ b/include/driver/sen5x.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/sharp96.h b/include/driver/sharp96.h index aaac40ac5718b16f9b5567f1af4c39eef05e06c4..33dadfb1448943af9c6874ac8add07cbbf52e2b9 100644 --- a/include/driver/sharp96.h +++ b/include/driver/sharp96.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/driver/soft_i2c.h b/include/driver/soft_i2c.h index e53b13e1896f75f20d09cc501fa434422f19b336..a5da1f6593ec4722426e45f3f8a25139dbdad5ba 100644 --- a/include/driver/soft_i2c.h +++ b/include/driver/soft_i2c.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/ssd1306.h b/include/driver/ssd1306.h index a3afc0f7cec6fd524c0f818c5563230f50207a69..5b175611bfedc0fd8293e8c7c1c4077012632341 100644 --- a/include/driver/ssd1306.h +++ b/include/driver/ssd1306.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/driver/tsl2591.h b/include/driver/tsl2591.h index faf837ed7fa71042f26b9d252d577b0bd8acd7a8..9cfd4a03779a7556f409569c3aebe39e2da29a52 100644 --- a/include/driver/tsl2591.h +++ b/include/driver/tsl2591.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/driver/veml6075.h b/include/driver/veml6075.h index 4604b12785a63046080b350e855c1313ccb436e5..fc22f1560b6c07f359f8392bdd2fc2e435d50a7e 100644 --- a/include/driver/veml6075.h +++ b/include/driver/veml6075.h @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/lib/inflate.h b/include/lib/inflate.h index fb582a670ede0a21a4fc8cc9c885c2db1ae15599..70102c5012b4706b129f127058a42a06cc16f49a 100644 --- a/include/lib/inflate.h +++ b/include/lib/inflate.h @@ -1,7 +1,7 @@ /* * zlib-deflate-nostdlib * - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/object/outputstream.h b/include/object/outputstream.h index 6d25797365196fcc585b28c1da1a83fa697d0e49..61813dc668df2e636b8f33b038047ccac9c05798 100644 --- a/include/object/outputstream.h +++ b/include/object/outputstream.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/object/ptalog.h b/include/object/ptalog.h index e4cff37cba198fc85752321c63995fbb24a8c046..30571240657325694ed2a024ea2a37ab116d981b 100644 --- a/include/object/ptalog.h +++ b/include/object/ptalog.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/object/stdbuf.h b/include/object/stdbuf.h index 3e669d980e45e78310a95a91ea6b2e8b21a24704..d15aa5ce488b26535754d301b7f8eaaea5065e45 100644 --- a/include/object/stdbuf.h +++ b/include/object/stdbuf.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/object/xdr16input.h b/include/object/xdr16input.h index 478be481f2a633c3c5bd4bf1c7b1e6b8e9bc27e4..f53ac123d58b9325b50e553b110fa7a0e06425de 100644 --- a/include/object/xdr16input.h +++ b/include/object/xdr16input.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/object/xdr16stream.h b/include/object/xdr16stream.h index c53bea534113d592d6ee87be2269de072a94be67..90a266240fafd96ddc0001d2ea75862a713e9244 100644 --- a/include/object/xdr16stream.h +++ b/include/object/xdr16stream.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/object/xdrinput.h b/include/object/xdrinput.h index b3f999e28662f2a313ec723c2faa4272b216d524..6d6deacea349d8a4d43a1f9ad14621150771fd77 100644 --- a/include/object/xdrinput.h +++ b/include/object/xdrinput.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/include/object/xdrstream.h b/include/object/xdrstream.h index e2ccc341e24ca03095fd863a98096249a812f071..51eecd67d15959af9c243914e8489c523e3d4969 100644 --- a/include/object/xdrstream.h +++ b/include/object/xdrstream.h @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/make-elf b/make-elf index c8c9bae2e44982c0fdc5e3bfce3acbf30951059d..5027cafe83b36955ff5fd3396eabe7782b7640ba 100755 --- a/make-elf +++ b/make-elf @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/mp b/mp index 703dcb0de31c546c5d6864a84dc1ebe80c47f6ca..b0405b21a6cd69dfa85baf06826fca2dea878dae 100755 --- a/mp +++ b/mp @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/mpm b/mpm index 021e5f54ecde39522106db562e64b36916955a3e..c8fdeca0a6ed52e5223995ecf8fd6c8cecd00256 100755 --- a/mpm +++ b/mpm @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/script/g++wrap b/script/g++wrap index f9903ed58cc84f682ed072b8d6c622bb840f72bd..2e44bb6e29de8fd16e3ca7ec5763512fa6698472 100755 --- a/script/g++wrap +++ b/script/g++wrap @@ -1,6 +1,6 @@ #!/bin/zsh # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/script/mkconfig b/script/mkconfig index 7be8703fa8c6944e7592818c4ea41a5320400f23..b102e0709c66d26203a032fa8ae8c336a8051bae 100755 --- a/script/mkconfig +++ b/script/mkconfig @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/script/nfpvalues.py b/script/nfpvalues.py index 9d5d3a85164636c2c329592d0f8cc8d5cb687c8d..d82a12497c154e25d19ea5a9bd29153a40380f83 100755 --- a/script/nfpvalues.py +++ b/script/nfpvalues.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/script/randconfig b/script/randconfig index 7a4ec823d23626907bec8951ddbc88f189927627..460208fd52593e55d146471811731de1eed70bf8 100755 --- a/script/randconfig +++ b/script/randconfig @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/script/size.py b/script/size.py index 78b5cad6826a331643e6dd6d0ab29990dc904375..ad41979ce13a9914592c29628a74c5cde6c0695a 100755 --- a/script/size.py +++ b/script/size.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/script/static-stack-analyze.pl b/script/static-stack-analyze.pl index ed837265aa8cd3512c329bd75e4009a4290c5e72..c1007307d030b2d14a86537047ab70612ff1c798 100755 --- a/script/static-stack-analyze.pl +++ b/script/static-stack-analyze.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright 2018 Daniel Friesel +# Copyright 2018 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/app/adctest/Kconfig b/src/app/adctest/Kconfig index 47398552990a1e7adc24a795de1a199535d25c6e..870af48e6ed3f54ebd0cac0c3e16bacaa5b00d33 100644 --- a/src/app/adctest/Kconfig +++ b/src/app/adctest/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/adctest/Makefile.inc b/src/app/adctest/Makefile.inc index c201be223443ac9e7095824b67f4f31902ce4e3b..1c888c9b591047e292779ac45a3c212172161ffd 100644 --- a/src/app/adctest/Makefile.inc +++ b/src/app/adctest/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/adctest/main.cc b/src/app/adctest/main.cc index af3147fd2bc9b54a257534562e06e44705fa9581..fc59617c6c6c08ffa9a4f4626c2d18eb00ced8fa 100644 --- a/src/app/adctest/main.cc +++ b/src/app/adctest/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/ads111x/plot-ads1115 b/src/app/ads111x/plot-ads1115 index d8ce07e48579f99b2cbab97109038ed49d61cacc..ef077fe6c5e4b26464dcc3ebdf612bc90e591866 100755 --- a/src/app/ads111x/plot-ads1115 +++ b/src/app/ads111x/plot-ads1115 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160 # -# Copyright (C) 2023 Daniel Friesel +# Copyright (C) 2023 Birte Kristina Friesel # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/src/app/aemr/Makefile.inc b/src/app/aemr/Makefile.inc index b200e4683b79bf1f96e9352e97cccdd2cf1a3eda..7f4c0cc740fa293ea88fba81fd3f7d01f377c323 100644 --- a/src/app/aemr/Makefile.inc +++ b/src/app/aemr/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/blinkencat3/Kconfig b/src/app/blinkencat3/Kconfig index b00231a7f8ca56085e0c65b7540bb313fccc7f69..98de3d2818802548b539fc63ed2f68681a305514 100644 --- a/src/app/blinkencat3/Kconfig +++ b/src/app/blinkencat3/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/blinkencat3/Makefile.inc b/src/app/blinkencat3/Makefile.inc index 9e6fc3cebcb13e3aed8e15df8169bfdb309ac5d2..0f9300732be87dfaf008185d1b5d16bb7d591d90 100644 --- a/src/app/blinkencat3/Makefile.inc +++ b/src/app/blinkencat3/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/blinkencat3/main.cc b/src/app/blinkencat3/main.cc index 72622c595bdbc41e2c7997d38a3a9a25e129aec7..ad3ba1b885f7050147b1674a82cc541ebb3f3985 100644 --- a/src/app/blinkencat3/main.cc +++ b/src/app/blinkencat3/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/bme680-bsec/Kconfig b/src/app/bme680-bsec/Kconfig index 6c60688b7afa4330ffd46d9b534f13b24f290223..317134ffcb5593434d1ec8dbfded390ff27ded4a 100644 --- a/src/app/bme680-bsec/Kconfig +++ b/src/app/bme680-bsec/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/bme680-bsec/main.cc b/src/app/bme680-bsec/main.cc index c705068e5ea36556743cfd44b26f55dd81588bdd..d13ebd6835cbbefb54568ac601bb636bdda17733 100644 --- a/src/app/bme680-bsec/main.cc +++ b/src/app/bme680-bsec/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/bme680-max44009-logger/Kconfig b/src/app/bme680-max44009-logger/Kconfig index 161e3510cdac0ffe52b3ea0caaa6c854ac54a4c0..f2d9f0cbc48be4ece8d3e59ef42bd33127e88425 100644 --- a/src/app/bme680-max44009-logger/Kconfig +++ b/src/app/bme680-max44009-logger/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/bme680-max44009-logger/Makefile.inc b/src/app/bme680-max44009-logger/Makefile.inc index d98dad236fcf89eafcde30221bed0eeafe1816ba..53e32ad82010e585538b8a9e7ffb5a069fdc2f06 100644 --- a/src/app/bme680-max44009-logger/Makefile.inc +++ b/src/app/bme680-max44009-logger/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/bme680-max44009-logger/generic.cc b/src/app/bme680-max44009-logger/generic.cc index 34f785d7f59eaad3f0be624474ff2475abfd62e5..d44db53dde1dcfa65e5fcd2621892813f59dc74b 100644 --- a/src/app/bme680-max44009-logger/generic.cc +++ b/src/app/bme680-max44009-logger/generic.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/bme680-max44009-logger/main.cc b/src/app/bme680-max44009-logger/main.cc index 27b2ebf6d6811bcc50dd1353f0cf599e994ef029..74a0a2220c2daafa6d34f288c58691d2e80e9031 100644 --- a/src/app/bme680-max44009-logger/main.cc +++ b/src/app/bme680-max44009-logger/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: CC0-1.0 */ diff --git a/src/app/bme680-max44009-logger/posix.cc b/src/app/bme680-max44009-logger/posix.cc index 4086f79bbf064ceb8b73e615f636ca0c08bee803..ece481e5f3ec9e688e5b1ba28b6b5816ff95d4a0 100644 --- a/src/app/bme680-max44009-logger/posix.cc +++ b/src/app/bme680-max44009-logger/posix.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/button-and-motion-logger/Kconfig b/src/app/button-and-motion-logger/Kconfig index 9bc03203796d47dd02e2f33002219fd27b9f13cd..31c4999c96194187b3c74aa9ad7922db666a27f5 100644 --- a/src/app/button-and-motion-logger/Kconfig +++ b/src/app/button-and-motion-logger/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/button-and-motion-logger/Makefile.inc b/src/app/button-and-motion-logger/Makefile.inc index 803ef62efcd5052199f1f47f9fd9a7b4416c6e72..a82c6b39ae728113c4f44d3baa9b48d81fd0ca00 100644 --- a/src/app/button-and-motion-logger/Makefile.inc +++ b/src/app/button-and-motion-logger/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/button-and-motion-logger/client.py b/src/app/button-and-motion-logger/client.py index 8d7317f01a277f6459fb35480c9b6d1226077a48..680bf2b9a8eaaf8fca4a3e0b3e112f793e7a4b2d 100755 --- a/src/app/button-and-motion-logger/client.py +++ b/src/app/button-and-motion-logger/client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/app/button-and-motion-logger/main.cc b/src/app/button-and-motion-logger/main.cc index 2f2405e79c8acd7cb21cbc7bd4f7ca0bbe1aceea..b5e36f95c3a816f9cb2b0f5f383c86ea9a4ba63a 100644 --- a/src/app/button-and-motion-logger/main.cc +++ b/src/app/button-and-motion-logger/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/countertest/Kconfig b/src/app/countertest/Kconfig index 9f2cf5efaf9c4839cb9466fba2a4b7ee094ae77c..4c1156e170372ae8fc5f7014c9cc0a885ae4d981 100644 --- a/src/app/countertest/Kconfig +++ b/src/app/countertest/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/countertest/Makefile.inc b/src/app/countertest/Makefile.inc index 905f8e01e2b79413c13f4fc5ed5d531587cf951f..3e8fafd33fb243c912f8236c06eb5a0309d6263e 100644 --- a/src/app/countertest/Makefile.inc +++ b/src/app/countertest/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/countertest/main.cc b/src/app/countertest/main.cc index e0a73940531c318f990eab203f8e8b162cf309bb..14cc43627fef7a898da85b501298158958b62336 100644 --- a/src/app/countertest/main.cc +++ b/src/app/countertest/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/datalogger/Kconfig b/src/app/datalogger/Kconfig index 5364facd35f0cf40f825fa92ea439402f17b7849..b404697ea2e47e84b0c1eb634b584e4353b9a076 100644 --- a/src/app/datalogger/Kconfig +++ b/src/app/datalogger/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/datalogger/Makefile.inc b/src/app/datalogger/Makefile.inc index df4e6f3582ef07008dfadaf416a5bfa26d8caafa..02b006fc7ec573fd51656362c03b44a9e87ccb1a 100644 --- a/src/app/datalogger/Makefile.inc +++ b/src/app/datalogger/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/datalogger/main.cc b/src/app/datalogger/main.cc index 1d41ee0177cbf8161e68f994ba04ee9d14acefee..1575891a6ea08b67b208fea36fe5f0889e411828 100644 --- a/src/app/datalogger/main.cc +++ b/src/app/datalogger/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/deflatetest/Kconfig b/src/app/deflatetest/Kconfig index 5af0004e3abb795556e15d71def07b45ccbfb5c9..793f5846fdde3baccebbbd8ce106795811f9a09d 100644 --- a/src/app/deflatetest/Kconfig +++ b/src/app/deflatetest/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/deflatetest/Makefile.inc b/src/app/deflatetest/Makefile.inc index 9d3981947a01b468b982d2c03393f95e18bf60c7..9f2372e68ec0bc88da998d1af448a428f5ea62ed 100644 --- a/src/app/deflatetest/Makefile.inc +++ b/src/app/deflatetest/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/deflatetest/main.cc b/src/app/deflatetest/main.cc index 7e9013852d46c180fb5fafd2079eb0abc5067a90..5294aef7520908667cd4f445f0ff2797ba1abe6a 100644 --- a/src/app/deflatetest/main.cc +++ b/src/app/deflatetest/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/donothing/Kconfig b/src/app/donothing/Kconfig index 7cfb6719b3bec0cc8091603e87a17d17463b9405..01e8191fdfab317305a60e98ea522830d39b65ea 100644 --- a/src/app/donothing/Kconfig +++ b/src/app/donothing/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/donothing/Makefile.inc b/src/app/donothing/Makefile.inc index 37186e2e72e1f5c696deea87a652ef8e8550abd1..440ab1a6e22e3cfea3d70b0a6346c2f157369aa5 100644 --- a/src/app/donothing/Makefile.inc +++ b/src/app/donothing/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/donothing/main.cc b/src/app/donothing/main.cc index bb718536aef317e2891440ad3af06f62e54a569b..c78ace770b026d45fc0f661c131a37cd16d39c77 100644 --- a/src/app/donothing/main.cc +++ b/src/app/donothing/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/energybench/Kconfig b/src/app/energybench/Kconfig index 4f01baf5f83144092f113225c8331ae407bf43bd..7b5ad4bdfca8208c7ede3750650425dd962fc2cd 100644 --- a/src/app/energybench/Kconfig +++ b/src/app/energybench/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/energybench/Makefile.inc b/src/app/energybench/Makefile.inc index 1018151914b06c90195a07d0c9b6a41b96a2ff0d..b82cd485887476071628bb0f9977f2a0265f6315 100644 --- a/src/app/energybench/Makefile.inc +++ b/src/app/energybench/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/energybench/main.cc b/src/app/energybench/main.cc index a585639f80736191889d35d4a80df10b570eb98a..abb44ee43fa5f1618119698f9fea1401b8e48165 100644 --- a/src/app/energybench/main.cc +++ b/src/app/energybench/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/i2cdetect/Kconfig b/src/app/i2cdetect/Kconfig index c8c6744c508473c2d58822ffd105024c5f10eb73..5c50f748564adb6c6af488d358cb7952bdc000a7 100644 --- a/src/app/i2cdetect/Kconfig +++ b/src/app/i2cdetect/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/i2cdetect/Makefile.inc b/src/app/i2cdetect/Makefile.inc index 0ce00f117850df63d8c3181823ca3b038a628036..6a0e5ff2f905df47348073443585158eff7d57d2 100644 --- a/src/app/i2cdetect/Makefile.inc +++ b/src/app/i2cdetect/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/i2cdetect/main.cc b/src/app/i2cdetect/main.cc index b07234710f0242331dd92fd410eff8769d6daa55..eb17054c6649433bb3e91994d69af3e4fbd0e324 100644 --- a/src/app/i2cdetect/main.cc +++ b/src/app/i2cdetect/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/ledblink/Kconfig b/src/app/ledblink/Kconfig index 3f0389986c7c4e849047884827066f3e6dfc5626..4b33d554f0a7616fa7e2047c4728368b00874501 100644 --- a/src/app/ledblink/Kconfig +++ b/src/app/ledblink/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ledblink/Makefile.inc b/src/app/ledblink/Makefile.inc index 0eea52a8aaf27f7c93e1fc002662af73861caa61..14707a451b021240fc41165b68fdf586300f3563 100644 --- a/src/app/ledblink/Makefile.inc +++ b/src/app/ledblink/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ledblink/main.cc b/src/app/ledblink/main.cc index 1bec435436fb4b7328622809589d69a89e744399..5b1ceb321c08fa8644cc602ef9f400ff0c0415a8 100644 --- a/src/app/ledblink/main.cc +++ b/src/app/ledblink/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/lora32u4ii/Kconfig b/src/app/lora32u4ii/Kconfig index 0b75206e903a9a644f6d5b62cdb0305cdd18c32c..3e5c622339f83368468e99dbbe343ddda682f8de 100644 --- a/src/app/lora32u4ii/Kconfig +++ b/src/app/lora32u4ii/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/lora32u4ii/Makefile.inc b/src/app/lora32u4ii/Makefile.inc index f0ff22f6c00d09517f9ceabf44e66e7c92502509..6f0dd68c5970a1affdc42192e38517eb019328c8 100644 --- a/src/app/lora32u4ii/Makefile.inc +++ b/src/app/lora32u4ii/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/lora32u4ii/main.cc b/src/app/lora32u4ii/main.cc index bb7cdae755c451f7d094abc437e91a7cc88ccb0f..09e0961949467dbf7107e1e963c7c9cd3e658bf2 100644 --- a/src/app/lora32u4ii/main.cc +++ b/src/app/lora32u4ii/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/loratest/Kconfig b/src/app/loratest/Kconfig index cc5ede875483538dd95c02f5a664b884faaf3fac..28f49a59347b9b644687bf73f9161a2b5d2d660a 100644 --- a/src/app/loratest/Kconfig +++ b/src/app/loratest/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/loratest/Makefile.inc b/src/app/loratest/Makefile.inc index 0eea52a8aaf27f7c93e1fc002662af73861caa61..14707a451b021240fc41165b68fdf586300f3563 100644 --- a/src/app/loratest/Makefile.inc +++ b/src/app/loratest/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/loratest/main.cc b/src/app/loratest/main.cc index 1e914f58c16e89277a423e8a141af00a2765ec25..fec04c4ef3bee28ddc61a0a9216c3938c12af47b 100644 --- a/src/app/loratest/main.cc +++ b/src/app/loratest/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/luxlog/Kconfig b/src/app/luxlog/Kconfig index 6052edba6173a1575498cc0a4011ffce9437e5f2..f970b03d6094a8f521a65f14501982b288c591d2 100644 --- a/src/app/luxlog/Kconfig +++ b/src/app/luxlog/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/luxlog/Makefile.inc b/src/app/luxlog/Makefile.inc index cc27fd07f63ce97d03ad61fd9511f75af1b40fb0..05d0aba19af84942ca819ca861c3aab2f3c308f3 100644 --- a/src/app/luxlog/Makefile.inc +++ b/src/app/luxlog/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/luxlog/main.cc b/src/app/luxlog/main.cc index 50aaa9054cf8e071a22de8183666a6dfc4f23bac..12a29eb7abea34b6b54e327294f6ab39cb6ee14d 100644 --- a/src/app/luxlog/main.cc +++ b/src/app/luxlog/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/mhz19/Kconfig b/src/app/mhz19/Kconfig index 473cea94d80b90401300b6f8964c9695634780d1..316929a96742caaafca49dcbbd248b664730c0c0 100644 --- a/src/app/mhz19/Kconfig +++ b/src/app/mhz19/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/mhz19/Makefile.inc b/src/app/mhz19/Makefile.inc index 0eea52a8aaf27f7c93e1fc002662af73861caa61..14707a451b021240fc41165b68fdf586300f3563 100644 --- a/src/app/mhz19/Makefile.inc +++ b/src/app/mhz19/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/mhz19/main.cc b/src/app/mhz19/main.cc index 23c79848b8bc3b07d4bf15557947b09d4846a39f..f8d560bce909390af61da803877edb53083feceb 100644 --- a/src/app/mhz19/main.cc +++ b/src/app/mhz19/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/mpu9250_motionlog/Kconfig b/src/app/mpu9250_motionlog/Kconfig index afa9fa0478a1be205f3cbdb208c042a1601d3378..61d6748dc4cb0f1185a4d222f33616923f6aab00 100644 --- a/src/app/mpu9250_motionlog/Kconfig +++ b/src/app/mpu9250_motionlog/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/mpu9250_motionlog/Makefile.inc b/src/app/mpu9250_motionlog/Makefile.inc index 7d5621b5c1eb86398869f2c2af65052a01a45bca..533848db8b7f35bfe98747deb4ea8a7c2be8b0eb 100644 --- a/src/app/mpu9250_motionlog/Makefile.inc +++ b/src/app/mpu9250_motionlog/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/mpu9250_motionlog/main.cc b/src/app/mpu9250_motionlog/main.cc index 0bf6fee342faf3849e5933b35b1b56e2b7220eda..66e469060461fcd470bf0c9b419fea2c6222230d 100644 --- a/src/app/mpu9250_motionlog/main.cc +++ b/src/app/mpu9250_motionlog/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/nrf24l01test/Makefile.inc b/src/app/nrf24l01test/Makefile.inc index 58d2e6a72f56912bb2ff498d262bf5a4e70c48e4..0f543668b536b187e39732d4780f5b22b59a8b0b 100644 --- a/src/app/nrf24l01test/Makefile.inc +++ b/src/app/nrf24l01test/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/nrf24l01test/main.cc b/src/app/nrf24l01test/main.cc index 789cb96e291b1e1ea696a192b951af596b62aece..c21726972a34466fd2ae2cb13583436e7550b52c 100644 --- a/src/app/nrf24l01test/main.cc +++ b/src/app/nrf24l01test/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/pervasive-aurora-mb-bad-apple/Kconfig b/src/app/pervasive-aurora-mb-bad-apple/Kconfig index a67bf96625bfa974c04d08912c86372b2bdc4ca3..d44610709c384c8420799a7dda8de49bc449efd4 100644 --- a/src/app/pervasive-aurora-mb-bad-apple/Kconfig +++ b/src/app/pervasive-aurora-mb-bad-apple/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/pervasive-aurora-mb-bad-apple/Makefile.inc b/src/app/pervasive-aurora-mb-bad-apple/Makefile.inc index 9ab6de4233e431d51434990305364bda901b0192..ac9f43675c4e4949c666e15aea248fcc63410879 100644 --- a/src/app/pervasive-aurora-mb-bad-apple/Makefile.inc +++ b/src/app/pervasive-aurora-mb-bad-apple/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/pervasive-aurora-mb-bad-apple/main.cc b/src/app/pervasive-aurora-mb-bad-apple/main.cc index a302c3312726980f37b5ad5a33e2ec3e43526fcc..b0770a54c5a6a334ba7f5bff75213d4414453874 100644 --- a/src/app/pervasive-aurora-mb-bad-apple/main.cc +++ b/src/app/pervasive-aurora-mb-bad-apple/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/pervasive-aurora-mb-test/Kconfig b/src/app/pervasive-aurora-mb-test/Kconfig index 57c58745c1cd8e79ec1271e3d835d195244e9f46..a42ea5ec438dcf63394cb98dc9919a354e952ce0 100644 --- a/src/app/pervasive-aurora-mb-test/Kconfig +++ b/src/app/pervasive-aurora-mb-test/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/pervasive-aurora-mb-test/Makefile.inc b/src/app/pervasive-aurora-mb-test/Makefile.inc index 0eea52a8aaf27f7c93e1fc002662af73861caa61..14707a451b021240fc41165b68fdf586300f3563 100644 --- a/src/app/pervasive-aurora-mb-test/Makefile.inc +++ b/src/app/pervasive-aurora-mb-test/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/pervasive-aurora-mb-test/main.cc b/src/app/pervasive-aurora-mb-test/main.cc index 254f2c59460a7d3a037f08a0ef04477f73de4d3d..4471f990e614f70f1e18edd505cee53f9936437e 100644 --- a/src/app/pervasive-aurora-mb-test/main.cc +++ b/src/app/pervasive-aurora-mb-test/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/posix-argv-to-ssd1306/Kconfig b/src/app/posix-argv-to-ssd1306/Kconfig index 5cb949e74a97e28ea65e7aa28af06f6bed40f2c1..2205e4bfd8e89ce3068c379f622bf03ac265c1f6 100644 --- a/src/app/posix-argv-to-ssd1306/Kconfig +++ b/src/app/posix-argv-to-ssd1306/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/posix-argv-to-ssd1306/Makefile.inc b/src/app/posix-argv-to-ssd1306/Makefile.inc index 8c4936b61c3148715ba09d6aae6c8a6b7ba82eef..004d9846336137c6a7d96c981d29fd13b6c88640 100644 --- a/src/app/posix-argv-to-ssd1306/Makefile.inc +++ b/src/app/posix-argv-to-ssd1306/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/posix-argv-to-ssd1306/main.cc b/src/app/posix-argv-to-ssd1306/main.cc index e16d05e4bd37906bb17ccd35f8a82281ffb65461..c08e6a9461708aaa03a517668d188024b8a49c15 100644 --- a/src/app/posix-argv-to-ssd1306/main.cc +++ b/src/app/posix-argv-to-ssd1306/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/posix-stdin-to-ssd1306/Kconfig b/src/app/posix-stdin-to-ssd1306/Kconfig index c103631b6cf311d954196177984da084cb0176ab..cbc21adfb9e29404fefab8ee32ae8ac5f80b048c 100644 --- a/src/app/posix-stdin-to-ssd1306/Kconfig +++ b/src/app/posix-stdin-to-ssd1306/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/posix-stdin-to-ssd1306/Makefile.inc b/src/app/posix-stdin-to-ssd1306/Makefile.inc index 8c4936b61c3148715ba09d6aae6c8a6b7ba82eef..004d9846336137c6a7d96c981d29fd13b6c88640 100644 --- a/src/app/posix-stdin-to-ssd1306/Makefile.inc +++ b/src/app/posix-stdin-to-ssd1306/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/posix-stdin-to-ssd1306/main.cc b/src/app/posix-stdin-to-ssd1306/main.cc index 00777244f6bef8f646d34d3f43c0a248b6550d59..e0d21fb1d58c7fef0a00aad16ededb2a5e5bec85 100644 --- a/src/app/posix-stdin-to-ssd1306/main.cc +++ b/src/app/posix-stdin-to-ssd1306/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/sharp96-bad-apple/Kconfig b/src/app/sharp96-bad-apple/Kconfig index 50f170a0871d90b611b9b4e74897c3ecea9cc08f..f1ca54ae08e0266235bc189c00bfaa6dbed463a4 100644 --- a/src/app/sharp96-bad-apple/Kconfig +++ b/src/app/sharp96-bad-apple/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/sharp96-bad-apple/Makefile.inc b/src/app/sharp96-bad-apple/Makefile.inc index d88ba1138feb8253596b14b4ac8c9bb1ce49b24b..070b1865f466df010dcf1b10da2d23019cb0d5c2 100644 --- a/src/app/sharp96-bad-apple/Makefile.inc +++ b/src/app/sharp96-bad-apple/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/sharp96-bad-apple/main.cc b/src/app/sharp96-bad-apple/main.cc index 015e8d8740f762522580098d62905d5ca242e065..67e8fa54fe59eb0744925394438b453526dcf220 100644 --- a/src/app/sharp96-bad-apple/main.cc +++ b/src/app/sharp96-bad-apple/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/sharp96test/Kconfig b/src/app/sharp96test/Kconfig index ad2e33a1a2e6da843d58a807dba4e89c1ddcf1a0..dd7978bbbce6e41f166429501b0c2f963d962d90 100644 --- a/src/app/sharp96test/Kconfig +++ b/src/app/sharp96test/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc index 0c2f449d3b6e8df39dd6f25fac6043225e70301f..ba7734b114a4e813d6eb0ebce9a708bec3d710ea 100644 --- a/src/app/sharp96test/Makefile.inc +++ b/src/app/sharp96test/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/sharp96test/main.cc b/src/app/sharp96test/main.cc index 29a119839faaf9e60a0ab097bb8fb00e87b4a3ee..bf85488d24f6f806b4dcaf8e0c13fc1eca779183 100644 --- a/src/app/sharp96test/main.cc +++ b/src/app/sharp96test/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/shell/Kconfig b/src/app/shell/Kconfig index d1760202149bcef18dcc747cea96f29185d0b016..bf3c8b69c88b5ae0ba83ab5d75b3f5fe3078c1e6 100644 --- a/src/app/shell/Kconfig +++ b/src/app/shell/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/shell/Makefile.inc b/src/app/shell/Makefile.inc index daadae04da91fba9dceb2df012a0984b10f33349..7f9db4c9a367c8598f4da59ee906e2254bb460e6 100644 --- a/src/app/shell/Makefile.inc +++ b/src/app/shell/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/shell/main.cc b/src/app/shell/main.cc index 47bee686c30287c356fd4f6a5419c4633b1044a4..04515b23365863a9e60d76a079ebf2b56e7d6262 100644 --- a/src/app/shell/main.cc +++ b/src/app/shell/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/ssd1306-bad-apple/Kconfig b/src/app/ssd1306-bad-apple/Kconfig index e599858efe9100ef1cf6d954192d2b6d08b58786..575e11bc48f058bb9bc1f000b3e107445de80afe 100644 --- a/src/app/ssd1306-bad-apple/Kconfig +++ b/src/app/ssd1306-bad-apple/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ssd1306-bad-apple/Makefile.inc b/src/app/ssd1306-bad-apple/Makefile.inc index 65cd43522d84c2236350e70600097daaf9fa7e5d..4d1b6d3f62f5c25cd4cf43d525d28571283e7e36 100644 --- a/src/app/ssd1306-bad-apple/Makefile.inc +++ b/src/app/ssd1306-bad-apple/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ssd1306-bad-apple/main.cc b/src/app/ssd1306-bad-apple/main.cc index d1ecd8d34c9c140425ce710734271a487b402993..d8d1b6fdb97dd6d75b195f605d61e3d4e176511e 100644 --- a/src/app/ssd1306-bad-apple/main.cc +++ b/src/app/ssd1306-bad-apple/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/ssd1306test/Kconfig b/src/app/ssd1306test/Kconfig index dd71bbae0ab929f3ef4c069d1f71484fcacd348f..57c266f2fe61cfdd46edf5a61f6c9c0fc0cd24a9 100644 --- a/src/app/ssd1306test/Kconfig +++ b/src/app/ssd1306test/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ssd1306test/Makefile.inc b/src/app/ssd1306test/Makefile.inc index 3f0e13ef1f063e0e5bd9a26bfeb7fba2e30fa80b..2c7a568b83c26e0261e05cf29a1fee39c48d1270 100644 --- a/src/app/ssd1306test/Makefile.inc +++ b/src/app/ssd1306test/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ssd1306test/main.cc b/src/app/ssd1306test/main.cc index d82ce570adb38f40b648d4bb7a05c088bd216097..ce3fef7b004c1971667dde58d57d1643a9e6896c 100644 --- a/src/app/ssd1306test/main.cc +++ b/src/app/ssd1306test/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/sysinfo/Makefile.inc b/src/app/sysinfo/Makefile.inc index 0eea52a8aaf27f7c93e1fc002662af73861caa61..14707a451b021240fc41165b68fdf586300f3563 100644 --- a/src/app/sysinfo/Makefile.inc +++ b/src/app/sysinfo/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/sysinfo/main.cc b/src/app/sysinfo/main.cc index 0146e67695dcc8d6e5a332ce0d943993ec97f92e..ce5d1ec949349cea051fa44eafd6203bceabb1bd 100644 --- a/src/app/sysinfo/main.cc +++ b/src/app/sysinfo/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/test_basic/Makefile.inc b/src/app/test_basic/Makefile.inc index 1018151914b06c90195a07d0c9b6a41b96a2ff0d..b82cd485887476071628bb0f9977f2a0265f6315 100644 --- a/src/app/test_basic/Makefile.inc +++ b/src/app/test_basic/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/test_basic/main.cc b/src/app/test_basic/main.cc index e4a7782f0fe64ab2faf0a9aca8c0f9769f92d3b9..1f3c345ef2d6a4100ae02780a1bd18fac27d9883 100644 --- a/src/app/test_basic/main.cc +++ b/src/app/test_basic/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/timertest/Kconfig b/src/app/timertest/Kconfig index f96d7fc3861b84752fee3b1096aeacefc150cee3..e7fb8e9923dbbb9bbb210df741fa0aeb3835fd7c 100644 --- a/src/app/timertest/Kconfig +++ b/src/app/timertest/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/timertest/Makefile.inc b/src/app/timertest/Makefile.inc index e2fe07f72a0ec46b600121518934b1cee19b54b5..9a363733c8e77e2bd5a817846cd1560745717c67 100644 --- a/src/app/timertest/Makefile.inc +++ b/src/app/timertest/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/timertest/main.cc b/src/app/timertest/main.cc index f33d014068aed981a387d26ba6a27dacb8d81f3c..7ab2706fb44e41ab1afbd24db6455af53e72b604 100644 --- a/src/app/timertest/main.cc +++ b/src/app/timertest/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/transactiontest/Kconfig b/src/app/transactiontest/Kconfig index d47d1adc846ce567afb9582c319efc782fe995a4..87e95e4ada2e24d46f38f422fcc53a169c484c18 100644 --- a/src/app/transactiontest/Kconfig +++ b/src/app/transactiontest/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/transactiontest/Makefile.inc b/src/app/transactiontest/Makefile.inc index f7ab9e6c7898e8306492eedf9c888bfb36cd9365..3d8fad465899af32f7d1d476bc23da3949bb02a3 100644 --- a/src/app/transactiontest/Makefile.inc +++ b/src/app/transactiontest/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/transactiontest/main.cc b/src/app/transactiontest/main.cc index 0b104e3d35ffedcfb88b1a474c7ab923b3001c05..2ca05f61f26a1845b9d4740191f2c6c4e6e67042 100644 --- a/src/app/transactiontest/main.cc +++ b/src/app/transactiontest/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/transactiontest/util.S b/src/app/transactiontest/util.S index 9d1bd198a816514a9050173b6344cb8a07c31140..afd25a157eaef4f5bba18f7474844d682a124682 100644 --- a/src/app/transactiontest/util.S +++ b/src/app/transactiontest/util.S @@ -1,5 +1,5 @@ ; -; Copyright 2020 Daniel Friesel +; Copyright 2020 Birte Kristina Friesel ; ; SPDX-License-Identifier: BSD-2-Clause ; diff --git a/src/app/treebench/Kconfig b/src/app/treebench/Kconfig index f41e805ea73f1439442d8359ceefbf2749643105..0e774075c10451e5ef153e181b4fab0a932e609d 100644 --- a/src/app/treebench/Kconfig +++ b/src/app/treebench/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/treebench/Makefile.inc b/src/app/treebench/Makefile.inc index 1bb6754a656f3a4d461831a3c945e8a2f1b126f5..144c753b062b33a7e10d9af8d86e22a2850e0503 100644 --- a/src/app/treebench/Makefile.inc +++ b/src/app/treebench/Makefile.inc @@ -1,5 +1,5 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/treebench/main.cc b/src/app/treebench/main.cc index fc8ffc513af91c037cc8e0ea87ca17fe11098a7f..dbb653326e056c062e3e2f83309a8c52706d393e 100644 --- a/src/app/treebench/main.cc +++ b/src/app/treebench/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/uart-to-dmx/Kconfig b/src/app/uart-to-dmx/Kconfig index 6fec58263d7c84264599f0fa53e509e627a27f1e..730c61db412f861a4a83953d4c57011698793f88 100644 --- a/src/app/uart-to-dmx/Kconfig +++ b/src/app/uart-to-dmx/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/uart-to-dmx/Makefile.inc b/src/app/uart-to-dmx/Makefile.inc index 0eea52a8aaf27f7c93e1fc002662af73861caa61..14707a451b021240fc41165b68fdf586300f3563 100644 --- a/src/app/uart-to-dmx/Makefile.inc +++ b/src/app/uart-to-dmx/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/uart-to-dmx/main.cc b/src/app/uart-to-dmx/main.cc index 738173e371b3e3815e15b211b6b83b67d523832b..892ce565d8b005b0c665e8a0b0170d6bca00f301 100644 --- a/src/app/uart-to-dmx/main.cc +++ b/src/app/uart-to-dmx/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/waittest/Makefile.inc b/src/app/waittest/Makefile.inc index e2fe07f72a0ec46b600121518934b1cee19b54b5..9a363733c8e77e2bd5a817846cd1560745717c67 100644 --- a/src/app/waittest/Makefile.inc +++ b/src/app/waittest/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/waittest/main.cc b/src/app/waittest/main.cc index 7a01ca3da0b8d808604b49b58870fcdc77407d76..f67779c398dbbe6770ea0d72d2d3995545e7fe1d 100644 --- a/src/app/waittest/main.cc +++ b/src/app/waittest/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/wetterstation/Kconfig b/src/app/wetterstation/Kconfig index d09f76a52f928f5845b5b308eb52d593b4dea358..6e41a3b167e9a65340f716d7e1bcf243443e914d 100644 --- a/src/app/wetterstation/Kconfig +++ b/src/app/wetterstation/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/wetterstation/Makefile.inc b/src/app/wetterstation/Makefile.inc index c32523a1ea2e35d6dc87ca2815b6dcab6c127862..1e762301db73ca5e7409be9c43911e52baff23fc 100644 --- a/src/app/wetterstation/Makefile.inc +++ b/src/app/wetterstation/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/wetterstation/client.py b/src/app/wetterstation/client.py index 73369b69a84b643981b66d3616909035fc0ed68f..9cdb7a0a169e24cdf496d98787e3c6ef154cf543 100755 --- a/src/app/wetterstation/client.py +++ b/src/app/wetterstation/client.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/app/wetterstation/main.cc b/src/app/wetterstation/main.cc index fb62ae92148cdf9fd229018fc798c7f828fc5466..340bc720ac0238cd2feacabd8ff825b373f6f3c1 100644 --- a/src/app/wetterstation/main.cc +++ b/src/app/wetterstation/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/ws2812b_dmap/Kconfig b/src/app/ws2812b_dmap/Kconfig index d48a3b628214d4cdf519bd813f5905c1d2e14c5c..db002b2b9f0937deea1d0cdf051c2dc9ca383973 100644 --- a/src/app/ws2812b_dmap/Kconfig +++ b/src/app/ws2812b_dmap/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ws2812b_dmap/Makefile.inc b/src/app/ws2812b_dmap/Makefile.inc index daa2e4f7c1459c18b92fd3daba252d8a04cc507d..dd8d49bda431a01c763b9e4b61227d5d9e5f20bc 100644 --- a/src/app/ws2812b_dmap/Makefile.inc +++ b/src/app/ws2812b_dmap/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ws2812b_dmap/main.cc b/src/app/ws2812b_dmap/main.cc index 7e953e3c0a22a4f2711971c297a7027b77e9a202..3a189112bd5638d7a1f32fe1bd15e613644211af 100644 --- a/src/app/ws2812b_dmap/main.cc +++ b/src/app/ws2812b_dmap/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/app/ws2812b_uart/Kconfig b/src/app/ws2812b_uart/Kconfig index d92c8c9a150b496e0e3c9ab2a5ea32f1dfb8f4e9..2dbe214d7eca7f29071e278bb369389469fc99e7 100644 --- a/src/app/ws2812b_uart/Kconfig +++ b/src/app/ws2812b_uart/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ws2812b_uart/Makefile.inc b/src/app/ws2812b_uart/Makefile.inc index daa2e4f7c1459c18b92fd3daba252d8a04cc507d..dd8d49bda431a01c763b9e4b61227d5d9e5f20bc 100644 --- a/src/app/ws2812b_uart/Makefile.inc +++ b/src/app/ws2812b_uart/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/ws2812b_uart/main.cc b/src/app/ws2812b_uart/main.cc index 97fb1e42169f08a8a357e879313485cf5cb7413b..e81a9b659f2c652eb55015b814dd7e7df6e8029f 100644 --- a/src/app/ws2812b_uart/main.cc +++ b/src/app/ws2812b_uart/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/Kconfig b/src/arch/arduino-nano/Kconfig index 99f72aa8073b6b683b59bb2de0cd9a657bef6a59..79c7f2e81c312a20f81cffd076eb0dc1a8c29112 100644 --- a/src/arch/arduino-nano/Kconfig +++ b/src/arch/arduino-nano/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/arch/arduino-nano/Makefile.inc b/src/arch/arduino-nano/Makefile.inc index 30aa84652a5a53f249240c2255050deb09a9d584..2313d1824309f654a51f4d59305faa82f788046a 100644 --- a/src/arch/arduino-nano/Makefile.inc +++ b/src/arch/arduino-nano/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/arduino-nano/arch.cc b/src/arch/arduino-nano/arch.cc index 87b81cc1ea950abd90391c2a322715da8b702c7f..e9ec24ecb95cf973ebd2d4fddb3c781892293f6c 100644 --- a/src/arch/arduino-nano/arch.cc +++ b/src/arch/arduino-nano/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/adc.cc b/src/arch/arduino-nano/driver/adc.cc index 8f828a4310ea4435e1a88519d4dd0082238f909a..732350ae2921988dc57d3af28d890c79f2e87dce 100644 --- a/src/arch/arduino-nano/driver/adc.cc +++ b/src/arch/arduino-nano/driver/adc.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/counter.cc b/src/arch/arduino-nano/driver/counter.cc index 842bfe8a1ed4906e2e527e71fb39b088b16071b7..c7c0a33ebf5d28f4ed84eb7eb9577e1881edc4b6 100644 --- a/src/arch/arduino-nano/driver/counter.cc +++ b/src/arch/arduino-nano/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/dmx.cc b/src/arch/arduino-nano/driver/dmx.cc index c18d5a869f6f4192d0540af9706e33c4d3e8d454..869ff51d60eb39956365121837752cb3a66688c3 100644 --- a/src/arch/arduino-nano/driver/dmx.cc +++ b/src/arch/arduino-nano/driver/dmx.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/gpio.cc b/src/arch/arduino-nano/driver/gpio.cc index 734d678c4574a5ce773241d05303108a4a4943ce..38a49eafacb1f9cd6e64c85f58c9cf9726e0c538 100644 --- a/src/arch/arduino-nano/driver/gpio.cc +++ b/src/arch/arduino-nano/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/i2c.cc b/src/arch/arduino-nano/driver/i2c.cc index 83dc65f886935a7b931e0ab82822274a606d14db..b0f3fe1e9d2425dd32af4244b5b4511cafe56fd1 100644 --- a/src/arch/arduino-nano/driver/i2c.cc +++ b/src/arch/arduino-nano/driver/i2c.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/spi.cc b/src/arch/arduino-nano/driver/spi.cc index bef218ca0904d3dfd9049ff4d7b6f14a422802b0..61323d43ad07721b7c2b2c0d4f1bacd0d46a0a35 100644 --- a/src/arch/arduino-nano/driver/spi.cc +++ b/src/arch/arduino-nano/driver/spi.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/stdin.cc b/src/arch/arduino-nano/driver/stdin.cc index fe90d0cdfa2a53e9199e3f3be510451726fb5346..41360d12ccb29029ea9de2b2e697265e1447bb54 100644 --- a/src/arch/arduino-nano/driver/stdin.cc +++ b/src/arch/arduino-nano/driver/stdin.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/stdout.cc b/src/arch/arduino-nano/driver/stdout.cc index cddd499b22a9e86caf587a79e9daa32c00d160fb..d22eadf0b538a194a0c1b69c9c436d6d232fbb86 100644 --- a/src/arch/arduino-nano/driver/stdout.cc +++ b/src/arch/arduino-nano/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/timer.cc b/src/arch/arduino-nano/driver/timer.cc index a54b5c6b8f21c497c83c9f9617d23762195e9562..03c1b9b9e56a121400ecbc672ea4d3f2f74779a2 100644 --- a/src/arch/arduino-nano/driver/timer.cc +++ b/src/arch/arduino-nano/driver/timer.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/arduino-nano/driver/uptime.cc b/src/arch/arduino-nano/driver/uptime.cc index 621ec91e1ef422e3796b745ca18cc867e77367d2..35085f6ff7eec53683a359c4919b6c4bce91ca4d 100644 --- a/src/arch/arduino-nano/driver/uptime.cc +++ b/src/arch/arduino-nano/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/Kconfig b/src/arch/atmega2560/Kconfig index 8c25f973fdd24bb4e8ba890d445399ec1c0e3873..31ad215cfd393ce3064d34fe62e4544dc0840243 100644 --- a/src/arch/atmega2560/Kconfig +++ b/src/arch/atmega2560/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/arch/atmega2560/Makefile.inc b/src/arch/atmega2560/Makefile.inc index d00c611766e9dfa55de603b48811c9a99d862df4..d7a6b05363f886a732d02013d285e78e2786fced 100644 --- a/src/arch/atmega2560/Makefile.inc +++ b/src/arch/atmega2560/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/atmega2560/arch.cc b/src/arch/atmega2560/arch.cc index 763a920fd6839f4b81fff16a2afd44a4ab7b494a..1ad06e7b62a3486866ff9483e2820b6b1a88f7d9 100644 --- a/src/arch/atmega2560/arch.cc +++ b/src/arch/atmega2560/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/driver/counter.cc b/src/arch/atmega2560/driver/counter.cc index d6cde460b310bc1e3083ebc9aee5bdf69cf67f02..a87f4317e5c646a778ed145d61a498d613e5198e 100644 --- a/src/arch/atmega2560/driver/counter.cc +++ b/src/arch/atmega2560/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/driver/dmx.cc b/src/arch/atmega2560/driver/dmx.cc index 1b21aea9676ef331482a83d16597145b4f6d788b..894ef99898643bc776f4cd8cf71bcc3fbe18aba3 100644 --- a/src/arch/atmega2560/driver/dmx.cc +++ b/src/arch/atmega2560/driver/dmx.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/driver/gpio.cc b/src/arch/atmega2560/driver/gpio.cc index 60e374e47cead8ea2b229b8d261039390691b0de..e99dd6721a2876ac2344598c6b4c7b0059aa45ac 100644 --- a/src/arch/atmega2560/driver/gpio.cc +++ b/src/arch/atmega2560/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/driver/stdin.cc b/src/arch/atmega2560/driver/stdin.cc index 213b29ef7061154482715acebac85b32a34a3071..9cdcacdd4b4328d5ad63956b6e02e4267206d7af 100644 --- a/src/arch/atmega2560/driver/stdin.cc +++ b/src/arch/atmega2560/driver/stdin.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/driver/stdout.cc b/src/arch/atmega2560/driver/stdout.cc index 58a3e7eb69432a98b944419ef84dba0a74d01e2d..b7f8129ebb8383571f5b9af1b8799479ec86e093 100644 --- a/src/arch/atmega2560/driver/stdout.cc +++ b/src/arch/atmega2560/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/driver/timer.cc b/src/arch/atmega2560/driver/timer.cc index b6d4145439601b2c3e82bc4d747fbc4d0f55f48d..60788b527a61d0db75433bad5075a87124f5492a 100644 --- a/src/arch/atmega2560/driver/timer.cc +++ b/src/arch/atmega2560/driver/timer.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/atmega2560/driver/uptime.cc b/src/arch/atmega2560/driver/uptime.cc index 7e37a7bfae7911aef33d6b75e452ee5c535ad9d1..fe5fdec17cb07166d31866ada6f1f88f9e213303 100644 --- a/src/arch/atmega2560/driver/uptime.cc +++ b/src/arch/atmega2560/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/blinkenrocket/Kconfig b/src/arch/blinkenrocket/Kconfig index c9b04a590bbc6bd786c79fee55f744a7816cf9d3..8c2c6a535b7f4b4f2467a8ec783d470ffab49b81 100644 --- a/src/arch/blinkenrocket/Kconfig +++ b/src/arch/blinkenrocket/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 config arch_blinkenrocket_driver_i2c diff --git a/src/arch/blinkenrocket/Makefile.inc b/src/arch/blinkenrocket/Makefile.inc index 4fdc13002dd474b019bb7a499b1e913c047f7115..29683baa6f94ccc1bab4ec6140ce7da6fb03868f 100644 --- a/src/arch/blinkenrocket/Makefile.inc +++ b/src/arch/blinkenrocket/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/blinkenrocket/arch.cc b/src/arch/blinkenrocket/arch.cc index 5fc7cb85eb692054ed9e7299f6b8aef478617efb..89a58016908bade0aa66faf2c42b0f09fc212463 100644 --- a/src/arch/blinkenrocket/arch.cc +++ b/src/arch/blinkenrocket/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/blinkenrocket/driver/gpio.cc b/src/arch/blinkenrocket/driver/gpio.cc index 693edce2b8ecdf7f96df211ff91e3516b734ad76..bf27c7e2f1758e9c1ddef7407a9bc63e54e0c0d5 100644 --- a/src/arch/blinkenrocket/driver/gpio.cc +++ b/src/arch/blinkenrocket/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/blinkenrocket/driver/i2c.cc b/src/arch/blinkenrocket/driver/i2c.cc index 75169db53b3b25541ed08dcea534cc1a281fe7e1..44b771ae536dad6dc166ea7c1a866ece22c19779 100644 --- a/src/arch/blinkenrocket/driver/i2c.cc +++ b/src/arch/blinkenrocket/driver/i2c.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/blinkenrocket/driver/stdout.cc b/src/arch/blinkenrocket/driver/stdout.cc index a7c0a3f9a5c20c8b18a75addd804f26355481185..5bbb171776ca4e13b4c43dc60df431a6026a4539 100644 --- a/src/arch/blinkenrocket/driver/stdout.cc +++ b/src/arch/blinkenrocket/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/blinkenrocket/driver/uptime.cc b/src/arch/blinkenrocket/driver/uptime.cc index 621ec91e1ef422e3796b745ca18cc867e77367d2..35085f6ff7eec53683a359c4919b6c4bce91ca4d 100644 --- a/src/arch/blinkenrocket/driver/uptime.cc +++ b/src/arch/blinkenrocket/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc299-mock/Kconfig b/src/arch/infineon-tc299-mock/Kconfig index 550681fc4bb97ff31cd9a61e9cad40abe755388c..4f3468b60bde7c7c2e0e47fd2aa48cf581075705 100644 --- a/src/arch/infineon-tc299-mock/Kconfig +++ b/src/arch/infineon-tc299-mock/Kconfig @@ -1,3 +1,3 @@ -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/arch/infineon-tc299-mock/Makefile.inc b/src/arch/infineon-tc299-mock/Makefile.inc index 48a8cbcdcd70b69959e03c9484fc9f204bbca829..9a94aa08f34507c24d871c604d7c0178da8cceea 100644 --- a/src/arch/infineon-tc299-mock/Makefile.inc +++ b/src/arch/infineon-tc299-mock/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/infineon-tc299-mock/arch.cc b/src/arch/infineon-tc299-mock/arch.cc index e219da55168cc2f715bb6297febd57fd45428b7a..4b39d3493fbb9bb3f1866d65d83236dedc88fcf3 100644 --- a/src/arch/infineon-tc299-mock/arch.cc +++ b/src/arch/infineon-tc299-mock/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc299-mock/driver/counter.cc b/src/arch/infineon-tc299-mock/driver/counter.cc index 727980694f8a8a767aef3c2137ef1232c6a10727..734a44fa20d0b8442f5de61d1821c53d49421b8d 100644 --- a/src/arch/infineon-tc299-mock/driver/counter.cc +++ b/src/arch/infineon-tc299-mock/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc299-mock/driver/gpio.cc b/src/arch/infineon-tc299-mock/driver/gpio.cc index b66add2360d7dff6e0720111201e5d65362954f0..7245174433b55648e5fc843a5edefdca02618f03 100644 --- a/src/arch/infineon-tc299-mock/driver/gpio.cc +++ b/src/arch/infineon-tc299-mock/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc299-mock/driver/stdout.cc b/src/arch/infineon-tc299-mock/driver/stdout.cc index ccdb7d51ed3b938a8ae2517f844a6d2bdb1a432b..f600e2fe81257cc501e1dbd7ef1e80380f7b47e9 100644 --- a/src/arch/infineon-tc299-mock/driver/stdout.cc +++ b/src/arch/infineon-tc299-mock/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc397-mock/Kconfig b/src/arch/infineon-tc397-mock/Kconfig index 550681fc4bb97ff31cd9a61e9cad40abe755388c..4f3468b60bde7c7c2e0e47fd2aa48cf581075705 100644 --- a/src/arch/infineon-tc397-mock/Kconfig +++ b/src/arch/infineon-tc397-mock/Kconfig @@ -1,3 +1,3 @@ -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/arch/infineon-tc397-mock/Makefile.inc b/src/arch/infineon-tc397-mock/Makefile.inc index dfa9972ee73f2e249ffcdfd7ee92a95660845111..203d9e7f1e4924eff6a79b659ff3f8c8605302e3 100644 --- a/src/arch/infineon-tc397-mock/Makefile.inc +++ b/src/arch/infineon-tc397-mock/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/infineon-tc397-mock/arch.cc b/src/arch/infineon-tc397-mock/arch.cc index e219da55168cc2f715bb6297febd57fd45428b7a..4b39d3493fbb9bb3f1866d65d83236dedc88fcf3 100644 --- a/src/arch/infineon-tc397-mock/arch.cc +++ b/src/arch/infineon-tc397-mock/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc397-mock/driver/counter.cc b/src/arch/infineon-tc397-mock/driver/counter.cc index 727980694f8a8a767aef3c2137ef1232c6a10727..734a44fa20d0b8442f5de61d1821c53d49421b8d 100644 --- a/src/arch/infineon-tc397-mock/driver/counter.cc +++ b/src/arch/infineon-tc397-mock/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc397-mock/driver/gpio.cc b/src/arch/infineon-tc397-mock/driver/gpio.cc index b66add2360d7dff6e0720111201e5d65362954f0..7245174433b55648e5fc843a5edefdca02618f03 100644 --- a/src/arch/infineon-tc397-mock/driver/gpio.cc +++ b/src/arch/infineon-tc397-mock/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/infineon-tc397-mock/driver/stdout.cc b/src/arch/infineon-tc397-mock/driver/stdout.cc index ccdb7d51ed3b938a8ae2517f844a6d2bdb1a432b..f600e2fe81257cc501e1dbd7ef1e80380f7b47e9 100644 --- a/src/arch/infineon-tc397-mock/driver/stdout.cc +++ b/src/arch/infineon-tc397-mock/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/lm4f120h5qr-stellaris/Makefile.inc b/src/arch/lm4f120h5qr-stellaris/Makefile.inc index 61a8a8e7718bf71a780fbeb64bce06f7bf3dc0f1..32d0e9dd3a1300d509f0cd941b75597740259996 100644 --- a/src/arch/lm4f120h5qr-stellaris/Makefile.inc +++ b/src/arch/lm4f120h5qr-stellaris/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/lm4f120h5qr-stellaris/arch.cc b/src/arch/lm4f120h5qr-stellaris/arch.cc index e613e42428943d7b2728ef17cd7ced5bf0f92a92..2a2fb589e484f934b8639b4c3f307302feee2160 100644 --- a/src/arch/lm4f120h5qr-stellaris/arch.cc +++ b/src/arch/lm4f120h5qr-stellaris/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/lm4f120h5qr-stellaris/driver/gpio.cc b/src/arch/lm4f120h5qr-stellaris/driver/gpio.cc index 5b17f1e7456623433c11ba521fd5cb40262f3665..ac3ca98904d453a2bd019e22b21e70c254cb6494 100644 --- a/src/arch/lm4f120h5qr-stellaris/driver/gpio.cc +++ b/src/arch/lm4f120h5qr-stellaris/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/lm4f120h5qr-stellaris/driver/stdout.cc b/src/arch/lm4f120h5qr-stellaris/driver/stdout.cc index 18b6da4396040ff3afbf75ac50c70a362fc58f8b..c0e64def83e96580ad580fccc3788c3fa748dee1 100644 --- a/src/arch/lm4f120h5qr-stellaris/driver/stdout.cc +++ b/src/arch/lm4f120h5qr-stellaris/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc b/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc index 7e37a7bfae7911aef33d6b75e452ee5c535ad9d1..fe5fdec17cb07166d31866ada6f1f88f9e213303 100644 --- a/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc +++ b/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld b/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld index 0bc8fe2de5983876b01bfd00b4a8d81f08862a90..12c727f0160e52820eae60be99e4fbc70a6e39ce 100644 --- a/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld +++ b/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: CC0-1.0 */ diff --git a/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c b/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c index 877316fc69f03e84b9fc4b82a77235aac131ead8..53caafe4d93be44921fd8c46d5bdaf0c3394031c 100644 --- a/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c +++ b/src/arch/lm4f120h5qr-stellaris/lm4f_cpp_wrapper.c @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/lora32u4ii/Kconfig b/src/arch/lora32u4ii/Kconfig index 8a59fa6ec2bb1db19dafd2fa0823a3ffd8af7069..b113e9dfa217f893c4110322c78fec03b6172c56 100644 --- a/src/arch/lora32u4ii/Kconfig +++ b/src/arch/lora32u4ii/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/arch/lora32u4ii/Makefile.inc b/src/arch/lora32u4ii/Makefile.inc index 3ac2d04bd2872a24f3ccbfd4ef386cb229df9675..efbda4e536d6b4fde517df176fa12d2fa3e8ad7b 100644 --- a/src/arch/lora32u4ii/Makefile.inc +++ b/src/arch/lora32u4ii/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2021 Daniel Friesel +# Copyright 2021 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/lora32u4ii/driver/spi.cc b/src/arch/lora32u4ii/driver/spi.cc index c2cad08200f780980971ce4097266122531f9416..ebae4edc6c1c8579d61b8ca860c476c23495be80 100644 --- a/src/arch/lora32u4ii/driver/spi.cc +++ b/src/arch/lora32u4ii/driver/spi.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/lora32u4ii/driver/stdout.cc b/src/arch/lora32u4ii/driver/stdout.cc index e7ddd5f9d967efe5194af892fd22696354e3a69d..c9eafce8ba01d54a6a0ca0b63d2232b3e5b89617 100644 --- a/src/arch/lora32u4ii/driver/stdout.cc +++ b/src/arch/lora32u4ii/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/Kconfig b/src/arch/msp430fr5969lp/Kconfig index 008df314b492ae051a11e547c0074c108ec1d071..2f0f441d1196fbb77833bed6af765cd2f430310a 100644 --- a/src/arch/msp430fr5969lp/Kconfig +++ b/src/arch/msp430fr5969lp/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 config arch_msp430fr5969lp_driver_adc diff --git a/src/arch/msp430fr5969lp/Makefile.inc b/src/arch/msp430fr5969lp/Makefile.inc index 978696c9a682db89dda70beeaf618fc6029b6032..583a95a16b0b4dfc05609a382d5e19cec0ef1fcc 100644 --- a/src/arch/msp430fr5969lp/Makefile.inc +++ b/src/arch/msp430fr5969lp/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/msp430fr5969lp/arch.cc b/src/arch/msp430fr5969lp/arch.cc index 1c610ca987452fd40b1c76a94595d8214081fa7c..f873d40f754bb8c930173aa541caa961c30fc272 100644 --- a/src/arch/msp430fr5969lp/arch.cc +++ b/src/arch/msp430fr5969lp/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/adc.cc b/src/arch/msp430fr5969lp/driver/adc.cc index e5b3c270ef10815197911801d1a1225f559c543b..84a4f860aac418ac153fd4a5df727abeb9a58e35 100644 --- a/src/arch/msp430fr5969lp/driver/adc.cc +++ b/src/arch/msp430fr5969lp/driver/adc.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/counter.cc b/src/arch/msp430fr5969lp/driver/counter.cc index 854061e298e4fbd50b1c71619382063a065b0fac..c09d27fbf83449737a6e820ace252fa4b7966fe8 100644 --- a/src/arch/msp430fr5969lp/driver/counter.cc +++ b/src/arch/msp430fr5969lp/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/dmx.cc b/src/arch/msp430fr5969lp/driver/dmx.cc index 162c2c74bf4ce5d50882f1741fc5c5b56046d63c..78c7e196f2559bbbc2f01dab52aea82011c0acc8 100644 --- a/src/arch/msp430fr5969lp/driver/dmx.cc +++ b/src/arch/msp430fr5969lp/driver/dmx.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/gpio.cc b/src/arch/msp430fr5969lp/driver/gpio.cc index 148bcdb044bccfff4d82354392c6b7ea35c3c147..fe44f7a938eec3a873806e1ffbff8c162282d8e8 100644 --- a/src/arch/msp430fr5969lp/driver/gpio.cc +++ b/src/arch/msp430fr5969lp/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/i2c.cc b/src/arch/msp430fr5969lp/driver/i2c.cc index 7c6cbbff15a70910c62e053f3f9340b65904335f..101ac6b6cbef1778f358e1476b93822412a8bf28 100644 --- a/src/arch/msp430fr5969lp/driver/i2c.cc +++ b/src/arch/msp430fr5969lp/driver/i2c.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/spi.cc b/src/arch/msp430fr5969lp/driver/spi.cc index 7050f47acc8c9a44b37d4895a8d2cbbad183f563..6b6f35bf8393dcb5715da1afe9ee0abe4e2161dd 100644 --- a/src/arch/msp430fr5969lp/driver/spi.cc +++ b/src/arch/msp430fr5969lp/driver/spi.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/stdin.cc b/src/arch/msp430fr5969lp/driver/stdin.cc index 6ad43b873ffbf95e1411a444db4fb2bbe2a198b4..0850dabd0df05221bb2bf17a5c46adbe8c8a188e 100644 --- a/src/arch/msp430fr5969lp/driver/stdin.cc +++ b/src/arch/msp430fr5969lp/driver/stdin.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/stdout.cc b/src/arch/msp430fr5969lp/driver/stdout.cc index 4b13515e19f24114e70f28d126f481c793463c7c..023246337660628acf2cdfaa34ed571474432119 100644 --- a/src/arch/msp430fr5969lp/driver/stdout.cc +++ b/src/arch/msp430fr5969lp/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/timer.cc b/src/arch/msp430fr5969lp/driver/timer.cc index a54b5c6b8f21c497c83c9f9617d23762195e9562..03c1b9b9e56a121400ecbc672ea4d3f2f74779a2 100644 --- a/src/arch/msp430fr5969lp/driver/timer.cc +++ b/src/arch/msp430fr5969lp/driver/timer.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/driver/uptime.cc b/src/arch/msp430fr5969lp/driver/uptime.cc index 29d1bfc31d2c0234cb9f9d84072cecb132c862ec..f679f8b4060f170a6e640619223d834901e944ab 100644 --- a/src/arch/msp430fr5969lp/driver/uptime.cc +++ b/src/arch/msp430fr5969lp/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5969lp/model.py b/src/arch/msp430fr5969lp/model.py index 525ecb7875a71e38a2c00bb9998b8f032ace31d7..60b850cd433ffe5f695367a64295eb71f61cef5c 100755 --- a/src/arch/msp430fr5969lp/model.py +++ b/src/arch/msp430fr5969lp/model.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/msp430fr5994lp/Kconfig b/src/arch/msp430fr5994lp/Kconfig index 6997ce8a5a0fe1a3485bb747d476fde5b4476807..4bff8f0988b14e0c84c2e9c76e86c8868888b6fe 100644 --- a/src/arch/msp430fr5994lp/Kconfig +++ b/src/arch/msp430fr5994lp/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 config arch_msp430fr5994lp_driver_adc diff --git a/src/arch/msp430fr5994lp/Makefile.inc b/src/arch/msp430fr5994lp/Makefile.inc index 9eaab2ea0c431ce7d5ddf579c921a33f73053237..d3957e38f061f54c2f52c060271865721658dc4c 100644 --- a/src/arch/msp430fr5994lp/Makefile.inc +++ b/src/arch/msp430fr5994lp/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/msp430fr5994lp/arch.cc b/src/arch/msp430fr5994lp/arch.cc index d1fceaf43611537494e6f77b270865f1e004a6d1..a09d28cc9e142c1010c980bfb44d2cbc3ea5be65 100644 --- a/src/arch/msp430fr5994lp/arch.cc +++ b/src/arch/msp430fr5994lp/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/adc.cc b/src/arch/msp430fr5994lp/driver/adc.cc index e5b3c270ef10815197911801d1a1225f559c543b..84a4f860aac418ac153fd4a5df727abeb9a58e35 100644 --- a/src/arch/msp430fr5994lp/driver/adc.cc +++ b/src/arch/msp430fr5994lp/driver/adc.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/counter.cc b/src/arch/msp430fr5994lp/driver/counter.cc index e93f97b0a301acc4d7262401797dc7656feb086a..fb0642a4f19445b081cfc171b040729b5048c471 100644 --- a/src/arch/msp430fr5994lp/driver/counter.cc +++ b/src/arch/msp430fr5994lp/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/cpufreq.cc b/src/arch/msp430fr5994lp/driver/cpufreq.cc index b71dc57760d126e95c7375ba36f742300c3f8bc9..33538086da1e2780fa58298fe129ee8b11fb8dd7 100644 --- a/src/arch/msp430fr5994lp/driver/cpufreq.cc +++ b/src/arch/msp430fr5994lp/driver/cpufreq.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/dmx.cc b/src/arch/msp430fr5994lp/driver/dmx.cc index d032aafa4c10bfdc00c2b342fa7e117f1ad428c7..3fc52bf7d912c6a1babc8a77c5e6dde7d0d18235 100644 --- a/src/arch/msp430fr5994lp/driver/dmx.cc +++ b/src/arch/msp430fr5994lp/driver/dmx.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/gpio.cc b/src/arch/msp430fr5994lp/driver/gpio.cc index 148bcdb044bccfff4d82354392c6b7ea35c3c147..fe44f7a938eec3a873806e1ffbff8c162282d8e8 100644 --- a/src/arch/msp430fr5994lp/driver/gpio.cc +++ b/src/arch/msp430fr5994lp/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/i2c.cc b/src/arch/msp430fr5994lp/driver/i2c.cc index b1ca5fc110e8a216fc2e67e8fcee2c615f7783c8..cc683a281ca02aff7376c1b8c8fddadf8898f391 100644 --- a/src/arch/msp430fr5994lp/driver/i2c.cc +++ b/src/arch/msp430fr5994lp/driver/i2c.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/spi.cc b/src/arch/msp430fr5994lp/driver/spi.cc index 3d5ee61d0990232b6a995cccee68920be96619e5..2ef84bf44c455a23297bd6161880c2eb69cf0a96 100644 --- a/src/arch/msp430fr5994lp/driver/spi.cc +++ b/src/arch/msp430fr5994lp/driver/spi.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/spi_a1.cc b/src/arch/msp430fr5994lp/driver/spi_a1.cc index 58b604f27cca667165de344e1dd4c936430c8193..3e400f2917b2c8adb847b8e8d6b2aa9dcaf94fa9 100644 --- a/src/arch/msp430fr5994lp/driver/spi_a1.cc +++ b/src/arch/msp430fr5994lp/driver/spi_a1.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/stdin.cc b/src/arch/msp430fr5994lp/driver/stdin.cc index 6ad43b873ffbf95e1411a444db4fb2bbe2a198b4..0850dabd0df05221bb2bf17a5c46adbe8c8a188e 100644 --- a/src/arch/msp430fr5994lp/driver/stdin.cc +++ b/src/arch/msp430fr5994lp/driver/stdin.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/stdout.cc b/src/arch/msp430fr5994lp/driver/stdout.cc index eaa59f82b846ccec5aa860502123825d0e79e4b2..a73505c6468727f24a46ba9d872c80f914f9f131 100644 --- a/src/arch/msp430fr5994lp/driver/stdout.cc +++ b/src/arch/msp430fr5994lp/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/timed_resistive_load.cc b/src/arch/msp430fr5994lp/driver/timed_resistive_load.cc index 09d6a84ed63f79ce89de16d2de70f33159c2b1e1..c3b7c8ffab04cb640316d0afa38d3f80b6fefd7e 100644 --- a/src/arch/msp430fr5994lp/driver/timed_resistive_load.cc +++ b/src/arch/msp430fr5994lp/driver/timed_resistive_load.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/timer.cc b/src/arch/msp430fr5994lp/driver/timer.cc index a54b5c6b8f21c497c83c9f9617d23762195e9562..03c1b9b9e56a121400ecbc672ea4d3f2f74779a2 100644 --- a/src/arch/msp430fr5994lp/driver/timer.cc +++ b/src/arch/msp430fr5994lp/driver/timer.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/driver/uptime.cc b/src/arch/msp430fr5994lp/driver/uptime.cc index 29d1bfc31d2c0234cb9f9d84072cecb132c862ec..f679f8b4060f170a6e640619223d834901e944ab 100644 --- a/src/arch/msp430fr5994lp/driver/uptime.cc +++ b/src/arch/msp430fr5994lp/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/msp430fr5994lp/model.py b/src/arch/msp430fr5994lp/model.py index 525ecb7875a71e38a2c00bb9998b8f032ace31d7..60b850cd433ffe5f695367a64295eb71f61cef5c 100755 --- a/src/arch/msp430fr5994lp/model.py +++ b/src/arch/msp430fr5994lp/model.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/posix/Kconfig b/src/arch/posix/Kconfig index 0e210ad15d3c5451506a36ff838c5d5ac056b70f..3c8e53a6e2d785e16d6996e247e0eff892a0603e 100644 --- a/src/arch/posix/Kconfig +++ b/src/arch/posix/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 config gpio_trace diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index 17e21585140378ae4b411475afb5be8595b097fd..8aebc319295373ad68f01c2ecadd6ebb7225d179 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/posix/arch.cc b/src/arch/posix/arch.cc index 69dfeace2711213ffb4a1f97704a60c66ffc4b76..076dce3c62e1a52d47838c4e7b9599b5876ebe27 100644 --- a/src/arch/posix/arch.cc +++ b/src/arch/posix/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/posix/driver/counter.cc b/src/arch/posix/driver/counter.cc index dd6196af80cd7415e957c65d9ec73f4d18c6a7de..963afe2797e409a2ea665fe523d0a15295120521 100644 --- a/src/arch/posix/driver/counter.cc +++ b/src/arch/posix/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/posix/driver/gpio.cc b/src/arch/posix/driver/gpio.cc index 148bcdb044bccfff4d82354392c6b7ea35c3c147..fe44f7a938eec3a873806e1ffbff8c162282d8e8 100644 --- a/src/arch/posix/driver/gpio.cc +++ b/src/arch/posix/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/posix/driver/i2c.cc b/src/arch/posix/driver/i2c.cc index 4cfdd35d74ba209afa27df4a91c0dac25f3c54be..cf08a7731a13d0115f7330d78e875ffc8fef87c2 100644 --- a/src/arch/posix/driver/i2c.cc +++ b/src/arch/posix/driver/i2c.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/posix/driver/stdout.cc b/src/arch/posix/driver/stdout.cc index a9ceaa4dd0a8a7299feb6495f9153d70d60a299c..981b51017c6301000d290ce96148d5c4ef8866fc 100644 --- a/src/arch/posix/driver/stdout.cc +++ b/src/arch/posix/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/posix/driver/uptime.cc b/src/arch/posix/driver/uptime.cc index f30382a188b3e2d5ca02e603f94f384d9cb9b796..c56815bd82a2ee7d85840779da80bfb673e69d9f 100644 --- a/src/arch/posix/driver/uptime.cc +++ b/src/arch/posix/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/rm46l8lp/Kconfig b/src/arch/rm46l8lp/Kconfig index 4b04f575a8c83e1caa22db5b2c34f675de29e9d9..3b307b99f3c17e8e53645e86ace599b84c53e5d0 100644 --- a/src/arch/rm46l8lp/Kconfig +++ b/src/arch/rm46l8lp/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 config arch_rm46l8lp_driver_counter diff --git a/src/arch/rm46l8lp/Makefile.inc b/src/arch/rm46l8lp/Makefile.inc index ff1ddffb4722cb922b4747880aa7e32ff25f31c1..5d0281d02100361eef4817e8bc4cd32fda817d52 100644 --- a/src/arch/rm46l8lp/Makefile.inc +++ b/src/arch/rm46l8lp/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/rm46l8lp/arch.cc b/src/arch/rm46l8lp/arch.cc index e07e50741248270ac2acbd38a962791ea30c8020..b4aa5797f98bd4c142e816807bd72d64990a0171 100644 --- a/src/arch/rm46l8lp/arch.cc +++ b/src/arch/rm46l8lp/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/rm46l8lp/driver/counter.cc b/src/arch/rm46l8lp/driver/counter.cc index 4e0bb92b8b10b8b7878d32523f0ea5541af1ff46..798702315cf786cf31762c97cce90a0d67adca83 100644 --- a/src/arch/rm46l8lp/driver/counter.cc +++ b/src/arch/rm46l8lp/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/rm46l8lp/driver/gpio.cc b/src/arch/rm46l8lp/driver/gpio.cc index 148bcdb044bccfff4d82354392c6b7ea35c3c147..fe44f7a938eec3a873806e1ffbff8c162282d8e8 100644 --- a/src/arch/rm46l8lp/driver/gpio.cc +++ b/src/arch/rm46l8lp/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/rm46l8lp/driver/stdout.cc b/src/arch/rm46l8lp/driver/stdout.cc index 9d5403c53f3227d349d9107da101f2e640411494..01c65ce964137e732901b9cce82b2428de6137ed 100644 --- a/src/arch/rm46l8lp/driver/stdout.cc +++ b/src/arch/rm46l8lp/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/rm46l8lp/driver/uptime.cc b/src/arch/rm46l8lp/driver/uptime.cc index 8aaff8fbc63ca34e3ce86942c5daacbd3cb1c44c..a1d156106aead336dea6dd96fa0a0a198fcf7498 100644 --- a/src/arch/rm46l8lp/driver/uptime.cc +++ b/src/arch/rm46l8lp/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/stm32f446re-nucleo/Kconfig b/src/arch/stm32f446re-nucleo/Kconfig index 3ce1668a918e04cd5a4bd9d8d2b8deb9abb16159..a97d8b2122bf529117c978c60c8003d44447d4f9 100644 --- a/src/arch/stm32f446re-nucleo/Kconfig +++ b/src/arch/stm32f446re-nucleo/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 config arch_stm32f446re_nucleo_driver_counter diff --git a/src/arch/stm32f446re-nucleo/Makefile.inc b/src/arch/stm32f446re-nucleo/Makefile.inc index 33872e0e38de37469943fd7a60da5c1c04d2f7cc..4a196a609d3fbacac592b05581dae7d0659968a1 100644 --- a/src/arch/stm32f446re-nucleo/Makefile.inc +++ b/src/arch/stm32f446re-nucleo/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/stm32f446re-nucleo/arch.cc b/src/arch/stm32f446re-nucleo/arch.cc index c7566b64a06dc2b54e51042e0f5e222384efddea..df6631ad87ec1b3e7bcca00d48a01329f52431d8 100644 --- a/src/arch/stm32f446re-nucleo/arch.cc +++ b/src/arch/stm32f446re-nucleo/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/stm32f446re-nucleo/driver/counter.cc b/src/arch/stm32f446re-nucleo/driver/counter.cc index 1512019dce81b146b6629338e4207cbde227907c..75d843aa041fbbd9452fe5f165f0fbcd95194a9a 100644 --- a/src/arch/stm32f446re-nucleo/driver/counter.cc +++ b/src/arch/stm32f446re-nucleo/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/stm32f446re-nucleo/driver/gpio.cc b/src/arch/stm32f446re-nucleo/driver/gpio.cc index 148bcdb044bccfff4d82354392c6b7ea35c3c147..fe44f7a938eec3a873806e1ffbff8c162282d8e8 100644 --- a/src/arch/stm32f446re-nucleo/driver/gpio.cc +++ b/src/arch/stm32f446re-nucleo/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/stm32f446re-nucleo/driver/stdout.cc b/src/arch/stm32f446re-nucleo/driver/stdout.cc index 7cb8850e358b7787d75c1f302c749315e428fe12..3759a469feb2f531a28b3bb215468c032a4f6b95 100644 --- a/src/arch/stm32f446re-nucleo/driver/stdout.cc +++ b/src/arch/stm32f446re-nucleo/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/stm32f446re-nucleo/driver/uptime.cc b/src/arch/stm32f446re-nucleo/driver/uptime.cc index 621ec91e1ef422e3796b745ca18cc867e77367d2..35085f6ff7eec53683a359c4919b6c4bce91ca4d 100644 --- a/src/arch/stm32f446re-nucleo/driver/uptime.cc +++ b/src/arch/stm32f446re-nucleo/driver/uptime.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/stm32f446re-nucleo/stm32f446.ld b/src/arch/stm32f446re-nucleo/stm32f446.ld index 8dbd01809f5b56ed69c297b617aba62c6e410770..1043ee2b45dc4e863d11fea8b1ab51685e4d2bc4 100644 --- a/src/arch/stm32f446re-nucleo/stm32f446.ld +++ b/src/arch/stm32f446re-nucleo/stm32f446.ld @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: CC0-1.0 */ diff --git a/src/arch/tc1796-triboard/Kconfig b/src/arch/tc1796-triboard/Kconfig index b390ecc57bc73576cf22748100ce95ecda0018de..03bd10b24cd11619c8f215d464f9339b35102ccd 100644 --- a/src/arch/tc1796-triboard/Kconfig +++ b/src/arch/tc1796-triboard/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/arch/tc1796-triboard/Makefile.inc b/src/arch/tc1796-triboard/Makefile.inc index 93cf1e63c0d9be9f36ab146b5721fd011c4d65d9..9436fe005428a012770f3023d0933c8c62b851f0 100644 --- a/src/arch/tc1796-triboard/Makefile.inc +++ b/src/arch/tc1796-triboard/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2022 Daniel Friesel +# Copyright 2022 Birte Kristina Friesel # # SPDX-License-Identifier: BSD-2-Clause diff --git a/src/arch/tc1796-triboard/arch.cc b/src/arch/tc1796-triboard/arch.cc index 73ebd2d7bf3110d24a797d01564b7cc635bef1ae..ef3e66efc45cbb114bb655080b2b4faffad78d22 100644 --- a/src/arch/tc1796-triboard/arch.cc +++ b/src/arch/tc1796-triboard/arch.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/tc1796-triboard/driver/counter.cc b/src/arch/tc1796-triboard/driver/counter.cc index 0277d07fce42cab4b3736f8b1a4514b7bdd7c6d9..d48ed4d85e88c8e4a2ae1553586d54a27910657e 100644 --- a/src/arch/tc1796-triboard/driver/counter.cc +++ b/src/arch/tc1796-triboard/driver/counter.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/tc1796-triboard/driver/gpio.cc b/src/arch/tc1796-triboard/driver/gpio.cc index b66add2360d7dff6e0720111201e5d65362954f0..7245174433b55648e5fc843a5edefdca02618f03 100644 --- a/src/arch/tc1796-triboard/driver/gpio.cc +++ b/src/arch/tc1796-triboard/driver/gpio.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/arch/tc1796-triboard/driver/stdout.cc b/src/arch/tc1796-triboard/driver/stdout.cc index 499b2abb15317028e165c23b39ac3eefcb5c8fcf..4795a9b4906c1c4611e1fc29b2828617130ed97c 100644 --- a/src/arch/tc1796-triboard/driver/stdout.cc +++ b/src/arch/tc1796-triboard/driver/stdout.cc @@ -1,5 +1,5 @@ /* - * Copyright 2022 Daniel Friesel + * Copyright 2022 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/Kconfig b/src/driver/Kconfig index 163671fe9b2c87790883f5def0a19d1c266b94ee..eff39d0330eddd486d1e1b27e398eccad726be29 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/driver/ads111x.cc b/src/driver/ads111x.cc index 5d9ed41474705c4d623d272c1e9a0e2305f8fdd9..fc18d346d53970140c16d31f08f36ce1e91e30ba 100644 --- a/src/driver/ads111x.cc +++ b/src/driver/ads111x.cc @@ -1,5 +1,5 @@ /* - * Copyright 2023 Daniel Friesel + * Copyright 2023 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/driver/aemr_transition_sync.cc b/src/driver/aemr_transition_sync.cc index 38e47fde0e9851bbd3a934442c0d37cbf706f69e..9801448ad1395eb89ec9df7fb2976f4f2dfc1522 100644 --- a/src/driver/aemr_transition_sync.cc +++ b/src/driver/aemr_transition_sync.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/am2320.cc b/src/driver/am2320.cc index f68b1082f9c3f82ca0c1868f11f9c26090195953..99ea6e2888eed10d7576931f6e9c91c2b545802a 100644 --- a/src/driver/am2320.cc +++ b/src/driver/am2320.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/bme680_util.cc b/src/driver/bme680_util.cc index 7993778e17c381452a090c7cd5097a3d97a5ba61..3bf76b4edccd9643b8cae1094743fd41d54a7fad 100644 --- a/src/driver/bme680_util.cc +++ b/src/driver/bme680_util.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/ccs811.cc b/src/driver/ccs811.cc index f71c149f9c16cd581f280f06b5356e09853ac4a5..cd8956cdb730f4cd3c2485b7d6ee379a60922041 100644 --- a/src/driver/ccs811.cc +++ b/src/driver/ccs811.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/ds2482.cc b/src/driver/ds2482.cc index 929b9be4aed9d78073dbbe690c5d5d27aaf72249..4e0942d823260119a944bd63e28a9d5d4a9fef08 100644 --- a/src/driver/ds2482.cc +++ b/src/driver/ds2482.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/driver/eeprom24lc64.cc b/src/driver/eeprom24lc64.cc index ceafa5b731aa82d5b05e4f0a7197f8a1b21466ac..88e039e692c734edef844a4a7bdfaf3a8db1b1db 100644 --- a/src/driver/eeprom24lc64.cc +++ b/src/driver/eeprom24lc64.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/hdc1080.cc b/src/driver/hdc1080.cc index 8232200331aff1db1a30763b848101a0763e3ffd..bd44d8552c6977fa45441596b44a40900b5e83b4 100644 --- a/src/driver/hdc1080.cc +++ b/src/driver/hdc1080.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/lm75.cc b/src/driver/lm75.cc index 3224d7a3b7725097e0711e613de042bcc00537fe..922a183f3e510402a7e435ec4fdbc09786d7af14 100644 --- a/src/driver/lm75.cc +++ b/src/driver/lm75.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/driver/max44006.cc b/src/driver/max44006.cc index e0f6e9813413c745084a0a7dffe522a19e94fba2..3d8d20621c2abbab7e8881132b8702af7e4a9fe9 100644 --- a/src/driver/max44006.cc +++ b/src/driver/max44006.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/driver/max44009.cc b/src/driver/max44009.cc index dabc7d48bb7f1690b3b4d16ab9351ec6388aa6f1..db0e3370d606b3feafd3aa0aba735ee76a50a5f6 100644 --- a/src/driver/max44009.cc +++ b/src/driver/max44009.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/driver/mmsimple.cc b/src/driver/mmsimple.cc index 791ed1901f78ad325f8fe8d383c9c624091fd863..e5cb86bbffa727265009eaa86268c8f7da5ce502 100644 --- a/src/driver/mmsimple.cc +++ b/src/driver/mmsimple.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/mmsubstate.cc b/src/driver/mmsubstate.cc index 8082b6578d0e0a6a1024dfb1f3911c1f8170124b..88769bb0bee1b37c6b7dfa38dbca991c0e482a9c 100644 --- a/src/driver/mmsubstate.cc +++ b/src/driver/mmsubstate.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/mpu9250.cc b/src/driver/mpu9250.cc index 5a2f6986a7a2d7a12145f7274eae5ac42a330e40..0bfee5d9bfe1eec14e6223185a678618f216d1d7 100644 --- a/src/driver/mpu9250.cc +++ b/src/driver/mpu9250.cc @@ -9,7 +9,7 @@ /* Copyright (c) 2016 SparkFun Electronics, Inc. -Copyright (c) 2019 Daniel Friesel +Copyright (c) 2019 Birte Kristina Friesel SPDX-License-Identifier: MIT diff --git a/src/driver/nrf24l01.cc b/src/driver/nrf24l01.cc index 23aaf2752477d450b6142ecc93ea34c76f31650e..b44e08a65097dbf993a0fe38b9b40cb694723bb9 100644 --- a/src/driver/nrf24l01.cc +++ b/src/driver/nrf24l01.cc @@ -2,7 +2,7 @@ * Based on https://github.com/nRF24/RF24 * * Copyright (C) 2011 J. Coliz - * Copyright (C) 2019 Daniel Friesel + * Copyright (C) 2019 Birte Kristina Friesel * * SPDX-License-Identifier: GPL-2.0-only */ diff --git a/src/driver/pervasive_aurora_mb.cc b/src/driver/pervasive_aurora_mb.cc index 234172cd66ff741a4def55250ef8f109e289b9c8..4863466b455f4624bef1e6e1cb18313471db712c 100644 --- a/src/driver/pervasive_aurora_mb.cc +++ b/src/driver/pervasive_aurora_mb.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * Copyright 2021 Amar Memic * * SPDX-License-Identifier: BSD-2-Clause diff --git a/src/driver/resistive_load.cc b/src/driver/resistive_load.cc index 575dcb9c7e50a668a24fba1ebf701fd81e2122bd..460e0f739fd28bc0acb372b4ea4c94860fa03ebc 100644 --- a/src/driver/resistive_load.cc +++ b/src/driver/resistive_load.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/s5851a.cc b/src/driver/s5851a.cc index 28870e6ed80e0ce58fd6a74b0873e464d47f8643..a23526bd96e0e86bcaac8e4354dc45c067a4dbe5 100644 --- a/src/driver/s5851a.cc +++ b/src/driver/s5851a.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/scd4x.cc b/src/driver/scd4x.cc index 365cde8352e31d469069157bafad17d31e330b25..a219bd5fc76ba4db0fe9be3c5021c11d1239d0d4 100644 --- a/src/driver/scd4x.cc +++ b/src/driver/scd4x.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/sen5x.cc b/src/driver/sen5x.cc index 28a4a0be04e2c1a05856387a98e857a7536e659a..d38d98b7341619604d4dea37b9e1f2f27f0f5a56 100644 --- a/src/driver/sen5x.cc +++ b/src/driver/sen5x.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/sharp96.cc b/src/driver/sharp96.cc index 29cfa49cd4a5462af0aeba288272801a339d1a98..c6d35b819d5f02a1f3db7e3f9ab9414228484b72 100644 --- a/src/driver/sharp96.cc +++ b/src/driver/sharp96.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/driver/soft_i2c.cc b/src/driver/soft_i2c.cc index ac4163d0ca6abc6d3f8563913d302300a5054044..7369b2df1303f9fb0d207a52aa625c6c08f4be5f 100644 --- a/src/driver/soft_i2c.cc +++ b/src/driver/soft_i2c.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/ssd1306.cc b/src/driver/ssd1306.cc index 8f689ad10e6863a3d4964d32ae54e1a458b4e621..050399ac241b038d638757febaadfc7e75948b74 100644 --- a/src/driver/ssd1306.cc +++ b/src/driver/ssd1306.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/driver/tsl2591.cc b/src/driver/tsl2591.cc index 67532ca13035d67ceccf9fe074c553b8a784cb1d..4e8323c9c6789769672be266495332c55d0901ed 100644 --- a/src/driver/tsl2591.cc +++ b/src/driver/tsl2591.cc @@ -1,5 +1,5 @@ /* - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/driver/veml6075.cc b/src/driver/veml6075.cc index a3e41f6f826f4ff2bb14223828f43986ac08f8d9..0ef3c08ae809dbe8ec23e766e5b00232148fec2f 100644 --- a/src/driver/veml6075.cc +++ b/src/driver/veml6075.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/lib/MCCI_LoRaWAN_LMIC_library/src/hal/hal.cc b/src/lib/MCCI_LoRaWAN_LMIC_library/src/hal/hal.cc index 987c8e2fb24fd4ff6d7d61225b3e77d97cc96d62..d5d1624193692c827948efc17c1e55baf8c97297 100644 --- a/src/lib/MCCI_LoRaWAN_LMIC_library/src/hal/hal.cc +++ b/src/lib/MCCI_LoRaWAN_LMIC_library/src/hal/hal.cc @@ -1,7 +1,7 @@ /******************************************************************************* * Copyright (c) 2015 Matthijs Kooijman * Copyright (c) 2018-2019 MCCI Corporation - * Copyright (C) 2021 Daniel Friesel + * Copyright (C) 2021 Birte Kristina Friesel * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/src/lib/inflate.cc b/src/lib/inflate.cc index cd29af0aa46b58959f1662c308a373e795584396..943ba8468f4a9dca4210318543b2bd93fe819d6f 100644 --- a/src/lib/inflate.cc +++ b/src/lib/inflate.cc @@ -1,7 +1,7 @@ /* * zlib-deflate-nostdlib * - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/object/cpp_helpers.cc b/src/object/cpp_helpers.cc index 59e1e9784e56e3222fbeee4b3baf725745fd2e2b..4d5929f4a7b6d24b47f4327eeb7a9c53f90beb69 100644 --- a/src/object/cpp_helpers.cc +++ b/src/object/cpp_helpers.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/object/outputstream.cc b/src/object/outputstream.cc index b7c1bf46c63b1ae8c28b726bd9fad04ee72c2624..a77cadc4ac3101c28de6944479c7daeed7b4b2c9 100644 --- a/src/object/outputstream.cc +++ b/src/object/outputstream.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/object/xdr16input.cc b/src/object/xdr16input.cc index 2247c299c69845a1b8f09c801f544f0b38488bba..26c12e0ebec0f0d68a753c454d984c3c727b3925 100644 --- a/src/object/xdr16input.cc +++ b/src/object/xdr16input.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/object/xdr16stream.cc b/src/object/xdr16stream.cc index 7f2a41486b480476e3a7e3dd60a272d41b34583c..3f606f75a9b133de26c22172b473e151a320c7d7 100644 --- a/src/object/xdr16stream.cc +++ b/src/object/xdr16stream.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/object/xdrinput.cc b/src/object/xdrinput.cc index c98c110a9f86bf22c6f5c15a80deb7dfebec8e60..50698cdf438e1fc5530721bb3d80c8469aa59e08 100644 --- a/src/object/xdrinput.cc +++ b/src/object/xdrinput.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/object/xdrstream.cc b/src/object/xdrstream.cc index 9dc5a1b22ca3039410f4ba9647849ed769e11c86..208349d03659baf61caa5742e2fde6681f483631 100644 --- a/src/object/xdrstream.cc +++ b/src/object/xdrstream.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/tests/posix b/tests/posix index e3327a70304235395abee28a8cb39c4004ba3b60..d80b0fe95fe8bfeb603ce5668d940574a4f7572e 100755 --- a/tests/posix +++ b/tests/posix @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0