From 08fb9e04373ca78787e769e6e0910ac3736da865 Mon Sep 17 00:00:00 2001
From: Shane Becker
Date: Mon, 15 Jul 2013 17:47:32 -0700
Subject: [PATCH] Added WordPress to list of GPL repos on homepage.
WordPress is a very popular, very public facing open source project that uses GPL.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 1ac0cc3..2c5ee54 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
The GPL (V2 or V3) is a copyleft license that requires others who modify your code to disclose their changes if they redistribute it in source or binary form. V3 is similar to V2, but further restricts use in hardware that forbids software alterations.
- Linux and Git use the GPL.
+ Linux, Git and WordPress use the GPL.