[Groonga-commit] droonga/droonga-engine at 5fa9ba8 [master] Update FSF address

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sun Jul 27 18:58:03 JST 2014


Masafumi Yokoyama	2014-07-27 18:58:03 +0900 (Sun, 27 Jul 2014)

  New Revision: 5fa9ba8a4c71faf17b2d4ec9bb4932f5b07e5785
  https://github.com/droonga/droonga-engine/commit/5fa9ba8a4c71faf17b2d4ec9bb4932f5b07e5785

  Merged 96ab4ed: Merge pull request #2 from myokoym/update-fsf-address

  Message:
    Update FSF address

  Modified files:
    lib/droonga/adapter.rb
    lib/droonga/adapter_runner.rb
    lib/droonga/address.rb
    lib/droonga/buffered_tcp_socket.rb
    lib/droonga/catalog/base.rb
    lib/droonga/catalog/collection_volume.rb
    lib/droonga/catalog/dataset.rb
    lib/droonga/catalog/errors.rb
    lib/droonga/catalog/schema.rb
    lib/droonga/catalog/single_volume.rb
    lib/droonga/catalog/slice.rb
    lib/droonga/catalog/version1.rb
    lib/droonga/catalog/version2.rb
    lib/droonga/catalog/version2_validator.rb
    lib/droonga/catalog/volume.rb
    lib/droonga/catalog/volume_collection.rb
    lib/droonga/catalog_generator.rb
    lib/droonga/catalog_loader.rb
    lib/droonga/collector.rb
    lib/droonga/collector_message.rb
    lib/droonga/collector_runner.rb
    lib/droonga/collectors.rb
    lib/droonga/collectors/and.rb
    lib/droonga/collectors/or.rb
    lib/droonga/collectors/sum.rb
    lib/droonga/command/droonga_engine.rb
    lib/droonga/command/droonga_engine_service.rb
    lib/droonga/command/droonga_engine_worker.rb
    lib/droonga/command/serf_event_handler.rb
    lib/droonga/data_absorber.rb
    lib/droonga/dispatcher.rb
    lib/droonga/distributed_command_planner.rb
    lib/droonga/distributor.rb
    lib/droonga/engine.rb
    lib/droonga/engine/version.rb
    lib/droonga/engine_state.rb
    lib/droonga/error.rb
    lib/droonga/error_messages.rb
    lib/droonga/event_loop.rb
    lib/droonga/farm.rb
    lib/droonga/file_observer.rb
    lib/droonga/fluent_message_receiver.rb
    lib/droonga/fluent_message_sender.rb
    lib/droonga/forwarder.rb
    lib/droonga/handler.rb
    lib/droonga/handler_message.rb
    lib/droonga/handler_messenger.rb
    lib/droonga/handler_runner.rb
    lib/droonga/input_message.rb
    lib/droonga/internal_fluent_message_receiver.rb
    lib/droonga/job_protocol.rb
    lib/droonga/job_pusher.rb
    lib/droonga/job_receiver.rb
    lib/droonga/line_buffer.rb
    lib/droonga/live_nodes_list_loader.rb
    lib/droonga/loggable.rb
    lib/droonga/logger.rb
    lib/droonga/message_matcher.rb
    lib/droonga/output_message.rb
    lib/droonga/path.rb
    lib/droonga/planner.rb
    lib/droonga/pluggable.rb
    lib/droonga/plugin.rb
    lib/droonga/plugin/metadata/adapter_input_message.rb
    lib/droonga/plugin/metadata/adapter_output_message.rb
    lib/droonga/plugin/metadata/collector_message.rb
    lib/droonga/plugin/metadata/handler_action.rb
    lib/droonga/plugin/metadata/input_message.rb
    lib/droonga/plugin_loader.rb
    lib/droonga/plugin_registry.rb
    lib/droonga/plugins/basic.rb
    lib/droonga/plugins/crud.rb
    lib/droonga/plugins/dump.rb
    lib/droonga/plugins/error.rb
    lib/droonga/plugins/groonga.rb
    lib/droonga/plugins/groonga/column_create.rb
    lib/droonga/plugins/groonga/column_list.rb
    lib/droonga/plugins/groonga/column_remove.rb
    lib/droonga/plugins/groonga/column_rename.rb
    lib/droonga/plugins/groonga/delete.rb
    lib/droonga/plugins/groonga/generic_command.rb
    lib/droonga/plugins/groonga/generic_response.rb
    lib/droonga/plugins/groonga/select.rb
    lib/droonga/plugins/groonga/table_create.rb
    lib/droonga/plugins/groonga/table_list.rb
    lib/droonga/plugins/groonga/table_remove.rb
    lib/droonga/plugins/search.rb
    lib/droonga/plugins/search/distributed_search_planner.rb
    lib/droonga/plugins/system.rb
    lib/droonga/plugins/watch.rb
    lib/droonga/process_control_protocol.rb
    lib/droonga/process_supervisor.rb
    lib/droonga/processor.rb
    lib/droonga/reducer.rb
    lib/droonga/replier.rb
    lib/droonga/safe_file_writer.rb
    lib/droonga/schema_applier.rb
    lib/droonga/searcher.rb
    lib/droonga/searcher/mecab_filter.rb
    lib/droonga/serf.rb
    lib/droonga/serf_downloader.rb
    lib/droonga/session.rb
    lib/droonga/single_step.rb
    lib/droonga/single_step_definition.rb
    lib/droonga/slice.rb
    lib/droonga/status_code.rb
    lib/droonga/step_runner.rb
    lib/droonga/supervisor.rb
    lib/droonga/sweeper.rb
    lib/droonga/test.rb
    lib/droonga/test/stub_handler.rb
    lib/droonga/test/stub_handler_message.rb
    lib/droonga/test/stub_handler_messenger.rb
    lib/droonga/test/stub_planner.rb
    lib/droonga/watch_schema.rb
    lib/droonga/watcher.rb
    lib/droonga/worker_process_agent.rb

  Modified: lib/droonga/adapter.rb (+1 -1)
