From 87a9a150447ab42e5942e89b3616c6cc07d09866 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 11 Jun 2010 13:38:18 +0000 Subject: * README: add a note about linking a library whose license is not compatible with Ruby License. [ruby-core:30662] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ README | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a0c42c6889..76fd6a3036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 11 22:36:25 2010 Yusuke Endoh + + * README: add a note about linking a library whose license is not + compatible with Ruby License. [ruby-core:30662] + Sun Jun 6 19:55:21 2010 Tanaka Akira * array.c (rb_ary_product): clear uninitialized elements in temporary diff --git a/README b/README index 3d2e636e4d..4a032c4308 100644 --- a/README +++ b/README @@ -120,6 +120,10 @@ This is what you need to do to compile and install Ruby: If you fail to compile ruby, please send the detailed error report with the error log and machine/OS type, to help others. +DO NOT LINK Ruby WITH A LIBRARY WHOSE LICENSE IS NOT COMPATIBLE WITH Ruby +License (see COPYING). +For example, currently you cannot link with readline6, which is under GPLv3. + * Copying -- cgit v1.2.3