logoalt Hacker News

jakelazarofflast Monday at 3:21 PM5 repliesview on HN

> With the AGPL, Bear's competition can offer the software as as service if they publish the source code they are deploying.

Technically true, but in practice almost every tech company forbids GPL code. I bet if you re-read your employment contract closely you'll find that you agreed not to introduce any GPL code into the company's codebases.

(Edited for clarity).


Replies

josephcsiblelast Monday at 3:39 PM

This can't possibly be true, since the Linux kernel's code is GPL and approximately every tech company uses Linux.

show 1 reply
pmontralast Monday at 5:11 PM

Note that this is about source code, not binaries, or nobody would be working with docker (and more.)

Of course a company must forbid copy/paste of GPL code, because that would GPL the codebase and that's hardly what they want. But one should ask the Legal office (and/or other offices) about adding any MIT, BSD or proprietary library: credit must be given (how?), licenses must be available and compatible with the way the software is distributed. There are so many licenses out there, everything should be vetted.

show 1 reply
ahartmetzlast Monday at 3:40 PM

I'm self-employed in Germany, and when I was employed, what was in the contract went more in the other direction: it was explicitly allowed to contribute to FOSS projects. Of course, it still would not have been OK to randomly add GPL software to a closed source customer project. If anyone had been stupid (uneducated, really) enough, somebody else on the same project would have noticed.

show 1 reply
jefftklast Monday at 10:50 PM

I was at a FANG until 2022, and we were allowed to introduce GPL code into the monorepo. There were policies on how to do it correctly, but definitely not prohibited.

(AGPL, however, was nearly impossible to get permission to use)

account42yesterday at 10:49 AM

Companies not wanting GPL code in code bases they want to keep proprietary should not be surprising to anyone. I fail to see how that is relevant to the comment you are replying though.

Some companies subscribe to FUD (aka lawyers covering their ass) and forbid use of AGPL, GPL and sometimes even LGPL software outright even though they allow proprietary sofware that has even more restrictions, but the big elephant in the room that is usually cited for these open source to "proprietary but we still want the publicity of open source" license changes (AWS) is not one of those companies that put fear over profit.

show 1 reply