Yes I have. Any company I've been involved with, met that look at and use, contribute to open source at all (SW as well as HW) avoid AGPL. Many ban employees from downloading, clone something known to be AGPL licensed.
Releasing under AGPL is a great way to not see your design being used and contributed to. At least by entities that wants to abide by the license and do the right thing. Entities that steal work done by others, have no intention to contribute back may do differently.
No, companies that abuse license agreements won't care about AGPL anyway. So the license only makes it impossible for the companies that don't want to abuse your work, but play ball and work with you.
The issue here is liability and what the lawyers counseling a company will recommend. If your design contain IP that the company has valued (very common), risking leakage of that IP by using a library that in legalese seems to suggest that you may have to release your design, you can probably bet that the lawyers will recommend to find another technical solution. Protecting business value and avoid exposure, liability drives conservatism. And in my experience will always triumph over technology choice. Esp if there seems to be a possible choice to be made. Including developing your own solution.
As an open source HW creator I have to decide if I develop stuff for my own amusement, or if I do it to (in somehow small way) help the world - which means other using my creations. And then consider if the license I use support that goal. Since I don't just develop stuff for my own amusement I've decided to use a permissive license since I think that makes it easiest for others to use my stuff.
> The thing that prevents them from contributing is the license that would require them to contribute?
Yes. Because the way it which it mandates upstreaming means that it creates a huge liability and unclear exactly what is in scope of the mandated contributing.
E.g. real lawyers looking at it have said that if you build a web app, and it uses mongodb (AGPL) to store some state, then you may need to opensource your web app.
It's not even clear if the AGPL software needs to be in the serving path. Maybe your billing pipeline uses mongodb, and now you have to opensource your frontend?
The counter argument from AGPL proponents I've seen is almost always "Good. They should need to opensource everything on their servers. I should be able to spin up exactly what they run, on my own servers".
Even a narrower interpretation that only in-scopes your patch to make mongodb work with your in-house SSO means you need to opensource things that you don't necessarily even own.
Again, the answer from proponents is "Good, all in-house SSO should die".
If you don't modify the AGPL software, you have no obligations under AGPL at all. The extra network provisions only trigger for modified versions of the software.
I would wager most companies don't modify their database software. Even those that do, don't let end users interact with that database, so should have no obligations either.
The AGPL and GPL in no way mandate upstreaming, they mandate downstreaming to end-users. It is only via a culture of valuing upstreaming and or the maintenance burden of non-upstreamed changes that upstreaming happens.
It's working OK, but honestly that may be because 1) most people don't care about licensing, even the difference between public domain, AGPL, BSD, or GPL, or frankly shareware, or even pirated; and 2) they're running from twitter so they have to go somewhere.
It may have been bit much to say "baby with bathwater", but to fix the analogy maybe I can say "Throw the baby out with the bathwater, but it's fine because you have another baby, and half as many babies ain't too bad. At least it's not zero.".
Not sure how an Ethernet PHY is part of a proprietary SaaS. Or how “must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version” applies to a PHY.
That's like saying the reason why GNU/Linux was completely lost and every single x86 servers and smartphones for last few decades ran on FreeBSD is because of the MIT license it uses. That would be a complete parallel world imagination.
IMO it's normal and expected that companies hate GPL(v2 or v3 or AGPL). It's not okay but also okay to steal GPL code too, it's just an introductory price phase for inescapable lock-in which even Google hasn't been able to get away from.
The pattern, attributed to huge pressure, also shows itself under a somewhat low pressure of everyday life, and even under no pressure at all.
I wonder if it's at all possible for us to develop and install a system that prevents us from exhibiting behaviors learned the hard way by our ancestors (most of which were not even human).
Maybe our digital descendants are able to get it right, if we don't also ground them in survival!