[Groonga-commit] groonga/groonga [master] Update the address of license comments.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 14日 (水) 15:04:39 JST


Susumu Yata	2012-03-14 15:04:39 +0900 (Wed, 14 Mar 2012)

  New Revision: b1620e3e2082f4d04567fd1a9f7ed3a1ce2fbfe1

  Log:
    Update the address of license comments.

  Modified files:
    bindings/python/ql/groongaql.c
    include/groonga/plugin.h
    lib/ctx_impl.h
    lib/dat.cpp
    lib/dat/array.hpp
    lib/dat/base.hpp
    lib/dat/block.hpp
    lib/dat/check.hpp
    lib/dat/cursor-factory.cpp
    lib/dat/cursor-factory.hpp
    lib/dat/cursor.hpp
    lib/dat/dat.hpp
    lib/dat/entry.hpp
    lib/dat/file-impl.cpp
    lib/dat/file-impl.hpp
    lib/dat/file.cpp
    lib/dat/file.hpp
    lib/dat/header.hpp
    lib/dat/id-cursor.cpp
    lib/dat/id-cursor.hpp
    lib/dat/key-cursor.cpp
    lib/dat/key-cursor.hpp
    lib/dat/key.hpp
    lib/dat/node.hpp
    lib/dat/predictive-cursor.cpp
    lib/dat/predictive-cursor.hpp
    lib/dat/prefix-cursor.cpp
    lib/dat/prefix-cursor.hpp
    lib/dat/string.hpp
    lib/dat/trie.cpp
    lib/dat/trie.hpp
    lib/dat/vector.hpp
    packages/windows/Rakefile
    plugins/suggest/suggest.c
    plugins/tokenizers/kytea.cpp
    plugins/tokenizers/mecab.c
    src/grnslap.c
    src/grntest.c
    src/groonga.c
    src/suggest/groonga_suggest_create_dataset.c
    src/suggest/groonga_suggest_httpd.c
    src/suggest/groonga_suggest_learner.c
    src/suggest/util.c
    src/suggest/util.h
    test/unit/Gemfile
    test/unit/core/dat/test-array.cpp
    test/unit/core/dat/test-base.cpp
    test/unit/core/dat/test-block.cpp
    test/unit/core/dat/test-check.cpp
    test/unit/core/dat/test-cursor-factory.cpp
    test/unit/core/dat/test-dat-cursor.cpp
    test/unit/core/dat/test-dat-pat.cpp
    test/unit/core/dat/test-dat.cpp
    test/unit/core/dat/test-entry.cpp
    test/unit/core/dat/test-file.cpp
    test/unit/core/dat/test-header.cpp
    test/unit/core/dat/test-id-cursor.cpp
    test/unit/core/dat/test-key-cursor.cpp
    test/unit/core/dat/test-key.cpp
    test/unit/core/dat/test-node.cpp
    test/unit/core/dat/test-predictive-cursor.cpp
    test/unit/core/dat/test-prefix-cursor.cpp
    test/unit/core/dat/test-string.cpp
    test/unit/core/dat/test-string.hpp
    test/unit/core/dat/test-trie.cpp
    test/unit/core/dat/test-vector.cpp

  Modified: bindings/python/ql/groongaql.c (+1 -1)
===================================================================
--- bindings/python/ql/groongaql.c    2012-03-14 13:38:20 +0900 (2072393)
+++ bindings/python/ql/groongaql.c    2012-03-14 15:04:39 +0900 (2eae9da)
@@ -12,7 +12,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
 */
 #include <Python.h>
 #include <groonga.h>

  Modified: include/groonga/plugin.h (+1 -1)
===================================================================
--- include/groonga/plugin.h    2012-03-14 13:38:20 +0900 (0aa56f8)
+++ include/groonga/plugin.h    2012-03-14 15:04:39 +0900 (cadef39)
@@ -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
 */
 #ifndef GRN_PLUGIN_H
 #define GRN_PLUGIN_H

  Modified: lib/ctx_impl.h (+1 -1)
