Rasmus <[email protected]> writes: > Oleh Krehel <[email protected]> writes: > >> If anywhere in your code there's (require 'org), you have to release >> your code under GPL. > > Are you sure about that? By this logic, *any* .el file should be GPL as > they use (defun ยท), implicitly loaded from byte-run.
I'm pretty sure: you're calling a library that is GPLv3. There was this whole TiVo issue about linking GPL libraries to non-GPL code, which resulted in GPLv3. I just checked, and `progn' is GPLv3 and not GPLv2 (which would at least have a chance to be linked). --Oleh
