basho-labs / riakcs-java-client

Java client for RiakCS and Amazon S3
Apache License 2.0
13 stars 14 forks source link

missing license file #2

Open jbayer opened 10 years ago

jbayer commented 10 years ago

i assume this is supposed to be Apache2 since riak-cs is, but this repo is missing the license file. is it possible to clear up this ambiguity?

shalako commented 10 years ago

Could a license file please be added to this repo?

lucperkins commented 10 years ago

Fixed. Thanks for your input @jbayer and @shalako.

shalako commented 10 years ago

Thank you!

broach commented 10 years ago

This was closed in error (And I reverted the PR/commit)

The repo includes code that is not apache2 licensed (the json.org JSON parser) and cannot be re-licensed as apache2.

It is unclear why we have this repo / library, but if we really want to reinvent the wheel and provide an apache2 licensed S3 lib, we would need to strip out the json.org code and replace it with an apache2 licensed JSON library (jackson being the most common).

mccrory commented 10 years ago

We need to do this then. :(

We have partnerships that need Apache2 licensed code and it will likely hold up several large deals until it is resolved. All of our business from Pivotal for example, relies on this being Apache2.

On Jul 30, 2014, at 02:12, Brian Roach notifications@github.com wrote:

This was closed in error.

The repo includes code that is not apache2 licensed (the json.org JSON parser) and cannot be re-licensed as apache2.

It is unclear why we have this repo / library, but if we really want to reinvent the wheel and provide an S3 lib, we would need to strip out the json.org code and replace it with an apache2 licensed JSON library (jackson being the most common).

— Reply to this email directly or view it on GitHub.

jbayer commented 10 years ago

we may have other options. David Schachner from our legal team may be someone to discuss this with including @shalako

dave, i'll start an email and include the relevant people

broach commented 10 years ago

Just as an FYI I glanced at the code and I'm fairly confident I could swap out the json.org stuff for Jackson or Gson in a few hours. Its really not all that complicated.

I'm actually on vacation until Tues. If it is a critical thing I can do it and just take another day off next week.

we may have other options. David Schachner from our legal team may be someone to discuss this with including @shalako https://github.com/shalako

dave, i'll start an email and include the relevant people

— Reply to this email directly or view it on GitHub https://github.com/basho/riakcs-java-client/issues/2#issuecomment-50700729 .

mccrory commented 10 years ago

Let me ask them, they are emailing me too...

On Jul 30, 2014, at 18:51, Brian Roach notifications@github.com wrote:

Just as an FYI I glanced at the code and I'm fairly confident I could swap out the json.org stuff for Jackson or Gson in a few hours. Its really not all that complicated.

I'm actually on vacation until Tues. If it is a critical thing I can do it and just take another day off next week.

  • Roach On Jul 30, 2014 6:52 PM, "James Bayer" notifications@github.com wrote:

we may have other options. David Schachner from our legal team may be someone to discuss this with including @shalako https://github.com/shalako

dave, i'll start an email and include the relevant people

— Reply to this email directly or view it on GitHub https://github.com/basho/riakcs-java-client/issues/2#issuecomment-50700729 .

— Reply to this email directly or view it on GitHub.

jbayer commented 10 years ago

next week works for us!

broach commented 10 years ago

see: PR #5

mbbroberg commented 9 years ago

Hey @broach, given the state here, is licensing still an issue?