GraphQL-Swift icon indicating copy to clipboard operation
GraphQL-Swift copied to clipboard

Add a license

Open tberman opened this issue 9 years ago • 6 comments

I am interested in using this library, but without a license, I am not able to. Any way you could do that?

tberman avatar Jun 11 '16 16:06 tberman

It's still a work in progress – what are you hoping to use it for right now? I was planning to add a license once there is at least a hint of usefulness.

stepanhruda avatar Jun 12 '16 12:06 stepanhruda

I am building a client side app that hits a graphql+relay backend, so writing a lot of code to generate queries. Having something that can parse graphql and understand/modify the AST would be hugely valuable. I was thinking of wrapping the libgraphqlparser, but would prefer to use this implementation if it had an appropriate license (apache 2, bsd 3 clause, etc).

tberman avatar Jun 12 '16 14:06 tberman

Would it be helpful if the client query parser was an importable library via Cocoapods/Carthage/spm?

stepanhruda avatar Jun 13 '16 15:06 stepanhruda

It would be. I'd be happy to hack on that as well once the license would allow. Are you thinking of splitting it out?

tberman avatar Jun 13 '16 16:06 tberman

The code is already decoupled, I'd like to keep it as two dependencies in the same repo.

stepanhruda avatar Jun 13 '16 16:06 stepanhruda

@stepanhruda any update?

tberman avatar Jun 16 '16 22:06 tberman