diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-03 21:10:07 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-03 21:10:07 +0200 |
commit | f7dd19b5c209bb8847cb8833df6f4810e4c86db0 (patch) | |
tree | c82fa3a203b7b25cedd8488cc920a490402a7949 /src/arch/posix/driver | |
parent | 50b5e63862211ecc16867111b92b575fd8de5be4 (diff) |
update copyright
Diffstat (limited to 'src/arch/posix/driver')
-rw-r--r-- | src/arch/posix/driver/counter.cc | 2 | ||||
-rw-r--r-- | src/arch/posix/driver/gpio.cc | 2 | ||||
-rw-r--r-- | src/arch/posix/driver/i2c.cc | 2 | ||||
-rw-r--r-- | src/arch/posix/driver/stdout.cc | 2 | ||||
-rw-r--r-- | src/arch/posix/driver/uptime.cc | 2 |
5 files changed, 5 insertions, 5 deletions
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 */ |