[Groonga-commit] droonga/fluent-plugin-droonga at d4c6711 [master] Fix "Droonga Project" notation

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 14 17:48:49 JST 2013


Kouhei Sutou	2013-11-14 17:48:49 +0900 (Thu, 14 Nov 2013)

  New Revision: d4c67115730e1633b24def5e501657f577dd8e93
  https://github.com/droonga/fluent-plugin-droonga/commit/d4c67115730e1633b24def5e501657f577dd8e93

  Message:
    Fix "Droonga Project" notation

  Modified files:
    Gemfile
    LICENSE.txt
    README.md
    Rakefile
    benchmark/benchmark.rb
    benchmark/utils.rb
    benchmark/watch/benchmark-notify.rb
    benchmark/watch/benchmark-publish.rb
    benchmark/watch/benchmark-scan.rb
    bin/grn2jsons
    fluent-plugin-droonga.gemspec
    lib/droonga/adapter.rb
    lib/droonga/catalog.rb
    lib/droonga/command_mapper.rb
    lib/droonga/engine.rb
    lib/droonga/executor.rb
    lib/droonga/handler.rb
    lib/droonga/handler_plugin.rb
    lib/droonga/job_queue.rb
    lib/droonga/job_queue_schema.rb
    lib/droonga/logger.rb
    lib/droonga/plugin.rb
    lib/droonga/plugin/adapter/groonga/select.rb
    lib/droonga/plugin/adapter_groonga.rb
    lib/droonga/plugin/handler/groonga/column_create.rb
    lib/droonga/plugin/handler/groonga/table_create.rb
    lib/droonga/plugin/handler_add.rb
    lib/droonga/plugin/handler_forward.rb
    lib/droonga/plugin/handler_groonga.rb
    lib/droonga/plugin/handler_proxy.rb
    lib/droonga/plugin/handler_search.rb
    lib/droonga/plugin/handler_watch.rb
    lib/droonga/proxy.rb
    lib/droonga/searcher.rb
    lib/droonga/server.rb
    lib/droonga/sweeper.rb
    lib/droonga/watch_schema.rb
    lib/droonga/watcher.rb
    lib/droonga/worker.rb
    lib/fluent/plugin/out_droonga.rb
    lib/groonga_command_converter.rb
    test/helper.rb
    test/helper/fixture.rb
    test/helper/sandbox.rb
    test/helper/stub_worker.rb
    test/helper/watch_helper.rb
    test/plugin/adapter/groonga/test_select.rb
    test/plugin/handler/groonga/test_column_create.rb
    test/plugin/handler/groonga/test_table_create.rb
    test/plugin/handler/test_handler_add.rb
    test/plugin/handler/test_handler_groonga.rb
    test/plugin/handler/test_handler_search.rb
    test/plugin/handler/test_handler_watch.rb
    test/run-test.rb
    test/test_adapter.rb
    test/test_catalog.rb
    test/test_command_mapper.rb
    test/test_groonga_command_converter.rb
    test/test_handler.rb
    test/test_job_queue_schema.rb
    test/test_output.rb
    test/test_sweeper.rb
    test/test_watch_schema.rb
    test/test_watcher.rb
    test/test_worker.rb

  Modified: Gemfile (+1 -1)
===================================================================
--- Gemfile    2013-11-14 17:47:36 +0900 (fb86b17)
+++ Gemfile    2013-11-14 17:48:49 +0900 (c9d94d5)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: LICENSE.txt (+1 -1)
===================================================================
--- LICENSE.txt    2013-11-14 17:47:36 +0900 (fac5456)
+++ LICENSE.txt    2013-11-14 17:48:49 +0900 (7ddba53)
@@ -1,4 +1,4 @@
-Copyright (C) 2013 droonga project
+Copyright (C) 2013 Droonga Project
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public

  Modified: README.md (+1 -1)
===================================================================
--- README.md    2013-11-14 17:47:36 +0900 (5ad89a4)
+++ README.md    2013-11-14 17:48:49 +0900 (1b5f3ce)
@@ -13,6 +13,6 @@ TODO: Write usage.
 
 ## Copyright
 
