commercial application with D
    John Colvin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Sep 15 14:31:19 PDT 2014
    
    
  
On Monday, 15 September 2014 at 20:02:39 UTC, Andrey wrote:
> Can I develop commercial application with D programming 
> language?
Short answer: Yes, you can, you don't need to even think about it.
Long answer: Yes, as long as you conform to the Boost v1.0 
license, meaning that if you distribute any uncompiled source 
code from druntime or phobos then you must include the license 
notice with your software. Also, distributing the compiler itself 
requires a certain amount of legal care. However, neither of 
those are relevant to a normal application.
    
    
More information about the Digitalmars-d-learn
mailing list