summaryrefslogtreecommitdiff
path: root/wasp/boards/dsd6
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-03-22 15:40:18 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-03-22 15:40:18 (GMT)
commitb9fe31241c30bbcc0486f25bfe08af22fd20a555 (patch)
treeeeddfcb42898960fbfe9e9b1f715d5f911e45dec /wasp/boards/dsd6
parentf8bd1a74613a79cad56b5b60079402d40a87d131 (diff)
Add licensing information for all wasp-os files.
Diffstat (limited to 'wasp/boards/dsd6')
-rw-r--r--wasp/boards/dsd6/manifest.py3
-rw-r--r--wasp/boards/dsd6/watch.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/wasp/boards/dsd6/manifest.py b/wasp/boards/dsd6/manifest.py
index 9efab20..bee48c0 100644
--- a/wasp/boards/dsd6/manifest.py
+++ b/wasp/boards/dsd6/manifest.py
@@ -1,3 +1,6 @@
+# SPDX-License-Identifier: LGPL-3.0-or-later
+# Copyright (C) 2020 Daniel Thompson
+
freeze('../..',
(
'demo.py',
diff --git a/wasp/boards/dsd6/watch.py b/wasp/boards/dsd6/watch.py
index fdfdba9..0148d95 100644
--- a/wasp/boards/dsd6/watch.py
+++ b/wasp/boards/dsd6/watch.py
@@ -1,3 +1,6 @@
+# SPDX-License-Identifier: LGPL-3.0-or-later
+# Copyright (C) 2020 Daniel Thompson
+
from machine import RTCounter as RTC
# Start measuring time (and feeding the watchdog)