From bf5ebfcf4f94ab93105dda7265decea74425defb Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Tue, 6 Sep 2022 10:25:47 -0700 Subject: [PATCH] Add links https://forum.qubes-os.org/t/13035/89 --- introduction/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/faq.md b/introduction/faq.md index 049104d2..7dd5877b 100644 --- a/introduction/faq.md +++ b/introduction/faq.md @@ -27,7 +27,7 @@ There are two distinct senses of the word "free" when it comes to free software. The first senses is straightforward. Qubes OS is "free as in beer," meaning that it is provided at no cost (_gratis_), though [donations](/donate/) are greatly appreciated. -The second sense is more complicated. Qubes OS is *mostly* "free as in speech," but not entirely. All the software created by the Qubes OS Project *itself* is [free (libre) and open-source software (FOSS or FLOSS)](https://www.gnu.org/philosophy/floss-and-foss.en.html). +The second sense is more complicated. Qubes OS is *mostly* "free as in speech," but not entirely. All the software created by the Qubes OS Project *itself* is [free (or "libre")](https://www.gnu.org/philosophy/free-sw) and [open-source](https://opensource.org/docs/definition.html) software ([FOSS or FLOSS](https://www.gnu.org/philosophy/floss-and-foss.en.html)). This means that everyone is allowed to use, copy, study, and change the software in accordance with its [license](/doc/license/). It also means that the [source code](/doc/source-code/) is [publicly available](https://github.com/QubesOS/) so everyone can audit and contribute to it.