From d40d9183655db0b633986c9aa8c98e852f1aaca8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Apr 2013 18:39:00 +0100 Subject: Fix license summary shortnames GPL-3+, not GPL3+. The dash is significant. --- CoverageTestRunner.py | 2 +- Makefile | 2 +- README | 2 +- 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 . # -# =*= 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 . # -# =*= 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 . -=*= License: GPL3+ =*= +=*= License: GPL-3+ =*= -- cgit v1.2.1