diff options
Diffstat (limited to 'src/app/i2cdetect')
-rw-r--r-- | src/app/i2cdetect/Kconfig | 2 | ||||
-rw-r--r-- | src/app/i2cdetect/Makefile.inc | 2 | ||||
-rw-r--r-- | src/app/i2cdetect/main.cc | 2 |
3 files changed, 3 insertions, 3 deletions
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 */ |