summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2009-10-26 14:11:08 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2009-10-26 14:11:08 +0000
commit0efd4e94b2d30c3d368886b9e7ceddb5eaf79ac1 (patch)
tree044e18411b603217b7f9f873b02626c37e2fd215
parent74e23b42360c58afd8b63b016e07d29eab7da304 (diff)
downloadenchant-0efd4e94b2d30c3d368886b9e7ceddb5eaf79ac1.tar.gz
Update FSF address
The FSFs address has changed. Enchant 1.4.2 still has the old address / postal code. http://www.fsf.org/about/contact.html writes: > Free Software Foundation > 51 Franklin Street, Fifth Floor > Boston, MA 02110-1301 > USA http://bugzilla.abisource.com/show_bug.cgi?id=12007 git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28393 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--COPYING.LIB2
-rw-r--r--README2
-rw-r--r--src/applespell/applespell_checker.h2
-rw-r--r--src/applespell/applespell_checker.mm2
-rw-r--r--src/aspell/aspell_provider.c2
-rw-r--r--src/enchant++.h2
-rw-r--r--src/enchant-provider.h2
-rw-r--r--src/enchant.c2
-rw-r--r--src/enchant.h2
-rw-r--r--src/enchant_cocoa.h2
-rw-r--r--src/enchant_cocoa.m2
-rw-r--r--src/hspell/hspell_provider.c2
-rw-r--r--src/ispell/correct.cpp2
-rw-r--r--src/ispell/good.cpp2
-rw-r--r--src/ispell/hash.cpp2
-rw-r--r--src/ispell/ispell.h2
-rw-r--r--src/ispell/ispell_checker.cpp2
-rw-r--r--src/ispell/ispell_checker.h2
-rw-r--r--src/ispell/ispell_def.h2
-rw-r--r--src/ispell/lookup.cpp2
-rw-r--r--src/ispell/makedent.cpp2
-rw-r--r--src/ispell/msgs.h2
-rw-r--r--src/ispell/sp_spell.h2
-rw-r--r--src/ispell/tgood.cpp2
-rw-r--r--src/myspell/makefile.mk2
-rw-r--r--src/myspell/myspell_checker.cpp2
-rw-r--r--src/pwl.c2
-rw-r--r--src/pwl.h2
-rw-r--r--src/uspell/uspell_provider.cpp2
-rw-r--r--src/voikko/voikko_provider.c2
-rw-r--r--src/zemberek/zemberek.cpp2
-rw-r--r--src/zemberek/zemberek.h2
-rw-r--r--src/zemberek/zemberek_provider.cpp2
-rw-r--r--tests/enchant-ispell.c2
-rw-r--r--tests/enchant-lsmod.c2
-rw-r--r--tests/test-enchant.c2
-rw-r--r--tests/test-enchantxx.cpp2
37 files changed, 37 insertions, 37 deletions
diff --git a/COPYING.LIB b/COPYING.LIB
index b1e3f5a..d74274e 100644
--- a/COPYING.LIB
+++ b/COPYING.LIB
@@ -2,7 +2,7 @@
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff --git a/README b/README
index 8967d48..09f59b3 100644
--- a/README
+++ b/README
@@ -39,7 +39,7 @@ To report libenchant bugs, please visit bugzilla.abisource.com.
You should have received a copy of the GNU Lesser 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
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
--
diff --git a/src/applespell/applespell_checker.h b/src/applespell/applespell_checker.h
index f387d11..87e09b6 100644
--- a/src/applespell/applespell_checker.h
+++ b/src/applespell/applespell_checker.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.
+ * 02110-1301, USA.
*/
#import <Cocoa/Cocoa.h>
diff --git a/src/applespell/applespell_checker.mm b/src/applespell/applespell_checker.mm
index b5795bf..eafe8cb 100644
--- a/src/applespell/applespell_checker.mm
+++ b/src/applespell/applespell_checker.mm
@@ -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.
+ * 02110-1301, USA.
*/
#include <glib.h>
diff --git a/src/aspell/aspell_provider.c b/src/aspell/aspell_provider.c
index 6ccc5ad..79a221b 100644
--- a/src/aspell/aspell_provider.c
+++ b/src/aspell/aspell_provider.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/enchant++.h b/src/enchant++.h
index 554d91b..9d05825 100644
--- a/src/enchant++.h
+++ b/src/enchant++.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/enchant-provider.h b/src/enchant-provider.h
index fafcd7d..64eb814 100644
--- a/src/enchant-provider.h
+++ b/src/enchant-provider.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/enchant.c b/src/enchant.c
index 7c28714..e7f6c1e 100644
--- a/src/enchant.c
+++ b/src/enchant.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/enchant.h b/src/enchant.h
index e57ed05..785a326 100644
--- a/src/enchant.h
+++ b/src/enchant.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/enchant_cocoa.h b/src/enchant_cocoa.h
index 52f2d62..1b86417 100644
--- a/src/enchant_cocoa.h
+++ b/src/enchant_cocoa.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/enchant_cocoa.m b/src/enchant_cocoa.m
index bb4bc50..31dba02 100644
--- a/src/enchant_cocoa.m
+++ b/src/enchant_cocoa.m
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/hspell/hspell_provider.c b/src/hspell/hspell_provider.c
index 8e0a5a5..a4a439e 100644
--- a/src/hspell/hspell_provider.c
+++ b/src/hspell/hspell_provider.c
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz and Yaacov Zamir
* give permission to link the code of this program with
diff --git a/src/ispell/correct.cpp b/src/ispell/correct.cpp
index c674807..76a69d5 100644
--- a/src/ispell/correct.cpp
+++ b/src/ispell/correct.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/good.cpp b/src/ispell/good.cpp
index 1e39485..17b9006 100644
--- a/src/ispell/good.cpp
+++ b/src/ispell/good.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/hash.cpp b/src/ispell/hash.cpp
index df0d74c..128b485 100644
--- a/src/ispell/hash.cpp
+++ b/src/ispell/hash.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/ispell.h b/src/ispell/ispell.h
index 788852f..c14527d 100644
--- a/src/ispell/ispell.h
+++ b/src/ispell/ispell.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/ispell_checker.cpp b/src/ispell/ispell_checker.cpp
index 4d4f729..e890483 100644
--- a/src/ispell/ispell_checker.cpp
+++ b/src/ispell/ispell_checker.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/ispell_checker.h b/src/ispell/ispell_checker.h
index 7e34e13..7039ead 100644
--- a/src/ispell/ispell_checker.h
+++ b/src/ispell/ispell_checker.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/ispell_def.h b/src/ispell/ispell_def.h
index 27378cb..cf73d28 100644
--- a/src/ispell/ispell_def.h
+++ b/src/ispell/ispell_def.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/lookup.cpp b/src/ispell/lookup.cpp
index 6f9b17e..dbd7609 100644
--- a/src/ispell/lookup.cpp
+++ b/src/ispell/lookup.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/makedent.cpp b/src/ispell/makedent.cpp
index 66407bb..a435e6a 100644
--- a/src/ispell/makedent.cpp
+++ b/src/ispell/makedent.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/msgs.h b/src/ispell/msgs.h
index 5d5892e..11c7387 100644
--- a/src/ispell/msgs.h
+++ b/src/ispell/msgs.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/ispell/sp_spell.h b/src/ispell/sp_spell.h
index c6b0c94..ef3c378 100644
--- a/src/ispell/sp_spell.h
+++ b/src/ispell/sp_spell.h
@@ -24,7 +24,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*/
#ifndef SPELL_H
diff --git a/src/ispell/tgood.cpp b/src/ispell/tgood.cpp
index 1428af4..34a5c89 100644
--- a/src/ispell/tgood.cpp
+++ b/src/ispell/tgood.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/myspell/makefile.mk b/src/myspell/makefile.mk
index 8eeaebe..cf7d389 100644
--- a/src/myspell/makefile.mk
+++ b/src/myspell/makefile.mk
@@ -31,7 +31,7 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
+# MA 02110-1301 USA
#
#
# Sun Industry Standards Source License Version 1.1
diff --git a/src/myspell/myspell_checker.cpp b/src/myspell/myspell_checker.cpp
index 02f393e..abf0e9d 100644
--- a/src/myspell/myspell_checker.cpp
+++ b/src/myspell/myspell_checker.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/pwl.c b/src/pwl.c
index 07a024f..ea779ba 100644
--- a/src/pwl.c
+++ b/src/pwl.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/pwl.h b/src/pwl.h
index c99a02c..47f9e9e 100644
--- a/src/pwl.h
+++ b/src/pwl.h
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/uspell/uspell_provider.cpp b/src/uspell/uspell_provider.cpp
index 05983bd..0b3cf80 100644
--- a/src/uspell/uspell_provider.cpp
+++ b/src/uspell/uspell_provider.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/voikko/voikko_provider.c b/src/voikko/voikko_provider.c
index 541d5ad..3cd2756 100644
--- a/src/voikko/voikko_provider.c
+++ b/src/voikko/voikko_provider.c
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/zemberek/zemberek.cpp b/src/zemberek/zemberek.cpp
index acaf3f5..cf14ad6 100644
--- a/src/zemberek/zemberek.cpp
+++ b/src/zemberek/zemberek.cpp
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/zemberek/zemberek.h b/src/zemberek/zemberek.h
index 4a65289..53dbf6e 100644
--- a/src/zemberek/zemberek.h
+++ b/src/zemberek/zemberek.h
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/src/zemberek/zemberek_provider.cpp b/src/zemberek/zemberek_provider.cpp
index e996710..d1f528d 100644
--- a/src/zemberek/zemberek_provider.cpp
+++ b/src/zemberek/zemberek_provider.cpp
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/tests/enchant-ispell.c b/tests/enchant-ispell.c
index e244be4..639d74b 100644
--- a/tests/enchant-ispell.c
+++ b/tests/enchant-ispell.c
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/tests/enchant-lsmod.c b/tests/enchant-lsmod.c
index 55fde81..6bed5c2 100644
--- a/tests/enchant-lsmod.c
+++ b/tests/enchant-lsmod.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/tests/test-enchant.c b/tests/test-enchant.c
index c0b1763..29d1e87 100644
--- a/tests/test-enchant.c
+++ b/tests/test-enchant.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with
diff --git a/tests/test-enchantxx.cpp b/tests/test-enchantxx.cpp
index 6fedc3c..22e4e1b 100644
--- a/tests/test-enchantxx.cpp
+++ b/tests/test-enchantxx.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, Dom Lachowicz
* gives permission to link the code of this program with