I have a project that I want to do using Bitcask, but I need to make sure that the license is compatible with what I am doing.
Doing a search https://github.com/search?q=repo%3Abasho%2Fbitcask%20license&type=code it seems like it's primarily Apache licensed, however the thing that gives me pause is this file:
It says GPLv2, which is sadly not compatible with my project. Does this just apply to the RedHat package or is this across the entire repo?
I have a project that I want to do using Bitcask, but I need to make sure that the license is compatible with what I am doing.
Doing a search https://github.com/search?q=repo%3Abasho%2Fbitcask%20license&type=code it seems like it's primarily Apache licensed, however the thing that gives me pause is this file:
bitcask/package/rpm/SPECS/bitcask.spec
Line 14 in d84c8d9
It says GPLv2, which is sadly not compatible with my project. Does this just apply to the RedHat package or is this across the entire repo?