문제

I'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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top