Kouhei Sutou
null+****@clear*****
Wed Jan 29 15:10:49 JST 2014
Kouhei Sutou 2014-01-29 15:10:49 +0900 (Wed, 29 Jan 2014) New Revision: b07b400ae52e2ac3da19606000f9a513d919fd6f https://github.com/droonga/drnbench/commit/b07b400ae52e2ac3da19606000f9a513d919fd6f Message: Add a missing license header Modified files: drnbench.gemspec Modified: drnbench.gemspec (+15 -0) =================================================================== --- drnbench.gemspec 2014-01-29 15:10:13 +0900 (5a3600d) +++ drnbench.gemspec 2014-01-29 15:10:49 +0900 (2a1532d) @@ -1,4 +1,19 @@ # -*- mode: ruby; coding: utf-8 -*- +# +# Copyright (C) 2013-2014 Droonga Project +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. clean_white_space = lambda do |entry| entry.gsub(/(\A\n+|\n+\z)/, '') + "\n" -------------- next part -------------- HTML����������������������������...Download