summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-06-12 14:09:28 +0800
committerPeng Wu <alexepico@gmail.com>2012-06-12 14:09:28 +0800
commit79298b931c4ab5c6271aa3666e229b7f1344cced (patch)
tree2d2e52bd16c60b6fce29144fede1157107d09c49
parentdfa327790662ad9a788f2e13f8f1962a12769a3b (diff)
downloadlibpinyin-79298b931c4ab5c6271aa3666e229b7f1344cced.tar.gz
libpinyin-79298b931c4ab5c6271aa3666e229b7f1344cced.tar.xz
libpinyin-79298b931c4ab5c6271aa3666e229b7f1344cced.zip
update fsf address
-rw-r--r--scripts/bopomofo.py2
-rw-r--r--scripts/chewing.py2
-rw-r--r--scripts/chewingkey.py2
-rw-r--r--scripts/correct.py2
-rw-r--r--scripts/genbopomofoheader.py2
-rw-r--r--scripts/genchewingkey.py2
-rw-r--r--scripts/gendoublepinyinheader.py2
-rw-r--r--scripts/genpinyinheader.py2
-rw-r--r--scripts/genpinyintable.py2
-rw-r--r--scripts/genspecialtable.py2
-rw-r--r--scripts/pinyin.py2
-rw-r--r--scripts/pinyintable.py2
-rw-r--r--scripts/specialtable.py2
-rw-r--r--scripts/utils.py2
14 files changed, 14 insertions, 14 deletions
diff --git a/scripts/bopomofo.py b/scripts/bopomofo.py
index fe11b1a..91a8744 100644
--- a/scripts/bopomofo.py
+++ b/scripts/bopomofo.py
@@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
BOPOMOFO_PINYIN_MAP = {
diff --git a/scripts/chewing.py b/scripts/chewing.py
index 22d18de..b49c84f 100644
--- a/scripts/chewing.py
+++ b/scripts/chewing.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
ASCII_CHEWING_INITIAL_MAP = {
diff --git a/scripts/chewingkey.py b/scripts/chewingkey.py
index 9551f66..5f5770f 100644
--- a/scripts/chewingkey.py
+++ b/scripts/chewingkey.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
CHEWING_INITIAL_LIST = [
diff --git a/scripts/correct.py b/scripts/correct.py
index a5f49cf..ffd5998 100644
--- a/scripts/correct.py
+++ b/scripts/correct.py
@@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
auto_correct = [
# "correct", "wrong"
diff --git a/scripts/genbopomofoheader.py b/scripts/genbopomofoheader.py
index cb4024f..cb0fa86 100644
--- a/scripts/genbopomofoheader.py
+++ b/scripts/genbopomofoheader.py
@@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from operator import itemgetter
diff --git a/scripts/genchewingkey.py b/scripts/genchewingkey.py
index 79b8d54..4a0bdcd 100644
--- a/scripts/genchewingkey.py
+++ b/scripts/genchewingkey.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from utils import expand_file
diff --git a/scripts/gendoublepinyinheader.py b/scripts/gendoublepinyinheader.py
index 15de35e..08dd817 100644
--- a/scripts/gendoublepinyinheader.py
+++ b/scripts/gendoublepinyinheader.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import pinyin
diff --git a/scripts/genpinyinheader.py b/scripts/genpinyinheader.py
index 7d07a24..81e0538 100644
--- a/scripts/genpinyinheader.py
+++ b/scripts/genpinyinheader.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from utils import expand_file
diff --git a/scripts/genpinyintable.py b/scripts/genpinyintable.py
index 05c0419..6eda276 100644
--- a/scripts/genpinyintable.py
+++ b/scripts/genpinyintable.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import operator
import bopomofo
diff --git a/scripts/genspecialtable.py b/scripts/genspecialtable.py
index a835bff..061f9d1 100644
--- a/scripts/genspecialtable.py
+++ b/scripts/genspecialtable.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import operator
diff --git a/scripts/pinyin.py b/scripts/pinyin.py
index c959886..146d05d 100644
--- a/scripts/pinyin.py
+++ b/scripts/pinyin.py
@@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
N_ = lambda x : x
PINYIN_DICT = {
diff --git a/scripts/pinyintable.py b/scripts/pinyintable.py
index 33b5e9c..bddf2dc 100644
--- a/scripts/pinyintable.py
+++ b/scripts/pinyintable.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import pinyin
import bopomofo
diff --git a/scripts/specialtable.py b/scripts/specialtable.py
index c47f2b9..ead5300 100644
--- a/scripts/specialtable.py
+++ b/scripts/specialtable.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import os
diff --git a/scripts/utils.py b/scripts/utils.py
index 391e54f..01bdbc7 100644
--- a/scripts/utils.py
+++ b/scripts/utils.py
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import os