diff options
Diffstat (limited to 'include/arch/posix')
-rw-r--r-- | include/arch/posix/driver/counter.h | 2 | ||||
-rw-r--r-- | include/arch/posix/driver/gpio.h | 2 | ||||
-rw-r--r-- | include/arch/posix/driver/i2c.h | 2 | ||||
-rw-r--r-- | include/arch/posix/driver/stdout.h | 2 | ||||
-rw-r--r-- | include/arch/posix/driver/uptime.h | 2 |
5 files changed, 5 insertions, 5 deletions
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 */ |