Masafumi Yokoyama
null+****@clear*****
Sun Jul 27 18:18:53 JST 2014
Masafumi Yokoyama 2014-07-27 18:18:53 +0900 (Sun, 27 Jul 2014) New Revision: 9fba9c776e322604fd1b06e7bdd8fe8c559f89e5 https://github.com/ranguba/rroonga/commit/9fba9c776e322604fd1b06e7bdd8fe8c559f89e5 Merged e941673: Merge pull request #20 from myokoym/update-fsf-address Message: Update FSF address Modified files: test/groonga-test-utils.rb test/run-test.rb test/test-accessor.rb test/test-array.rb test/test-column.rb test/test-command-select.rb test/test-context.rb test/test-convert.rb test/test-database-dumper.rb test/test-database-inspector.rb test/test-database.rb test/test-double-array-trie.rb test/test-encoding.rb test/test-exception.rb test/test-expression-builder.rb test/test-expression.rb test/test-fix-size-column.rb test/test-geo-point.rb test/test-gqtp.rb test/test-hash.rb test/test-index-column.rb test/test-index-cursor.rb test/test-lock-timeout.rb test/test-logger.rb test/test-memory-pool.rb test/test-normalizer.rb test/test-pagination.rb test/test-patricia-trie.rb test/test-plugin.rb test/test-procedure.rb test/test-record.rb test/test-remote.rb test/test-schema-create-table.rb test/test-schema-dumper.rb test/test-schema-type.rb test/test-schema.rb test/test-snippet.rb test/test-statistic-measurer.rb test/test-sub-records.rb test/test-table-dumper.rb test/test-table-key-support.rb test/test-table-offset-and-limit.rb test/test-table-select-mecab.rb test/test-table-select-normalize.rb test/test-table-select-weight.rb test/test-table-select.rb test/test-table-traverse.rb test/test-table.rb test/test-type.rb test/test-variable-size-column.rb test/test-variable.rb test/test-vector-column.rb test/test-version.rb Modified: test/groonga-test-utils.rb (+1 -1) =================================================================== --- test/groonga-test-utils.rb 2014-07-27 18:18:41 +0900 (6e420e4) +++ test/groonga-test-utils.rb 2014-07-27 18:18:53 +0900 (d9b0e0d) @@ -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 "fileutils" require "pathname" Modified: test/run-test.rb (+1 -1) =================================================================== --- test/run-test.rb 2014-07-27 18:18:41 +0900 (ed7a7b2) +++ test/run-test.rb 2014-07-27 18:18:53 +0900 (42af719) @@ -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 $VERBOSE = true Modified: test/test-accessor.rb (+1 -1) =================================================================== --- test/test-accessor.rb 2014-07-27 18:18:41 +0900 (d0f2d8c) +++ test/test-accessor.rb 2014-07-27 18:18:53 +0900 (572405d) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class AccessorTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-array.rb (+1 -1) =================================================================== --- test/test-array.rb 2014-07-27 18:18:41 +0900 (5bdebd0) +++ test/test-array.rb 2014-07-27 18:18:53 +0900 (075ce71) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ArrayTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-column.rb (+1 -1) =================================================================== --- test/test-column.rb 2014-07-27 18:18:41 +0900 (fc9110a) +++ test/test-column.rb 2014-07-27 18:18:53 +0900 (f7b0276) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ColumnTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-command-select.rb (+1 -1) =================================================================== --- test/test-command-select.rb 2014-07-27 18:18:41 +0900 (7d3a3e6) +++ test/test-command-select.rb 2014-07-27 18:18:53 +0900 (b5524a5) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class CommandSelectTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-context.rb (+1 -1) =================================================================== --- test/test-context.rb 2014-07-27 18:18:41 +0900 (47578a4) +++ test/test-context.rb 2014-07-27 18:18:53 +0900 (21efec2) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ContextTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-convert.rb (+1 -1) =================================================================== --- test/test-convert.rb 2014-07-27 18:18:41 +0900 (c51f8e8) +++ test/test-convert.rb 2014-07-27 18:18:53 +0900 (dedf247) @@ -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 class ConvertTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-database-dumper.rb (+1 -1) =================================================================== --- test/test-database-dumper.rb 2014-07-27 18:18:41 +0900 (93535cd) +++ test/test-database-dumper.rb 2014-07-27 18:18:53 +0900 (43eb568) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DatabaseDumperTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-database-inspector.rb (+1 -1) =================================================================== --- test/test-database-inspector.rb 2014-07-27 18:18:41 +0900 (49c6565) +++ test/test-database-inspector.rb 2014-07-27 18:18:53 +0900 (ae24f1d) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DatabaseInspectorTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-database.rb (+1 -1) =================================================================== --- test/test-database.rb 2014-07-27 18:18:41 +0900 (cb004d8) +++ test/test-database.rb 2014-07-27 18:18:53 +0900 (216c0b5) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class DatabaseTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-double-array-trie.rb (+1 -1) =================================================================== --- test/test-double-array-trie.rb 2014-07-27 18:18:41 +0900 (3196a10) +++ test/test-double-array-trie.rb 2014-07-27 18:18:53 +0900 (977b051) @@ -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 class DoubleArrayTrieTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-encoding.rb (+1 -1) =================================================================== --- test/test-encoding.rb 2014-07-27 18:18:41 +0900 (100c24b) +++ test/test-encoding.rb 2014-07-27 18:18:53 +0900 (6326fff) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class EncodingTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-exception.rb (+1 -1) =================================================================== --- test/test-exception.rb 2014-07-27 18:18:41 +0900 (8f7fd7d) +++ test/test-exception.rb 2014-07-27 18:18:53 +0900 (6859823) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ExceptionTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-expression-builder.rb (+1 -1) =================================================================== --- test/test-expression-builder.rb 2014-07-27 18:18:41 +0900 (16fa304) +++ test/test-expression-builder.rb 2014-07-27 18:18:53 +0900 (4f906ba) @@ -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 class ExpressionBuilderTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-expression.rb (+1 -1) =================================================================== --- test/test-expression.rb 2014-07-27 18:18:41 +0900 (ac5dded) +++ test/test-expression.rb 2014-07-27 18:18:53 +0900 (14ae16e) @@ -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 class ExpressionTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-fix-size-column.rb (+1 -1) =================================================================== --- test/test-fix-size-column.rb 2014-07-27 18:18:41 +0900 (1c067eb) +++ test/test-fix-size-column.rb 2014-07-27 18:18:53 +0900 (3cde637) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class FixSizeColumnTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-geo-point.rb (+1 -1) =================================================================== --- test/test-geo-point.rb 2014-07-27 18:18:41 +0900 (357eb32) +++ test/test-geo-point.rb 2014-07-27 18:18:53 +0900 (46da646) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class GeoPointTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-gqtp.rb (+1 -1) =================================================================== --- test/test-gqtp.rb 2014-07-27 18:18:41 +0900 (c6aa299) +++ test/test-gqtp.rb 2014-07-27 18:18:53 +0900 (0bd919a) @@ -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 class GQTPTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-hash.rb (+1 -1) =================================================================== --- test/test-hash.rb 2014-07-27 18:18:41 +0900 (1013b80) +++ test/test-hash.rb 2014-07-27 18:18:53 +0900 (30ad504) @@ -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 class HashTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-index-column.rb (+1 -1) =================================================================== --- test/test-index-column.rb 2014-07-27 18:18:41 +0900 (9231552) +++ test/test-index-column.rb 2014-07-27 18:18:53 +0900 (8ab9f26) @@ -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 class IndexColumnTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-index-cursor.rb (+1 -1) =================================================================== --- test/test-index-cursor.rb 2014-07-27 18:18:41 +0900 (dd3563a) +++ test/test-index-cursor.rb 2014-07-27 18:18:53 +0900 (1a39e5f) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class IndexCursorTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-lock-timeout.rb (+1 -1) =================================================================== --- test/test-lock-timeout.rb 2014-07-27 18:18:41 +0900 (661818e) +++ test/test-lock-timeout.rb 2014-07-27 18:18:53 +0900 (7e403eb) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class LockTimeoutTest < Test::Unit::TestCase def setup Modified: test/test-logger.rb (+1 -1) =================================================================== --- test/test-logger.rb 2014-07-27 18:18:41 +0900 (deab030) +++ test/test-logger.rb 2014-07-27 18:18:53 +0900 (c935aa6) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class LoggerTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-memory-pool.rb (+1 -1) =================================================================== --- test/test-memory-pool.rb 2014-07-27 18:18:41 +0900 (70b1410) +++ test/test-memory-pool.rb 2014-07-27 18:18:53 +0900 (3c1e389) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class MemoryPoolTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-normalizer.rb (+1 -1) =================================================================== --- test/test-normalizer.rb 2014-07-27 18:18:41 +0900 (3f5481f) +++ test/test-normalizer.rb 2014-07-27 18:18:53 +0900 (74224b4) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class NormalizerTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-pagination.rb (+1 -1) =================================================================== --- test/test-pagination.rb 2014-07-27 18:18:41 +0900 (cb88080) +++ test/test-pagination.rb 2014-07-27 18:18:53 +0900 (86a0f9c) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class PaginationTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-patricia-trie.rb (+1 -1) =================================================================== --- test/test-patricia-trie.rb 2014-07-27 18:18:41 +0900 (84476c0) +++ test/test-patricia-trie.rb 2014-07-27 18:18:53 +0900 (982fa21) @@ -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 class PatriciaTrieTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-plugin.rb (+1 -1) =================================================================== --- test/test-plugin.rb 2014-07-27 18:18:41 +0900 (7a8e1a4) +++ test/test-plugin.rb 2014-07-27 18:18:53 +0900 (47aad0e) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class PluginTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-procedure.rb (+1 -1) =================================================================== --- test/test-procedure.rb 2014-07-27 18:18:41 +0900 (d6a97db) +++ test/test-procedure.rb 2014-07-27 18:18:53 +0900 (972d8af) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ProcedureTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-record.rb (+1 -1) =================================================================== --- test/test-record.rb 2014-07-27 18:18:41 +0900 (8705204) +++ test/test-record.rb 2014-07-27 18:18:53 +0900 (ad27caf) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class RecordTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-remote.rb (+1 -1) =================================================================== --- test/test-remote.rb 2014-07-27 18:18:41 +0900 (1a62264) +++ test/test-remote.rb 2014-07-27 18:18:53 +0900 (47fc9ac) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class RemoteTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-schema-create-table.rb (+1 -1) =================================================================== --- test/test-schema-create-table.rb 2014-07-27 18:18:41 +0900 (093aa0f) +++ test/test-schema-create-table.rb 2014-07-27 18:18:53 +0900 (1d91c95) @@ -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 SchemaCreateTableTests def test_normal Modified: test/test-schema-dumper.rb (+1 -1) =================================================================== --- test/test-schema-dumper.rb 2014-07-27 18:18:41 +0900 (0b42912) +++ test/test-schema-dumper.rb 2014-07-27 18:18:53 +0900 (0181009) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class SchemaDumperTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-schema-type.rb (+1 -1) =================================================================== --- test/test-schema-type.rb 2014-07-27 18:18:41 +0900 (1115e3f) +++ test/test-schema-type.rb 2014-07-27 18:18:53 +0900 (37806b9) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class SchemaTypeTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-schema.rb (+1 -1) =================================================================== --- test/test-schema.rb 2014-07-27 18:18:41 +0900 (d28a464) +++ test/test-schema.rb 2014-07-27 18:18:53 +0900 (076ce99) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class SchemaTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-snippet.rb (+1 -1) =================================================================== --- test/test-snippet.rb 2014-07-27 18:18:41 +0900 (29b4e8a) +++ test/test-snippet.rb 2014-07-27 18:18:53 +0900 (b085d8d) @@ -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 class SnippetTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-statistic-measurer.rb (+1 -1) =================================================================== --- test/test-statistic-measurer.rb 2014-07-27 18:18:41 +0900 (d85b128) +++ test/test-statistic-measurer.rb 2014-07-27 18:18:53 +0900 (e2ff115) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class StatisticMeasurerTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-sub-records.rb (+1 -1) =================================================================== --- test/test-sub-records.rb 2014-07-27 18:18:41 +0900 (78bd75d) +++ test/test-sub-records.rb 2014-07-27 18:18:53 +0900 (dc42868) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class SubRecordsTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table-dumper.rb (+1 -1) =================================================================== --- test/test-table-dumper.rb 2014-07-27 18:18:41 +0900 (f9aa8fe) +++ test/test-table-dumper.rb 2014-07-27 18:18:53 +0900 (9700ae1) @@ -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 class TableDumperTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table-key-support.rb (+1 -1) =================================================================== --- test/test-table-key-support.rb 2014-07-27 18:18:41 +0900 (3969ab4) +++ test/test-table-key-support.rb 2014-07-27 18:18:53 +0900 (9e17b28) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class TableKeySupportTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table-offset-and-limit.rb (+1 -1) =================================================================== --- test/test-table-offset-and-limit.rb 2014-07-27 18:18:41 +0900 (30aa8f6) +++ test/test-table-offset-and-limit.rb 2014-07-27 18:18:53 +0900 (006cbcd) @@ -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 TestOffsetAndLimitSupport def test_zero_and_positive_offset Modified: test/test-table-select-mecab.rb (+1 -1) =================================================================== --- test/test-table-select-mecab.rb 2014-07-27 18:18:41 +0900 (94fb9c1) +++ test/test-table-select-mecab.rb 2014-07-27 18:18:53 +0900 (0493a6f) @@ -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 class TableSelectMecabTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table-select-normalize.rb (+1 -1) =================================================================== --- test/test-table-select-normalize.rb 2014-07-27 18:18:41 +0900 (48c20e9) +++ test/test-table-select-normalize.rb 2014-07-27 18:18:53 +0900 (300b1f1) @@ -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 class TableSelectNormalizeTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table-select-weight.rb (+1 -1) =================================================================== --- test/test-table-select-weight.rb 2014-07-27 18:18:41 +0900 (09432a9) +++ test/test-table-select-weight.rb 2014-07-27 18:18:53 +0900 (cddf70e) @@ -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 class TableSelectWeightTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table-select.rb (+1 -1) =================================================================== --- test/test-table-select.rb 2014-07-27 18:18:41 +0900 (58089a0) +++ test/test-table-select.rb 2014-07-27 18:18:53 +0900 (98f8a3b) @@ -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 class TableSelectTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table-traverse.rb (+1 -1) =================================================================== --- test/test-table-traverse.rb 2014-07-27 18:18:41 +0900 (ebb7403) +++ test/test-table-traverse.rb 2014-07-27 18:18:53 +0900 (6750bc3) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class TableTraverseTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-table.rb (+1 -1) =================================================================== --- test/test-table.rb 2014-07-27 18:18:41 +0900 (5609d7b) +++ test/test-table.rb 2014-07-27 18:18:53 +0900 (a2ad6ad) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class TableTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-type.rb (+1 -1) =================================================================== --- test/test-type.rb 2014-07-27 18:18:41 +0900 (531032a) +++ test/test-type.rb 2014-07-27 18:18:53 +0900 (5ac4204) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class TypeTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-variable-size-column.rb (+1 -1) =================================================================== --- test/test-variable-size-column.rb 2014-07-27 18:18:41 +0900 (55f3b2e) +++ test/test-variable-size-column.rb 2014-07-27 18:18:53 +0900 (5aa3eb7) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class VariableSizeColumnTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-variable.rb (+1 -1) =================================================================== --- test/test-variable.rb 2014-07-27 18:18:41 +0900 (8175bce) +++ test/test-variable.rb 2014-07-27 18:18:53 +0900 (3b108ac) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class VariableTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-vector-column.rb (+1 -1) =================================================================== --- test/test-vector-column.rb 2014-07-27 18:18:41 +0900 (96dfe80) +++ test/test-vector-column.rb 2014-07-27 18:18:53 +0900 (10423a9) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class VectorColumnTest < Test::Unit::TestCase include GroongaTestUtils Modified: test/test-version.rb (+1 -1) =================================================================== --- test/test-version.rb 2014-07-27 18:18:41 +0900 (416e2f4) +++ test/test-version.rb 2014-07-27 18:18:53 +0900 (f7dd443) @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class VersionTest < Test::Unit::TestCase def test_build_version_format -------------- next part -------------- HTML����������������������������...Download