GitHub Takes Down Rockchip MPP Repository After FFmpeg Copyright Claim
https://linuxiac.com/github-takes-down-rockchip-mpp-repository-after-ffmpeg-copyright-claim/
https://linuxiac.com/github-takes-down-rockchip-mpp-repository-after-ffmpeg-copyright-claim/
14 Comments
CaptainBasculin@lemmy.bascul.in · 69 pts · 231d
How do you even manage to break LGPL lmao all it asks for is attribution, which is like a few line changes on your LICENSE file.
otter@lemmy.ca · 101 pts · 231d
Relevant bit
avidamoeba@lemmy.ca · 16 pts · 230d
Sounds like something they should easily be able to comply with. If the relevant ticket in their internal issue tracker is given priority. 😅
michaelmrose@lemmy.world · 7 pts · 230d
Maybe. They cut and pasted the other guys stuff who knows what other stuff is there
Goodlucksil@lemmy.dbzer0.com · 24 pts · 231d
They're Chinese, they ain't bothering to read and change the License (especially if they don't have many english-speaking devs)
michaelmrose@lemmy.world · 8 pts · 230d
Cut and paste source code into your repo, which you can do, then offer the whole thing under apache which you cannot do.
markz@suppo.fi · 3 pts · 231d
I didn't look into how the code is used, but LGPL can still easily get an entire project.
punrca@piefed.world · 41 pts · 231d
Most people are unaware that even open source projects have licenses: Permissive license, Strong Copyleft, Weak Copyleft etc.
Some resources:
frongt@lemmy.zip · 18 pts · 231d
And all those licenses rely on copyright and IP law.
0x0@infosec.pub · 4 pts · 230d
And all those global faceless multicorps requiring you to agree to their 200 page eula rely on that foss licensed goodness, without ever contributing an iota back to the source.
zurohki@aussie.zone · 28 pts · 231d
I just wish each video decoder manufacturer didn't feel the need to create their own API that isn't supported by anything.
whaleross@lemmy.world · 7 pts · 230d
It feels counter productive when everyone relies on ffmpeg and there are no proprietary secrets left to protect. Just agree on an open standard that saves time and effort for all companies using it while getting tons of goodwill and positive cosmic vibes and maybe even revenue.
frongt@lemmy.zip · -14 pts · 231d
Does this accomplish anything? Was anyone actually relying on this? I'd say the company was just doing it just to publish it, but I've known developers who would certainly use the public repo as the primary copy.
Scafir@discuss.tchncs.de · 12 pts · 230d
I believe it does. Weakly reciprocal license like LGPL is not equivalent as a permissive license like Apache. I see two main things on the top of my head:
On top of this, it really should not be complicated to license this code properly (unless rockchip wants to allow point 1, which is illegal)