1
0
Fork 0

apps: calc: Move the copyright header to the top of the file.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2020-12-28 14:20:17 +00:00
parent a1ee40016d
commit 77b693414e

View file

@ -1,3 +1,13 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
# Copyright (C) 2020 Johannes Wache
"""Calculator application
This is a simple calculator app that uses the build-in eval() function to
compute the solution.
"""
import wasp, fonts
# 2-bit RLE, generated from res/calc.png, 413 bytes
calc = (
b'\x02'
@ -30,15 +40,6 @@ calc = (
b'XAA?\tV?\x0eP(')
# SPDX-License-Identifier: LGPL-3.0-or-latesettingsr
# Copyright (C) 2020 Johannes Wache
"""Calculator application
This is a simple calculator app that uses the build-in eval() function to compute the solution for an equation.
"""
import wasp, fonts
class CalculatorApp():
NAME = 'Calc'
ICON = calc