From 79298b931c4ab5c6271aa3666e229b7f1344cced Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 12 Jun 2012 14:09:28 +0800 Subject: update fsf address --- scripts/bopomofo.py | 2 +- scripts/chewing.py | 2 +- scripts/chewingkey.py | 2 +- scripts/correct.py | 2 +- scripts/genbopomofoheader.py | 2 +- scripts/genchewingkey.py | 2 +- scripts/gendoublepinyinheader.py | 2 +- scripts/genpinyinheader.py | 2 +- scripts/genpinyintable.py | 2 +- scripts/genspecialtable.py | 2 +- scripts/pinyin.py | 2 +- scripts/pinyintable.py | 2 +- scripts/specialtable.py | 2 +- scripts/utils.py | 2 +- 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 -- cgit