digitalmars.D - D's License ?
- Poor Novice Programmer <Poor_member pathlink.com> Jun 21 2004
- J C Calvarese <jcc7 cox.net> Jun 21 2004
Gooddday guys! I would like to know what will be D's licence for software development whenever it is ready for it?
Jun 21 2004
Poor Novice Programmer wrote:Gooddday guys! I would like to know what will be D's licence for software development whenever it is ready for it?
It depends on your particular goal. Q: In the usage of D, to write software, what restrictions are there on written code (i.e. LGPL, GPL, or user decides)? Walter said, "User decides." (digitalmars.D/244) Q: What if a person wants to develop a D compiler based on the front-end source? The DMD front-end source is available under dual (GPL and Artistic) license. Phobos, the D standard library, is also licensed as dual GPL/Artistic unless the individual file specifies otherwise. http://www.prowiki.org/wiki4d/wiki.cgi?FaqRoadmap#Licensing -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Jun 21 2004








J C Calvarese <jcc7 cox.net>