avr: add copyright notices.

This commit is contained in:
Martin Preuss
2023-04-08 13:05:05 +02:00
parent a7928e0dbf
commit 4a915a3c85
26 changed files with 292 additions and 21 deletions

View File

@@ -1,7 +1,14 @@
; ***************************************************************************
; LCD module
; (c) 2023 Martin Preuss
; copyright : (C) 2023 by Martin Preuss
; email : martin@libchipcard.de
;
; ***************************************************************************
; * This file is part of the project "AqHome". *
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
; Some code in this module is based on C-code in Tiny4kOLED (https://github.com/datacute/Tiny4kOLED/tree/master/src)
; by Stephen Denne (MIT license), rewritten in AVR assembler
;