diff options
Diffstat (limited to 'src/arch/posix')
-rw-r--r-- | src/arch/posix/Kconfig | 2 | ||||
-rw-r--r-- | src/arch/posix/Makefile.inc | 2 | ||||
-rw-r--r-- | src/arch/posix/arch.cc | 2 | ||||
-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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/arch/posix/Kconfig b/src/arch/posix/Kconfig index 0e210ad..3c8e53a 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 17e2158..8aebc31 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 69dfeac..076dce3 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 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 */ |