===================================================================
--- lib/droonga/adapter.rb    2014-07-27 18:57:59 +0900 (c14b9d2)
+++ lib/droonga/adapter.rb    2014-07-27 18:58:03 +0900 (7ec8c02)
@@ -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/pluggable"
 require "droonga/loggable"

  Modified: lib/droonga/adapter_runner.rb (+1 -1)
===================================================================
--- lib/droonga/adapter_runner.rb    2014-07-27 18:57:59 +0900 (56503be)
+++ lib/droonga/adapter_runner.rb    2014-07-27 18:58:03 +0900 (814e52d)
@@ -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/loggable"
 require "droonga/message_matcher"

  Modified: lib/droonga/address.rb (+1 -1)
===================================================================
--- lib/droonga/address.rb    2014-07-27 18:57:59 +0900 (0052f0b)
+++ lib/droonga/address.rb    2014-07-27 18:58:03 +0900 (5f3b580)
@@ -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 Droonga
   class Address

  Modified: lib/droonga/buffered_tcp_socket.rb (+1 -1)
===================================================================
--- lib/droonga/buffered_tcp_socket.rb    2014-07-27 18:57:59 +0900 (478f120)
+++ lib/droonga/buffered_tcp_socket.rb    2014-07-27 18:58:03 +0900 (8a13235)
@@ -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 "coolio"
 

  Modified: lib/droonga/catalog/base.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/base.rb    2014-07-27 18:57:59 +0900 (5cb51ca)
+++ lib/droonga/catalog/base.rb    2014-07-27 18:58:03 +0900 (3072d9b)
@@ -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 "digest/sha1"
 require "zlib"

  Modified: lib/droonga/catalog/collection_volume.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/collection_volume.rb    2014-07-27 18:57:59 +0900 (9e10260)
+++ lib/droonga/catalog/collection_volume.rb    2014-07-27 18:58:03 +0900 (3f3df7d)
@@ -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 "digest/sha1"
 require "zlib"

  Modified: lib/droonga/catalog/dataset.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/dataset.rb    2014-07-27 18:57:59 +0900 (b30fa8c)
+++ lib/droonga/catalog/dataset.rb    2014-07-27 18:58:03 +0900 (7ef227c)
@@ -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"
 require "droonga/catalog/volume"

  Modified: lib/droonga/catalog/errors.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/errors.rb    2014-07-27 18:57:59 +0900 (8708292)
+++ lib/droonga/catalog/errors.rb    2014-07-27 18:58:03 +0900 (b534d96)
@@ -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/error"
 

  Modified: lib/droonga/catalog/schema.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/schema.rb    2014-07-27 18:57:59 +0900 (4ac915e)
+++ lib/droonga/catalog/schema.rb    2014-07-27 18:58:03 +0900 (8004cb1)
@@ -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 "tsort"
 

  Modified: lib/droonga/catalog/single_volume.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/single_volume.rb    2014-07-27 18:57:59 +0900 (4cebb33)
+++ lib/droonga/catalog/single_volume.rb    2014-07-27 18:58:03 +0900 (4acf433)
@@ -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: lib/droonga/catalog/slice.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/slice.rb    2014-07-27 18:57:59 +0900 (1a3b3b9)
+++ lib/droonga/catalog/slice.rb    2014-07-27 18:58:03 +0900 (d9877f4)
@@ -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 Droonga
   module Catalog

  Modified: lib/droonga/catalog/version1.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/version1.rb    2014-07-27 18:57:59 +0900 (d20601e)
+++ lib/droonga/catalog/version1.rb    2014-07-27 18:58:03 +0900 (c67c00e)
@@ -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 "English"
 

  Modified: lib/droonga/catalog/version2.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/version2.rb    2014-07-27 18:57:59 +0900 (228c878)
+++ lib/droonga/catalog/version2.rb    2014-07-27 18:58:03 +0900 (6c54aee)
@@ -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"
 require "droonga/catalog/base"

  Modified: lib/droonga/catalog/version2_validator.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/version2_validator.rb    2014-07-27 18:57:59 +0900 (2ee945d)
+++ lib/droonga/catalog/version2_validator.rb    2014-07-27 18:58:03 +0900 (4ad1a72)
@@ -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/errors"
 

  Modified: lib/droonga/catalog/volume.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/volume.rb    2014-07-27 18:57:59 +0900 (e56a096)
+++ lib/droonga/catalog/volume.rb    2014-07-27 18:58:03 +0900 (1a40ca0)
@@ -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"
 require "droonga/catalog/collection_volume"

  Modified: lib/droonga/catalog/volume_collection.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/volume_collection.rb    2014-07-27 18:57:59 +0900 (1f63772)
+++ lib/droonga/catalog/volume_collection.rb    2014-07-27 18:58:03 +0900 (eacf173)
@@ -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 Droonga
   module Catalog

  Modified: lib/droonga/catalog_generator.rb (+1 -1)
===================================================================
--- lib/droonga/catalog_generator.rb    2014-07-27 18:57:59 +0900 (9dbd850)
+++ lib/droonga/catalog_generator.rb    2014-07-27 18:58:03 +0900 (c48ee37)
@@ -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 "time"
 

  Modified: lib/droonga/catalog_loader.rb (+1 -1)
