[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] use PLUGIN_LICENSE_GPL as plugin license instead of PLUGIN_LICENSE_PROPRIETARY.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:53:32 JST 2012


Kouhei Sutou	2011-11-09 09:56:12 +0900 (Wed, 09 Nov 2011)

  New Revision: 037d6621e8f1ff6173c162a7ce527cda232253ec
  https://github.com/mroonga/mroonga/commit/037d6621e8f1ff6173c162a7ce527cda232253ec

  Log:
    use PLUGIN_LICENSE_GPL as plugin license instead of PLUGIN_LICENSE_PROPRIETARY.
    
    Groonga storage engine is released under the LGPL v2 or later but it uses
    MySQL that is licensed under GPL v2 only. So users will use groonga storage
    engine as GPL v2.
    
    Suggested by Kazuhiko. Thanks!!!

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc    2011-11-08 18:53:18 +0900 (56c6cc9)
+++ ha_mroonga.cc    2011-11-09 09:56:12 +0900 (53719e0)
@@ -388,7 +388,7 @@ struct st_mysql_plugin i_s_groonga_stats =
   "groonga_stats",
   plugin_author,
   "Statistics for groonga",
-  0,
+  PLUGIN_LICENSE_GPL,
   i_s_groonga_stats_init,
   i_s_groonga_stats_deinit,
   0x0001,
@@ -1115,7 +1115,7 @@ mysql_declare_plugin(mroonga)
   "groonga",
   "Tetsuro IKEDA",
   "Fulltext search, column base",
-  0,
+  PLUGIN_LICENSE_GPL,
   mrn_init,
   mrn_deinit,
   MRN_VERSION_IN_HEX,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index