From 188af7797fc9fbb4d9ffe775ae2a05369698cdef Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 12 Jun 2012 14:10:27 +0800 Subject: [PATCH] update fsf address --- CMakeLists.txt | 2 +- Makefile.am | 2 +- data/Makefile.am | 2 +- doc/Makefile.am | 2 +- src/Makefile.am | 2 +- src/include/Makefile.am | 2 +- src/lookup/Makefile.am | 2 +- src/storage/Makefile.am | 2 +- tests/Makefile.am | 2 +- tests/include/Makefile.am | 2 +- tests/lookup/Makefile.am | 2 +- tests/storage/Makefile.am | 2 +- utils/Makefile.am | 2 +- utils/segment/Makefile.am | 2 +- utils/storage/Makefile.am | 2 +- utils/training/Makefile.am | 2 +- 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 -- 2.7.4