summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-10-06 21:17:40 +0100
committerLars Wirzenius <liw@liw.fi>2011-10-06 21:17:40 +0100
commite4ae3034041d10c8bd48ca39303735a5e7e6b969 (patch)
treeb515fee7923e90bbbeabc7811395f25252e2cb2b /morphlib
parentbfd4755e1b16f71d026850c463773555ed915906 (diff)
downloadmorph-e4ae3034041d10c8bd48ca39303735a5e7e6b969.tar.gz
Fix GPL version sentence grammar.
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/__init__.py2
-rw-r--r--morphlib/builder.py2
-rw-r--r--morphlib/cachedir.py2
-rw-r--r--morphlib/cachedir_tests.py2
-rw-r--r--morphlib/execute.py2
-rw-r--r--morphlib/execute_tests.py2
-rw-r--r--morphlib/morphology.py2
-rw-r--r--morphlib/morphology_tests.py2
-rw-r--r--morphlib/tempdir.py2
-rw-r--r--morphlib/tempdir_tests.py2
-rw-r--r--morphlib/util.py2
-rw-r--r--morphlib/util_tests.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 6648dc83..51651a9f 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/builder.py b/morphlib/builder.py
index 7c1acc03..167e6dd8 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/cachedir.py b/morphlib/cachedir.py
index 7ee77222..e5f5f419 100644
--- a/morphlib/cachedir.py
+++ b/morphlib/cachedir.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/cachedir_tests.py b/morphlib/cachedir_tests.py
index b9f7c80b..d7956bdb 100644
--- a/morphlib/cachedir_tests.py
+++ b/morphlib/cachedir_tests.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/execute.py b/morphlib/execute.py
index b1221b80..fe1921fe 100644
--- a/morphlib/execute.py
+++ b/morphlib/execute.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/execute_tests.py b/morphlib/execute_tests.py
index 2f97051a..043b9e2c 100644
--- a/morphlib/execute_tests.py
+++ b/morphlib/execute_tests.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/morphology.py b/morphlib/morphology.py
index d129f170..fbaa8c82 100644
--- a/morphlib/morphology.py
+++ b/morphlib/morphology.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/morphology_tests.py b/morphlib/morphology_tests.py
index 145cb944..ccec41fc 100644
--- a/morphlib/morphology_tests.py
+++ b/morphlib/morphology_tests.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/tempdir.py b/morphlib/tempdir.py
index 9d5f8b47..1a7c45e0 100644
--- a/morphlib/tempdir.py
+++ b/morphlib/tempdir.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/tempdir_tests.py b/morphlib/tempdir_tests.py
index 6572b70a..4a606eb2 100644
--- a/morphlib/tempdir_tests.py
+++ b/morphlib/tempdir_tests.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/util.py b/morphlib/util.py
index a181ff29..355fcd16 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/morphlib/util_tests.py b/morphlib/util_tests.py
index d27de771..5b1d5e88 100644
--- a/morphlib/util_tests.py
+++ b/morphlib/util_tests.py
@@ -2,7 +2,7 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License.
+# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of