Questions tagged [fossil]
The fossil tag has no summary.
2 questions
1 vote
1 answer
393 views
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 ...
8 votes
1 answer
1k views
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 I'm wondering what the procedure is when you have ...