←back to thread

931 points sohzm | 1 comments | | HN request time: 0.237s | source
Show context
fargle ◴[] No.44460848[source]
looks like they fixed it: https://github.com/pickle-com/glass/commit/5c462179acface889...

let's not freak out - you can't "steal" open-source code, they used an incompatible license. that was accidentally too free.

people monetizing something you open-source isn't stealing.

replies(10): >>44460882 #>>44460896 #>>44460900 #>>44460918 #>>44460936 #>>44460990 #>>44461518 #>>44461793 #>>44461816 #>>44461885 #
1. Alex4386 ◴[] No.44460990[source]
yes, but sublicensing to even permissive ("free-er") license (GPLv3+ to Apache2.0) is a violation of license.

GPL is supposed to viral, if you are using project adopted that, you are taking the risk with it. If you are just changing the license and took the code, that's wrong and need to get an attention. If anyone could go just yoink and relicense the GPL code to other permissive license was "legal", the https://gpl-violations.org wouldn't exist in the first place (i.e. you can just take the linux kernel code and rename it something like "mynux", redistribute in bsd-3 clause and "don't distribute the derivative part").