The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: travism on May 29, 2009, 06:10:07 AM

Title: Releasing a program with a license...
Post by: travism on May 29, 2009, 06:10:07 AM
If i was going to release my program and send the license with it, What license do I send with it? I only see the ddk and sdk license in the license directory..
Title: Re: Releasing a program with a license...
Post by: hutch-- on May 29, 2009, 06:30:42 AM
The MASM32 Project does not require to include any licence about what you have used and generally you write your own depending on what you want to do with the program. Just note that applications written wi8th MASM32 cannot be licenced under GPL or any other open source licence as this restricts the rights of the end user. You can give your app away, sell it or just share it aound.
Title: Re: Releasing a program with a license...
Post by: travism on May 29, 2009, 06:36:03 AM
Ah ok, Was curious about that, thanks for clearing that up :)