diff options
Diffstat (limited to 'wasp/apps')
| -rw-r--r-- | wasp/apps/clock.py | 3 | ||||
| -rw-r--r-- | wasp/apps/flashlight.py | 3 | ||||
| -rw-r--r-- | wasp/apps/testapp.py | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py index 55295aa..bc612b2 100644 --- a/wasp/apps/clock.py +++ b/wasp/apps/clock.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2020 Daniel Thompson + import wasp import fonts.clock as digits diff --git a/wasp/apps/flashlight.py b/wasp/apps/flashlight.py index 13341b0..3336cfa 100644 --- a/wasp/apps/flashlight.py +++ b/wasp/apps/flashlight.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2020 Daniel Thompson + import wasp class FlashlightApp(object): diff --git a/wasp/apps/testapp.py b/wasp/apps/testapp.py index fc32ea0..af531eb 100644 --- a/wasp/apps/testapp.py +++ b/wasp/apps/testapp.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2020 Daniel Thompson + import machine import wasp |