-* Copyright (c) 2013 droonga project
+* Copyright (c) 2013 Droonga Project
 * License
   * GNU Lesser General Public License version 2.1

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2013-11-14 17:47:36 +0900 (054ef49)
+++ Rakefile    2013-11-14 17:48:49 +0900 (dbaeb66)
@@ -1,6 +1,6 @@
 # -*- ruby -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: benchmark/benchmark.rb (+1 -1)
===================================================================
--- benchmark/benchmark.rb    2013-11-14 17:47:36 +0900 (178dced)
+++ benchmark/benchmark.rb    2013-11-14 17:48:49 +0900 (eed87fd)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: benchmark/utils.rb (+1 -1)
===================================================================
--- benchmark/utils.rb    2013-11-14 17:47:36 +0900 (c6e6712)
+++ benchmark/utils.rb    2013-11-14 17:48:49 +0900 (689099b)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: benchmark/watch/benchmark-notify.rb (+1 -1)
===================================================================
--- benchmark/watch/benchmark-notify.rb    2013-11-14 17:47:36 +0900 (0fa8a79)
+++ benchmark/watch/benchmark-notify.rb    2013-11-14 17:48:49 +0900 (04dce99)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: benchmark/watch/benchmark-publish.rb (+1 -1)
===================================================================
--- benchmark/watch/benchmark-publish.rb    2013-11-14 17:47:36 +0900 (dd90957)
+++ benchmark/watch/benchmark-publish.rb    2013-11-14 17:48:49 +0900 (33a32d9)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: benchmark/watch/benchmark-scan.rb (+1 -1)
===================================================================
--- benchmark/watch/benchmark-scan.rb    2013-11-14 17:47:36 +0900 (f70142b)
+++ benchmark/watch/benchmark-scan.rb    2013-11-14 17:48:49 +0900 (824f645)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: bin/grn2jsons (+1 -1)
===================================================================
--- bin/grn2jsons    2013-11-14 17:47:36 +0900 (b9f6892)
+++ bin/grn2jsons    2013-11-14 17:48:49 +0900 (bd8dafb)
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: fluent-plugin-droonga.gemspec (+1 -1)
===================================================================
--- fluent-plugin-droonga.gemspec    2013-11-14 17:47:36 +0900 (0d32ad6)
+++ fluent-plugin-droonga.gemspec    2013-11-14 17:48:49 +0900 (3110eb0)
@@ -1,6 +1,6 @@
 # -*- mode: ruby; coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/adapter.rb (+1 -1)
