▲ | calibas 2 days ago | |||||||
I thought the license was still owned by Microsoft? https://github.com/wixtoolset/wix?tab=License-1-ov-file#read... Also, the exact wording is: "a EULA on binary releases (including those published to GitHub and NuGet.org) requires payment of the Maintenance Fee" I'm not a lawyer, but doesn't that mean that I can compile the code myself to circumvent the Maintenance Fee, and give the binaries away for free? | ||||||||
▲ | robmensching a day ago | parent | next [-] | |||||||
The code is owned by the .NET Foundation (long story) not Microsoft. > but doesn't that mean that I can compile the code myself to circumvent the Maintenance Fee, and give the binaries away for free? Yep. Now you are responsible for the ~500K lines of code. Totally allowed by the license. Enjoy your fork! :) | ||||||||
▲ | jsmith99 2 days ago | parent | prev [-] | |||||||
Yes, the repo readme says the code is open source but the fee is required for using the repo's issues and releases features. | ||||||||
|