Z80 Emulation Engine

Ben Boeckel via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Apr 21 19:24:19 PDT 2014


On Tue, Apr 22, 2014 at 11:17:32 +1000, Manu via Digitalmars-d-announce wrote:
> Yeah I know, I just never expected anyone else to take interest.
> I'm often torn between gpl and bsd/zlib.

FYI, if you're using the free services on GitHub, it *must* be FOSS. I
think the GitHub terms of service permit forking for public repositories
regardless of the license[1].

> If something's open source with no commercial intent, is there good
> reason not to use gpl?

http://choosealicense.com/

> How hard is it to change later?

If you're the only author, you can change at will. If you accept
contributions, you'll need everyone to agree (or rip their code out).
You could go with a contributor agreement, but I'd advise against it.
Personally, I refuse to contribute to projects which require handing
copyright of my pathces over.

--Ben

[1]https://help.github.com/articles/github-terms-of-service §F.1


More information about the Digitalmars-d-announce mailing list