aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorEthan Reesor <[email protected]>2020-01-21 21:23:10 -0600
committerRon Evans <[email protected]>2020-07-08 21:58:15 +0200
commit079a789d492431cff100824421aa276a731ac369 (patch)
tree3a0b9f4dbd16e4b45cacd3fc99d7b3f8e1046eac /README.md
parentca8e1b075a0445f2ca72dfefd6db517c1b0cfec0 (diff)
downloadtinygo-079a789d492431cff100824421aa276a731ac369.tar.gz
tinygo-079a789d492431cff100824421aa276a731ac369.zip
Minimal NXP/Teensy support
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c8ab784f..24231630e 100644
--- a/README.md
+++ b/README.md
@@ -140,3 +140,5 @@ The original reasoning was: if [Python](https://micropython.org/) can run on mic
This project is licensed under the BSD 3-clause license, just like the [Go project](https://golang.org/LICENSE) itself.
Some code has been copied from the LLVM project and is therefore licensed under [a variant of the Apache 2.0 license](http://releases.llvm.org/10.0.0/LICENSE.TXT). This has been clearly indicated in the header of these files.
+
+Some code has been copied and/or ported from Paul Stoffregen's Teensy libraries and is therefore licensed under PJRC's license. This has been clearly indicated in the header of these files.