===================================================================
--- lib/ctx_impl.h    2012-03-14 13:38:20 +0900 (49ae27a)
+++ lib/ctx_impl.h    2012-03-14 15:04:39 +0900 (8f14619)
@@ -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
 */
 #ifndef GRN_CTX_IMPL_H
 #define GRN_CTX_IMPL_H

  Modified: lib/dat.cpp (+1 -1)
===================================================================
--- lib/dat.cpp    2012-03-14 13:38:20 +0900 (e6ae4d3)
+++ lib/dat.cpp    2012-03-14 15:04:39 +0900 (96ae5c3)
@@ -12,7 +12,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
 */
 #include "groonga_in.h"
 #include <sys/types.h>

  Modified: lib/dat/array.hpp (+1 -1)
===================================================================
--- lib/dat/array.hpp    2012-03-14 13:38:20 +0900 (1098eec)
+++ lib/dat/array.hpp    2012-03-14 15:04:39 +0900 (a58e274)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_ARRAY_HPP_

  Modified: lib/dat/base.hpp (+1 -1)
===================================================================
--- lib/dat/base.hpp    2012-03-14 13:38:20 +0900 (51fb551)
+++ lib/dat/base.hpp    2012-03-14 15:04:39 +0900 (2ee9a9a)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_BASE_HPP_

  Modified: lib/dat/block.hpp (+1 -1)
===================================================================
--- lib/dat/block.hpp    2012-03-14 13:38:20 +0900 (907758f)
+++ lib/dat/block.hpp    2012-03-14 15:04:39 +0900 (685baea)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_BLOCK_HPP_

  Modified: lib/dat/check.hpp (+1 -1)
===================================================================
--- lib/dat/check.hpp    2012-03-14 13:38:20 +0900 (83e647b)
+++ lib/dat/check.hpp    2012-03-14 15:04:39 +0900 (840ef37)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_CHECK_HPP_

  Modified: lib/dat/cursor-factory.cpp (+1 -1)
===================================================================
--- lib/dat/cursor-factory.cpp    2012-03-14 13:38:20 +0900 (eea13f6)
+++ lib/dat/cursor-factory.cpp    2012-03-14 15:04:39 +0900 (6dab51a)
@@ -12,7 +12,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
 */
 
 #include "cursor-factory.hpp"

  Modified: lib/dat/cursor-factory.hpp (+1 -1)
===================================================================
--- lib/dat/cursor-factory.hpp    2012-03-14 13:38:20 +0900 (9c99ce3)
+++ lib/dat/cursor-factory.hpp    2012-03-14 15:04:39 +0900 (ea7824d)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_CURSOR_FACTORY_HPP_

  Modified: lib/dat/cursor.hpp (+1 -1)
===================================================================
--- lib/dat/cursor.hpp    2012-03-14 13:38:20 +0900 (d4e97e5)
+++ lib/dat/cursor.hpp    2012-03-14 15:04:39 +0900 (7095445)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_CURSOR_HPP_

  Modified: lib/dat/dat.hpp (+1 -1)
===================================================================
--- lib/dat/dat.hpp    2012-03-14 13:38:20 +0900 (9a37656)
+++ lib/dat/dat.hpp    2012-03-14 15:04:39 +0900 (4c05b1e)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_COMMON_HPP_

  Modified: lib/dat/entry.hpp (+1 -1)
===================================================================
--- lib/dat/entry.hpp    2012-03-14 13:38:20 +0900 (80b4155)
+++ lib/dat/entry.hpp    2012-03-14 15:04:39 +0900 (1a10081)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_ENTRY_HPP_

  Modified: lib/dat/file-impl.cpp (+1 -1)
===================================================================
--- lib/dat/file-impl.cpp    2012-03-14 13:38:20 +0900 (5b89a2f)
+++ lib/dat/file-impl.cpp    2012-03-14 15:04:39 +0900 (3547a43)
@@ -12,7 +12,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
 */
 
 #include "file-impl.hpp"

  Modified: lib/dat/file-impl.hpp (+1 -1)
