Posted July 01, 2015
jsjrodman: Software you wrote? If you wrote all the code and call it under the GPL but don't provide it, you're not honoring the license but it doesn't matter because you're not going to sue yourself.
<snip>
By contrast, simply packing the source in the distributable is so easy, that anyone who doesn't go that route is silly.
I actually have multiple pieces of software. The much simpler software I provide the source with the compiled binaries, they usually are too simple to really have bugs or problems. <snip>
By contrast, simply packing the source in the distributable is so easy, that anyone who doesn't go that route is silly.
The one I'm talking about is I'd rather not share the source because it's just god awful ugly; However to satisfy the GPL I will give the source to anyone who explicitly asks for it. Yes I wrote the entire thing from scratch, and I am sorta in the middle of re-writing it in a much cleaner format, but the language & compiler is sorta in the middle of changing, and certain features I'm not sure how to implement as I'm a little OCD and annoyed of how objects are handled (Creating and mapping 100,000 objects only to probably throw them right away annoys me, while creating them on the fly and saving none of them unless they change seems a much better route).
Reminds me, I have a BASIC detokenizer I need to clean up and submit for the Atari archives...