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/app/i2cdetect/Kconfig | 2 +- src/app/i2cdetect/Makefile.inc | 2 +- src/app/i2cdetect/main.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/i2cdetect') diff --git a/src/app/i2cdetect/Kconfig b/src/app/i2cdetect/Kconfig index c8c6744..5c50f74 100644 --- a/src/app/i2cdetect/Kconfig +++ b/src/app/i2cdetect/Kconfig @@ -1,4 +1,4 @@ -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/i2cdetect/Makefile.inc b/src/app/i2cdetect/Makefile.inc index 0ce00f1..6a0e5ff 100644 --- a/src/app/i2cdetect/Makefile.inc +++ b/src/app/i2cdetect/Makefile.inc @@ -1,6 +1,6 @@ # vim:ft=make # -# Copyright 2020 Daniel Friesel +# Copyright 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/app/i2cdetect/main.cc b/src/app/i2cdetect/main.cc index b072347..eb17054 100644 --- a/src/app/i2cdetect/main.cc +++ b/src/app/i2cdetect/main.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Daniel Friesel + * Copyright 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ -- cgit v1.2.3