===================================================================
--- lib/droonga/catalog_loader.rb    2014-07-27 18:57:59 +0900 (f8c9416)
+++ lib/droonga/catalog_loader.rb    2014-07-27 18:58:03 +0900 (8dc6f56)
@@ -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 "json"
 

  Modified: lib/droonga/collector.rb (+1 -1)
===================================================================
--- lib/droonga/collector.rb    2014-07-27 18:57:59 +0900 (7d0e659)
+++ lib/droonga/collector.rb    2014-07-27 18:58:03 +0900 (222e79e)
@@ -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/pluggable"
 require "droonga/plugin/metadata/collector_message"

  Modified: lib/droonga/collector_message.rb (+1 -1)
===================================================================
--- lib/droonga/collector_message.rb    2014-07-27 18:57:59 +0900 (cdc4e1c)
+++ lib/droonga/collector_message.rb    2014-07-27 18:58:03 +0900 (894b909)
@@ -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 Droonga
   class CollectorMessage

  Modified: lib/droonga/collector_runner.rb (+1 -1)
===================================================================
--- lib/droonga/collector_runner.rb    2014-07-27 18:57:59 +0900 (ab9a9ac)
+++ lib/droonga/collector_runner.rb    2014-07-27 18:58:03 +0900 (21a9e25)
@@ -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/loggable"
 require "droonga/message_matcher"

  Modified: lib/droonga/collectors.rb (+1 -1)
===================================================================
--- lib/droonga/collectors.rb    2014-07-27 18:57:59 +0900 (e191ffe)
+++ lib/droonga/collectors.rb    2014-07-27 18:58:03 +0900 (4d88169)
@@ -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/collectors/and"
 require "droonga/collectors/or"

  Modified: lib/droonga/collectors/and.rb (+1 -1)
===================================================================
--- lib/droonga/collectors/and.rb    2014-07-27 18:57:59 +0900 (0c74752)
+++ lib/droonga/collectors/and.rb    2014-07-27 18:58:03 +0900 (b3e691f)
@@ -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 Droonga
   module Collectors

  Modified: lib/droonga/collectors/or.rb (+1 -1)
===================================================================
--- lib/droonga/collectors/or.rb    2014-07-27 18:57:59 +0900 (2b19115)
+++ lib/droonga/collectors/or.rb    2014-07-27 18:58:03 +0900 (7411ed6)
@@ -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 Droonga
   module Collectors

  Modified: lib/droonga/collectors/sum.rb (+1 -1)
===================================================================
--- lib/droonga/collectors/sum.rb    2014-07-27 18:57:59 +0900 (938d644)
+++ lib/droonga/collectors/sum.rb    2014-07-27 18:58:03 +0900 (1263d9e)
@@ -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 Droonga
   module Collectors

  Modified: lib/droonga/command/droonga_engine.rb (+1 -1)
===================================================================
--- lib/droonga/command/droonga_engine.rb    2014-07-27 18:57:59 +0900 (e15a0f8)
+++ lib/droonga/command/droonga_engine.rb    2014-07-27 18:58:03 +0900 (6d9afaa)
@@ -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 "optparse"
 require "socket"

  Modified: lib/droonga/command/droonga_engine_service.rb (+1 -1)
===================================================================
--- lib/droonga/command/droonga_engine_service.rb    2014-07-27 18:57:59 +0900 (e9916ca)
+++ lib/droonga/command/droonga_engine_service.rb    2014-07-27 18:58:03 +0900 (1037804)
@@ -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 "optparse"
 

  Modified: lib/droonga/command/droonga_engine_worker.rb (+1 -1)
===================================================================
--- lib/droonga/command/droonga_engine_worker.rb    2014-07-27 18:57:59 +0900 (d9d7c93)
+++ lib/droonga/command/droonga_engine_worker.rb    2014-07-27 18:58:03 +0900 (aa8d495)
@@ -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 "optparse"
 require "fileutils"

  Modified: lib/droonga/command/serf_event_handler.rb (+1 -1)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-07-27 18:57:59 +0900 (0ddf2e0)
+++ lib/droonga/command/serf_event_handler.rb    2014-07-27 18:58:03 +0900 (70131b2)
@@ -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 "json"
 

  Modified: lib/droonga/data_absorber.rb (+1 -1)
===================================================================
--- lib/droonga/data_absorber.rb    2014-07-27 18:57:59 +0900 (31d7aa0)
+++ lib/droonga/data_absorber.rb    2014-07-27 18:58:03 +0900 (db21fc8)
@@ -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 "open3"
 

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2014-07-27 18:57:59 +0900 (cbfb23f)
+++ lib/droonga/dispatcher.rb    2014-07-27 18:58:03 +0900 (e0db01b)
@@ -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 "tsort"
 

  Modified: lib/droonga/distributed_command_planner.rb (+1 -1)
===================================================================
--- lib/droonga/distributed_command_planner.rb    2014-07-27 18:57:59 +0900 (c786b8d)
+++ lib/droonga/distributed_command_planner.rb    2014-07-27 18:58:03 +0900 (a462dd3)
@@ -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
 
 module Droonga
   class DistributedCommandPlanner

  Modified: lib/droonga/distributor.rb (+1 -1)
===================================================================
--- lib/droonga/distributor.rb    2014-07-27 18:57:59 +0900 (0e42468)
+++ lib/droonga/distributor.rb    2014-07-27 18:58:03 +0900 (dd1745e)
@@ -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 "tsort"
 

  Modified: lib/droonga/engine.rb (+1 -1)
