What’s the proper way to merge two projects in source control software
I’m using Fossil-SCM to maintain my projects. Since I don’t work in a team I usually have just a very linear branch of development: 1.0 -> 1.1 -> 1.2
Components having GPL and MIT/BSD license but released under MIT license
If a component “A” is under MIT License ,but it contains some GPL files, according to GPL the whole code should be GPL. But the component is released under MIT. Is it possible? If yes/no, on what scenarios can it happen or can get complied
Components having GPL and MIT/BSD license but released under MIT license
If a component “A” is under MIT License ,but it contains some GPL files, according to GPL the whole code should be GPL. But the component is released under MIT. Is it possible? If yes/no, on what scenarios can it happen or can get complied