summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-09 14:06:21 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-09 14:06:21 +0800
commit9538cb526643a58dad2e8ff15337d784eac5537b (patch)
tree2b2ff5a6f551514a4c294ac86bd76d9a7356fa01 /src/storage
parent94fee6c690d4f4f86fa000bb68390558364614ac (diff)
downloadlibzhuyin-9538cb526643a58dad2e8ff15337d784eac5537b.tar.gz
libzhuyin-9538cb526643a58dad2e8ff15337d784eac5537b.tar.xz
libzhuyin-9538cb526643a58dad2e8ff15337d784eac5537b.zip
update sources
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/chewing_large_table.cpp4
-rw-r--r--src/storage/ngram.cpp4
-rw-r--r--src/storage/phrase_index.cpp4
-rw-r--r--src/storage/phrase_large_table2.cpp4
-rw-r--r--src/storage/pinyin_parser2.cpp4
-rw-r--r--src/storage/table_info.cpp4
6 files changed, 12 insertions, 12 deletions
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 <alexepico@gmail.com>
*
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 <alexepico@gmail.com>
*
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 <alexepico@gmail.com>
*
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 <alexepico@gmail.com>
*