===================================================================
--- lib/droonga/engine.rb    2014-07-27 18:57:59 +0900 (420ef53)
+++ lib/droonga/engine.rb    2014-07-27 18:58:03 +0900 (fe8bdaa)
@@ -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 "time"
 require "fileutils"

  Modified: lib/droonga/engine/version.rb (+1 -1)
===================================================================
--- lib/droonga/engine/version.rb    2014-07-27 18:57:59 +0900 (128c066)
+++ lib/droonga/engine/version.rb    2014-07-27 18:58:03 +0900 (e4334c7)
@@ -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 Droonga
   class Engine

  Modified: lib/droonga/engine_state.rb (+1 -1)
===================================================================
--- lib/droonga/engine_state.rb    2014-07-27 18:57:59 +0900 (0a28f8d)
+++ lib/droonga/engine_state.rb    2014-07-27 18:58:03 +0900 (f96579a)
@@ -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 "English"
 

  Modified: lib/droonga/error.rb (+1 -1)
===================================================================
--- lib/droonga/error.rb    2014-07-27 18:57:59 +0900 (41e6f6d)
+++ lib/droonga/error.rb    2014-07-27 18:58:03 +0900 (c3e6679)
@@ -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
 
 module Droonga
   class Error < StandardError

  Modified: lib/droonga/error_messages.rb (+1 -1)
===================================================================
--- lib/droonga/error_messages.rb    2014-07-27 18:57:59 +0900 (58d355e)
+++ lib/droonga/error_messages.rb    2014-07-27 18:58:03 +0900 (6820830)
@@ -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/error"
 require "droonga/status_code"

  Modified: lib/droonga/event_loop.rb (+1 -1)
===================================================================
--- lib/droonga/event_loop.rb    2014-07-27 18:57:59 +0900 (6a87b09)
+++ lib/droonga/event_loop.rb    2014-07-27 18:58:03 +0900 (18272a1)
@@ -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 "coolio"
 

  Modified: lib/droonga/farm.rb (+1 -1)
===================================================================
--- lib/droonga/farm.rb    2014-07-27 18:57:59 +0900 (fa2f13e)
+++ lib/droonga/farm.rb    2014-07-27 18:58:03 +0900 (502fbf1)
@@ -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/slice"
 

  Modified: lib/droonga/file_observer.rb (+1 -1)
===================================================================
--- lib/droonga/file_observer.rb    2014-07-27 18:57:59 +0900 (11554d5)
+++ lib/droonga/file_observer.rb    2014-07-27 18:58:03 +0900 (b6f8fe7)
@@ -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 "coolio"
 

  Modified: lib/droonga/fluent_message_receiver.rb (+1 -1)
===================================================================
--- lib/droonga/fluent_message_receiver.rb    2014-07-27 18:57:59 +0900 (2dffadc)
+++ lib/droonga/fluent_message_receiver.rb    2014-07-27 18:58:03 +0900 (bb23adc)
@@ -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 "socket"
 

  Modified: lib/droonga/fluent_message_sender.rb (+1 -1)
===================================================================
--- lib/droonga/fluent_message_sender.rb    2014-07-27 18:57:59 +0900 (87c7261)
+++ lib/droonga/fluent_message_sender.rb    2014-07-27 18:58:03 +0900 (2212036)
@@ -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 "fileutils"
 require "thread"

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2014-07-27 18:57:59 +0900 (2742110)
+++ lib/droonga/forwarder.rb    2014-07-27 18:58:03 +0900 (ec689fa)
@@ -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/loggable"
 require "droonga/path"

  Modified: lib/droonga/handler.rb (+1 -1)
===================================================================
--- lib/droonga/handler.rb    2014-07-27 18:57:59 +0900 (90ae06a)
+++ lib/droonga/handler.rb    2014-07-27 18:58:03 +0900 (8423f3e)
@@ -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/pluggable"
 require "droonga/loggable"

  Modified: lib/droonga/handler_message.rb (+1 -1)
===================================================================
--- lib/droonga/handler_message.rb    2014-07-27 18:57:59 +0900 (188ee4b)
+++ lib/droonga/handler_message.rb    2014-07-27 18:58:03 +0900 (627d6b7)
@@ -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 Droonga
   class HandlerMessage

  Modified: lib/droonga/handler_messenger.rb (+1 -1)
===================================================================
--- lib/droonga/handler_messenger.rb    2014-07-27 18:57:59 +0900 (88a6048)
+++ lib/droonga/handler_messenger.rb    2014-07-27 18:58:03 +0900 (a25d6c5)
@@ -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/replier"
 require "droonga/forwarder"

  Modified: lib/droonga/handler_runner.rb (+1 -1)
===================================================================
--- lib/droonga/handler_runner.rb    2014-07-27 18:57:59 +0900 (9e317be)
+++ lib/droonga/handler_runner.rb    2014-07-27 18:58:03 +0900 (3ce67c6)
@@ -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 "groonga"
 

  Modified: lib/droonga/input_message.rb (+1 -1)
===================================================================
--- lib/droonga/input_message.rb    2014-07-27 18:57:59 +0900 (a9b9170)
+++ lib/droonga/input_message.rb    2014-07-27 18:58:03 +0900 (68ce228)
@@ -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
 
 module Droonga
   class InputMessage

  Modified: lib/droonga/internal_fluent_message_receiver.rb (+1 -1)
===================================================================
--- lib/droonga/internal_fluent_message_receiver.rb    2014-07-27 18:57:59 +0900 (81db5ef)
+++ lib/droonga/internal_fluent_message_receiver.rb    2014-07-27 18:58:03 +0900 (181c213)
@@ -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 "socket"
 require "ipaddr"

  Modified: lib/droonga/job_protocol.rb (+1 -1)
