avr: add copyright notices.
This commit is contained in:
11
avr/lcd.asm
11
avr/lcd.asm
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user