Hi guys, I'm thinking of open sourcing my project TextTeaser (http://www.textteaser.com/). What open source license is appropriate for it?
TextTeaser is an automatic summarization application and API. The algorithm used to summarize articles was formulated by me for my MS degree. It actually performs good enough. With open sourcing TextTeaser, I'll also release the research paper containing the algorithms implemented in it.
GPL 2-3: If you want to create a comunity around your code. AGPL: Same as GPL but it can't be used remotely without releasing the source code. BSD: If you want to be flexible enought to let companies to use your code without releasing back the source.
Of course, these are simplifed explanations.