===================================================================
--- lib/droonga/job_protocol.rb    2014-07-27 18:57:59 +0900 (cac8629)
+++ lib/droonga/job_protocol.rb    2014-07-27 18:58:03 +0900 (3df8095)
@@ -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 Droonga
   module JobProtocol

  Modified: lib/droonga/job_pusher.rb (+1 -1)
===================================================================
--- lib/droonga/job_pusher.rb    2014-07-27 18:57:59 +0900 (16c5954)
+++ lib/droonga/job_pusher.rb    2014-07-27 18:58:03 +0900 (cf88a6d)
@@ -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 "msgpack"
 

  Modified: lib/droonga/job_receiver.rb (+1 -1)
===================================================================
--- lib/droonga/job_receiver.rb    2014-07-27 18:57:59 +0900 (63f1c92)
+++ lib/droonga/job_receiver.rb    2014-07-27 18:58:03 +0900 (c3c9935)
@@ -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 "msgpack"
 

  Modified: lib/droonga/line_buffer.rb (+1 -1)
===================================================================
--- lib/droonga/line_buffer.rb    2014-07-27 18:57:59 +0900 (5768d87)
+++ lib/droonga/line_buffer.rb    2014-07-27 18:58:03 +0900 (30cb14d)
@@ -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 Droonga
   class LineBuffer

  Modified: lib/droonga/live_nodes_list_loader.rb (+1 -1)
===================================================================
--- lib/droonga/live_nodes_list_loader.rb    2014-07-27 18:57:59 +0900 (6d5fee2)
+++ lib/droonga/live_nodes_list_loader.rb    2014-07-27 18:58:03 +0900 (7515070)
@@ -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 "pathname"
 require "json"

  Modified: lib/droonga/loggable.rb (+1 -1)
===================================================================
--- lib/droonga/loggable.rb    2014-07-27 18:57:59 +0900 (5489df2)
+++ lib/droonga/loggable.rb    2014-07-27 18:58:03 +0900 (ac01104)
@@ -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/logger"
 

  Modified: lib/droonga/logger.rb (+1 -1)
===================================================================
--- lib/droonga/logger.rb    2014-07-27 18:57:59 +0900 (31906c4)
+++ lib/droonga/logger.rb    2014-07-27 18:58:03 +0900 (249b139)
@@ -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
 
 module Droonga
   class << self

  Modified: lib/droonga/message_matcher.rb (+1 -1)
===================================================================
--- lib/droonga/message_matcher.rb    2014-07-27 18:57:59 +0900 (a6d01fa)
+++ lib/droonga/message_matcher.rb    2014-07-27 18:58:03 +0900 (d5f3916)
@@ -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 Droonga
   # It checks whether the pattern matches against a message.

  Modified: lib/droonga/output_message.rb (+1 -1)
===================================================================
--- lib/droonga/output_message.rb    2014-07-27 18:57:59 +0900 (290f984)
+++ lib/droonga/output_message.rb    2014-07-27 18:58:03 +0900 (79f7aee)
@@ -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/status_code"
 

  Modified: lib/droonga/path.rb (+1 -1)
===================================================================
--- lib/droonga/path.rb    2014-07-27 18:57:59 +0900 (6055c3e4)
+++ lib/droonga/path.rb    2014-07-27 18:58:03 +0900 (4e7f86f)
@@ -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 "pathname"
 

  Modified: lib/droonga/planner.rb (+1 -1)
===================================================================
--- lib/droonga/planner.rb    2014-07-27 18:57:59 +0900 (62bf51d)
+++ lib/droonga/planner.rb    2014-07-27 18:58:03 +0900 (297c1e6)
@@ -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/loggable"
 require "droonga/distributed_command_planner"

  Modified: lib/droonga/pluggable.rb (+1 -1)
===================================================================
--- lib/droonga/pluggable.rb    2014-07-27 18:57:59 +0900 (31f2f99)
+++ lib/droonga/pluggable.rb    2014-07-27 18:58:03 +0900 (ec5c4dc)
@@ -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 Droonga
   module Pluggable

  Modified: lib/droonga/plugin.rb (+1 -1)
===================================================================
--- lib/droonga/plugin.rb    2014-07-27 18:57:59 +0900 (fc6dadb)
+++ lib/droonga/plugin.rb    2014-07-27 18:58:03 +0900 (b08c500)
@@ -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/plugin_registry"
 require "droonga/single_step_definition"

  Modified: lib/droonga/plugin/metadata/adapter_input_message.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/metadata/adapter_input_message.rb    2014-07-27 18:57:59 +0900 (cd96e18)
+++ lib/droonga/plugin/metadata/adapter_input_message.rb    2014-07-27 18:58:03 +0900 (4356bba)
@@ -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 Droonga
   module Plugin

  Modified: lib/droonga/plugin/metadata/adapter_output_message.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/metadata/adapter_output_message.rb    2014-07-27 18:57:59 +0900 (3bb3602)
+++ lib/droonga/plugin/metadata/adapter_output_message.rb    2014-07-27 18:58:03 +0900 (37b1a52)
@@ -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 Droonga
   module Plugin

  Modified: lib/droonga/plugin/metadata/collector_message.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/metadata/collector_message.rb    2014-07-27 18:57:59 +0900 (adb38bb)
+++ lib/droonga/plugin/metadata/collector_message.rb    2014-07-27 18:58:03 +0900 (cd83eb2)
@@ -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 Droonga
   module Plugin

  Modified: lib/droonga/plugin/metadata/handler_action.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/metadata/handler_action.rb    2014-07-27 18:57:59 +0900 (3cbd692)
