jakekgrog / GhostDB

GhostDB is a distributed, in-memory, general purpose key-value data store that delivers microsecond performance at any scale.
http://www.ghostdbcache.com
BSD 3-Clause "New" or "Revised" License
750 stars 44 forks source link

Please add a license to this repo #13

Closed mbrukman closed 4 years ago

mbrukman commented 4 years ago

First, thank you for sharing this project with us!

Could you please add an explicit LICENSE file to the repo so that it's clear under what terms the content is provided, and under what terms user contributions are licensed?

Per GitHub docs on licensing:

[...] without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license.

Thanks!

jakekgrog commented 4 years ago

Working on this now!

mbrukman commented 4 years ago

Looks like this was fixed in PR https://github.com/jakekgrog/GhostDB/pull/15, thanks!