How do I go about publishing freeware, I want to make open source?
I have just written a program. Now I want to make it free to all and open source. I want to allow others to edit it, but I don’t want to someone else to steal the name. I don’t have any money for copyright, so that’s out of the question.
Mail this postPopularity: 5% [?]
2 Comments »
RSS feed for comments on this post. TrackBack URL
Go to the GNU website to check out the General Public License (GPL) …
http://www.gnu.org/copyleft/gpl.html
Sourceforge is a good place to publish your projects …
http://sourceforge.net/
use the GPL or a BSD license… or the WTFPL.
you’re choice actually, but the GPL would make things easier with what you said, as it is widely-used.