Add a LICENSE file

This commit is contained in:
Ayke van Laethem
2018-08-18 18:59:50 +02:00
parent 9aaac8e17b
commit 86a3aea868
2 changed files with 32 additions and 0 deletions
+5
View File
@@ -90,3 +90,8 @@ Implemented analysis passes:
* Check whether a given type switch or type assert is possible with
[type-based alias analysis](https://en.wikipedia.org/wiki/Alias_analysis#Type-based_alias_analysis).
I would like to use flow-based alias analysis in the future.
## License
This project is licensed under the BSD 3-clause license, just like the
[Go project](https://golang.org/LICENSE) itself.