Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Google API for .NET (version 2) Redistributable?

I made a small product using Google APIs. Now i need to sell it to my client.

I made installer and simply added all APIs. But now it is showing error of type COM.

How can i resolve this issue?

like image 686
Preeti Avatar asked Nov 06 '22 13:11

Preeti


1 Answers

If you are talking about http://code.google.com/p/google-api-for-dotnet/ then thats under a mit license http://www.opensource.org/licenses/mit-license.php which means you can distribute it as long as the copyright text is included with the software.

like image 112
zaf Avatar answered Nov 15 '22 12:11

zaf