[haXe] May I develop my own application using haxe as compiler

Nicolas Cannasse ncannasse at motion-twin.com
Sat Dec 1 13:53:55 CET 2007


Mirza Hatipovic a écrit :
> Hello,
> I want to create my own application (shareware) that outputs swf
> files. May I integrate the haXe complier in my application
> and sell my program with haxe as integrated complier? Do I have the 
> right to do that?
> 
> Regards,
> Mirza

As long as haXe remains a separate component of your software (not 
compiled with) it's fine if you distribute your software with a note 
that says that you're using haXe and include the haxe LICENSE.txt in 
your distribution. You'll also have to distribute all modifications you 
might do to haXe.

The GPL "virality" only applies to source code, so if you use haXe 
source code, you'll have to be GPL. Not if you only use haxe compiled 
binaries.

More informations can be found on FSF website.

Best,
Nicolas



More information about the Haxe mailing list