aboutsummaryrefslogtreecommitdiffhomepage
path: root/LICENSE
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-05-04 23:02:32 +0200
committerRon Evans <[email protected]>2019-05-11 15:33:37 +0200
commit4ae4ef5e12887efae13d89a05a2e0f9f2b267844 (patch)
treed2ec2417bc5c390ddf7ca1e07d24dd0795db08a4 /LICENSE
parentd7460b945eb19b05fef766bb445fd7291ec01867 (diff)
downloadtinygo-4ae4ef5e12887efae13d89a05a2e0f9f2b267844.tar.gz
tinygo-4ae4ef5e12887efae13d89a05a2e0f9f2b267844.zip
compiler: implement complex division
This is hard to do correctly, so copy the relevant files from the Go compiler itself. For related discussions: * https://github.com/golang/go/issues/14644 * https://github.com/golang/go/issues/29846
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE3
1 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d13286b67..960e8609f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,8 @@
Copyright (c) 2018-2019 TinyGo Authors. All rights reserved.
+TinyGo includes portions of the Go standard library.
+Copyright (c) 2009-2019 The Go Authors. All rights reserved.
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met: