diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-22 15:58:53 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-22 15:58:53 (EST) |
commit | dc6adcd2880eee7c0bbd1a16f851ea4c7f951f5b (patch) | |
tree | 920c3307e3b9d16bbfd4b5fb77e805c4cb640f6e /site/index.php | |
parent | d98e54c30906ed0922b882e1335b5040f5061d89 (diff) | |
download | libreboot.org-dc6adcd2880eee7c0bbd1a16f851ea4c7f951f5b.zip libreboot.org-dc6adcd2880eee7c0bbd1a16f851ea4c7f951f5b.tar.gz libreboot.org-dc6adcd2880eee7c0bbd1a16f851ea4c7f951f5b.tar.bz2 |
home page: say free (as in freedom) instead of free (libre)
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index b000f5c..0d1bd87 100644 --- a/site/index.php +++ b/site/index.php @@ -39,7 +39,7 @@ </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> - Libreboot is <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, + Libreboot is <a href="https://www.fsf.org/about/what-is-free-software">free</a> (as in freedom) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, intended to replace the proprietary <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a> or <a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a> firmware. Boot firmware is the low-level software that runs when you turn your computer on, which initializes the hardware and starts a bootloader for your operating system. <a href="docs/index.html#why">Learn more</a> |