+++ lib/droonga/plugin/metadata/handler_action.rb    2014-07-27 18:58:03 +0900 (9035aae)
@@ -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 Droonga
   module Plugin

  Modified: lib/droonga/plugin/metadata/input_message.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/metadata/input_message.rb    2014-07-27 18:57:59 +0900 (769220c)
+++ lib/droonga/plugin/metadata/input_message.rb    2014-07-27 18:58:03 +0900 (a8d6623)
@@ -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 Droonga
   module Plugin

  Modified: lib/droonga/plugin_loader.rb (+1 -1)
===================================================================
--- lib/droonga/plugin_loader.rb    2014-07-27 18:57:59 +0900 (8df74d6)
+++ lib/droonga/plugin_loader.rb    2014-07-27 18:58:03 +0900 (eb85aa6)
@@ -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 "pathname"
 

  Modified: lib/droonga/plugin_registry.rb (+1 -1)
===================================================================
--- lib/droonga/plugin_registry.rb    2014-07-27 18:57:59 +0900 (3590dcb)
+++ lib/droonga/plugin_registry.rb    2014-07-27 18:58:03 +0900 (3116104)
@@ -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/error"
 

  Modified: lib/droonga/plugins/basic.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/basic.rb    2014-07-27 18:57:59 +0900 (c371f64)
+++ lib/droonga/plugins/basic.rb    2014-07-27 18:58:03 +0900 (7a3cc34)
@@ -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/plugin"
 require "droonga/reducer"

  Modified: lib/droonga/plugins/crud.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/crud.rb    2014-07-27 18:57:59 +0900 (7b7a6e6)
+++ lib/droonga/plugins/crud.rb    2014-07-27 18:58:03 +0900 (7a2d227)
@@ -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 "groonga"
 

  Modified: lib/droonga/plugins/dump.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/dump.rb    2014-07-27 18:57:59 +0900 (03fd9c1)
+++ lib/droonga/plugins/dump.rb    2014-07-27 18:58:03 +0900 (af0b01e)
@@ -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 "groonga"
 

  Modified: lib/droonga/plugins/error.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/error.rb    2014-07-27 18:57:59 +0900 (74165fe)
+++ lib/droonga/plugins/error.rb    2014-07-27 18:58:03 +0900 (e56e72d)
@@ -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/plugin"
 

  Modified: lib/droonga/plugins/groonga.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga.rb    2014-07-27 18:57:59 +0900 (6a62106)
+++ lib/droonga/plugins/groonga.rb    2014-07-27 18:58:03 +0900 (ad76712)
@@ -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/plugin"
 

  Modified: lib/droonga/plugins/groonga/column_create.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/column_create.rb    2014-07-27 18:57:59 +0900 (f1a2a5a)
+++ lib/droonga/plugins/groonga/column_create.rb    2014-07-27 18:58:03 +0900 (266b870)
@@ -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 "groonga/command/column-create"
 

  Modified: lib/droonga/plugins/groonga/column_list.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/column_list.rb    2014-07-27 18:57:59 +0900 (97275ba)
+++ lib/droonga/plugins/groonga/column_list.rb    2014-07-27 18:58:03 +0900 (5bc730d)
@@ -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 "groonga/command/column-list"
 

  Modified: lib/droonga/plugins/groonga/column_remove.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/column_remove.rb    2014-07-27 18:57:59 +0900 (9c782b3)
+++ lib/droonga/plugins/groonga/column_remove.rb    2014-07-27 18:58:03 +0900 (9ee130e)
@@ -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 "groonga/command/column-remove"
 

  Modified: lib/droonga/plugins/groonga/column_rename.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/column_rename.rb    2014-07-27 18:57:59 +0900 (5ffe304)
+++ lib/droonga/plugins/groonga/column_rename.rb    2014-07-27 18:58:03 +0900 (fad8a04)
@@ -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 "groonga/command/column-rename"
 

  Modified: lib/droonga/plugins/groonga/delete.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/delete.rb    2014-07-27 18:57:59 +0900 (d1da976)
+++ lib/droonga/plugins/groonga/delete.rb    2014-07-27 18:58:03 +0900 (7f3adcd)
@@ -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 "groonga/command/delete"
 

  Modified: lib/droonga/plugins/groonga/generic_command.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/generic_command.rb    2014-07-27 18:57:59 +0900 (12731d5)
+++ lib/droonga/plugins/groonga/generic_command.rb    2014-07-27 18:58:03 +0900 (ef67706)
@@ -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 "groonga"
 

  Modified: lib/droonga/plugins/groonga/generic_response.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/generic_response.rb    2014-07-27 18:57:59 +0900 (7f8522e)
+++ lib/droonga/plugins/groonga/generic_response.rb    2014-07-27 18:58:03 +0900 (923b1ed)
@@ -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/plugin"
 

  Modified: lib/droonga/plugins/groonga/select.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/select.rb    2014-07-27 18:57:59 +0900 (79d1f8a)
+++ lib/droonga/plugins/groonga/select.rb    2014-07-27 18:58:03 +0900 (73f35af)
@@ -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/plugin"
 

  Modified: lib/droonga/plugins/groonga/table_create.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/table_create.rb    2014-07-27 18:57:59 +0900 (43e4864)
+++ lib/droonga/plugins/groonga/table_create.rb    2014-07-27 18:58:03 +0900 (05c8154)
@@ -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 "groonga/command/table-create"
 

  Modified: lib/droonga/plugins/groonga/table_list.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/table_list.rb    2014-07-27 18:57:59 +0900 (c001f2f)
