summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-16 18:39:00 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-16 18:39:00 +0100
commitd40d9183655db0b633986c9aa8c98e852f1aaca8 (patch)
tree222ac90d827bb10cfdc2cf2899d6c99967f20c31
parent1a90194e706c7876546a4bc30839311b18da6483 (diff)
downloadcoverage-test-runner-d40d9183655db0b633986c9aa8c98e852f1aaca8.tar.gz
Fix license summary shortnames
GPL-3+, not GPL3+. The dash is significant.
-rw-r--r--CoverageTestRunner.py2
-rw-r--r--Makefile2
-rw-r--r--README2
3 files changed, 3 insertions, 3 deletions
diff --git a/CoverageTestRunner.py b/CoverageTestRunner.py
index 8469ae8..f9b7f2d 100644
--- a/CoverageTestRunner.py
+++ b/CoverageTestRunner.py
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# =*= License: GPL3+ =*=
+# =*= License: GPL-3+ =*=
import coverage
import unittest
diff --git a/Makefile b/Makefile
index 05298cf..3bf71dd 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# =*= License: GPL3+ =*=
+# =*= License: GPL-3+ =*=
all:
diff --git a/README b/README
index 2911d63..7c307a4 100644
--- a/README
+++ b/README
@@ -170,5 +170,5 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-=*= License: GPL3+ =*=
+=*= License: GPL-3+ =*=