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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CoverageTestRunner.py') 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 -- cgit v1.2.1