[Groonga-mysql-commit] mroonga/mroonga [master] added copyright description to SQL test files.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 14日 (火) 18:59:38 JST


Tetsuro IKEDA	2010-09-14 09:59:38 +0000 (Tue, 14 Sep 2010)

  New Revision: 2a2cd4030d877d9c3dade9b3d03dc4a1fba85705

  Log:
    added copyright description to SQL test files.

  Modified files:
    test/sql/t/btree.test
    test/sql/t/create_table.test
    test/sql/t/delete.test
    test/sql/t/drop_database.test
    test/sql/t/drop_table.test
    test/sql/t/fulltext.test
    test/sql/t/hash.test
    test/sql/t/insert.test
    test/sql/t/select_all.test
    test/sql/t/select_pkey.test
    test/sql/t/show_create_table.test
    test/sql/t/show_table_status.test
    test/sql/t/update.test

  Modified: test/sql/t/btree.test (+16 -0)
===================================================================
--- test/sql/t/btree.test    2010-09-14 09:52:38 +0000 (5cd0e8b)
+++ test/sql/t/btree.test    2010-09-14 09:59:38 +0000 (ec4d40c)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/create_table.test (+16 -0)
===================================================================
--- test/sql/t/create_table.test    2010-09-14 09:52:38 +0000 (5d12066)
+++ test/sql/t/create_table.test    2010-09-14 09:59:38 +0000 (2b816d2)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/delete.test (+16 -0)
===================================================================
--- test/sql/t/delete.test    2010-09-14 09:52:38 +0000 (30bf8fc)
+++ test/sql/t/delete.test    2010-09-14 09:59:38 +0000 (474bb92)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/drop_database.test (+16 -0)
===================================================================
--- test/sql/t/drop_database.test    2010-09-14 09:52:38 +0000 (9923430)
+++ test/sql/t/drop_database.test    2010-09-14 09:59:38 +0000 (c093953)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/drop_table.test (+16 -0)
===================================================================
--- test/sql/t/drop_table.test    2010-09-14 09:52:38 +0000 (d01c1f0)
+++ test/sql/t/drop_table.test    2010-09-14 09:59:38 +0000 (0eaaee6)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/fulltext.test (+16 -0)
===================================================================
--- test/sql/t/fulltext.test    2010-09-14 09:52:38 +0000 (15ba600)
+++ test/sql/t/fulltext.test    2010-09-14 09:59:38 +0000 (7b44ef4)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/hash.test (+16 -0)
===================================================================
--- test/sql/t/hash.test    2010-09-14 09:52:38 +0000 (d4af5f5)
+++ test/sql/t/hash.test    2010-09-14 09:59:38 +0000 (026548c)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/insert.test (+16 -0)
===================================================================
--- test/sql/t/insert.test    2010-09-14 09:52:38 +0000 (a1de66b)
+++ test/sql/t/insert.test    2010-09-14 09:59:38 +0000 (376deff)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/select_all.test (+16 -0)
===================================================================
--- test/sql/t/select_all.test    2010-09-14 09:52:38 +0000 (cc522fb)
+++ test/sql/t/select_all.test    2010-09-14 09:59:38 +0000 (3198610)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/select_pkey.test (+16 -0)
===================================================================
--- test/sql/t/select_pkey.test    2010-09-14 09:52:38 +0000 (cca4d3f)
+++ test/sql/t/select_pkey.test    2010-09-14 09:59:38 +0000 (d453c1a)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/show_create_table.test (+16 -0)
===================================================================
--- test/sql/t/show_create_table.test    2010-09-14 09:52:38 +0000 (5488214)
+++ test/sql/t/show_create_table.test    2010-09-14 09:59:38 +0000 (d249025)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/show_table_status.test (+16 -0)
===================================================================
--- test/sql/t/show_table_status.test    2010-09-14 09:52:38 +0000 (5d191ac)
+++ test/sql/t/show_table_status.test    2010-09-14 09:59:38 +0000 (0a5cdba)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;

  Modified: test/sql/t/update.test (+16 -0)
===================================================================
--- test/sql/t/update.test    2010-09-14 09:52:38 +0000 (c0efad0)
+++ test/sql/t/update.test    2010-09-14 09:59:38 +0000 (e2d6f4f)
@@ -1,3 +1,19 @@
+# Copyright(C) 2010 Tetsuro IKEDA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# 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
+
 --disable_warnings
 install plugin groonga soname 'ha_groonga.so';
 set storage_engine=groonga;




Groonga-mysql-commit メーリングリストの案内
Back to archive index