From 35eba951dc375521e966b08f5d3218a5f5a8a94b Mon Sep 17 00:00:00 2001 From: V-X Date: Tue, 8 Oct 2019 09:02:21 -0500 Subject: [PATCH] Add Ultralight License warning --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5618a8e..b3c2ab2 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,13 @@ func add(a float64, b float64) float64 { ## Q: *How do I get rid of the Console window on Windows?* - Add `-ldflags -H=windowsgui` to either your `go build` or `go run` to get rid of the window. + +# Licensing +While muon itself is MIT licensed, [Ultralight](https://ultralig.ht/) is not. +``` +Ultralight is free for non-commercial use, educational use, +and also free for commercial use by small indie developers making +less than US$100,000 a year. You can find full terms in the SDK. +Pricing plans for larger commercial projects will be announced later. +``` +Their specific license terms can be found [here](https://github.com/ultralight-ux/Ultralight/tree/master/license).