aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-01-04 16:33:15 -0600
committerPaul Hawke <paul.hawke@gmail.com>2013-01-04 16:33:15 -0600
commitd79e15a4ead013fe2de254216fddde7f976510d4 (patch)
tree7d44a7a6829e98b6946fcc7e6092a4a97b657d45 /README.md
parent269baff79590de5abd70e8e05bf46547e4a28ee6 (diff)
downloadnanohttpd-d79e15a4ead013fe2de254216fddde7f976510d4.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2d9ab4d..81a9850 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
NanoHTTPD
=========
-Tiny, easily embeddable HTTP server in Java.
+Fork of the original tiny, easily embeddable HTTP server in Java. Whereas the original
+was written and maintained at the JDK 1.1 this fork aims to bring the code up to JDK 5
+(Generics, Map/List vs Hashtable/Vector, Iterator vs Enumerator, etc).
+
Modified BSD licence.
-Project website is at: http://iki.fi/elonen/code/nanohttpd/
+Original Project website is at: http://iki.fi/elonen/code/nanohttpd/