From 9538cb526643a58dad2e8ff15337d784eac5537b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 9 Aug 2013 14:06:21 +0800 Subject: update sources --- src/lookup/lookup.cpp | 4 ++-- src/lookup/phrase_lookup.cpp | 4 ++-- src/lookup/pinyin_lookup2.cpp | 4 ++-- src/pinyin.cpp | 4 ++-- src/storage/chewing_large_table.cpp | 4 ++-- src/storage/ngram.cpp | 4 ++-- src/storage/phrase_index.cpp | 4 ++-- src/storage/phrase_large_table2.cpp | 4 ++-- src/storage/pinyin_parser2.cpp | 4 ++-- src/storage/table_info.cpp | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) (limited to 'src') diff --git a/src/lookup/lookup.cpp b/src/lookup/lookup.cpp index c32a0ec..afa2ff0 100644 --- a/src/lookup/lookup.cpp +++ b/src/lookup/lookup.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2011 Peng Wu * diff --git a/src/lookup/phrase_lookup.cpp b/src/lookup/phrase_lookup.cpp index f7da0b7..986a808 100644 --- a/src/lookup/phrase_lookup.cpp +++ b/src/lookup/phrase_lookup.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2010 Peng Wu * diff --git a/src/lookup/pinyin_lookup2.cpp b/src/lookup/pinyin_lookup2.cpp index 2250a93..f7567fa 100644 --- a/src/lookup/pinyin_lookup2.cpp +++ b/src/lookup/pinyin_lookup2.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2012 Peng Wu * diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 8ca4b8f..885eceb 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2011 Peng Wu * diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index 2eb8658..728b66e 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2011 Peng Wu * diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp index 3964388..4f760ab 100644 --- a/src/storage/ngram.cpp +++ b/src/storage/ngram.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2006-2007 Peng Wu * diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp index 5fe61c2..b0c9be4 100644 --- a/src/storage/phrase_index.cpp +++ b/src/storage/phrase_index.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2006-2007 Peng Wu * diff --git a/src/storage/phrase_large_table2.cpp b/src/storage/phrase_large_table2.cpp index f7d8ae2..cbba23a 100644 --- a/src/storage/phrase_large_table2.cpp +++ b/src/storage/phrase_large_table2.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2012 Peng Wu * diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index c26e036..fd5f57a 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2011 Peng Wu * diff --git a/src/storage/table_info.cpp b/src/storage/table_info.cpp index 63af8e0..56901d6 100644 --- a/src/storage/table_info.cpp +++ b/src/storage/table_info.cpp @@ -1,6 +1,6 @@ /* - * libpinyin - * Library to deal with pinyin. + * libzhuyin + * Library to deal with zhuyin. * * Copyright (C) 2013 Peng Wu * -- cgit