summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-01-27 10:52:09 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-27 10:52:09 -0800
commitb81ebe748851674c486a5554a154e2f07f5be954 (patch)
tree52cc29c839241edccdfc1a4883a35051a57eacce
parent05d80b836cf5846841f13477e43dc7ec348f7718 (diff)
parentc6ec0e14bb26fc05f48cb963ae830ea20293c841 (diff)
downloadffi-yajl-b81ebe748851674c486a5554a154e2f07f5be954.tar.gz
Merge pull request #40 from chef/lcg/license
add note about license
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a60a3f..4044b72 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,9 @@ pulled in from brianmario's existing yajl-ruby gem, particularly all the c exten
process of writing this would have been much more difficult without being able to draw heavily from already solved problems in
yajl-ruby.
+## License
+
+Given that this draws heavily from the yajl-ruby sources, and could be considered a derivative work, the MIT License from that
+project has been preserved and this source code has deliberately not been dual licensed under Chef's typical Apache License.
+See the [LICENSE](https://github.com/chef/ffi-yajl/blob/master/LICENSE) file in this project.
+