The situation: I have a library which I want to license under GPL/proprietary licenses. GPL version is in public repo.
Do I need separate proprietary repo which will differ from GPL one only in license text in the source files?
Or can I get away with fancy license text which will state dual licensing nature of the source and contain both GPL text and link to the product licensing page?
Or will it be OK to just give permission to use GPL version to the particular person/organization?
Personally I think that dual repo approach is the safest. However having two repos creates burden, because I will need to periodically sync repos replacing license text during the process.
UPD. Example of dual license source header that I found: http://www.mail-archive.com/debian-legal@lists.debian.org/msg36648.html