===================================================================
--- lib/dat/file-impl.hpp    2012-03-14 13:38:20 +0900 (f44f424)
+++ lib/dat/file-impl.hpp    2012-03-14 15:04:39 +0900 (0cf2a35)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_FILE_IMPL_HPP_

  Modified: lib/dat/file.cpp (+1 -1)
===================================================================
--- lib/dat/file.cpp    2012-03-14 13:38:20 +0900 (68eb518)
+++ lib/dat/file.cpp    2012-03-14 15:04:39 +0900 (57bfcb9)
@@ -12,7 +12,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
 */
 
 #include "file.hpp"

  Modified: lib/dat/file.hpp (+1 -1)
===================================================================
--- lib/dat/file.hpp    2012-03-14 13:38:20 +0900 (1107b50)
+++ lib/dat/file.hpp    2012-03-14 15:04:39 +0900 (c2be8d8)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_FILE_HPP_

  Modified: lib/dat/header.hpp (+1 -1)
===================================================================
--- lib/dat/header.hpp    2012-03-14 13:38:20 +0900 (fe870ba)
+++ lib/dat/header.hpp    2012-03-14 15:04:39 +0900 (c48c3ae)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_HPP_HEADER_HPP_

  Modified: lib/dat/id-cursor.cpp (+1 -1)
===================================================================
--- lib/dat/id-cursor.cpp    2012-03-14 13:38:20 +0900 (6218d79)
+++ lib/dat/id-cursor.cpp    2012-03-14 15:04:39 +0900 (074eab6)
@@ -12,7 +12,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
 */
 
 #include "id-cursor.hpp"

  Modified: lib/dat/id-cursor.hpp (+1 -1)
===================================================================
--- lib/dat/id-cursor.hpp    2012-03-14 13:38:20 +0900 (7f39ef6)
+++ lib/dat/id-cursor.hpp    2012-03-14 15:04:39 +0900 (885aef3)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_ID_CURSOR_HPP_

  Modified: lib/dat/key-cursor.cpp (+1 -1)
===================================================================
--- lib/dat/key-cursor.cpp    2012-03-14 13:38:20 +0900 (9cbde85)
+++ lib/dat/key-cursor.cpp    2012-03-14 15:04:39 +0900 (676f64a)
@@ -12,7 +12,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
 */
 
 #include "key-cursor.hpp"

  Modified: lib/dat/key-cursor.hpp (+1 -1)
===================================================================
--- lib/dat/key-cursor.hpp    2012-03-14 13:38:20 +0900 (5b1fbad)
+++ lib/dat/key-cursor.hpp    2012-03-14 15:04:39 +0900 (82882a1)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_KEY_CURSOR_HPP_

  Modified: lib/dat/key.hpp (+1 -1)
===================================================================
--- lib/dat/key.hpp    2012-03-14 13:38:20 +0900 (e46ad86)
+++ lib/dat/key.hpp    2012-03-14 15:04:39 +0900 (34e25b9)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_KEY_HPP_

  Modified: lib/dat/node.hpp (+1 -1)
===================================================================
--- lib/dat/node.hpp    2012-03-14 13:38:20 +0900 (035f503)
+++ lib/dat/node.hpp    2012-03-14 15:04:39 +0900 (d6171d4)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_NODE_HPP_

  Modified: lib/dat/predictive-cursor.cpp (+1 -1)
===================================================================
--- lib/dat/predictive-cursor.cpp    2012-03-14 13:38:20 +0900 (c2bb08b)
+++ lib/dat/predictive-cursor.cpp    2012-03-14 15:04:39 +0900 (c272c85)
@@ -12,7 +12,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
 */
 
 #include "predictive-cursor.hpp"

  Modified: lib/dat/predictive-cursor.hpp (+1 -1)
===================================================================
--- lib/dat/predictive-cursor.hpp    2012-03-14 13:38:20 +0900 (4bc9d71)
+++ lib/dat/predictive-cursor.hpp    2012-03-14 15:04:39 +0900 (ac25bd5)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_PREDICTIVE_CURSOR_HPP_

  Modified: lib/dat/prefix-cursor.cpp (+1 -1)
