▲ | debugnik 6 days ago | |||||||
> This library is licensed under the GPLv3. If the intention was to make it easier to spread the word, you've already failed. Anyway, this whole library should have been a copy-pastable snippet for a dialog or toast (what's with the duplicate code?); the only value added is the translation, which most app devs already have a pipeline for. The code part is so trivial that I suspect it doesn't even meet the legal bar for copyright protection in many jurisdictions. | ||||||||
▲ | rollcat 5 days ago | parent | next [-] | |||||||
> Anyway, this whole library should have been a copy-pastable snippet for a dialog or toast People under-value copy-pasting. I'd rather copy/vendor a thousand lines of code (with license+credit intact) than add it as a dependency. I'm working on a side project, and needed a CPIO library for Go. CPIO is a fixed thing, a good implementation is "done". U-root[1] has a really decent implementation, so I've vendored 2500+ lines of code, as otherwise I'd have to (indirectly) depend on almost 700.000. Great value. | ||||||||
▲ | lptome 5 days ago | parent | prev | next [-] | |||||||
Yeah this is very
| ||||||||
▲ | silverliver 6 days ago | parent | prev | next [-] | |||||||
OP, I recommend switching to the LGPLv3. It ensures users remain in control over your part of the code while avoiding this type of reaction. | ||||||||
| ||||||||
▲ | woheller69 5 days ago | parent | prev | next [-] | |||||||
changed it to Apache V2.0 license | ||||||||
| ||||||||
▲ | woheller69 5 days ago | parent | prev [-] | |||||||
changed to Apache V2.0 license |