Minor: fix typo in lang-jruby README
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/a75cd1f2 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/a75cd1f2 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/a75cd1f2 Branch: refs/heads/develop Commit: a75cd1f2da1217cde6f940f1fff70def42bcfb64 Parents: dafc7ec Author: Paul Merlin <[email protected]> Authored: Tue Jul 7 09:33:23 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Tue Jul 7 09:33:23 2015 +0200 ---------------------------------------------------------------------- libraries/lang-jruby/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/a75cd1f2/libraries/lang-jruby/README.txt ---------------------------------------------------------------------- diff --git a/libraries/lang-jruby/README.txt b/libraries/lang-jruby/README.txt index 4cb1b55..a78ec2a 100644 --- a/libraries/lang-jruby/README.txt +++ b/libraries/lang-jruby/README.txt @@ -1,5 +1,5 @@ -BeanShell is licensed under LGPL, and Apache Software Foundation +JRuby is licensed under LGPL, and Apache Software Foundation doesn't allow the use of LGPL in Apache projects. Therefor, Apache Zest had to drop this library component, but @@ -7,4 +7,4 @@ it is still available for separate download at https://github.com/Qi4j/qi4j-sdk -in the libraries/lang-beanshell directory. +in the libraries/lang-jruby directory.
