summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2012-06-01 11:26:29 -0400
committerPeng Huang <shawn.p.huang@gmail.com>2012-06-01 11:26:29 -0400
commit8901ca9805b7ff13bf9ba5d711494174b00dc0ce (patch)
treeca7befe3eea131fa7e5e23234f81f8524df8d47b
parent8c80936cb3c47cba13d899b466c9e8b8ec446d33 (diff)
downloadibus-pinyin-8901ca9805b7ff13bf9ba5d711494174b00dc0ce.tar.gz
Fix license headers
BUG=None TEST=None Review URL: https://codereview.appspot.com/6258069
-rw-r--r--Makefile.am2
-rw-r--r--data/Makefile.am2
-rw-r--r--data/db/Makefile.am2
-rw-r--r--data/db/android/Makefile.am2
-rw-r--r--data/db/english/Makefile.am2
-rw-r--r--data/db/open-phrase/Makefile.am2
-rw-r--r--lua/Makefile.am2
-rw-r--r--lua/lua-plugin.h2
-rw-r--r--m4/Makefile.am2
-rw-r--r--scripts/pydict.py2
-rw-r--r--scripts/pyutil.py2
-rw-r--r--setup/Makefile.am2
-rw-r--r--setup/main.py2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/PYBopomofo.h2
-rw-r--r--src/PYBopomofoEditor.cc2
-rw-r--r--src/PYBopomofoEditor.h2
-rw-r--r--src/PYBopomofoEngine.cc2
-rw-r--r--src/PYBopomofoEngine.h2
-rw-r--r--src/PYBopomofoKeyboard.h2
-rw-r--r--src/PYBus.h2
-rw-r--r--src/PYConfig.cc2
-rw-r--r--src/PYConfig.h2
-rw-r--r--src/PYDatabase.cc2
-rw-r--r--src/PYDatabase.h2
-rw-r--r--src/PYDoublePinyinEditor.cc2
-rw-r--r--src/PYDoublePinyinEditor.h2
-rw-r--r--src/PYDoublePinyinTable.h2
-rw-r--r--src/PYDynamicSpecialPhrase.cc2
-rw-r--r--src/PYDynamicSpecialPhrase.h2
-rw-r--r--src/PYEditor.cc2
-rw-r--r--src/PYEditor.h2
-rw-r--r--src/PYEngine.cc2
-rw-r--r--src/PYEngine.h2
-rw-r--r--src/PYEnglishEditor.cc2
-rw-r--r--src/PYEnglishEditor.h2
-rw-r--r--src/PYExtEditor.cc2
-rw-r--r--src/PYExtEditor.h2
-rw-r--r--src/PYFallbackEditor.cc2
-rw-r--r--src/PYFallbackEditor.h2
-rw-r--r--src/PYFullPinyinEditor.cc2
-rw-r--r--src/PYFullPinyinEditor.h2
-rw-r--r--src/PYHalfFullConverter.cc2
-rw-r--r--src/PYHalfFullConverter.h2
-rw-r--r--src/PYLookupTable.h2
-rw-r--r--src/PYMain.cc2
-rw-r--r--src/PYObject.h2
-rw-r--r--src/PYPhoneticEditor.cc2
-rw-r--r--src/PYPhoneticEditor.h2
-rw-r--r--src/PYPhrase.h2
-rw-r--r--src/PYPhraseArray.h2
-rw-r--r--src/PYPhraseEditor.cc2
-rw-r--r--src/PYPhraseEditor.h2
-rw-r--r--src/PYPinyinArray.h2
-rw-r--r--src/PYPinyinEditor.cc2
-rw-r--r--src/PYPinyinEditor.h2
-rw-r--r--src/PYPinyinEngine.cc2
-rw-r--r--src/PYPinyinEngine.h2
-rw-r--r--src/PYPinyinParser.cc2
-rw-r--r--src/PYPinyinParser.h2
-rw-r--r--src/PYPinyinProperties.cc2
-rw-r--r--src/PYPinyinProperties.h2
-rw-r--r--src/PYPointer.h2
-rw-r--r--src/PYProperty.h2
-rw-r--r--src/PYPunctEditor.cc2
-rw-r--r--src/PYPunctEditor.h2
-rw-r--r--src/PYRawEditor.h2
-rw-r--r--src/PYRegex.h2
-rw-r--r--src/PYSignal.h2
-rw-r--r--src/PYSimpTradConverter.cc2
-rw-r--r--src/PYSimpTradConverter.h2
-rw-r--r--src/PYSpecialPhrase.cc2
-rw-r--r--src/PYSpecialPhrase.h2
-rw-r--r--src/PYSpecialPhraseTable.cc2
-rw-r--r--src/PYSpecialPhraseTable.h2
-rw-r--r--src/PYString.h2
-rw-r--r--src/PYText.h2
-rw-r--r--src/PYTypes.h2
-rw-r--r--src/PYUtil.h2
79 files changed, 79 insertions, 79 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e41773..f397f6d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
if IBUS_BUILD_LUA_EXTENSION
LUADIR=lua
diff --git a/data/Makefile.am b/data/Makefile.am
index 5da2033..555d023 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
SUBDIRS = \
db \
diff --git a/data/db/Makefile.am b/data/db/Makefile.am
index 608af6d..636b908 100644
--- a/data/db/Makefile.am
+++ b/data/db/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
if IBUS_BUILD_DB_ANDROID
ANDROID_DIR=android
diff --git a/data/db/android/Makefile.am b/data/db/android/Makefile.am
index 3c94c03..fe7577f 100644
--- a/data/db/android/Makefile.am
+++ b/data/db/android/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
create_scripts = \
create_db.py \
diff --git a/data/db/english/Makefile.am b/data/db/english/Makefile.am
index d796895..72ed47f 100644
--- a/data/db/english/Makefile.am
+++ b/data/db/english/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
WORDLIST = wordlist
ENGLISH_AWK = english.awk
diff --git a/data/db/open-phrase/Makefile.am b/data/db/open-phrase/Makefile.am
index 5cb995a..fe8c7a7 100644
--- a/data/db/open-phrase/Makefile.am
+++ b/data/db/open-phrase/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
db_file = open-phrase.db
main_db_DATA = \
diff --git a/lua/Makefile.am b/lua/Makefile.am
index ef3d882..8ecc50a 100644
--- a/lua/Makefile.am
+++ b/lua/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
lua_script_DATA = \
base.lua \
diff --git a/lua/lua-plugin.h b/lua/lua-plugin.h
index 604cd90..0207a2f 100644
--- a/lua/lua-plugin.h
+++ b/lua/lua-plugin.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 2d457ce..255f7bc 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
EXTRA_DIST = \
as-version.m4 \
diff --git a/scripts/pydict.py b/scripts/pydict.py
index 456140d..84067af 100644
--- a/scripts/pydict.py
+++ b/scripts/pydict.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
N_ = lambda x : x
PINYIN_DICT = {
diff --git a/scripts/pyutil.py b/scripts/pyutil.py
index 48edde7..4ed0e4b 100644
--- a/scripts/pyutil.py
+++ b/scripts/pyutil.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
from pydict import *
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 565e5d4..e781acf 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
setup_pinyin_PYTHON = \
main.py \
diff --git a/setup/main.py b/setup/main.py
index 3d97645..fb27103 100644
--- a/setup/main.py
+++ b/setup/main.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
import gettext
import locale
diff --git a/src/Makefile.am b/src/Makefile.am
index 2ca6c1e..3f81eaa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
# @MAINTAINER_MODE_FALSE@skip_gentable=test -f $@ ||
diff --git a/src/PYBopomofo.h b/src/PYBopomofo.h
index abd9813..50bd9da 100644
--- a/src/PYBopomofo.h
+++ b/src/PYBopomofo.h
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_BOPOMOFO_H_
#define __PY_BOPOMOFO_H_
diff --git a/src/PYBopomofoEditor.cc b/src/PYBopomofoEditor.cc
index e0a76c1..84f037f 100644
--- a/src/PYBopomofoEditor.cc
+++ b/src/PYBopomofoEditor.cc
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYBopomofoEditor.h"
#include "PYConfig.h"
diff --git a/src/PYBopomofoEditor.h b/src/PYBopomofoEditor.h
index 8ad9784..6a65256 100644
--- a/src/PYBopomofoEditor.h
+++ b/src/PYBopomofoEditor.h
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_BOPOMOFO_EDITOR_H_
#define __PY_BOPOMOFO_EDITOR_H_
diff --git a/src/PYBopomofoEngine.cc b/src/PYBopomofoEngine.cc
index 5945eb6..581c4cf 100644
--- a/src/PYBopomofoEngine.cc
+++ b/src/PYBopomofoEngine.cc
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYBopomofoEngine.h"
#include <string>
diff --git a/src/PYBopomofoEngine.h b/src/PYBopomofoEngine.h
index a99dc83..ce41ce8 100644
--- a/src/PYBopomofoEngine.h
+++ b/src/PYBopomofoEngine.h
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_BOPOMOFO_ENGINE_H_
#define __PY_BOPOMOFO_ENGINE_H_
diff --git a/src/PYBopomofoKeyboard.h b/src/PYBopomofoKeyboard.h
index f23d6a2..60cec01 100644
--- a/src/PYBopomofoKeyboard.h
+++ b/src/PYBopomofoKeyboard.h
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_BOPOMOFO_KEYBOARD_H_
#define __PY_BOPOMOFO_KEYBOARD_H_
diff --git a/src/PYBus.h b/src/PYBus.h
index 1172d25..69f41a9 100644
--- a/src/PYBus.h
+++ b/src/PYBus.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_BUS_H_
#define __PY_BUS_H_
diff --git a/src/PYConfig.cc b/src/PYConfig.cc
index 1373607..4e64750 100644
--- a/src/PYConfig.cc
+++ b/src/PYConfig.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYConfig.h"
diff --git a/src/PYConfig.h b/src/PYConfig.h
index b9d8b5e..7cfba85 100644
--- a/src/PYConfig.h
+++ b/src/PYConfig.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_CONFIG_H_
#define __PY_CONFIG_H_
diff --git a/src/PYDatabase.cc b/src/PYDatabase.cc
index b92b4df..634e4b6 100644
--- a/src/PYDatabase.cc
+++ b/src/PYDatabase.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYDatabase.h"
#include <glib.h>
diff --git a/src/PYDatabase.h b/src/PYDatabase.h
index 70566e5..ee179a8 100644
--- a/src/PYDatabase.h
+++ b/src/PYDatabase.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_DATABASE_H_
#define __PY_DATABASE_H_
diff --git a/src/PYDoublePinyinEditor.cc b/src/PYDoublePinyinEditor.cc
index cc60a2e..cb0ac6f 100644
--- a/src/PYDoublePinyinEditor.cc
+++ b/src/PYDoublePinyinEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYDoublePinyinEditor.h"
#include "PYConfig.h"
diff --git a/src/PYDoublePinyinEditor.h b/src/PYDoublePinyinEditor.h
index e9ef1e9..28ec6b7 100644
--- a/src/PYDoublePinyinEditor.h
+++ b/src/PYDoublePinyinEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_DOUBLE_PINYIN_EDITOR_H_
#define __PY_DOUBLE_PINYIN_EDITOR_H_
diff --git a/src/PYDoublePinyinTable.h b/src/PYDoublePinyinTable.h
index ee4a404..c93ac7a 100644
--- a/src/PYDoublePinyinTable.h
+++ b/src/PYDoublePinyinTable.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_DOUBLE_PINYIN_TABLE_H_
#define __PY_DOUBLE_PINYIN_TABLE_H_
diff --git a/src/PYDynamicSpecialPhrase.cc b/src/PYDynamicSpecialPhrase.cc
index 2b65258..d90c249 100644
--- a/src/PYDynamicSpecialPhrase.cc
+++ b/src/PYDynamicSpecialPhrase.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYDynamicSpecialPhrase.h"
diff --git a/src/PYDynamicSpecialPhrase.h b/src/PYDynamicSpecialPhrase.h
index f259a97..3c2e352 100644
--- a/src/PYDynamicSpecialPhrase.h
+++ b/src/PYDynamicSpecialPhrase.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_DYNAMIC_SPECIAL_PHRASE_H_
#define __PY_DYNAMIC_SPECIAL_PHRASE_H_
diff --git a/src/PYEditor.cc b/src/PYEditor.cc
index 4f5b950..49b14cb 100644
--- a/src/PYEditor.cc
+++ b/src/PYEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYText.h"
#include "PYEditor.h"
diff --git a/src/PYEditor.h b/src/PYEditor.h
index cee29fa..091a9eb 100644
--- a/src/PYEditor.h
+++ b/src/PYEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_EDITOR_H_
#define __PY_EDITOR_H_
diff --git a/src/PYEngine.cc b/src/PYEngine.cc
index 7987146..53c9a96 100644
--- a/src/PYEngine.cc
+++ b/src/PYEngine.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <cstring>
diff --git a/src/PYEngine.h b/src/PYEngine.h
index 50113e6..b74e6e8 100644
--- a/src/PYEngine.h
+++ b/src/PYEngine.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_ENGINE_H_
#define __PY_ENGINE_H_
diff --git a/src/PYEnglishEditor.cc b/src/PYEnglishEditor.cc
index bbfcbb5..e544bb3 100644
--- a/src/PYEnglishEditor.cc
+++ b/src/PYEnglishEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYEnglishEditor.h"
diff --git a/src/PYEnglishEditor.h b/src/PYEnglishEditor.h
index ef52c1d..213ebb2 100644
--- a/src/PYEnglishEditor.h
+++ b/src/PYEnglishEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_ENGLISH_EDITOR_
diff --git a/src/PYExtEditor.cc b/src/PYExtEditor.cc
index c55714e..7b5d0e6 100644
--- a/src/PYExtEditor.cc
+++ b/src/PYExtEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <cstring>
#include <string>
diff --git a/src/PYExtEditor.h b/src/PYExtEditor.h
index 1b8ee07..13dd43b 100644
--- a/src/PYExtEditor.h
+++ b/src/PYExtEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_EXT_EDITOR_
#define __PY_EXT_EDITOR_
diff --git a/src/PYFallbackEditor.cc b/src/PYFallbackEditor.cc
index 9f9625e..61d1fa7 100644
--- a/src/PYFallbackEditor.cc
+++ b/src/PYFallbackEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYFallbackEditor.h"
#include "PYHalfFullConverter.h"
diff --git a/src/PYFallbackEditor.h b/src/PYFallbackEditor.h
index db8077e..3decc4c 100644
--- a/src/PYFallbackEditor.h
+++ b/src/PYFallbackEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_FALLBACK_EDITOR_
#define __PY_FALLBACK_EDITOR_
diff --git a/src/PYFullPinyinEditor.cc b/src/PYFullPinyinEditor.cc
index 4530395..61140eb 100644
--- a/src/PYFullPinyinEditor.cc
+++ b/src/PYFullPinyinEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYFullPinyinEditor.h"
#include "PYConfig.h"
diff --git a/src/PYFullPinyinEditor.h b/src/PYFullPinyinEditor.h
index aba2077..d5ceb3d 100644
--- a/src/PYFullPinyinEditor.h
+++ b/src/PYFullPinyinEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_FULL_PINYIN_EDITOR_H_
#define __PY_FULL_PINYIN_EDITOR_H_
diff --git a/src/PYHalfFullConverter.cc b/src/PYHalfFullConverter.cc
index 3513d94..62145b6 100644
--- a/src/PYHalfFullConverter.cc
+++ b/src/PYHalfFullConverter.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYHalfFullConverter.h"
diff --git a/src/PYHalfFullConverter.h b/src/PYHalfFullConverter.h
index 4ec0ee7..9345273 100644
--- a/src/PYHalfFullConverter.h
+++ b/src/PYHalfFullConverter.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_HALF_FULL_CONVERTER_H_
#define __PY_HALF_FULL_CONVERTER_H_
diff --git a/src/PYLookupTable.h b/src/PYLookupTable.h
index d3db85f..c9fba98 100644
--- a/src/PYLookupTable.h
+++ b/src/PYLookupTable.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_LOOKUP_TABLE_H_
#define __PY_LOOKUP_TABLE_H_
diff --git a/src/PYMain.cc b/src/PYMain.cc
index f786b70..670cd8d 100644
--- a/src/PYMain.cc
+++ b/src/PYMain.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/PYObject.h b/src/PYObject.h
index 5703f8e..a5f7bee 100644
--- a/src/PYObject.h
+++ b/src/PYObject.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_OBJECT_H_
#define __PY_OBJECT_H_
diff --git a/src/PYPhoneticEditor.cc b/src/PYPhoneticEditor.cc
index 44e0004..e22adbd 100644
--- a/src/PYPhoneticEditor.cc
+++ b/src/PYPhoneticEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYPhoneticEditor.h"
#include "PYConfig.h"
diff --git a/src/PYPhoneticEditor.h b/src/PYPhoneticEditor.h
index 7ff07d9..2398307 100644
--- a/src/PYPhoneticEditor.h
+++ b/src/PYPhoneticEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PHONETIC_EDITOR_H_
#define __PY_PHONETIC_EDITOR_H_
diff --git a/src/PYPhrase.h b/src/PYPhrase.h
index d97aa68..db62015 100644
--- a/src/PYPhrase.h
+++ b/src/PYPhrase.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PHRASE_H_
#define __PY_PHRASE_H_
diff --git a/src/PYPhraseArray.h b/src/PYPhraseArray.h
index b01d2d3..0f45c20 100644
--- a/src/PYPhraseArray.h
+++ b/src/PYPhraseArray.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PHRASE_ARRAY_H_
#define __PY_PHRASE_ARRAY_H_
diff --git a/src/PYPhraseEditor.cc b/src/PYPhraseEditor.cc
index 45da5e4..ff981bd 100644
--- a/src/PYPhraseEditor.cc
+++ b/src/PYPhraseEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYPhraseEditor.h"
#include "PYConfig.h"
diff --git a/src/PYPhraseEditor.h b/src/PYPhraseEditor.h
index 2cf0513..817fe82 100644
--- a/src/PYPhraseEditor.h
+++ b/src/PYPhraseEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PHRASE_EDITOR_H_
#define __PY_PHRASE_EDITOR_H_
diff --git a/src/PYPinyinArray.h b/src/PYPinyinArray.h
index e48f17c..f6a0d96 100644
--- a/src/PYPinyinArray.h
+++ b/src/PYPinyinArray.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PINYIN_ARRAY_H_
#define __PY_PINYIN_ARRAY_H_
diff --git a/src/PYPinyinEditor.cc b/src/PYPinyinEditor.cc
index 5200113..ccb4b94 100644
--- a/src/PYPinyinEditor.cc
+++ b/src/PYPinyinEditor.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYPinyinEditor.h"
#include "PYConfig.h"
diff --git a/src/PYPinyinEditor.h b/src/PYPinyinEditor.h
index 9e83228..f19cad2 100644
--- a/src/PYPinyinEditor.h
+++ b/src/PYPinyinEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PINYIN_EDITOR_H_
#define __PY_PINYIN_EDITOR_H_
diff --git a/src/PYPinyinEngine.cc b/src/PYPinyinEngine.cc
index b8c8130..9741b03 100644
--- a/src/PYPinyinEngine.cc
+++ b/src/PYPinyinEngine.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYPinyinEngine.h"
#include <string>
diff --git a/src/PYPinyinEngine.h b/src/PYPinyinEngine.h
index c5407c1..fcce73e 100644
--- a/src/PYPinyinEngine.h
+++ b/src/PYPinyinEngine.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PINYIN_ENGINE_H_
#define __PY_PINYIN_ENGINE_H_
diff --git a/src/PYPinyinParser.cc b/src/PYPinyinParser.cc
index fe56c7a..4598ff8 100644
--- a/src/PYPinyinParser.cc
+++ b/src/PYPinyinParser.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <cstring>
diff --git a/src/PYPinyinParser.h b/src/PYPinyinParser.h
index 702d87a..0777eba 100644
--- a/src/PYPinyinParser.h
+++ b/src/PYPinyinParser.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PARSER_H_
#define __PY_PARSER_H_
diff --git a/src/PYPinyinProperties.cc b/src/PYPinyinProperties.cc
index 3461c35..2888ff9 100644
--- a/src/PYPinyinProperties.cc
+++ b/src/PYPinyinProperties.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYPinyinProperties.h"
#include <libintl.h>
diff --git a/src/PYPinyinProperties.h b/src/PYPinyinProperties.h
index b21fcb5..0b4e295 100644
--- a/src/PYPinyinProperties.h
+++ b/src/PYPinyinProperties.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PINYIN_PROPERTIES_H_
#define __PY_PINYIN_PROPERTIES_H_
diff --git a/src/PYPointer.h b/src/PYPointer.h
index 1a48b97..8c34f1f 100644
--- a/src/PYPointer.h
+++ b/src/PYPointer.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_POINTER_H_
#define __PY_POINTER_H_
diff --git a/src/PYProperty.h b/src/PYProperty.h
index 801e856..042a080 100644
--- a/src/PYProperty.h
+++ b/src/PYProperty.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PROPERTY_H_
#define __PY_PROPERTY_H_
diff --git a/src/PYPunctEditor.cc b/src/PYPunctEditor.cc
index 8612ca5..8ce0807 100644
--- a/src/PYPunctEditor.cc
+++ b/src/PYPunctEditor.cc
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <algorithm>
#include "PYConfig.h"
diff --git a/src/PYPunctEditor.h b/src/PYPunctEditor.h
index 98c81cd..f4a508b 100644
--- a/src/PYPunctEditor.h
+++ b/src/PYPunctEditor.h
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_PUNCT_EDITOR_
#define __PY_PUNCT_EDITOR_
diff --git a/src/PYRawEditor.h b/src/PYRawEditor.h
index 0257142..0f46ed2 100644
--- a/src/PYRawEditor.h
+++ b/src/PYRawEditor.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_RAW_EDITOR_
#define __PY_RAW_EDITOR_
diff --git a/src/PYRegex.h b/src/PYRegex.h
index fab6fa0..eaaa973 100644
--- a/src/PYRegex.h
+++ b/src/PYRegex.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_REGEX_H_
#define __PY_REGEX_H_
diff --git a/src/PYSignal.h b/src/PYSignal.h
index 574af98..5483cd7 100644
--- a/src/PYSignal.h
+++ b/src/PYSignal.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_SIGNAL_H_
#define __PY_SIGNAL_H_
diff --git a/src/PYSimpTradConverter.cc b/src/PYSimpTradConverter.cc
index 4ea6c0a..72af03b 100644
--- a/src/PYSimpTradConverter.cc
+++ b/src/PYSimpTradConverter.cc
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
diff --git a/src/PYSimpTradConverter.h b/src/PYSimpTradConverter.h
index 43b113f..9d5b8dc 100644
--- a/src/PYSimpTradConverter.h
+++ b/src/PYSimpTradConverter.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_SIMP_TRAD_CONVERTER_H_
#define __PY_SIMP_TRAD_CONVERTER_H_
diff --git a/src/PYSpecialPhrase.cc b/src/PYSpecialPhrase.cc
index 879964a..f881952 100644
--- a/src/PYSpecialPhrase.cc
+++ b/src/PYSpecialPhrase.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYSpecialPhrase.h"
diff --git a/src/PYSpecialPhrase.h b/src/PYSpecialPhrase.h
index a5463f5..d6fb96d 100644
--- a/src/PYSpecialPhrase.h
+++ b/src/PYSpecialPhrase.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_SPECIAL_PHRASE_H_
#define __PY_SPECIAL_PHRASE_H_
diff --git a/src/PYSpecialPhraseTable.cc b/src/PYSpecialPhraseTable.cc
index 7790798..9a1c889 100644
--- a/src/PYSpecialPhraseTable.cc
+++ b/src/PYSpecialPhraseTable.cc
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "PYSpecialPhraseTable.h"
#include <fstream>
diff --git a/src/PYSpecialPhraseTable.h b/src/PYSpecialPhraseTable.h
index a246152..d5098ad 100644
--- a/src/PYSpecialPhraseTable.h
+++ b/src/PYSpecialPhraseTable.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_SPECIAL_PHRASE_TABLE_H_
#define __PY_SPECIAL_PHRASE_TABLE_H_
diff --git a/src/PYString.h b/src/PYString.h
index ba83213..fb753e5 100644
--- a/src/PYString.h
+++ b/src/PYString.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_STRING_H_
#define __PY_STRING_H_
diff --git a/src/PYText.h b/src/PYText.h
index 5042c31..99eb505 100644
--- a/src/PYText.h
+++ b/src/PYText.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_TEXT_H_
#define __PY_TEXT_H_
diff --git a/src/PYTypes.h b/src/PYTypes.h
index 65d2b11..bef0af5 100644
--- a/src/PYTypes.h
+++ b/src/PYTypes.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_TYPES_H_
#define __PY_TYPES_H_
diff --git a/src/PYUtil.h b/src/PYUtil.h
index cb5f51b..446690e 100644
--- a/src/PYUtil.h
+++ b/src/PYUtil.h
@@ -16,7 +16,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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __PY_UTIL_H_
#define __PY_UTIL_H_