-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
curl --digest not working #45
Comments
Thanks for the feature request and the Go code -- I'm a bit busy lately but if you want to submit a PR, that would be welcomed. 👍 |
Hi, |
Just to clarify, you are the original author of the above Go code, correct? |
Not all, but refer to https://github.com/mongodb-forks/digest/blob/master/digest.go |
Ok, thanks for the link. If any of the code was borrowed, we need to conform to the license restrictions. Maybe it's a little tricky since we're doing code generation (see the whole GitHub Copilot fiasco, though technically that's very different, in practice it's a very similar task)... it's weird because the code we generate we don't really care about license or have one, it's basically public domain. So it'll be difficult to use unoriginal code that has a license attached to that part of it. And part of conforming to the restrictions of the license is crediting the authors and putting in the copyright. But only that part of the code would be "copyrighted," I guess. See what I mean? Is there any way we can do this without licensing someone else's code? |
You are right, I am very supportive of originality, we will write one when we have time |
Thanks for understanding; and it can be simple as needed, that's probably best. |
Are you requesting support for a new curl flag? If so, what is the flag and the equivalent Go code?
The text was updated successfully, but these errors were encountered: