Post
Topic
Board Development & Technical Discussion
Re: C# Bitcoin-Tool, variety of uses.
by
qualalol
on 27/06/2013, 13:23:58 UTC
Interesting, definitely some classes in there that can save me some time and trouble. license ?

dunno, lets say gpl for now

If you want people to actually be able to use it you'll need to put the license on Github, e.g. with GPL you need to supply a copy of the gpl, and should add headers to the file just to make things clear (See https://www.gnu.org/licenses/gpl-3.0.html ). Without clear licensing no responsible developer will touch the code with a bargepole. (GPL is a fairly safe first choice -- all improvements have to be rereleased as source code, and you can always switch to more permissive licences later should you wish.)