Hi,
is it 'legal' to host GPL and non-GPL source code in the same svn repository, or would that imply that all code in that repository becomes GPL? The difference sources are in a layout like this:
/bsd-code/trunk/
/bsd-code/branches/
/bsd-code/tags/
/gpl-code/trunk/
/gpl-code/branches/
/gpl-code/tags/
We want to keep the bsd-code under bsd, for the time being. Note that creating a separate repository is obviously a solution, but I am interested in the layout as shown above.
Thanks for advice or pointers.