igrishaev/pg2

Add LICENSE

Closed this issue · 5 comments

Absolutely awesome work. How do you plan on licensing the code?

As it stands it's not usable for any projects.

Ah, sorry, I noticed now in the project.clj file.
Please add it to the Github repo with a mentioned file so it's more apparent. Thanks!

Also please add a funding option, I would like to donate to support the ongoing development.

Hm, I'm not too familiar with various licenses. Let me think for a while.

Thanks for looking into it, it's quite important.

If you kept the current EPL2 license, that would be fine for the time being.
Alternatively, this site has some good options:
https://choosealicense.com/licenses/

Generally, MPL 2.0 and MIT are good enough (depends on your goals/preferences).
EPL is common in Clojure as the language code is itself licensed with it.

Well, let it be Unlicensed meaning it's a public domain (see the LICENSE file added).