summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2003-08-14 17:51:30 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2003-08-14 17:51:30 +0000
commitb54fd9261806e7ce43abfd1d60e60064d285e793 (patch)
treeab7ce3db3c25cf59ec4da08b8c4a00f260051b82
parenta95a95e5a1c4f20c675540d2da83b97dc9db8e7d (diff)
downloadenchant-b54fd9261806e7ce43abfd1d60e60064d285e793.tar.gz
update license - exception clause should be Lesser GPL
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20792 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-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/ispell/correct.cpp5
-rw-r--r--src/ispell/good.cpp5
-rw-r--r--src/ispell/hash.cpp5
-rw-r--r--src/ispell/ispell.h5
-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/makedent.cpp5
-rw-r--r--src/ispell/msgs.h5
-rw-r--r--src/ispell/sp_spell.h2
-rw-r--r--src/ispell/tgood.cpp5
-rw-r--r--src/myspell/myspell_checker.h2
-rw-r--r--src/uspell/uspell_provider.cpp2
18 files changed, 39 insertions, 18 deletions
diff --git a/src/aspell/aspell_provider.c b/src/aspell/aspell_provider.c
index 0a7de28..d691011 100644
--- a/src/aspell/aspell_provider.c
+++ b/src/aspell/aspell_provider.c
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/enchant++.h b/src/enchant++.h
index 426f166..6e582dc 100644
--- a/src/enchant++.h
+++ b/src/enchant++.h
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/enchant-provider.h b/src/enchant-provider.h
index df7e429..b71bb57 100644
--- a/src/enchant-provider.h
+++ b/src/enchant-provider.h
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/enchant.c b/src/enchant.c
index ca1c2d1..660ceb9 100644
--- a/src/enchant.c
+++ b/src/enchant.c
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/enchant.h b/src/enchant.h
index 82167fc..3b09430 100644
--- a/src/enchant.h
+++ b/src/enchant.h
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/ispell/correct.cpp b/src/ispell/correct.cpp
index 68b3d91..c674807 100644
--- a/src/ispell/correct.cpp
+++ b/src/ispell/correct.cpp
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
@@ -75,6 +75,9 @@
/*
* $Log$
+ * Revision 1.4 2003/08/14 17:51:26 dom
+ * update license - exception clause should be Lesser GPL
+ *
* Revision 1.3 2003/07/28 20:40:25 dom
* fix up the license clause, further win32-registry proof some directory getting functions
*
diff --git a/src/ispell/good.cpp b/src/ispell/good.cpp
index a40b9d1..1e39485 100644
--- a/src/ispell/good.cpp
+++ b/src/ispell/good.cpp
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
@@ -73,6 +73,9 @@
/*
* $Log$
+ * Revision 1.4 2003/08/14 17:51:26 dom
+ * update license - exception clause should be Lesser GPL
+ *
* Revision 1.3 2003/07/28 20:40:25 dom
* fix up the license clause, further win32-registry proof some directory getting functions
*
diff --git a/src/ispell/hash.cpp b/src/ispell/hash.cpp
index f8ce1d3..df0d74c 100644
--- a/src/ispell/hash.cpp
+++ b/src/ispell/hash.cpp
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
@@ -72,6 +72,9 @@
/*
* $Log$
+ * Revision 1.4 2003/08/14 17:51:27 dom
+ * update license - exception clause should be Lesser GPL
+ *
* Revision 1.3 2003/07/28 20:40:26 dom
* fix up the license clause, further win32-registry proof some directory getting functions
*
diff --git a/src/ispell/ispell.h b/src/ispell/ispell.h
index fac8c00..788852f 100644
--- a/src/ispell/ispell.h
+++ b/src/ispell/ispell.h
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
@@ -77,6 +77,9 @@
/*
* $Log$
+ * Revision 1.4 2003/08/14 17:51:27 dom
+ * update license - exception clause should be Lesser GPL
+ *
* Revision 1.3 2003/07/28 20:40:26 dom
* fix up the license clause, further win32-registry proof some directory getting functions
*
diff --git a/src/ispell/ispell_checker.cpp b/src/ispell/ispell_checker.cpp
index 1844fe9..ae34842 100644
--- a/src/ispell/ispell_checker.cpp
+++ b/src/ispell/ispell_checker.cpp
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/ispell/ispell_checker.h b/src/ispell/ispell_checker.h
index d371965..8ef68a1 100644
--- a/src/ispell/ispell_checker.h
+++ b/src/ispell/ispell_checker.h
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/ispell/ispell_def.h b/src/ispell/ispell_def.h
index 80a43eb..27378cb 100644
--- a/src/ispell/ispell_def.h
+++ b/src/ispell/ispell_def.h
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/ispell/makedent.cpp b/src/ispell/makedent.cpp
index 2ee6883..66407bb 100644
--- a/src/ispell/makedent.cpp
+++ b/src/ispell/makedent.cpp
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
@@ -68,6 +68,9 @@
/*
* $Log$
+ * Revision 1.4 2003/08/14 17:51:28 dom
+ * update license - exception clause should be Lesser GPL
+ *
* Revision 1.3 2003/07/28 20:40:27 dom
* fix up the license clause, further win32-registry proof some directory getting functions
*
diff --git a/src/ispell/msgs.h b/src/ispell/msgs.h
index c1706fd..5d5892e 100644
--- a/src/ispell/msgs.h
+++ b/src/ispell/msgs.h
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
@@ -95,6 +95,9 @@
/*
* $Log$
+ * Revision 1.4 2003/08/14 17:51:28 dom
+ * update license - exception clause should be Lesser GPL
+ *
* Revision 1.3 2003/07/28 20:40:27 dom
* fix up the license clause, further win32-registry proof some directory getting functions
*
diff --git a/src/ispell/sp_spell.h b/src/ispell/sp_spell.h
index 31274d2..c6b0c94 100644
--- a/src/ispell/sp_spell.h
+++ b/src/ispell/sp_spell.h
@@ -16,7 +16,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
diff --git a/src/ispell/tgood.cpp b/src/ispell/tgood.cpp
index d77df45..1428af4 100644
--- a/src/ispell/tgood.cpp
+++ b/src/ispell/tgood.cpp
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to
@@ -74,6 +74,9 @@
/*
* $Log$
+ * Revision 1.4 2003/08/14 17:51:29 dom
+ * update license - exception clause should be Lesser GPL
+ *
* Revision 1.3 2003/07/28 20:40:28 dom
* fix up the license clause, further win32-registry proof some directory getting functions
*
diff --git a/src/myspell/myspell_checker.h b/src/myspell/myspell_checker.h
index bf47ebd..c985b42 100644
--- a/src/myspell/myspell_checker.h
+++ b/src/myspell/myspell_checker.h
@@ -11,7 +11,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * 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.
diff --git a/src/uspell/uspell_provider.cpp b/src/uspell/uspell_provider.cpp
index 38e9edf..32717c4 100644
--- a/src/uspell/uspell_provider.cpp
+++ b/src/uspell/uspell_provider.cpp
@@ -21,7 +21,7 @@
* gives permission to link the code of this program with
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
* spell checker backend) and distribute linked combinations including
- * the two. You must obey the GNU General Public License in all
+ * the two. You must obey the GNU Lesser General Public License in all
* respects for all of the code used other than said providers. If you modify
* this file, you may extend this exception to your version of the
* file, but you are not obligated to do so. If you do not wish to