diff --git a/static/faq.html b/static/faq.html index 5285a47d..c21a197b 100644 --- a/static/faq.html +++ b/static/faq.html @@ -869,6 +869,14 @@

GrapheneOS is focused on making meaningful improvements to privacy and security, and bundling assorted apps into the OS is not only usually outside of that focus but often counter to it.

+ +

In some cases, licensing is also an issue. GrapheneOS is permissively licensed and + is usable for building devices with an immutable root of trust. GPLv3 is deliberately + incompatible with these kinds of locked down devices, unlike GPLv2 code such as the + Linux kernel. This means GrapheneOS can't include GPLv3 code without forbidding use + cases we want to support. GPLv3 is no problem for our own usage, but we don't want to + forbid using GrapheneOS as a replacement for the Android Open Source Project in locked + down devices.