Questions tagged [private-changes]
For questions about private change to otherwise open source projects
3 questions
2
votes
1
answer
87
views
Implications of the AGPL 3.0 License for integrated methods
We are developing a toolkit primarily as a QGIS Plugin (basically a collection of Python code and related scripts that can be run within QGIS). It is a collection of tools and algorithms revolving ...
0
votes
1
answer
202
views
MIT license for non-public use between two parties?
I'm looking for a license to use in a software project that is developed by two parties. The MIT license looks like a good choice because both parties have full rights and few restrictions. Both ...
14
votes
3
answers
4k
views
Since some software is open source, can you add a feature you created and use it for your own personal use?
For example, if I want to add a bunch of lines in VS code using a single command and say I'm able to build this feature, can I use this on my version of VS code without the community acceptance?