From f7dd19b5c209bb8847cb8833df6f4810e4c86db0 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 3 Jul 2023 21:10:07 +0200 Subject: update copyright --- src/arch/posix/driver/counter.cc | 2 +- src/arch/posix/driver/gpio.cc | 2 +- src/arch/posix/driver/i2c.cc | 2 +- src/arch/posix/driver/stdout.cc | 2 +- src/arch/posix/driver/uptime.cc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/arch/posix/driver') diff --git a/src/arch/posix/driver/counter.cc b/src/arch/posix/driver/counter.cc index dd6196a..963afe2 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 148bcdb..fe44f7a 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 4cfdd35..cf08a77 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 a9ceaa4..981b510 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 f30382a..c56815b 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 */ -- cgit v1.2.3