kripken / speak.js

Text-to-Speech in JavaScript using eSpeak
GNU General Public License v3.0
1.29k stars 295 forks source link

Do i Need license to use speak.js in our company's website project? #26

Closed dharmesh019 closed 11 years ago

dharmesh019 commented 11 years ago

Hi,

I want to use speak.js in our company's inhouse development website to provide text to speech feature in one of the part of the website.

Do i need any license to use it or i can use it free on our company's web projects?

kripken commented 11 years ago

speak.js uses espeak, which is GPL licensed. So the GPL license is the relevant one.

Complying with the GPL means basically providing source code when you distribute it. For more details see the GPL text. For programs running entirely internally in a company, no code is distributed, so typically nothing needs to be done.

dharmesh019 commented 11 years ago

So that means i can use it in our company project without any problem. I just want to know do i need to buy this control to use it in our projects?

I am confused between different plan mention on https://github.com/plans.

Would you please give me more information about it?

kripken commented 11 years ago

github is just the website that hosts this project. github plans have nothing to do with this project.