From 127a5ce640ec5282bbb4b473c01c5366e3c5e2f2 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 11 Oct 2011 14:56:23 +0800 Subject: fixes fsf address --- src/include/memory_chunk.h | 2 +- src/include/novel_types.h | 2 +- src/lookup/lookup.cpp | 2 +- src/lookup/lookup.h | 2 +- src/lookup/phrase_lookup.cpp | 2 +- src/lookup/phrase_lookup.h | 2 +- src/lookup/pinyin_lookup.cpp | 2 +- src/lookup/pinyin_lookup.h | 2 +- src/lookup/winner_tree.cpp | 2 +- src/lookup/winner_tree.h | 2 +- src/pinyin.cpp | 2 +- src/pinyin.h | 2 +- src/pinyin_internal.h | 2 +- src/storage/flexible_ngram.h | 2 +- src/storage/ngram.cpp | 2 +- src/storage/ngram.h | 2 +- src/storage/phrase_index.cpp | 2 +- src/storage/phrase_index.h | 2 +- src/storage/phrase_index_logger.h | 2 +- src/storage/phrase_large_table.cpp | 2 +- src/storage/phrase_large_table.h | 2 +- src/storage/pinyin_base.cpp | 2 +- src/storage/pinyin_base.h | 2 +- src/storage/pinyin_custom.h | 2 +- src/storage/pinyin_large_table.cpp | 2 +- src/storage/pinyin_large_table.h | 2 +- src/storage/pinyin_phrase.h | 2 +- src/storage/tag_utility.h | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) (limited to 'src') diff --git a/src/include/memory_chunk.h b/src/include/memory_chunk.h index def0532..49b8f8c 100644 --- a/src/include/memory_chunk.h +++ b/src/include/memory_chunk.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef MEMORY_CHUNK_H diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 2c11752..1c4fb2b 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* diff --git a/src/lookup/lookup.cpp b/src/lookup/lookup.cpp index e0ccce9..66278cd 100644 --- a/src/lookup/lookup.cpp +++ b/src/lookup/lookup.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "phrase_index.h" diff --git a/src/lookup/lookup.h b/src/lookup/lookup.h index ef6a35f..c5e814a 100644 --- a/src/lookup/lookup.h +++ b/src/lookup/lookup.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef LOOKUP_H diff --git a/src/lookup/phrase_lookup.cpp b/src/lookup/phrase_lookup.cpp index 4966cef..53d43b3 100644 --- a/src/lookup/phrase_lookup.cpp +++ b/src/lookup/phrase_lookup.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/lookup/phrase_lookup.h b/src/lookup/phrase_lookup.h index cee486d..a989648 100644 --- a/src/lookup/phrase_lookup.h +++ b/src/lookup/phrase_lookup.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef PHRASE_LOOKUP_H diff --git a/src/lookup/pinyin_lookup.cpp b/src/lookup/pinyin_lookup.cpp index 2e6408d..c32e2bb 100644 --- a/src/lookup/pinyin_lookup.cpp +++ b/src/lookup/pinyin_lookup.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/lookup/pinyin_lookup.h b/src/lookup/pinyin_lookup.h index 7bc206d..dd28b4d 100644 --- a/src/lookup/pinyin_lookup.h +++ b/src/lookup/pinyin_lookup.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef PINYIN_LOOKUP_H diff --git a/src/lookup/winner_tree.cpp b/src/lookup/winner_tree.cpp index 29135f5..35e92ae 100644 --- a/src/lookup/winner_tree.cpp +++ b/src/lookup/winner_tree.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/lookup/winner_tree.h b/src/lookup/winner_tree.h index 0559589..b83b7fe 100644 --- a/src/lookup/winner_tree.h +++ b/src/lookup/winner_tree.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef LOOKUP_WINNER_TREE_H diff --git a/src/pinyin.cpp b/src/pinyin.cpp index ee05a0a..c8eff79 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/src/pinyin.h b/src/pinyin.h index b06e578..5820532 100644 --- a/src/pinyin.h +++ b/src/pinyin.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/src/pinyin_internal.h b/src/pinyin_internal.h index ac4863e..4bd52be 100644 --- a/src/pinyin_internal.h +++ b/src/pinyin_internal.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/src/storage/flexible_ngram.h b/src/storage/flexible_ngram.h index 7e30e7e..b09d58e 100644 --- a/src/storage/flexible_ngram.h +++ b/src/storage/flexible_ngram.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp index a4d72c2..17c7e9b 100644 --- a/src/storage/ngram.cpp +++ b/src/storage/ngram.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/storage/ngram.h b/src/storage/ngram.h index 1f891d0..537c1d6 100644 --- a/src/storage/ngram.h +++ b/src/storage/ngram.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef NGRAM_H diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp index 27e9095..c42b077 100644 --- a/src/storage/phrase_index.cpp +++ b/src/storage/phrase_index.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "phrase_index.h" diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h index c82ed80..3c81b91 100644 --- a/src/storage/phrase_index.h +++ b/src/storage/phrase_index.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef PHRASE_INDEX_H diff --git a/src/storage/phrase_index_logger.h b/src/storage/phrase_index_logger.h index b4553b9..7052715 100644 --- a/src/storage/phrase_index_logger.h +++ b/src/storage/phrase_index_logger.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/src/storage/phrase_large_table.cpp b/src/storage/phrase_large_table.cpp index 9c09abe..a353544 100644 --- a/src/storage/phrase_large_table.cpp +++ b/src/storage/phrase_large_table.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/storage/phrase_large_table.h b/src/storage/phrase_large_table.h index 6e14d2e..0fc8509 100644 --- a/src/storage/phrase_large_table.h +++ b/src/storage/phrase_large_table.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef PHRASE_LARGE_TABLE_H diff --git a/src/storage/pinyin_base.cpp b/src/storage/pinyin_base.cpp index 1a6344b..c5d2783 100644 --- a/src/storage/pinyin_base.cpp +++ b/src/storage/pinyin_base.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "stl_lite.h" diff --git a/src/storage/pinyin_base.h b/src/storage/pinyin_base.h index f40b43b..921fce3 100644 --- a/src/storage/pinyin_base.h +++ b/src/storage/pinyin_base.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** @file pinyin_base.h diff --git a/src/storage/pinyin_custom.h b/src/storage/pinyin_custom.h index 3e66305..9d74e99 100644 --- a/src/storage/pinyin_custom.h +++ b/src/storage/pinyin_custom.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/src/storage/pinyin_large_table.cpp b/src/storage/pinyin_large_table.cpp index 204518d..952287a 100644 --- a/src/storage/pinyin_large_table.cpp +++ b/src/storage/pinyin_large_table.cpp @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/storage/pinyin_large_table.h b/src/storage/pinyin_large_table.h index 2ef862d..dd26a91 100644 --- a/src/storage/pinyin_large_table.h +++ b/src/storage/pinyin_large_table.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef PINYIN_LARGE_TABLE_H diff --git a/src/storage/pinyin_phrase.h b/src/storage/pinyin_phrase.h index b9a8812..3e2985b 100644 --- a/src/storage/pinyin_phrase.h +++ b/src/storage/pinyin_phrase.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef PINYIN_PHRASE_H diff --git a/src/storage/tag_utility.h b/src/storage/tag_utility.h index 6f4c9fc..8f97c11 100644 --- a/src/storage/tag_utility.h +++ b/src/storage/tag_utility.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef TAG_UTILITY_H -- cgit