diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. + |