Slashdot Mirror


Popular Android ROM Accused of GPL Violation

An anonymous reader writes "A petition has recently been started to get the developer of the popular Android 'MIUI' ROM, Chinese based Xiaomi, to comply with the GPL. While Android itself is licensed under the Apache 2.0 License, and therefore does not actually require derivative works to be FOSS, the Linux kernel itself is GPL-licensed and needs to remain open. Unless Xiaomi intends to develop a replacement for the Linux kernel, they need to make their modifications public."

1 of 197 comments (clear)

  1. Re:Fundamental Misunderstanding of GPL by Qubit · · Score: 5, Informative

    GPL does NOT, I repeat, does NOT require PUBLIC release of derivative works. It only requires disclosure to the actual users of the software.

    It is perfectly legal to create a derivative work of a GPL work and release the source code to the product users under NDA, forbidding public disclosure.

    Let's look at the FAQ for the GPL...

    Does The GPL Allow NDA?

    Does the GPL allow me to distribute copies under a nondisclosure agreement?

    No. The GPL says that anyone who receives a copy from you has the right to redistribute copies, modified or not. You are not allowed to distribute the work on any more restrictive basis. If someone asks you to sign an NDA for receiving GPL-covered software copyrighted by the FSF, please inform us immediately by writing to license-violation@fsf.org. If the violation involves GPL-covered code that has some other copyright holder, please inform that copyright holder, just as you would for any other kind of violation of the GPL.

    --

    coding is life /* the rest is */