Can I redistribute the Microsoft.Http assembly? (part of the WCF REST Starter Kit) [closed]
This question does no开发者_如何学运维t appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this questionI'm building an app that will be used by "anyone".
It depends on the WCF REST Starter Kit, specifically the Microsoft.Http.dll and Microsoft.Http.Extensions.dll assemblies.
Can I (legally) redistribute these DLLs?
I am thinking I could just copy them into the bin directory with all the other assemblies for the app. Sound right?
Did you read the License document on that site?
http://aspnet.codeplex.com/license
The pertinent part:
"Reference use" means use of the software within your company as a reference, in read only form, for the sole purposes of debugging your products, maintaining your products, or enhancing the interoperability of your products with the software, and specifically excludes the right to distribute the software outside of your company.
Once it is released, then I expect there would be a 'redistributable' package you can distribute with your application.
精彩评论