===================================================================
--- lib/dat/prefix-cursor.cpp    2012-03-14 13:38:20 +0900 (ab17d0c)
+++ lib/dat/prefix-cursor.cpp    2012-03-14 15:04:39 +0900 (8188982)
@@ -12,7 +12,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
 */
 
 #include "prefix-cursor.hpp"

  Modified: lib/dat/prefix-cursor.hpp (+1 -1)
===================================================================
--- lib/dat/prefix-cursor.hpp    2012-03-14 13:38:20 +0900 (5ea14ae)
+++ lib/dat/prefix-cursor.hpp    2012-03-14 15:04:39 +0900 (57e3183)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_PREFIX_CURSOR_HPP_

  Modified: lib/dat/string.hpp (+1 -1)
===================================================================
--- lib/dat/string.hpp    2012-03-14 13:38:20 +0900 (222f90b)
+++ lib/dat/string.hpp    2012-03-14 15:04:39 +0900 (b9402fe)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_STRING_HPP_

  Modified: lib/dat/trie.cpp (+1 -1)
===================================================================
--- lib/dat/trie.cpp    2012-03-14 13:38:20 +0900 (6858e7f)
+++ lib/dat/trie.cpp    2012-03-14 15:04:39 +0900 (82c8c27)
@@ -12,7 +12,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
 */
 
 #include "trie.hpp"

  Modified: lib/dat/trie.hpp (+1 -1)
===================================================================
--- lib/dat/trie.hpp    2012-03-14 13:38:20 +0900 (5e1748e)
+++ lib/dat/trie.hpp    2012-03-14 15:04:39 +0900 (6bd307b)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_TRIE_HPP_

  Modified: lib/dat/vector.hpp (+1 -1)
===================================================================
--- lib/dat/vector.hpp    2012-03-14 13:38:20 +0900 (fd84d9a)
+++ lib/dat/vector.hpp    2012-03-14 15:04:39 +0900 (93c1744)
@@ -12,7 +12,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
 */
 
 #ifndef GRN_DAT_VECTOR_HPP_

  Modified: packages/windows/Rakefile (+1 -1)
===================================================================
--- packages/windows/Rakefile    2012-03-14 13:38:20 +0900 (5cafe13)
+++ packages/windows/Rakefile    2012-03-14 15:04:39 +0900 (7f53795)
@@ -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: plugins/suggest/suggest.c (+1 -1)
===================================================================
--- plugins/suggest/suggest.c    2012-03-14 13:38:20 +0900 (7147ed5)
+++ plugins/suggest/suggest.c    2012-03-14 15:04:39 +0900 (5f6b984)
@@ -12,7 +12,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
 */
 
 #include "ctx.h"

  Modified: plugins/tokenizers/kytea.cpp (+1 -1)
===================================================================
--- plugins/tokenizers/kytea.cpp    2012-03-14 13:38:20 +0900 (efa2f7c)
+++ plugins/tokenizers/kytea.cpp    2012-03-14 15:04:39 +0900 (58efb58)
@@ -12,7 +12,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
 */
 
 #include <groonga/tokenizer.h>

  Modified: plugins/tokenizers/mecab.c (+1 -1)
===================================================================
--- plugins/tokenizers/mecab.c    2012-03-14 13:38:20 +0900 (3249376)
+++ plugins/tokenizers/mecab.c    2012-03-14 15:04:39 +0900 (35fd5c7)
@@ -12,7 +12,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
 */
 
 #include <ctx.h>

  Modified: src/grnslap.c (+1 -1)
===================================================================
--- src/grnslap.c    2012-03-14 13:38:20 +0900 (a2d3ec6)
+++ src/grnslap.c    2012-03-14 15:04:39 +0900 (499e56a)
@@ -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
 */
 
 #include "lib/com.h"

  Modified: src/grntest.c (+1 -1)
