Masafumi Yokoyama
null+****@clear*****
Sun Jul 27 18:58:11 JST 2014
Masafumi Yokoyama 2014-07-27 18:58:11 +0900 (Sun, 27 Jul 2014) New Revision: 03cc2aae01af4197958fa9b09389a38a4fa7f055 https://github.com/droonga/droonga-engine/commit/03cc2aae01af4197958fa9b09389a38a4fa7f055 Merged 96ab4ed: Merge pull request #2 from myokoym/update-fsf-address Message: Update FSF address Modified files: test/command/run-test.rb test/performance/run-test.rb test/unit/catalog/test_collection_volume.rb test/unit/catalog/test_dataset.rb test/unit/catalog/test_schema.rb test/unit/catalog/test_single_volume.rb test/unit/catalog/test_slice.rb test/unit/catalog/test_version1.rb test/unit/catalog/test_version2.rb test/unit/catalog/test_version2_validator.rb test/unit/catalog/test_volume_collection.rb test/unit/helper.rb test/unit/helper/distributed_search_planner_helper.rb test/unit/helper/fixture.rb test/unit/helper/plugin_helper.rb test/unit/helper/sandbox.rb test/unit/helper/stub_worker.rb test/unit/helper/watch_helper.rb test/unit/plugins/crud/test_add.rb test/unit/plugins/groonga/select/test_adapter_input.rb test/unit/plugins/groonga/select/test_adapter_output.rb test/unit/plugins/groonga/test_column_create.rb test/unit/plugins/groonga/test_column_list.rb test/unit/plugins/groonga/test_column_remove.rb test/unit/plugins/groonga/test_column_rename.rb test/unit/plugins/groonga/test_delete.rb test/unit/plugins/groonga/test_table_create.rb test/unit/plugins/groonga/test_table_list.rb test/unit/plugins/groonga/test_table_remove.rb test/unit/plugins/search/planner/test_basic.rb test/unit/plugins/search/planner/test_group_by.rb test/unit/plugins/search/planner/test_output.rb test/unit/plugins/search/planner/test_sort_by.rb test/unit/plugins/search/test_collector.rb test/unit/plugins/search/test_handler.rb test/unit/plugins/search/test_planner.rb test/unit/plugins/system/test_status.rb test/unit/plugins/test_basic.rb test/unit/plugins/test_groonga.rb test/unit/plugins/test_watch.rb test/unit/run-test.rb test/unit/test_address.rb test/unit/test_catalog_generator.rb test/unit/test_line_buffer.rb test/unit/test_message_matcher.rb test/unit/test_schema_applier.rb test/unit/test_sweeper.rb test/unit/test_watch_schema.rb test/unit/test_watcher.rb Modified: test/command/run-test.rb (+1 -1) =================================================================== --- test/command/run-test.rb 2014-07-27 18:58:07 +0900 (8b79873) +++ test/command/run-test.rb 2014-07-27 18:58:11 +0900 (84dcae0) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "rbconfig" require "fileutils" Modified: test/performance/run-test.rb (+1 -1) =================================================================== --- test/performance/run-test.rb 2014-07-27 18:58:07 +0900 (399155b) +++ test/performance/run-test.rb 2014-07-27 18:58:11 +0900 (646ce0a) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "rbconfig" require "fileutils" Modified: test/unit/catalog/test_collection_volume.rb (+1 -1) =================================================================== --- test/unit/catalog/test_collection_volume.rb 2014-07-27 18:58:07 +0900 (d9cc651) +++ test/unit/catalog/test_collection_volume.rb 2014-07-27 18:58:11 +0900 (346dd86) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/dataset" Modified: test/unit/catalog/test_dataset.rb (+1 -1) =================================================================== --- test/unit/catalog/test_dataset.rb 2014-07-27 18:58:07 +0900 (1cab117) +++ test/unit/catalog/test_dataset.rb 2014-07-27 18:58:11 +0900 (d4476b6) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/dataset" Modified: test/unit/catalog/test_schema.rb (+1 -1) =================================================================== --- test/unit/catalog/test_schema.rb 2014-07-27 18:58:07 +0900 (df12796) +++ test/unit/catalog/test_schema.rb 2014-07-27 18:58:11 +0900 (09a9459) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/schema" Modified: test/unit/catalog/test_single_volume.rb (+1 -1) =================================================================== --- test/unit/catalog/test_single_volume.rb 2014-07-27 18:58:07 +0900 (9306d1e) +++ test/unit/catalog/test_single_volume.rb 2014-07-27 18:58:11 +0900 (118b379) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/single_volume" Modified: test/unit/catalog/test_slice.rb (+1 -1) =================================================================== --- test/unit/catalog/test_slice.rb 2014-07-27 18:58:07 +0900 (6745eff) +++ test/unit/catalog/test_slice.rb 2014-07-27 18:58:11 +0900 (d02897b) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/dataset" Modified: test/unit/catalog/test_version1.rb (+1 -1) =================================================================== --- test/unit/catalog/test_version1.rb 2014-07-27 18:58:07 +0900 (7db505c) +++ test/unit/catalog/test_version1.rb 2014-07-27 18:58:11 +0900 (052d231) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/version1" Modified: test/unit/catalog/test_version2.rb (+1 -1) =================================================================== --- test/unit/catalog/test_version2.rb 2014-07-27 18:58:07 +0900 (9f2e35a) +++ test/unit/catalog/test_version2.rb 2014-07-27 18:58:11 +0900 (7316473) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/version2" Modified: test/unit/catalog/test_version2_validator.rb (+1 -1) =================================================================== --- test/unit/catalog/test_version2_validator.rb 2014-07-27 18:58:07 +0900 (cdbda68) +++ test/unit/catalog/test_version2_validator.rb 2014-07-27 18:58:11 +0900 (945f549) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/version2_validator" Modified: test/unit/catalog/test_volume_collection.rb (+1 -1) =================================================================== --- test/unit/catalog/test_volume_collection.rb 2014-07-27 18:58:07 +0900 (edd55a5) +++ test/unit/catalog/test_volume_collection.rb 2014-07-27 18:58:11 +0900 (93f9bd4) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog/volume_collection" Modified: test/unit/helper.rb (+1 -1) =================================================================== --- test/unit/helper.rb 2014-07-27 18:58:07 +0900 (24e63f5) +++ test/unit/helper.rb 2014-07-27 18:58:11 +0900 (0055dd9) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/test" Modified: test/unit/helper/distributed_search_planner_helper.rb (+1 -1) =================================================================== --- test/unit/helper/distributed_search_planner_helper.rb 2014-07-27 18:58:07 +0900 (fcd96f1) +++ test/unit/helper/distributed_search_planner_helper.rb 2014-07-27 18:58:11 +0900 (2daa82c) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/search/distributed_search_planner" Modified: test/unit/helper/fixture.rb (+1 -1) =================================================================== --- test/unit/helper/fixture.rb 2014-07-27 18:58:07 +0900 (931bf05) +++ test/unit/helper/fixture.rb 2014-07-27 18:58:11 +0900 (c50ef17) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Fixture def fixture_directory Modified: test/unit/helper/plugin_helper.rb (+1 -1) =================================================================== --- test/unit/helper/plugin_helper.rb 2014-07-27 18:58:07 +0900 (0f7fd0b) +++ test/unit/helper/plugin_helper.rb 2014-07-27 18:58:11 +0900 (3259992) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module PluginHelper def setup_plugin(plugin_class) Modified: test/unit/helper/sandbox.rb (+1 -1) =================================================================== --- test/unit/helper/sandbox.rb 2014-07-27 18:58:07 +0900 (a8cf8e9) +++ test/unit/helper/sandbox.rb 2014-07-27 18:58:11 +0900 (47c2bde) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Sandbox class << self Modified: test/unit/helper/stub_worker.rb (+1 -1) =================================================================== --- test/unit/helper/stub_worker.rb 2014-07-27 18:58:07 +0900 (201c3b5) +++ test/unit/helper/stub_worker.rb 2014-07-27 18:58:11 +0900 (efe0e3d) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class StubWorker attr_reader :context, :body, :envelope Modified: test/unit/helper/watch_helper.rb (+1 -1) =================================================================== --- test/unit/helper/watch_helper.rb 2014-07-27 18:58:07 +0900 (4f84886) +++ test/unit/helper/watch_helper.rb 2014-07-27 18:58:11 +0900 (0b13115) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/watch_schema" Modified: test/unit/plugins/crud/test_add.rb (+1 -1) =================================================================== --- test/unit/plugins/crud/test_add.rb 2014-07-27 18:58:07 +0900 (a9c176c) +++ test/unit/plugins/crud/test_add.rb 2014-07-27 18:58:11 +0900 (c3f947e) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/crud" Modified: test/unit/plugins/groonga/select/test_adapter_input.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/select/test_adapter_input.rb 2014-07-27 18:58:07 +0900 (5e28943) +++ test/unit/plugins/groonga/select/test_adapter_input.rb 2014-07-27 18:58:11 +0900 (fc87875) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/groonga/select" Modified: test/unit/plugins/groonga/select/test_adapter_output.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/select/test_adapter_output.rb 2014-07-27 18:58:07 +0900 (ffdfd8a) +++ test/unit/plugins/groonga/select/test_adapter_output.rb 2014-07-27 18:58:11 +0900 (fbc9d73) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/groonga/select" Modified: test/unit/plugins/groonga/test_column_create.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_column_create.rb 2014-07-27 18:58:07 +0900 (55ceeaf) +++ test/unit/plugins/groonga/test_column_create.rb 2014-07-27 18:58:11 +0900 (92224e9) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ColumnCreateTest < GroongaHandlerTest def create_handler Modified: test/unit/plugins/groonga/test_column_list.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_column_list.rb 2014-07-27 18:58:07 +0900 (e0f8aed) +++ test/unit/plugins/groonga/test_column_list.rb 2014-07-27 18:58:11 +0900 (52202b0) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ColumnListTest < GroongaHandlerTest COLUMNS_HEADER = [ Modified: test/unit/plugins/groonga/test_column_remove.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_column_remove.rb 2014-07-27 18:58:07 +0900 (f389881) +++ test/unit/plugins/groonga/test_column_remove.rb 2014-07-27 18:58:11 +0900 (f4cf807) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ColumnRemoveTest < GroongaHandlerTest def create_handler Modified: test/unit/plugins/groonga/test_column_rename.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_column_rename.rb 2014-07-27 18:58:07 +0900 (b06fbae) +++ test/unit/plugins/groonga/test_column_rename.rb 2014-07-27 18:58:11 +0900 (dc242c5) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ColumnRenameTest < GroongaHandlerTest def create_handler Modified: test/unit/plugins/groonga/test_delete.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_delete.rb 2014-07-27 18:58:07 +0900 (2bfa558) +++ test/unit/plugins/groonga/test_delete.rb 2014-07-27 18:58:11 +0900 (53b90f0) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DeleteTest < GroongaHandlerTest def create_handler Modified: test/unit/plugins/groonga/test_table_create.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_table_create.rb 2014-07-27 18:58:07 +0900 (12f39ae) +++ test/unit/plugins/groonga/test_table_create.rb 2014-07-27 18:58:11 +0900 (f4f8435) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class TableCreateTest < GroongaHandlerTest def create_handler Modified: test/unit/plugins/groonga/test_table_list.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_table_list.rb 2014-07-27 18:58:07 +0900 (dd4690f) +++ test/unit/plugins/groonga/test_table_list.rb 2014-07-27 18:58:11 +0900 (7dec83d) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class TableListTest < GroongaHandlerTest TABLES_HEADER = [ Modified: test/unit/plugins/groonga/test_table_remove.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_table_remove.rb 2014-07-27 18:58:07 +0900 (6a11653) +++ test/unit/plugins/groonga/test_table_remove.rb 2014-07-27 18:58:11 +0900 (7ee6961) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class TableRemoveTest < GroongaHandlerTest def create_handler Modified: test/unit/plugins/search/planner/test_basic.rb (+1 -1) =================================================================== --- test/unit/plugins/search/planner/test_basic.rb 2014-07-27 18:58:07 +0900 (7ed0c20) +++ test/unit/plugins/search/planner/test_basic.rb 2014-07-27 18:58:11 +0900 (64153b6) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DistributedSearchPlannerBasicTest < Test::Unit::TestCase include DistributedSearchPlannerHelper Modified: test/unit/plugins/search/planner/test_group_by.rb (+1 -1) =================================================================== --- test/unit/plugins/search/planner/test_group_by.rb 2014-07-27 18:58:07 +0900 (6620fb6) +++ test/unit/plugins/search/planner/test_group_by.rb 2014-07-27 18:58:11 +0900 (0a289ca) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DistributedSearchPlannerGroupByTest < Test::Unit::TestCase include DistributedSearchPlannerHelper Modified: test/unit/plugins/search/planner/test_output.rb (+1 -1) =================================================================== --- test/unit/plugins/search/planner/test_output.rb 2014-07-27 18:58:07 +0900 (811ed05) +++ test/unit/plugins/search/planner/test_output.rb 2014-07-27 18:58:11 +0900 (00fd258) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DistributedSearchPlannerOutputTest < Test::Unit::TestCase include DistributedSearchPlannerHelper Modified: test/unit/plugins/search/planner/test_sort_by.rb (+1 -1) =================================================================== --- test/unit/plugins/search/planner/test_sort_by.rb 2014-07-27 18:58:07 +0900 (b542032) +++ test/unit/plugins/search/planner/test_sort_by.rb 2014-07-27 18:58:11 +0900 (23a53da) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DistributedSearchPlannerSortByTest < Test::Unit::TestCase include DistributedSearchPlannerHelper Modified: test/unit/plugins/search/test_collector.rb (+1 -1) =================================================================== --- test/unit/plugins/search/test_collector.rb 2014-07-27 18:58:07 +0900 (50586bf) +++ test/unit/plugins/search/test_collector.rb 2014-07-27 18:58:11 +0900 (426aba4) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/search" Modified: test/unit/plugins/search/test_handler.rb (+1 -1) =================================================================== --- test/unit/plugins/search/test_handler.rb 2014-07-27 18:58:07 +0900 (c586b0b) +++ test/unit/plugins/search/test_handler.rb 2014-07-27 18:58:11 +0900 (269df56) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/search" Modified: test/unit/plugins/search/test_planner.rb (+1 -1) =================================================================== --- test/unit/plugins/search/test_planner.rb 2014-07-27 18:58:07 +0900 (08cd30c) +++ test/unit/plugins/search/test_planner.rb 2014-07-27 18:58:11 +0900 (e7e3bf7) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/search" Modified: test/unit/plugins/system/test_status.rb (+1 -1) =================================================================== --- test/unit/plugins/system/test_status.rb 2014-07-27 18:58:07 +0900 (5f0caa4) +++ test/unit/plugins/system/test_status.rb 2014-07-27 18:58:11 +0900 (6f304b8) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/system" Modified: test/unit/plugins/test_basic.rb (+1 -1) =================================================================== --- test/unit/plugins/test_basic.rb 2014-07-27 18:58:07 +0900 (d8f934e) +++ test/unit/plugins/test_basic.rb 2014-07-27 18:58:11 +0900 (57cc1d0) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/basic" Modified: test/unit/plugins/test_groonga.rb (+1 -1) =================================================================== --- test/unit/plugins/test_groonga.rb 2014-07-27 18:58:07 +0900 (7d5cb10) +++ test/unit/plugins/test_groonga.rb 2014-07-27 18:58:11 +0900 (2fc24ad) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/groonga" Modified: test/unit/plugins/test_watch.rb (+1 -1) =================================================================== --- test/unit/plugins/test_watch.rb 2014-07-27 18:58:07 +0900 (b0732bd) +++ test/unit/plugins/test_watch.rb 2014-07-27 18:58:11 +0900 (bfd6c6a) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/plugins/watch" Modified: test/unit/run-test.rb (+1 -1) =================================================================== --- test/unit/run-test.rb 2014-07-27 18:58:07 +0900 (3e85edc) +++ test/unit/run-test.rb 2014-07-27 18:58:11 +0900 (0edb909) @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "pathname" Modified: test/unit/test_address.rb (+1 -1) =================================================================== --- test/unit/test_address.rb 2014-07-27 18:58:07 +0900 (6f63a91) +++ test/unit/test_address.rb 2014-07-27 18:58:11 +0900 (1a1095f) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/address" Modified: test/unit/test_catalog_generator.rb (+1 -1) =================================================================== --- test/unit/test_catalog_generator.rb 2014-07-27 18:58:07 +0900 (ba98320) +++ test/unit/test_catalog_generator.rb 2014-07-27 18:58:11 +0900 (a136e7f) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/catalog_generator" Modified: test/unit/test_line_buffer.rb (+1 -1) =================================================================== --- test/unit/test_line_buffer.rb 2014-07-27 18:58:07 +0900 (bd5daca) +++ test/unit/test_line_buffer.rb 2014-07-27 18:58:11 +0900 (2789ff6) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/line_buffer" Modified: test/unit/test_message_matcher.rb (+1 -1) =================================================================== --- test/unit/test_message_matcher.rb 2014-07-27 18:58:07 +0900 (48c36cf) +++ test/unit/test_message_matcher.rb 2014-07-27 18:58:11 +0900 (a31cb5c) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/message_matcher" Modified: test/unit/test_schema_applier.rb (+1 -1) =================================================================== --- test/unit/test_schema_applier.rb 2014-07-27 18:58:07 +0900 (eb76d63) +++ test/unit/test_schema_applier.rb 2014-07-27 18:58:11 +0900 (136496b) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/schema_applier" Modified: test/unit/test_sweeper.rb (+1 -1) =================================================================== --- test/unit/test_sweeper.rb 2014-07-27 18:58:07 +0900 (98e58a5) +++ test/unit/test_sweeper.rb 2014-07-27 18:58:11 +0900 (df87c9b) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/watcher" require "droonga/sweeper" Modified: test/unit/test_watch_schema.rb (+1 -1) =================================================================== --- test/unit/test_watch_schema.rb 2014-07-27 18:58:07 +0900 (9f7c65a) +++ test/unit/test_watch_schema.rb 2014-07-27 18:58:11 +0900 (e67bbe9) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "helper" Modified: test/unit/test_watcher.rb (+1 -1) =================================================================== --- test/unit/test_watcher.rb 2014-07-27 18:58:07 +0900 (7544b0e) +++ test/unit/test_watcher.rb 2014-07-27 18:58:11 +0900 (0dabe71) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "droonga/watcher" -------------- next part -------------- HTML����������������������������... 下载