summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-06-12 14:05:43 +0800
committerPeng Wu <alexepico@gmail.com>2012-06-12 14:05:47 +0800
commit6605d6974c2f7de659b5374d3bf45af4cdeaf36d (patch)
tree30023de574e013335398249a343b8854554c329b
parent171bce8e19fb2035108a12dc5b8be1e57dc710dc (diff)
downloadibus-libpinyin-6605d6974c2f7de659b5374d3bf45af4cdeaf36d.tar.gz
ibus-libpinyin-6605d6974c2f7de659b5374d3bf45af4cdeaf36d.tar.xz
ibus-libpinyin-6605d6974c2f7de659b5374d3bf45af4cdeaf36d.zip
update fsf address
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--data/Makefile.am2
-rw-r--r--data/db/android/Makefile.am2
-rw-r--r--lua/Makefile.am2
-rw-r--r--m4/Makefile.am2
-rw-r--r--setup/Makefile.am2
-rw-r--r--setup/ibus-setup-libpinyin.in2
-rw-r--r--setup/main2.py2
-rw-r--r--setup/version.py.in2
-rw-r--r--src/Makefile.am2
11 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 26ce8b5..9311a8a 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
if IBUS_BUILD_LUA_EXTENSION
LUADIR=lua
diff --git a/configure.ac b/configure.ac
index 7fe7911..94f8975 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
# if not 1, append datestamp to the version number.
m4_define([ibus_released], [1])
diff --git a/data/Makefile.am b/data/Makefile.am
index 7283262..3c70d76 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
WORDLIST = wordlist
ENGLISH_AWK = english.awk
diff --git a/data/db/android/Makefile.am b/data/db/android/Makefile.am
index d192d0c..9c74115 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
create_scripts = \
create_db.py \
diff --git a/lua/Makefile.am b/lua/Makefile.am
index 0fbcac2..39ecdac 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
lua_script_DATA = \
base.lua \
diff --git a/m4/Makefile.am b/m4/Makefile.am
index cb3be7b..18323c8 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
EXTRA_DIST = \
as-version.m4 \
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 02331b4..1f64fce 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
setup_libpinyin_PYTHON = \
main2.py \
diff --git a/setup/ibus-setup-libpinyin.in b/setup/ibus-setup-libpinyin.in
index 63e4b9c..c2ae2f8 100644
--- a/setup/ibus-setup-libpinyin.in
+++ b/setup/ibus-setup-libpinyin.in
@@ -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.
prefix=@prefix@
exec_prefix=@exec_prefix@
diff --git a/setup/main2.py b/setup/main2.py
index 58f60a5..65d10d1 100644
--- a/setup/main2.py
+++ b/setup/main2.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.
import gettext
diff --git a/setup/version.py.in b/setup/version.py.in
index 7732361..8be42db 100644
--- a/setup/version.py.in
+++ b/setup/version.py.in
@@ -16,6 +16,6 @@
#
# 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.
def get_version():
return "@VERSION@"
diff --git a/src/Makefile.am b/src/Makefile.am
index 0386a7f..9aa39f9 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
# @MAINTAINER_MODE_FALSE@skip_gentable=test -f $@ ||