===================================================================
--- src/grntest.c    2012-03-14 13:38:20 +0900 (0407b72)
+++ src/grntest.c    2012-03-14 15:04:39 +0900 (beef9b8)
@@ -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
 */
 
 #ifdef HAVE_CONFIG_H

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2012-03-14 13:38:20 +0900 (fa81bc9)
+++ src/groonga.c    2012-03-14 15:04:39 +0900 (a4bd814)
@@ -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
 */
 
 #ifdef WIN32

  Modified: src/suggest/groonga_suggest_create_dataset.c (+1 -1)
===================================================================
--- src/suggest/groonga_suggest_create_dataset.c    2012-03-14 13:38:20 +0900 (1518b44)
+++ src/suggest/groonga_suggest_create_dataset.c    2012-03-14 15:04:39 +0900 (31606c5)
@@ -12,7 +12,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
 */
 
 #include <stdio.h>

  Modified: src/suggest/groonga_suggest_httpd.c (+1 -1)
===================================================================
--- src/suggest/groonga_suggest_httpd.c    2012-03-14 13:38:20 +0900 (4610b4e)
+++ src/suggest/groonga_suggest_httpd.c    2012-03-14 15:04:39 +0900 (5e211ae)
@@ -12,7 +12,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
 */
 
 /* groonga origin headers */

  Modified: src/suggest/groonga_suggest_learner.c (+1 -1)
===================================================================
--- src/suggest/groonga_suggest_learner.c    2012-03-14 13:38:20 +0900 (9b879bc)
+++ src/suggest/groonga_suggest_learner.c    2012-03-14 15:04:39 +0900 (7e714d9)
@@ -12,7 +12,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
 */
 #include <zmq.h>
 #include <stdio.h>

  Modified: src/suggest/util.c (+1 -1)
===================================================================
--- src/suggest/util.c    2012-03-14 13:38:20 +0900 (0794736)
+++ src/suggest/util.c    2012-03-14 15:04:39 +0900 (f6a717b)
@@ -12,7 +12,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
 */
 #include <stdio.h>
 #include <stdlib.h>

  Modified: src/suggest/util.h (+1 -1)
===================================================================
--- src/suggest/util.h    2012-03-14 13:38:20 +0900 (a35dbe0)
+++ src/suggest/util.h    2012-03-14 15:04:39 +0900 (468fe10)
@@ -12,7 +12,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
 */
 #ifndef GRN_SUGGEST_UTIL_H
 #define GRN_SUGGEST_UTIL_H

  Modified: test/unit/Gemfile (+1 -1)
===================================================================
--- test/unit/Gemfile    2012-03-14 13:38:20 +0900 (b2ba8f2)
+++ test/unit/Gemfile    2012-03-14 15:04:39 +0900 (ed09b48)
@@ -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
 
 source "http://rubygems.org/"
 

  Modified: test/unit/core/dat/test-array.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-array.cpp    2012-03-14 13:38:20 +0900 (1999c33)
+++ test/unit/core/dat/test-array.cpp    2012-03-14 15:04:39 +0900 (62c126e)
@@ -14,7 +14,7 @@
 
   You should have received a copy of the GNU Lesser General Public
   License along with this library; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-base.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-base.cpp    2012-03-14 13:38:20 +0900 (e0a48cc)
+++ test/unit/core/dat/test-base.cpp    2012-03-14 15:04:39 +0900 (646b418)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-block.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-block.cpp    2012-03-14 13:38:20 +0900 (4812552)
+++ test/unit/core/dat/test-block.cpp    2012-03-14 15:04:39 +0900 (567c827)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-check.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-check.cpp    2012-03-14 13:38:20 +0900 (b1b7524)
+++ test/unit/core/dat/test-check.cpp    2012-03-14 15:04:39 +0900 (3991bc1)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-cursor-factory.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-cursor-factory.cpp    2012-03-14 13:38:20 +0900 (9e3815a)
+++ test/unit/core/dat/test-cursor-factory.cpp    2012-03-14 15:04:39 +0900 (997e991)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-dat-cursor.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-dat-cursor.cpp    2012-03-14 13:38:20 +0900 (c1b69b3)
+++ test/unit/core/dat/test-dat-cursor.cpp    2012-03-14 15:04:39 +0900 (345b1ee)
@@ -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
 */
 
 #define __STDC_LIMIT_MACROS

  Modified: test/unit/core/dat/test-dat-pat.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-dat-pat.cpp    2012-03-14 13:38:20 +0900 (44d84cd)
