summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-06-12 14:10:27 +0800
committerPeng Wu <alexepico@gmail.com>2012-06-12 14:10:27 +0800
commit188af7797fc9fbb4d9ffe775ae2a05369698cdef (patch)
tree6f79aaadf7ae4693115f083640ae40aa882c148e
parent79298b931c4ab5c6271aa3666e229b7f1344cced (diff)
downloadlibpinyin-188af7797fc9fbb4d9ffe775ae2a05369698cdef.tar.gz
libpinyin-188af7797fc9fbb4d9ffe775ae2a05369698cdef.tar.xz
libpinyin-188af7797fc9fbb4d9ffe775ae2a05369698cdef.zip
update fsf address
-rw-r--r--CMakeLists.txt2
-rw-r--r--Makefile.am2
-rw-r--r--data/Makefile.am2
-rw-r--r--doc/Makefile.am2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/include/Makefile.am2
-rw-r--r--src/lookup/Makefile.am2
-rw-r--r--src/storage/Makefile.am2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/include/Makefile.am2
-rw-r--r--tests/lookup/Makefile.am2
-rw-r--r--tests/storage/Makefile.am2
-rw-r--r--utils/Makefile.am2
-rw-r--r--utils/segment/Makefile.am2
-rw-r--r--utils/storage/Makefile.am2
-rw-r--r--utils/training/Makefile.am2
16 files changed, 16 insertions, 16 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94d4d94..1430b79 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,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.
######## Project settings
cmake_minimum_required(VERSION 2.8)
diff --git a/Makefile.am b/Makefile.am
index 4e80161..54a1f38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,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 = COPYING
diff --git a/data/Makefile.am b/data/Makefile.am
index 17afcc2..a87ddb0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -13,7 +13,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.
textual_model_data = interpolation.text \
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 42d863f..358100e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -13,7 +13,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.
man_MANS = libpinyin.1 \
diff --git a/src/Makefile.am b/src/Makefile.am
index 6b9d67d..e6ec44a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,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.
AUTOMAKE_OPTIONS = gnu
SUBDIRS = include storage lookup
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 1b29002..5e543d9 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -13,7 +13,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.
MAINTAINERCLEANFILES = Makefile.in
diff --git a/src/lookup/Makefile.am b/src/lookup/Makefile.am
index a5afe83..f11e448 100644
--- a/src/lookup/Makefile.am
+++ b/src/lookup/Makefile.am
@@ -13,7 +13,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.
MAINTAINERCLEANFILES = Makefile.in
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index baae744..3fc7910 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -13,7 +13,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.
INCLUDES = -I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/storage \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1c0bf09..84b4518 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,7 +13,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.
AUTOMAKE_OPTIONS = gnu
SUBDIRS = include storage lookup
diff --git a/tests/include/Makefile.am b/tests/include/Makefile.am
index 061d5f8..656c665 100644
--- a/tests/include/Makefile.am
+++ b/tests/include/Makefile.am
@@ -13,7 +13,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.
INCLUDES = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/include \
diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am
index 0329709..f0eb408 100644
--- a/tests/lookup/Makefile.am
+++ b/tests/lookup/Makefile.am
@@ -13,7 +13,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.
INCLUDES = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/include \
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am
index 4d333b6..df20f67 100644
--- a/tests/storage/Makefile.am
+++ b/tests/storage/Makefile.am
@@ -13,7 +13,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.
INCLUDES = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/include \
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 8342f61..bc0f3e5 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -13,7 +13,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.
AUTOMAKE_OPTIONS = gnu
SUBDIRS = storage segment training
diff --git a/utils/segment/Makefile.am b/utils/segment/Makefile.am
index 4561ad1..184b7af 100644
--- a/utils/segment/Makefile.am
+++ b/utils/segment/Makefile.am
@@ -13,7 +13,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.
MAINTAINERCLEANFILES = Makefile.in
diff --git a/utils/storage/Makefile.am b/utils/storage/Makefile.am
index cb54626..944d647 100644
--- a/utils/storage/Makefile.am
+++ b/utils/storage/Makefile.am
@@ -13,7 +13,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.
INCLUDES = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/include \
diff --git a/utils/training/Makefile.am b/utils/training/Makefile.am
index 8503c63..58119aa 100644
--- a/utils/training/Makefile.am
+++ b/utils/training/Makefile.am
@@ -13,7 +13,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.
MAINTAINERCLEANFILES = Makefile.in