[前][次][番号順一覧][スレッド一覧]

ruby-changes:16306

From: mame <ko1@a...>
Date: Fri, 11 Jun 2010 22:49:23 +0900 (JST)
Subject: [ruby-changes:16306] Ruby:r28278 (ruby_1_9_2): * README: add a note about linking a library whose license is not

mame	2010-06-11 22:38:18 +0900 (Fri, 11 Jun 2010)

  New Revision: 28278

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28278

  Log:
    * README: add a note about linking a library whose license is not
      compatible with Ruby License.  [ruby-core:30662]

  Modified files:
    branches/ruby_1_9_2/ChangeLog
    branches/ruby_1_9_2/README

Index: ruby_1_9_2/ChangeLog
===================================================================
--- ruby_1_9_2/ChangeLog	(revision 28277)
+++ ruby_1_9_2/ChangeLog	(revision 28278)
@@ -1,3 +1,8 @@
+Fri Jun 11 22:36:25 2010  Yusuke Endoh  <mame@t...>
+
+	* 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  <akr@f...>
 
 	* array.c (rb_ary_product): clear uninitialized elements in temporary
Index: ruby_1_9_2/README
===================================================================
--- ruby_1_9_2/README	(revision 28277)
+++ ruby_1_9_2/README	(revision 28278)
@@ -120,7 +120,11 @@
 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
 
 See the file COPYING.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]