From 51c9a48c0599aa3496b6b31a9872f310d93c870f Mon Sep 17 00:00:00 2001
From: Joe Marty <joe@ownlocal.com>
Date: Tue, 12 Jun 2012 12:19:19 -0500
Subject: [PATCH] Added limitation for FreeGeoIP.net

---
 README.rdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rdoc b/README.rdoc
index c80ac2ef..c38bf490 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -342,7 +342,7 @@ SSL support:: no
 Languages:: English
 Documentation:: http://github.com/fiorix/freegeoip/blob/master/README.rst
 Terms of Service:: ?
-Limitations:: ?
+Limitations:: 1000 requests per hour.  After reaching the hourly quota, all of your requests will result in HTTP 403 (Forbidden) until it clears up on the next roll over.
 
 
 == Caching
-- 
GitLab