I've written a java library that I'd like to release under GPL and under a commercial license. Now I'm not so sure how to put that into the source code. Is something like this appropriated?
/*
* If you purchased a commercial license for product X the commercial
* license agreement applies to this source code.
* Otherwise the GPL license agreement applies to this source code.
*/
/*
* Commercial license text
*/
/*
* GPL license text
*/
Thanks!