summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2003-10-13 19:08:52 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2003-10-13 19:08:52 +0000
commitf3d7890d157e1e6b289b23d942bcf366b9425c29 (patch)
tree2bbeea9f27413bda41d32567367f4d4611ee4c92
parent45c5b10f4a00e0b3214de5d415b28bf021050eaa (diff)
downloadenchant-f3d7890d157e1e6b289b23d942bcf366b9425c29.tar.gz
update copyright info
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20873 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--tests/enchant-ispell.c6
-rw-r--r--tests/enchant-lsmod.c5
-rw-r--r--tests/test-enchant.c6
-rw-r--r--tests/test-enchantxx.cpp6
4 files changed, 12 insertions, 11 deletions
diff --git a/tests/enchant-ispell.c b/tests/enchant-ispell.c
index 37af184..a80bc6a 100644
--- a/tests/enchant-ispell.c
+++ b/tests/enchant-ispell.c
@@ -21,10 +21,10 @@
* gives permission to link the code of this program with
* the 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
- * respects for all of the code used other than said providers. If you modify
+ * 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
+ * file, but you are not obligated to do so. If you do not wish to
* do so, delete this exception statement from your version.
*/
diff --git a/tests/enchant-lsmod.c b/tests/enchant-lsmod.c
index 51c22b8..a3069ee 100644
--- a/tests/enchant-lsmod.c
+++ b/tests/enchant-lsmod.c
@@ -21,8 +21,8 @@
* gives permission to link the code of this program with
* the 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
- * respects for all of the code used other than said providers. If you modify
+ * 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
* do so, delete this exception statement from your version.
@@ -39,6 +39,7 @@ enumerate_dicts (const char * name,
const char * file,
void * ud)
{
+ (void)ud;
printf ("%s: '%s' (%s)\n", name, desc, file);
}
diff --git a/tests/test-enchant.c b/tests/test-enchant.c
index ab1dc58..5d19fcf 100644
--- a/tests/test-enchant.c
+++ b/tests/test-enchant.c
@@ -21,10 +21,10 @@
* gives permission to link the code of this program with
* the 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
- * respects for all of the code used other than said providers. If you modify
+ * 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
+ * file, but you are not obligated to do so. If you do not wish to
* do so, delete this exception statement from your version.
*/
diff --git a/tests/test-enchantxx.cpp b/tests/test-enchantxx.cpp
index 4e62c81..50b0a27 100644
--- a/tests/test-enchantxx.cpp
+++ b/tests/test-enchantxx.cpp
@@ -21,10 +21,10 @@
* gives permission to link the code of this program with
* the 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
- * respects for all of the code used other than said providers. If you modify
+ * 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
+ * file, but you are not obligated to do so. If you do not wish to
* do so, delete this exception statement from your version.
*/