+++ lib/droonga/plugins/groonga/table_list.rb    2014-07-27 18:58:03 +0900 (c9913bd)
@@ -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/plugin"
 require "droonga/plugins/groonga/generic_command"

  Modified: lib/droonga/plugins/groonga/table_remove.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/table_remove.rb    2014-07-27 18:57:59 +0900 (9d2c35a)
+++ lib/droonga/plugins/groonga/table_remove.rb    2014-07-27 18:58:03 +0900 (59b51e4)
@@ -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 "groonga/command/table-remove"
 

  Modified: lib/droonga/plugins/search.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/search.rb    2014-07-27 18:57:59 +0900 (262e79e)
+++ lib/droonga/plugins/search.rb    2014-07-27 18:58:03 +0900 (b5980ab)
@@ -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/plugin"
 require "droonga/searcher"

  Modified: lib/droonga/plugins/search/distributed_search_planner.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/search/distributed_search_planner.rb    2014-07-27 18:57:59 +0900 (8340a0e)
+++ lib/droonga/plugins/search/distributed_search_planner.rb    2014-07-27 18:58:03 +0900 (86cc605)
@@ -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/searcher"
 require "droonga/distributed_command_planner"

  Modified: lib/droonga/plugins/system.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/system.rb    2014-07-27 18:57:59 +0900 (513d167)
+++ lib/droonga/plugins/system.rb    2014-07-27 18:58:03 +0900 (16c6d4d)
@@ -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/plugin"
 

  Modified: lib/droonga/plugins/watch.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/watch.rb    2014-07-27 18:57:59 +0900 (bb9cc06)
+++ lib/droonga/plugins/watch.rb    2014-07-27 18:58:03 +0900 (0d9cba5)
@@ -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/plugin"
 require "droonga/watcher"

  Modified: lib/droonga/process_control_protocol.rb (+1 -1)
===================================================================
--- lib/droonga/process_control_protocol.rb    2014-07-27 18:57:59 +0900 (a07c3fc)
+++ lib/droonga/process_control_protocol.rb    2014-07-27 18:58:03 +0900 (b579780)
@@ -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 Droonga
   module ProcessControlProtocol

  Modified: lib/droonga/process_supervisor.rb (+1 -1)
===================================================================
--- lib/droonga/process_supervisor.rb    2014-07-27 18:57:59 +0900 (936a245)
+++ lib/droonga/process_supervisor.rb    2014-07-27 18:58:03 +0900 (ae1cc61)
@@ -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 "coolio"
 

  Modified: lib/droonga/processor.rb (+1 -1)
===================================================================
--- lib/droonga/processor.rb    2014-07-27 18:57:59 +0900 (0ced2b1)
+++ lib/droonga/processor.rb    2014-07-27 18:58:03 +0900 (1e10f9d)
@@ -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/loggable"
 require "droonga/handler_runner"

  Modified: lib/droonga/reducer.rb (+1 -1)
===================================================================
--- lib/droonga/reducer.rb    2014-07-27 18:57:59 +0900 (bf0564f)
+++ lib/droonga/reducer.rb    2014-07-27 18:58:03 +0900 (72156bc)
@@ -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 Droonga
   class Reducer

  Modified: lib/droonga/replier.rb (+1 -1)
===================================================================
--- lib/droonga/replier.rb    2014-07-27 18:57:59 +0900 (286e218)
+++ lib/droonga/replier.rb    2014-07-27 18:58:03 +0900 (ae3e4c0)
@@ -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/loggable"
 require "droonga/status_code"

  Modified: lib/droonga/safe_file_writer.rb (+1 -1)
===================================================================
--- lib/droonga/safe_file_writer.rb    2014-07-27 18:57:59 +0900 (a16c8f9)
+++ lib/droonga/safe_file_writer.rb    2014-07-27 18:58:03 +0900 (a7549e6)
@@ -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 "pathname"
 require "fileutils"

  Modified: lib/droonga/schema_applier.rb (+1 -1)
===================================================================
--- lib/droonga/schema_applier.rb    2014-07-27 18:57:59 +0900 (cd9d050)
+++ lib/droonga/schema_applier.rb    2014-07-27 18:58:03 +0900 (7fb577c)
@@ -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/loggable"
 

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2014-07-27 18:57:59 +0900 (caff272)
+++ lib/droonga/searcher.rb    2014-07-27 18:58:03 +0900 (a6e1456)
@@ -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 "English"
 require "tsort"

  Modified: lib/droonga/searcher/mecab_filter.rb (+1 -1)
===================================================================
--- lib/droonga/searcher/mecab_filter.rb    2014-07-27 18:57:59 +0900 (b10fd66)
+++ lib/droonga/searcher/mecab_filter.rb    2014-07-27 18:58:03 +0900 (a2ac16f)
@@ -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 "MeCab"
 

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2014-07-27 18:57:59 +0900 (5f8e37f)
+++ lib/droonga/serf.rb    2014-07-27 18:58:03 +0900 (387a68a)
@@ -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 "English"
 

  Modified: lib/droonga/serf_downloader.rb (+1 -1)
===================================================================
--- lib/droonga/serf_downloader.rb    2014-07-27 18:57:59 +0900 (9c6fd6d)
+++ lib/droonga/serf_downloader.rb    2014-07-27 18:58:03 +0900 (0bb4e99)
@@ -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 "stringio"
 require "tmpdir"

  Modified: lib/droonga/session.rb (+1 -1)
