diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-06 13:12:07 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-06 13:12:07 +0100 |
commit | bd963b78484319a5c0213fd1ed352558e6a1cb85 (patch) | |
tree | 9ea24bfb0c07fd620bebeb4092cf96d9ebde60d0 /firmware | |
parent | f7966df39849bfc0c6954d058a621da0d58335e0 (diff) |
Update copyright
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/Makefile | 2 | ||||
-rw-r--r-- | firmware/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index a0b48bb..03cf6e0 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -6,7 +6,7 @@ # Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH # License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt) # -# Edited by Daniel Friesel +# Edited by Birte Friesel MCU ?= attiny2313 AVRDUDE_PROGRAMMER ?= usbasp diff --git a/firmware/main.c b/firmware/main.c index 9fa542f..0b02561 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * and (c) 2016 by Daniel Friesel + * and (c) 2016 by Birte Friesel * License: GNU GPL v2 */ |