summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-01-27 10:49:03 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-27 10:49:03 -0800
commit0d76c6e13b55f1be566344d40c453a127f081f80 (patch)
treec316297968c61cd3f41d2e3dde3ea0db9331a43a /README.md
parent05d80b836cf5846841f13477e43dc7ec348f7718 (diff)
downloadffi-yajl-0d76c6e13b55f1be566344d40c453a127f081f80.tar.gz
add note about license
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a60a3f..a144335 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.md) file in this project.
+