This is the first time, we have a plan to use Open source software as it provides a good start and lot of modules by default. We have plan to use https://github.com/axelor/axelor-open-suite which is a open source software for developing business apps. It comes with AGPL License. Software says you can use it to build your apps. But how can we use this open source software framework to develop our commercial apps and sell? We see "AGPL" license restricts user to modify this source code and sell. i.e. We need to make our full source code public which we dont want. I have a few very basic questions.
- How do we usually these open source AGPL license softwares either for internal org or commercial products. Where do you make changes to this source code? Clone and do a local change and commit in your private repos? Or you need to fork on the same git and update there?
- Did we misunderstood this open source software framework license use?