Are you creating your own programming language and tools and going to 
release it under own license terms? If not, and you're using this lib only 
to program your projects, there are no restrictions.

четверг, 29 октября 2020 г. в 16:52:17 UTC+3, Denis Cheremisov: 

> Hi!
> At my job we found these additional patents limitatations 
> https://github.com/golang/sync/blob/master/PATENTS
> They makes us impossible to use errgroup (which is, to say, turned to have 
> pretty poor choice of WithContext signature, so our one is different), so 
> we have our custom implementation of it with additonal functionality 
> (errors collector, concurrency limitation), but it is derived from the 
> original implementation.
>
> I guess the repository should be called "github.com/google/sync" after 
> that. Anyway, our product's proprietary licence makes it impossible to use 
> our derived implementation. Is there a way to overcome this somehow? The 
> problem is my own implementation would be really close to this and thus 
> prone to a sue.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/08842c88-f4c0-44d5-89aa-c1c624c832bfn%40googlegroups.com.

Reply via email to