Earlier quoted context omitted.
I had a senior dev at a past job who did this constantly. And when it was found out how much he actually stole, our entire team was laid off and replaced by the company that did the audit. He just refused to believe that software licenses were real. That and I dont think he could actually code anything from scratch without stealing large swaths of code from open source repositories.
Copy/paste without attribution to license or permission is more blatant.
TikTok streaming software is an illegal fork of OBS
241–250 of 543 posts
Re: TikTok streaming software is an illegal fork of OBS
#242Earlier quoted context omitted.
I had a senior dev at a past job who did this constantly. And when it was found out how much he actually stole, our entire team was laid off and replaced by the company that did the audit. He just refused to believe that software licenses were real. That and I dont think he could actually code anything from scratch without stealing large swaths of code from open source repositories.
> I had a "senior" dev... Ftfy.
Re: TikTok streaming software is an illegal fork of OBS
#243Earlier quoted context omitted.
In Europe being an engineer has civil accountability on issues. You can be fined really high if you hire a self-called engineer without a proper degree. Or at least decades of alleged experience in the field.
Well, yes, this applies to engineering. But not to software engineering. Personally, I like „software engineering“ as it is — being a free profession where talent counts more than a degree.
Re: TikTok streaming software is an illegal fork of OBS
#244Earlier quoted context omitted.
How do you think companies end up violating GPL. Maybe sometimes it's a heartless executive, but a lot of enterprise software devs are completely unconcerned with licenses. If they can get their hands on it, the license doesn't matter.
In all the enterprise companies I worked for we are drilled with required learning and assessments which often include training on software licenses. The aim of these training is devs to keep an eye for license and defer to someone higher up if in doubt. These processes are manual and catch only so much. In companies with mature software processes there is always tooling that will block a release if it finds unaccept…
Re: TikTok streaming software is an illegal fork of OBS
#245I think it's useful for developers to have a rough mental model of how open source licensing works, as it's not that complicated yet affects what you can legally do, both as a user of open source software as well as as a contributor. Coincidentally I recently did a Twitter thread on it, in case anyone's interested. I know not everyone like the medium, but at least it's also posted on Mastodon, so there's that: https:…
TikTok probably tought that OBS was licensed under the WTFPL ;)
Re: TikTok streaming software is an illegal fork of OBS
#246People are misunderstanding this and claiming it's not problematic. Ben Torrell (an OBS developer) notes later in the thread that there is indeed GPL code compiled into TikTok's executables; since source is not available and they have not got another license, it is unlicensed and hence illegal.
People are misunderstanding this and claiming it's not problematic because the tweet in the HN link is idiocy. They show one URL in one installer script with an obsproject.com domain and conclude, from the presence of that URL alone, that the entire project is a whole cloth copy of OBS. That URL is nothing but a 302 redirect to the directx runtime at https://www.microsoft.com/en-us/Download/confirmation.aspx?i... The…
Re: TikTok streaming software is an illegal fork of OBS
#247Earlier quoted context omitted.
There are subtleties not captured by this quick overview which are not fully understood by (in my experience) the vast majority of programmers: https://choosealicense.com/licenses/ If your project is going to be "real" (e.g., not some personal throwaway), you really need a lawyer if you are including anything other than MIT. Even Apache can be problematic when it comes to patenting.
What about BSD?
Re: TikTok streaming software is an illegal fork of OBS
#248Earlier quoted context omitted.
> I had a "senior" dev... Ftfy.
His resumé seemed to back up his claim. Not sure if it was real, though. HR called every one of my past employers and my references, so I figured they would have followed up on his, too.
Re: TikTok streaming software is an illegal fork of OBS
#249Earlier quoted context omitted.
Not complying with an open source license can be enforced as copyright infringement rather than a contractual dispute.
Please cite an example. Most countries' copyright law tips civil license agreement disputes back into the civil courts, not criminal, with relatively few exceptions.
Neo4j used GPL by the way.
https://www.finnegan.com/en/insights/articles/open-source-so...
Re: TikTok streaming software is an illegal fork of OBS
#250Earlier quoted context omitted.
Not a lawyer but seems like source projects would have a hard time showing damages since they don’t charge for the software.
I don't believe you need to demonstrate specific damages for a copyright infringement case in the US. You only need to demonstrate two facts: that you are the legitimate holder of the copyright, and that the other party did in fact infringe.