diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 15:40:18 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-03-22 15:40:18 (GMT) |
| commit | b9fe31241c30bbcc0486f25bfe08af22fd20a555 (patch) | |
| tree | eeddfcb42898960fbfe9e9b1f715d5f911e45dec /wasp/boards/pinetime | |
| parent | f8bd1a74613a79cad56b5b60079402d40a87d131 (diff) | |
Add licensing information for all wasp-os files.
Diffstat (limited to 'wasp/boards/pinetime')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 3 | ||||
| -rw-r--r-- | wasp/boards/pinetime/watch.py | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py index cdf2e15..191ee3d 100644 --- a/wasp/boards/pinetime/manifest.py +++ b/wasp/boards/pinetime/manifest.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2020 Daniel Thompson + freeze('.', 'watch.py', opt=3) freeze('../..', ( diff --git a/wasp/boards/pinetime/watch.py b/wasp/boards/pinetime/watch.py index 332d761..e4c4106 100644 --- a/wasp/boards/pinetime/watch.py +++ b/wasp/boards/pinetime/watch.py @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2020 Daniel Thompson + # Start measuring time (and feeding the watchdog) before *anything* else from machine import RTCounter from drivers.nrf_rtc import RTC |
