summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-09 14:10:14 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-09 14:10:14 +0800
commitef8d3899d32fc9d8e9ba21f8dfe613636e55ca2c (patch)
tree66a33aebdae4ddb29dd51728a71fd7c275a74fbe /scripts
parent9538cb526643a58dad2e8ff15337d784eac5537b (diff)
downloadlibzhuyin-ef8d3899d32fc9d8e9ba21f8dfe613636e55ca2c.tar.gz
libzhuyin-ef8d3899d32fc9d8e9ba21f8dfe613636e55ca2c.tar.xz
libzhuyin-ef8d3899d32fc9d8e9ba21f8dfe613636e55ca2c.zip
update scripts
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bopomofo.py2
-rw-r--r--scripts/chewing.py2
-rw-r--r--scripts/chewingkey.py2
-rw-r--r--scripts/genbopomofoheader.py2
-rw-r--r--scripts/genchewingkey.py2
-rw-r--r--scripts/genpinyinheader.py2
-rw-r--r--scripts/genpinyintable.py2
-rw-r--r--scripts/pinyin.py2
-rw-r--r--scripts/pinyintable.py2
-rw-r--r--scripts/utils.py2
10 files changed, 10 insertions, 10 deletions
diff --git a/scripts/bopomofo.py b/scripts/bopomofo.py
index 91a8744..6b94f9d 100644
--- a/scripts/bopomofo.py
+++ b/scripts/bopomofo.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (c) 2010 BYVoid <byvoid1@gmail.com>
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
diff --git a/scripts/chewing.py b/scripts/chewing.py
index b49c84f..0ef7c18 100644
--- a/scripts/chewing.py
+++ b/scripts/chewing.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
#
diff --git a/scripts/chewingkey.py b/scripts/chewingkey.py
index 5f5770f..ced3d1b 100644
--- a/scripts/chewingkey.py
+++ b/scripts/chewingkey.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
#
diff --git a/scripts/genbopomofoheader.py b/scripts/genbopomofoheader.py
index cb0fa86..3f47f4c 100644
--- a/scripts/genbopomofoheader.py
+++ b/scripts/genbopomofoheader.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (c) 2010 BYVoid <byvoid1@gmail.com>
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
diff --git a/scripts/genchewingkey.py b/scripts/genchewingkey.py
index 4a0bdcd..266395c 100644
--- a/scripts/genchewingkey.py
+++ b/scripts/genchewingkey.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
#
diff --git a/scripts/genpinyinheader.py b/scripts/genpinyinheader.py
index 283c64a..99048aa 100644
--- a/scripts/genpinyinheader.py
+++ b/scripts/genpinyinheader.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
#
diff --git a/scripts/genpinyintable.py b/scripts/genpinyintable.py
index 574f513..91ae565 100644
--- a/scripts/genpinyintable.py
+++ b/scripts/genpinyintable.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
#
diff --git a/scripts/pinyin.py b/scripts/pinyin.py
index 4ed16f2..6c4a2e0 100644
--- a/scripts/pinyin.py
+++ b/scripts/pinyin.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
diff --git a/scripts/pinyintable.py b/scripts/pinyintable.py
index cd2a3db..4e643d2 100644
--- a/scripts/pinyintable.py
+++ b/scripts/pinyintable.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
#
diff --git a/scripts/utils.py b/scripts/utils.py
index 01bdbc7..bd975a2 100644
--- a/scripts/utils.py
+++ b/scripts/utils.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim:set et sts=4 sw=4:
#
-# libpinyin - Library to deal with pinyin.
+# libzhuyin - Library to deal with zhuyin.
#
# Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
#