From e18dd13af9f0b87089dbd250d202c54dfded8502 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sun, 5 Jun 2016 08:01:51 -0600
Subject: [PATCH] Update why_free_software.md

---
 src/introduction/why_free_software.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/introduction/why_free_software.md b/src/introduction/why_free_software.md
index 239dd93..73faa87 100644
--- a/src/introduction/why_free_software.md
+++ b/src/introduction/why_free_software.md
@@ -13,7 +13,7 @@ Redox OS is predominately MIT X11-style licensed, including all software, docume
 - GNU Unifont, which is GPLv2
 - Fira font, which is SIL Open Font License 1.1
 - Oxygen icons from KDE, which are LGPLv3
-- Newlib C library, which is GPLv2
+- Newlib C library, [which is a number of free software licenses, mostly BSD](https://github.com/bminor/newlib/blob/master/COPYING.NEWLIB)
 - NASM, which is BSD 2-clause
 
 The MIT X11-style license has the following properties:
-- 
GitLab