Masafumi Yokoyama
null+****@clear*****
Sun Jul 27 18:18:22 JST 2014
Masafumi Yokoyama 2014-07-27 18:18:22 +0900 (Sun, 27 Jul 2014) New Revision: 732e99a165545a197c9ac848f8fbe84f65bb9034 https://github.com/ranguba/rroonga/commit/732e99a165545a197c9ac848f8fbe84f65bb9034 Merged e941673: Merge pull request #20 from myokoym/update-fsf-address Message: Update FSF address Modified files: lib/groonga.rb lib/groonga/column.rb lib/groonga/context.rb lib/groonga/context/command-executor.rb lib/groonga/database-inspector.rb lib/groonga/database.rb lib/groonga/dumper.rb lib/groonga/expression-builder-19.rb lib/groonga/expression-builder.rb lib/groonga/geo-point.rb lib/groonga/grntest-log.rb lib/groonga/index-column.rb lib/groonga/logger.rb lib/groonga/memory-pool.rb lib/groonga/pagination.rb lib/groonga/patricia-trie.rb lib/groonga/posting.rb lib/groonga/query-logger.rb lib/groonga/record.rb lib/groonga/schema.rb lib/groonga/statistic-measurer.rb lib/groonga/sub-records.rb lib/groonga/table.rb Modified: lib/groonga.rb (+1 -1) =================================================================== --- lib/groonga.rb 2014-07-27 18:18:00 +0900 (46517ab) +++ lib/groonga.rb 2014-07-27 18:18:22 +0900 (37c39b0) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "pathname" Modified: lib/groonga/column.rb (+1 -1) =================================================================== --- lib/groonga/column.rb 2014-07-27 18:18:00 +0900 (6b075dd) +++ lib/groonga/column.rb 2014-07-27 18:18:22 +0900 (0b8b47f) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga class Column Modified: lib/groonga/context.rb (+1 -1) =================================================================== --- lib/groonga/context.rb 2014-07-27 18:18:00 +0900 (e59fc67) +++ lib/groonga/context.rb 2014-07-27 18:18:22 +0900 (de2d079) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "groonga/memory-pool" require "groonga/context/command-executor" Modified: lib/groonga/context/command-executor.rb (+1 -1) =================================================================== --- lib/groonga/context/command-executor.rb 2014-07-27 18:18:00 +0900 (96eb4be) +++ lib/groonga/context/command-executor.rb 2014-07-27 18:18:22 +0900 (2872b39) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "groonga/command" require "groonga/client/response" Modified: lib/groonga/database-inspector.rb (+1 -1) =================================================================== --- lib/groonga/database-inspector.rb 2014-07-27 18:18:00 +0900 (543035e) +++ lib/groonga/database-inspector.rb 2014-07-27 18:18:22 +0900 (18ff98f) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga # It is a class that inspects database. You can know details metadata Modified: lib/groonga/database.rb (+1 -1) =================================================================== --- lib/groonga/database.rb 2014-07-27 18:18:00 +0900 (9acdbfb) +++ lib/groonga/database.rb 2014-07-27 18:18:22 +0900 (7e0fc9f) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga class Database Modified: lib/groonga/dumper.rb (+1 -1) =================================================================== --- lib/groonga/dumper.rb 2014-07-27 18:18:00 +0900 (d3d1d76) +++ lib/groonga/dumper.rb 2014-07-27 18:18:22 +0900 (f6b5544) @@ -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 'stringio' Modified: lib/groonga/expression-builder-19.rb (+1 -1) =================================================================== --- lib/groonga/expression-builder-19.rb 2014-07-27 18:18:00 +0900 (dfc5c6d) +++ lib/groonga/expression-builder-19.rb 2014-07-27 18:18:22 +0900 (a5cdb98) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga module ExpressionBuildable Modified: lib/groonga/expression-builder.rb (+1 -1) =================================================================== --- lib/groonga/expression-builder.rb 2014-07-27 18:18:00 +0900 (2d8a6f1) +++ lib/groonga/expression-builder.rb 2014-07-27 18:18:22 +0900 (448c84f) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga # @private Modified: lib/groonga/geo-point.rb (+1 -1) =================================================================== --- lib/groonga/geo-point.rb 2014-07-27 18:18:00 +0900 (1898a69) +++ lib/groonga/geo-point.rb 2014-07-27 18:18:22 +0900 (e037024) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga module GeoPointValueConverter Modified: lib/groonga/grntest-log.rb (+1 -1) =================================================================== --- lib/groonga/grntest-log.rb 2014-07-27 18:18:00 +0900 (9fdf59a) +++ lib/groonga/grntest-log.rb 2014-07-27 18:18:22 +0900 (77e64ca) @@ -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 "English" require "time" Modified: lib/groonga/index-column.rb (+1 -1) =================================================================== --- lib/groonga/index-column.rb 2014-07-27 18:18:00 +0900 (11b0e17) +++ lib/groonga/index-column.rb 2014-07-27 18:18:22 +0900 (a8f8087) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "fileutils" require "cgi" Modified: lib/groonga/logger.rb (+1 -1) =================================================================== --- lib/groonga/logger.rb 2014-07-27 18:18:00 +0900 (a58f146) +++ lib/groonga/logger.rb 2014-07-27 18:18:22 +0900 (d97f67f) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga class Logger Modified: lib/groonga/memory-pool.rb (+1 -1) =================================================================== --- lib/groonga/memory-pool.rb 2014-07-27 18:18:00 +0900 (572a595) +++ lib/groonga/memory-pool.rb 2014-07-27 18:18:22 +0900 (e0b1c90) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga # @api private Modified: lib/groonga/pagination.rb (+1 -1) =================================================================== --- lib/groonga/pagination.rb 2014-07-27 18:18:00 +0900 (77fdceb) +++ lib/groonga/pagination.rb 2014-07-27 18:18:22 +0900 (0980b81) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga class TooSmallPage < Error Modified: lib/groonga/patricia-trie.rb (+1 -1) =================================================================== --- lib/groonga/patricia-trie.rb 2014-07-27 18:18:00 +0900 (18924b1) +++ lib/groonga/patricia-trie.rb 2014-07-27 18:18:22 +0900 (7b3b173) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga class PatriciaTrie Modified: lib/groonga/posting.rb (+1 -1) =================================================================== --- lib/groonga/posting.rb 2014-07-27 18:18:00 +0900 (6dcad86) +++ lib/groonga/posting.rb 2014-07-27 18:18:22 +0900 (edc63c5) @@ -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 'English' Modified: lib/groonga/query-logger.rb (+1 -1) =================================================================== --- lib/groonga/query-logger.rb 2014-07-27 18:18:00 +0900 (062ea9c) +++ lib/groonga/query-logger.rb 2014-07-27 18:18:22 +0900 (c0fa094) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga class QueryLogger Modified: lib/groonga/record.rb (+1 -1) =================================================================== --- lib/groonga/record.rb 2014-07-27 18:18:00 +0900 (aeaeaae) +++ lib/groonga/record.rb 2014-07-27 18:18:22 +0900 (dfa768a) @@ -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 "English" require "time" Modified: lib/groonga/schema.rb (+1 -1) =================================================================== --- lib/groonga/schema.rb 2014-07-27 18:18:00 +0900 (751bb11) +++ lib/groonga/schema.rb 2014-07-27 18:18:22 +0900 (f7fa52a) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require 'fileutils' Modified: lib/groonga/statistic-measurer.rb (+1 -1) =================================================================== --- lib/groonga/statistic-measurer.rb 2014-07-27 18:18:00 +0900 (e7a4076) +++ lib/groonga/statistic-measurer.rb 2014-07-27 18:18:22 +0900 (be42159) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga # Measures statistic. Modified: lib/groonga/sub-records.rb (+1 -1) =================================================================== --- lib/groonga/sub-records.rb 2014-07-27 18:18:00 +0900 (1ff3762) +++ lib/groonga/sub-records.rb 2014-07-27 18:18:22 +0900 (5aa5428) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga # Represents sub records of a {Record}. Grouped result set by Modified: lib/groonga/table.rb (+1 -1) =================================================================== --- lib/groonga/table.rb 2014-07-27 18:18:00 +0900 (5ab5041) +++ lib/groonga/table.rb 2014-07-27 18:18:22 +0900 (8a43ed4) @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module Groonga class Table -------------- next part -------------- HTML����������������������������...Download