mirror of https://github.com/ImVexed/muon.git
Add Ultralight License warning
This commit is contained in:
parent
e76a479360
commit
35eba951dc
10
README.md
10
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?*
|
## 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.
|
- 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).
|
||||||
|
|
Loading…
Reference in New Issue