+++ test/unit/core/dat/test-dat-pat.cpp    2012-03-14 15:04:39 +0900 (8540ee3)
@@ -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
 */
 
 #define __STDC_LIMIT_MACROS

  Modified: test/unit/core/dat/test-dat.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-dat.cpp    2012-03-14 13:38:20 +0900 (1dce81d)
+++ test/unit/core/dat/test-dat.cpp    2012-03-14 15:04:39 +0900 (b19fcf1)
@@ -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
 */
 
 #define __STDC_LIMIT_MACROS

  Modified: test/unit/core/dat/test-entry.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-entry.cpp    2012-03-14 13:38:20 +0900 (1cc3d5e)
+++ test/unit/core/dat/test-entry.cpp    2012-03-14 15:04:39 +0900 (1f5ffb6)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-file.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-file.cpp    2012-03-14 13:38:20 +0900 (92868ef)
+++ test/unit/core/dat/test-file.cpp    2012-03-14 15:04:39 +0900 (864e193)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-header.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-header.cpp    2012-03-14 13:38:20 +0900 (8bd27be)
+++ test/unit/core/dat/test-header.cpp    2012-03-14 15:04:39 +0900 (ebddb96)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-id-cursor.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-id-cursor.cpp    2012-03-14 13:38:20 +0900 (3636fcb)
+++ test/unit/core/dat/test-id-cursor.cpp    2012-03-14 15:04:39 +0900 (55b0c94)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-key-cursor.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-key-cursor.cpp    2012-03-14 13:38:20 +0900 (8f1fd85)
+++ test/unit/core/dat/test-key-cursor.cpp    2012-03-14 15:04:39 +0900 (f9abc38)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-key.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-key.cpp    2012-03-14 13:38:20 +0900 (d9cf6c8)
+++ test/unit/core/dat/test-key.cpp    2012-03-14 15:04:39 +0900 (5f26be9)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-node.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-node.cpp    2012-03-14 13:38:20 +0900 (95711d2)
+++ test/unit/core/dat/test-node.cpp    2012-03-14 15:04:39 +0900 (6ddf0b7)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-predictive-cursor.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-predictive-cursor.cpp    2012-03-14 13:38:20 +0900 (8aceee2)
+++ test/unit/core/dat/test-predictive-cursor.cpp    2012-03-14 15:04:39 +0900 (3b1020e)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-prefix-cursor.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-prefix-cursor.cpp    2012-03-14 13:38:20 +0900 (31403d0)
+++ test/unit/core/dat/test-prefix-cursor.cpp    2012-03-14 15:04:39 +0900 (f15684b)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-string.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-string.cpp    2012-03-14 13:38:20 +0900 (f25523a)
+++ test/unit/core/dat/test-string.cpp    2012-03-14 15:04:39 +0900 (59cc45a)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-string.hpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-string.hpp    2012-03-14 13:38:20 +0900 (ded7a01)
+++ test/unit/core/dat/test-string.hpp    2012-03-14 15:04:39 +0900 (2323db6)
@@ -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
 */
 
 #ifndef GRN_DAT_TEST_STRING_HPP_

  Modified: test/unit/core/dat/test-trie.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-trie.cpp    2012-03-14 13:38:20 +0900 (203e3c1)
+++ test/unit/core/dat/test-trie.cpp    2012-03-14 15:04:39 +0900 (122c136)
@@ -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
 */
 
 #include <gcutter.h>

  Modified: test/unit/core/dat/test-vector.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-vector.cpp    2012-03-14 13:38:20 +0900 (ee39728)
+++ test/unit/core/dat/test-vector.cpp    2012-03-14 15:04:39 +0900 (b38f939)
@@ -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
 */
 
 #include <gcutter.h>




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