You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,9 @@ Trivial wrappers for MicroPython API compatibility (MIT licensed):
62
62
- stdlib/usys.pyi
63
63
- stdlib/utime.pyi
64
64
65
-
The remaining files (e.g. supporting scripts) are MIT licensed.
65
+
The stubs are tested against example Python source files in examples/. The folders in examples/ are licensed on a per folder basis based on the project they are drawn from. Their license can be found in the relevant folder.
66
+
67
+
The remaining files (e.g. supporting scripts, examples written specifically for this project) are MIT licensed.
0 commit comments