www.digitalmars.com         C & C++   DMDScript  
Archives

D Programming
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger
D.gnu
D

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics


digitalmars.D.learn - DMD Modifications

reply white_man <nospam nospam.com> writes:
Does it possible to modify DMD and publish it in that form. Of course with full
information about authors. Does it legal? 
May 21 2009
parent reply Daniel Keep <daniel.keep.lists gmail.com> writes:
white_man wrote:
 Does it possible to modify DMD and publish it in that form. Of course with
full information about authors. Does it legal? 

It depends. If you ONLY modify the front-end (front-end files are identified as being licensed under GPL [1]), then you can distribute the modified front-end. However, if you modify the back end, you cannot redistribute those files. You also cannot distribute a compiled version. To be safe, it's probably best to just distribute any changes you make as a patch. -- Daniel [1] There's another license involved, but I forget what it's called.
May 21 2009
parent Spacen Jasset <spacenjasset yahoo.co.uk> writes:
Daniel Keep wrote:
 white_man wrote:
 Does it possible to modify DMD and publish it in that form. Of course with
full information about authors. Does it legal? 

It depends. If you ONLY modify the front-end (front-end files are identified as being licensed under GPL [1]), then you can distribute the modified front-end. However, if you modify the back end, you cannot redistribute those files. You also cannot distribute a compiled version. To be safe, it's probably best to just distribute any changes you make as a patch. -- Daniel [1] There's another license involved, but I forget what it's called.

is GPL. I forget)? LDC = Front End + LLVM
May 21 2009