But that didn't happen. Matt this isn't going to end well for anyone. The first rule of holes is "STOP DIGGING" Can you put down the shovel for awhile and try talking to people?
https://slate.com/technology/2024/10/wordpress-wpengine-matt...
- https://bullenweg.org/ (formerly bullenweg.com: https://news.ycombinator.com/item?id=41957829)
https://gist.github.com/adrienne/aea9dd7ca19c8985157d9c42f7f...
It is a chronology published as a GitHub gist.
Otherwise they will never learn. Is it more okay to do questionable things first and then later hide behind lawyer than just keeping doing it openly?
At this point I'm honestly surprised there are not criminal charges. Just blatantly stealing another business's property/storefront, and then threatening to do the same to other businesses is a shockingly brazen thing to do.
Context: WP Engine is controlled by Silver Lake, a private equity firm with $102 billion in assets under management
Somewhere between $1m and $102b you become the enemy
The "private equity" angle is a rhetorically meaningless point made by an out-of-touch bully trying to put a moralistic spin on his own greed.
I think he was threatened by WPEngine’s approach as a more popular offering than Wordpress.com and decided to go scorched-earth on them instead of trying compete on the merits of their product. He’s threatening anyone that tries to build bespoke hosting with extra tools like ACF.
Automattic doesn't own WordPress, for two reasons:
1. WordPress is a fork of b2/cafelog, developed by Michel Valdrighi, and that fork was made under GPL terms
2. WordPress does not have a contributor license agreement or other policy that would require licensing or assigning ownership of upstream contributions to Automattic in a way that would allow them to shirk their responsibilities under the GPL
They're betting on those bankrupting lawsuits never coming because the plaintiffs can't afford to front them. That's a common risk calculation made by private equity owned companies - of which Automattic is also one[0], they're owned by BlackRock.
Automattic does not have a monopoly over WordPress hosting. They bullied several of the major players in the managed WordPress space into paying trademark licensing fees. WP Engine, being exactly the kind of skinflint operation Matt accuses them of, didn't pay up, but they're absolutely going to stick around. The worst thing Matt can do is extract damages and demand a rebrand (since, well, "WP Engine" really does sound like "WordPress Engine"). He can't legally prevent anyone from hosting WordPress.
[0] Yes, every accusation really is a confession.
I'm not saying I like it, but, ethics aside (and lets not play dumb here, when do ethics drive business, unless it affects profit), I'm struggling to understand all the outrage over his actions?
When you say "likely illegal" you're trying to talk about legality without knowing about legality.
The outrage over his actions is specifically because it's likely not legal or ethical. Compare to the stuff Tim Sweeney is doing in his fight with Apple - he's done a lot of stuff that I would say is decidedly unethical, but understandable. It's also things where he's willing to pay the costs of doing it. Matt seems to fully believe this is legal, ethical, and completely justified and deserves to be lauded.
I would probably add it's hard to know if a company is acting ethically (whatever that means) or not, unless there's some kind of formal certification which does this?
This guy is just going nuts and most likely non of his actions would be looked at favourably in any legal dispute.
And if the most likely outcome of a legal dispute is loosing then that's not really a good way to try increasing revenue/profits.
On top of that if your business is founded on open source and you're behaving like this you're destroying that whole foundation - and burning the whole thing down likely won't increase and profits either
Legally, even taking the whole "copyright infringement equals theft" attitude at face value, it's not, because WordPress is GPL and GPL explicitly forbids adding new restrictive terms to the license, and also forbids combining it with more restrictively licensed code. In fact, in the past, Automattic did to Envato what they did to WP Engine specifically because Envato had taken the position that nulled plugins are infringing.
Of course, Automattic is now suing Festingervault for hosting nulled plugins, because Matt Mullenweg doesn't have principles, he has emotions.
Specifically running something as basic as register_activation_hook() means you're linking with WP-provided code.
However, some plugins are distributed with a "split license", the php that integrated with WordPress is GPLd, but JavaScript, css, other assets are under a different license. [1] I don't think this has been tested in court one way or another. Matt of course considers this heresy [2]
[0] https://www.gnu.org/licenses/gpl-faq.en.html#GPLPlugins
[1] https://www.contentpowered.com/blog/wordpress-plugins-free-g...
[2] https://ma.tt/2015/07/licenses-going-dutch/?utm_source=perpl...
Given that reimplementing an API for interoperability is at least sometimes not a violation of copyright (see, e.g., Oracle v. Google), using a datastructure defined in a piece of software providing a plugin API to interoperate with it cannot make the resulting software exist only as a combination with the software providing the API, since it relies only on some software providing the same API, not necessarily the particular software that originally provided the API.
While there are some cases in which two GPL programs could be said to live in the same address space[1] (or PHP interpreter), WordPress plugins are very much designed to integrate with WordPress and modify its behavior. From a copyright perspective, that smells awfully like a derivative work, and thus all the usual GPL licensing language and copyleft would apply here. Ergo, I'm writing these opinions under the assumption that WordPress plugins have to also be GPL.
[0] For example, they consider proxying out to a separate network service to not escape the bounds of a GPL "Program".
[1] It's very rare nowadays to see separate programs live in the same address space. Classic Mac OS did this; but I don't think anyone is going to take someone to court over retrocomputing hobbyist software. Linus argues that you can have proprietary kernel modules as long as they only touch user-mode API stuff, but that's because they have a specific licensing exception that makes the UAPI outside the bounds of the GPL copyleft. The web is the only place where you could have GPL Programs coexist within the same isolation boundary.
> Features
> - Millions of Users
And also states this in the sidebar: > Active installations: Fewer than 10
That seems to support the accusations that this code is simply the nulled version of ACF's paid extension.