Kouhei Sutou
null+****@clear*****
Sun Jun 26 17:59:36 JST 2016
Kouhei Sutou 2016-06-26 17:59:36 +0900 (Sun, 26 Jun 2016) New Revision: 0109b464caefa7548dcdd7d571b204188da10a85 https://github.com/groonga/groonga/commit/0109b464caefa7548dcdd7d571b204188da10a85 Message: nkfc: clean header Modified files: lib/nfkc.rb lib/nfkc50.c Modified: lib/nfkc.rb (+5 -2) =================================================================== --- lib/nfkc.rb 2016-06-26 17:56:29 +0900 (ad84d27) +++ lib/nfkc.rb 2016-06-26 17:59:36 +0900 (6ccf531) @@ -865,7 +865,8 @@ map2 = create_map2(map1) File.open("nfkc#{unicode_version}.c", "w") do |output| output.puts(<<-HEADER) /* -*- c-basic-offset: 2 -*- */ -/* Copyright(C) 2010-2016 Brazil +/* + Copyright(C) 2010-2016 Brazil This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -879,8 +880,10 @@ File.open("nfkc#{unicode_version}.c", "w") do |output| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ -don't edit this file by hand. it generated automatically by nfkc.rb +/* + Don't edit this file by hand. it generated automatically by nfkc.rb. */ #include "grn.h" Modified: lib/nfkc50.c (+5 -2) =================================================================== --- lib/nfkc50.c 2016-06-26 17:56:29 +0900 (c74d55b) +++ lib/nfkc50.c 2016-06-26 17:59:36 +0900 (8e2528c) @@ -1,5 +1,6 @@ /* -*- c-basic-offset: 2 -*- */ -/* Copyright(C) 2010-2016 Brazil +/* + Copyright(C) 2010-2016 Brazil This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -13,8 +14,10 @@ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ -don't edit this file by hand. it generated automatically by nfkc.rb +/* + Don't edit this file by hand. it generated automatically by nfkc.rb. */ #include "grn.h" -------------- next part -------------- HTML����������������������������... 下載