===================================================================
--- lib/droonga/adapter.rb    2013-11-14 17:47:36 +0900 (e29002d)
+++ lib/droonga/adapter.rb    2013-11-14 17:48:49 +0900 (4e27827)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/catalog.rb (+1 -1)
===================================================================
--- lib/droonga/catalog.rb    2013-11-14 17:47:36 +0900 (edd47b2)
+++ lib/droonga/catalog.rb    2013-11-14 17:48:49 +0900 (81ae561)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/command_mapper.rb (+1 -1)
===================================================================
--- lib/droonga/command_mapper.rb    2013-11-14 17:47:36 +0900 (9b4049b)
+++ lib/droonga/command_mapper.rb    2013-11-14 17:48:49 +0900 (09e61bc)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/engine.rb (+1 -1)
===================================================================
--- lib/droonga/engine.rb    2013-11-14 17:47:36 +0900 (bc954fd)
+++ lib/droonga/engine.rb    2013-11-14 17:48:49 +0900 (bbe8aae)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/executor.rb (+1 -1)
===================================================================
--- lib/droonga/executor.rb    2013-11-14 17:47:36 +0900 (7047840)
+++ lib/droonga/executor.rb    2013-11-14 17:48:49 +0900 (fbb3055)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/handler.rb (+1 -1)
===================================================================
--- lib/droonga/handler.rb    2013-11-14 17:47:36 +0900 (343cf3f)
+++ lib/droonga/handler.rb    2013-11-14 17:48:49 +0900 (9abde79)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/handler_plugin.rb (+1 -1)
===================================================================
--- lib/droonga/handler_plugin.rb    2013-11-14 17:47:36 +0900 (5aaa1cb)
+++ lib/droonga/handler_plugin.rb    2013-11-14 17:48:49 +0900 (729ac55)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/job_queue.rb (+1 -1)
===================================================================
--- lib/droonga/job_queue.rb    2013-11-14 17:47:36 +0900 (9961b09)
+++ lib/droonga/job_queue.rb    2013-11-14 17:48:49 +0900 (2458588)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/job_queue_schema.rb (+1 -1)
===================================================================
--- lib/droonga/job_queue_schema.rb    2013-11-14 17:47:36 +0900 (97dd3fe)
+++ lib/droonga/job_queue_schema.rb    2013-11-14 17:48:49 +0900 (f2d20b8)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/logger.rb (+1 -1)
===================================================================
--- lib/droonga/logger.rb    2013-11-14 17:47:36 +0900 (ae85ce1)
+++ lib/droonga/logger.rb    2013-11-14 17:48:49 +0900 (d529268)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin.rb (+1 -1)
===================================================================
--- lib/droonga/plugin.rb    2013-11-14 17:47:36 +0900 (6d58b26)
+++ lib/droonga/plugin.rb    2013-11-14 17:48:49 +0900 (746bf7c)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/adapter/groonga/select.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/adapter/groonga/select.rb    2013-11-14 17:47:36 +0900 (8f0f198)
+++ lib/droonga/plugin/adapter/groonga/select.rb    2013-11-14 17:48:49 +0900 (00e9423)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/adapter_groonga.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/adapter_groonga.rb    2013-11-14 17:47:36 +0900 (19b0e38)
+++ lib/droonga/plugin/adapter_groonga.rb    2013-11-14 17:48:49 +0900 (8a0b2b6)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler/groonga/column_create.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler/groonga/column_create.rb    2013-11-14 17:47:36 +0900 (b63206e)
+++ lib/droonga/plugin/handler/groonga/column_create.rb    2013-11-14 17:48:49 +0900 (7534617)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler/groonga/table_create.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler/groonga/table_create.rb    2013-11-14 17:47:36 +0900 (1799209)
+++ lib/droonga/plugin/handler/groonga/table_create.rb    2013-11-14 17:48:49 +0900 (a5ddeef)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler_add.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_add.rb    2013-11-14 17:47:36 +0900 (d8a93b9)
+++ lib/droonga/plugin/handler_add.rb    2013-11-14 17:48:49 +0900 (b090778)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler_forward.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_forward.rb    2013-11-14 17:47:36 +0900 (224b556)
+++ lib/droonga/plugin/handler_forward.rb    2013-11-14 17:48:49 +0900 (71088d4)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler_groonga.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_groonga.rb    2013-11-14 17:47:36 +0900 (9339ebb)
+++ lib/droonga/plugin/handler_groonga.rb    2013-11-14 17:48:49 +0900 (301569e)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler_proxy.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_proxy.rb    2013-11-14 17:47:36 +0900 (81edfe6)
+++ lib/droonga/plugin/handler_proxy.rb    2013-11-14 17:48:49 +0900 (92cb85d)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler_search.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_search.rb    2013-11-14 17:47:36 +0900 (912b44b)
+++ lib/droonga/plugin/handler_search.rb    2013-11-14 17:48:49 +0900 (da6dd5a)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/plugin/handler_watch.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler_watch.rb    2013-11-14 17:47:36 +0900 (30882cb)
+++ lib/droonga/plugin/handler_watch.rb    2013-11-14 17:48:49 +0900 (7b8d83c)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/proxy.rb (+1 -1)
===================================================================
--- lib/droonga/proxy.rb    2013-11-14 17:47:36 +0900 (f1f8b92)
+++ lib/droonga/proxy.rb    2013-11-14 17:48:49 +0900 (136e533)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2013-11-14 17:47:36 +0900 (6167c6c)
+++ lib/droonga/searcher.rb    2013-11-14 17:48:49 +0900 (e21ef3c)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/server.rb (+1 -1)
===================================================================
--- lib/droonga/server.rb    2013-11-14 17:47:36 +0900 (e04725f)
+++ lib/droonga/server.rb    2013-11-14 17:48:49 +0900 (54af1ff)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/sweeper.rb (+1 -1)
===================================================================
--- lib/droonga/sweeper.rb    2013-11-14 17:47:36 +0900 (d9fe60e)
+++ lib/droonga/sweeper.rb    2013-11-14 17:48:49 +0900 (ff556f5)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/watch_schema.rb (+1 -1)
===================================================================
--- lib/droonga/watch_schema.rb    2013-11-14 17:47:36 +0900 (3d3f9d0)
+++ lib/droonga/watch_schema.rb    2013-11-14 17:48:49 +0900 (2201a44)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/watcher.rb (+1 -1)
===================================================================
--- lib/droonga/watcher.rb    2013-11-14 17:47:36 +0900 (a421489)
+++ lib/droonga/watcher.rb    2013-11-14 17:48:49 +0900 (9914500)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/droonga/worker.rb (+1 -1)
===================================================================
--- lib/droonga/worker.rb    2013-11-14 17:47:36 +0900 (d20e367)
+++ lib/droonga/worker.rb    2013-11-14 17:48:49 +0900 (6c1c360)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/fluent/plugin/out_droonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_droonga.rb    2013-11-14 17:47:36 +0900 (7a92d32)
+++ lib/fluent/plugin/out_droonga.rb    2013-11-14 17:48:49 +0900 (b0d914e)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: lib/groonga_command_converter.rb (+1 -1)
===================================================================
--- lib/groonga_command_converter.rb    2013-11-14 17:47:36 +0900 (538d445)
+++ lib/groonga_command_converter.rb    2013-11-14 17:48:49 +0900 (c8a4322)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/helper.rb (+1 -1)
===================================================================
--- test/helper.rb    2013-11-14 17:47:36 +0900 (0521e9b)
+++ test/helper.rb    2013-11-14 17:48:49 +0900 (acb1c6e)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/helper/fixture.rb (+1 -1)
===================================================================
--- test/helper/fixture.rb    2013-11-14 17:47:36 +0900 (efb786c)
+++ test/helper/fixture.rb    2013-11-14 17:48:49 +0900 (931bf05)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/helper/sandbox.rb (+1 -1)
===================================================================
--- test/helper/sandbox.rb    2013-11-14 17:47:36 +0900 (e6dd5c0)
+++ test/helper/sandbox.rb    2013-11-14 17:48:49 +0900 (4808259)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/helper/stub_worker.rb (+1 -1)
===================================================================
--- test/helper/stub_worker.rb    2013-11-14 17:47:36 +0900 (eec82a5)
+++ test/helper/stub_worker.rb    2013-11-14 17:48:49 +0900 (201c3b5)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/helper/watch_helper.rb (+1 -1)
===================================================================
--- test/helper/watch_helper.rb    2013-11-14 17:47:36 +0900 (e4f05ab)
+++ test/helper/watch_helper.rb    2013-11-14 17:48:49 +0900 (b018750)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/plugin/adapter/groonga/test_select.rb (+1 -1)
===================================================================
--- test/plugin/adapter/groonga/test_select.rb    2013-11-14 17:47:36 +0900 (80d9010)
+++ test/plugin/adapter/groonga/test_select.rb    2013-11-14 17:48:49 +0900 (4325b63)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/plugin/handler/groonga/test_column_create.rb (+1 -1)
===================================================================
--- test/plugin/handler/groonga/test_column_create.rb    2013-11-14 17:47:36 +0900 (c14576f)
+++ test/plugin/handler/groonga/test_column_create.rb    2013-11-14 17:48:49 +0900 (749906e)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/plugin/handler/groonga/test_table_create.rb (+1 -1)
===================================================================
--- test/plugin/handler/groonga/test_table_create.rb    2013-11-14 17:47:36 +0900 (97236ba)
+++ test/plugin/handler/groonga/test_table_create.rb    2013-11-14 17:48:49 +0900 (cc55781)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/plugin/handler/test_handler_add.rb (+1 -1)
===================================================================
--- test/plugin/handler/test_handler_add.rb    2013-11-14 17:47:36 +0900 (b8eb562)
+++ test/plugin/handler/test_handler_add.rb    2013-11-14 17:48:49 +0900 (1a7deff)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/plugin/handler/test_handler_groonga.rb (+1 -1)
===================================================================
--- test/plugin/handler/test_handler_groonga.rb    2013-11-14 17:47:36 +0900 (30636ed)
+++ test/plugin/handler/test_handler_groonga.rb    2013-11-14 17:48:49 +0900 (7e387fb)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/plugin/handler/test_handler_search.rb (+1 -1)
===================================================================
--- test/plugin/handler/test_handler_search.rb    2013-11-14 17:47:36 +0900 (a1c08df)
+++ test/plugin/handler/test_handler_search.rb    2013-11-14 17:48:49 +0900 (85e1f98)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/plugin/handler/test_handler_watch.rb (+1 -1)
===================================================================
--- test/plugin/handler/test_handler_watch.rb    2013-11-14 17:47:36 +0900 (7aa69d8)
+++ test/plugin/handler/test_handler_watch.rb    2013-11-14 17:48:49 +0900 (a998179)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/run-test.rb (+1 -1)
===================================================================
--- test/run-test.rb    2013-11-14 17:47:36 +0900 (bbd7dc0)
+++ test/run-test.rb    2013-11-14 17:48:49 +0900 (4b53569)
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_adapter.rb (+1 -1)
===================================================================
--- test/test_adapter.rb    2013-11-14 17:47:36 +0900 (bebbb5e)
+++ test/test_adapter.rb    2013-11-14 17:48:49 +0900 (00d256f)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_catalog.rb (+1 -1)
===================================================================
--- test/test_catalog.rb    2013-11-14 17:47:36 +0900 (c09409d)
+++ test/test_catalog.rb    2013-11-14 17:48:49 +0900 (57688eb)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_command_mapper.rb (+1 -1)
===================================================================
--- test/test_command_mapper.rb    2013-11-14 17:47:36 +0900 (ac6f8fb)
+++ test/test_command_mapper.rb    2013-11-14 17:48:49 +0900 (0a95d0e)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_groonga_command_converter.rb (+1 -1)
===================================================================
--- test/test_groonga_command_converter.rb    2013-11-14 17:47:36 +0900 (19a90f9)
+++ test/test_groonga_command_converter.rb    2013-11-14 17:48:49 +0900 (4f48e08)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_handler.rb (+1 -1)
===================================================================
--- test/test_handler.rb    2013-11-14 17:47:36 +0900 (631958a)
+++ test/test_handler.rb    2013-11-14 17:48:49 +0900 (e86464a)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_job_queue_schema.rb (+1 -1)
===================================================================
--- test/test_job_queue_schema.rb    2013-11-14 17:47:36 +0900 (9966dc9)
+++ test/test_job_queue_schema.rb    2013-11-14 17:48:49 +0900 (624b41e)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_output.rb (+1 -1)
===================================================================
--- test/test_output.rb    2013-11-14 17:47:36 +0900 (96ddab9)
+++ test/test_output.rb    2013-11-14 17:48:49 +0900 (590b546)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_sweeper.rb (+1 -1)
===================================================================
--- test/test_sweeper.rb    2013-11-14 17:47:36 +0900 (4841e7f)
+++ test/test_sweeper.rb    2013-11-14 17:48:49 +0900 (98e58a5)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_watch_schema.rb (+1 -1)
===================================================================
--- test/test_watch_schema.rb    2013-11-14 17:47:36 +0900 (85c7459)
+++ test/test_watch_schema.rb    2013-11-14 17:48:49 +0900 (f9eb9cd)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_watcher.rb (+1 -1)
===================================================================
--- test/test_watcher.rb    2013-11-14 17:47:36 +0900 (65b2dc7)
+++ test/test_watcher.rb    2013-11-14 17:48:49 +0900 (7544b0e)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

  Modified: test/test_worker.rb (+1 -1)
===================================================================
--- test/test_worker.rb    2013-11-14 17:47:36 +0900 (7ecec4c)
+++ test/test_worker.rb    2013-11-14 17:48:49 +0900 (3c5d3da)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 droonga project
+# Copyright (C) 2013 Droonga Project
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
-------------- next part --------------
HTML����������������������������...
Download 



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