diff options
| -rw-r--r-- | content/learn/_index.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/content/learn/_index.md b/content/learn/_index.md index 1d953ba..8775d5e 100644 --- a/content/learn/_index.md +++ b/content/learn/_index.md @@ -57,10 +57,11 @@ You can learn more about Open Source at ## What is "source available" software? "Source available" software refers to any software for which the source code is -available, but which does not uphold the four freedoms. It might limit +available, which may or may not uphold the four freedoms. It might limit commercial use, restrict redistribution, prevent the user from modifying the -software, and so on. Source available software is non-free. +software, and so on. All free and open source software is source available, but +not all source available software is free software. {{< tip "warning" >}} -All source available software is non-free. +"Source available" software is often non-free. {{< /tip >}} |
