summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-20 15:48:36 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-20 15:48:36 -0600
commitde81b1fcd22b29b152f921f23faab759c79da7e1 (patch)
tree4cc7e0c2d9bde7f1c739fda71bec6491b381b6d2 /README
parent7852c0a1970b67c22b7b7bfeb29095bcc21ca12f (diff)
downloadyajl-de81b1fcd22b29b152f921f23faab759c79da7e1.tar.gz
yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 93b3a1a..3f434b9 100644
--- a/README
+++ b/README
@@ -21,9 +21,10 @@ of the more important aspects of YAJL.
## YAJL is Free.
-BSD licensing means you can use it in open source and commercial products
-alike. My request beyond the licensing is that if you find bugs drop
-me a email, or better yet, fork me on git and fix it!
+Permissive licensing means you can use it in open source and
+commercial products alike without any fees. My request beyond the
+licensing is that if you find bugs drop me a email, or better yet,
+fork and fix.
Porting YAJL should be trivial, the implementation is ANSI C. If you
port to new systems I'd love to hear of it and integrate your patches.