Ask HN:Choosing the right open source license for SaaS software
We want to open source our soon to be released SaaS platform (CMS), but we are having hard time to choose license that protects our intellectual rights and also gives rights for people to install it on their own infrastructure and host their sites there. Any advice will be appreciated.
6 comments
[ 5.0 ms ] story [ 26.8 ms ] threadThe best you can do with an open-source license is the AGPL, which will force any competitor site to release all of their modifications -- this means that they can't gain any advantage over you, because you'll have access to all of their code as soon as they deploy it.