===================================================================
--- lib/droonga/session.rb    2014-07-27 18:57:59 +0900 (929b4b7)
+++ lib/droonga/session.rb    2014-07-27 18:58:03 +0900 (8bb02a6)
@@ -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 Droonga
   class Session

  Modified: lib/droonga/single_step.rb (+1 -1)
===================================================================
--- lib/droonga/single_step.rb    2014-07-27 18:57:59 +0900 (af9e5c9)
+++ lib/droonga/single_step.rb    2014-07-27 18:58:03 +0900 (3aa3c48)
@@ -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/planner"
 require "droonga/collectors"

  Modified: lib/droonga/single_step_definition.rb (+1 -1)
===================================================================
--- lib/droonga/single_step_definition.rb    2014-07-27 18:57:59 +0900 (bd18939)
+++ lib/droonga/single_step_definition.rb    2014-07-27 18:58:03 +0900 (b005343)
@@ -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 Droonga
   class SingleStepDefinition

  Modified: lib/droonga/slice.rb (+1 -1)
===================================================================
--- lib/droonga/slice.rb    2014-07-27 18:57:59 +0900 (68f2d3f)
+++ lib/droonga/slice.rb    2014-07-27 18:58:03 +0900 (9f116f9)
@@ -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/loggable"
 require "droonga/supervisor"

  Modified: lib/droonga/status_code.rb (+1 -1)
===================================================================
--- lib/droonga/status_code.rb    2014-07-27 18:57:59 +0900 (e0daf13)
+++ lib/droonga/status_code.rb    2014-07-27 18:58:03 +0900 (872b8e6)
@@ -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
 
 module Droonga
   module StatusCode

  Modified: lib/droonga/step_runner.rb (+1 -1)
===================================================================
--- lib/droonga/step_runner.rb    2014-07-27 18:57:59 +0900 (b0ae634)
+++ lib/droonga/step_runner.rb    2014-07-27 18:58:03 +0900 (59aebd0)
@@ -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/loggable"
 require "droonga/plugin"

  Modified: lib/droonga/supervisor.rb (+1 -1)
===================================================================
--- lib/droonga/supervisor.rb    2014-07-27 18:57:59 +0900 (da3a302)
+++ lib/droonga/supervisor.rb    2014-07-27 18:58:03 +0900 (44a52d9)
@@ -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/loggable"
 require "droonga/process_supervisor"

  Modified: lib/droonga/sweeper.rb (+1 -1)
===================================================================
--- lib/droonga/sweeper.rb    2014-07-27 18:57:59 +0900 (ff556f5)
+++ lib/droonga/sweeper.rb    2014-07-27 18:58:03 +0900 (24c297e)
@@ -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
 
 module Droonga
   class Sweeper

  Modified: lib/droonga/test.rb (+1 -1)
===================================================================
--- lib/droonga/test.rb    2014-07-27 18:57:59 +0900 (97b0f94)
+++ lib/droonga/test.rb    2014-07-27 18:58:03 +0900 (53a5b65)
@@ -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/test/stub_planner"
 require "droonga/test/stub_handler"

  Modified: lib/droonga/test/stub_handler.rb (+1 -1)
===================================================================
--- lib/droonga/test/stub_handler.rb    2014-07-27 18:57:59 +0900 (51ca6b8)
+++ lib/droonga/test/stub_handler.rb    2014-07-27 18:58:03 +0900 (440ca36)
@@ -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
 
 module Droonga
   module Test

  Modified: lib/droonga/test/stub_handler_message.rb (+1 -1)
===================================================================
--- lib/droonga/test/stub_handler_message.rb    2014-07-27 18:57:59 +0900 (c30b7b3)
+++ lib/droonga/test/stub_handler_message.rb    2014-07-27 18:58:03 +0900 (33ea710)
@@ -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/handler_message"
 

  Modified: lib/droonga/test/stub_handler_messenger.rb (+1 -1)
===================================================================
--- lib/droonga/test/stub_handler_messenger.rb    2014-07-27 18:57:59 +0900 (d99e6d0)
+++ lib/droonga/test/stub_handler_messenger.rb    2014-07-27 18:58:03 +0900 (649d355)
@@ -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 Droonga
   module Test

  Modified: lib/droonga/test/stub_planner.rb (+1 -1)
===================================================================
--- lib/droonga/test/stub_planner.rb    2014-07-27 18:57:59 +0900 (19aad7c)
+++ lib/droonga/test/stub_planner.rb    2014-07-27 18:58:03 +0900 (3161872)
@@ -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
 
 module Droonga
   module Test

  Modified: lib/droonga/watch_schema.rb (+1 -1)
===================================================================
--- lib/droonga/watch_schema.rb    2014-07-27 18:57:59 +0900 (3cc8b1d)
+++ lib/droonga/watch_schema.rb    2014-07-27 18:58:03 +0900 (bb474b0)
@@ -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 "groonga"
 

  Modified: lib/droonga/watcher.rb (+1 -1)
===================================================================
--- lib/droonga/watcher.rb    2014-07-27 18:57:59 +0900 (e003e6c)
+++ lib/droonga/watcher.rb    2014-07-27 18:58:03 +0900 (9e3430d)
@@ -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
 
 module Droonga
   class Watcher

  Modified: lib/droonga/worker_process_agent.rb (+1 -1)
===================================================================
--- lib/droonga/worker_process_agent.rb    2014-07-27 18:57:59 +0900 (1cb757d)
+++ lib/droonga/worker_process_agent.rb    2014-07-27 18:58:03 +0900 (28e4fa6)
@@ -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 "coolio"
 
-------------- next part --------------
HTML����������������������������...
Download 



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