diff options
Diffstat (limited to 'include/arch')
76 files changed, 76 insertions, 76 deletions
diff --git a/include/arch/arduino-nano/arch_types.h b/include/arch/arduino-nano/arch_types.h index ed0b543..5c159c8 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 c89f915..7d797e3 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 8812407..c5f1ee8 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 5822a0d..d3fff46 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 4fc9c63..eba3fad 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 7c1dcc2..1ab150c 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 2738312..2f22436 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 1f83c11..bbe3803 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 9f23fe3..606053a 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 a048c3d..ade86a0 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 fa0b943..94296b3 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 2e9f070..392e469 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 06ff73a..4e7a5ab 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 5550c19..444cb26 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 e6ac43c..7bfa9a2 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 9a99b00..aa64dc8 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 09b18c1..e89b948 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 e12592d..1529c86 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 621a55c..3278c5a 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 af2648d..af13057 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 7c1dcc2..1ab150c 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 eaf7eac..a994dde 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 9457bcf..13bac69 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 b7330db..18393f7 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 83689b6..2368a8c 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 b701dc1..f6a0903 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 6f52f8f..9ce309c 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 b7330db..18393f7 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 83689b6..2368a8c 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 b701dc1..f6a0903 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 6f52f8f..9ce309c 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 3c99eb9..d289101 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 09b18c1..e89b948 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 4031e61..c45384a 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 739f575..df0540f 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 9adc214..3a4ab88 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 e1db0b5..507dfee 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 ebb3045..80b8288 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 5822a0d..d3fff46 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 7f2a3f7..16d06af 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 7c1dcc2..1ab150c 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 7e95105..606ce39 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 7b78a9a..34d0551 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 eaf7eac..a994dde 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 160074a..f02d399 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 de51970..78e897e 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 e1db0b5..507dfee 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 20eae62..32369c3 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 5822a0d..d3fff46 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 d8048c0..9530b37 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 7c1dcc2..1ab150c 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 7e95105..606ce39 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 2738312..2f22436 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 7b78a9a..34d0551 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 eaf7eac..a994dde 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 f5704d8..4303636 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 97bd302..c13d533 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 de51970..78e897e 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 dc5af30..b971122 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 5d10500..889af79 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 b1a7706..c2f332b 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 e1f596c..93127e3 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 032a878..d7fa20e 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 d2193e3..e43b8d6 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 ee4b595..ab8fe18 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 0cefae1..aca160c 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 b701dc1..f6a0903 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 b4e7523..06f52d8 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 f7d1e09..e815d94 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 167af84..52094bf 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 eaf7eac..a994dde 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 96d107b..956e6ee 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 38d039e..ca51d62 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 9ac43dd..007a16f 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 b701dc1..f6a0903 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 6f52f8f..9ce309c 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 */ |