summaryrefslogtreecommitdiff
path: root/CoverageTestRunner.py
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 /CoverageTestRunner.py
parent1a90194e706c7876546a4bc30839311b18da6483 (diff)
downloadcoverage-test-runner-d40d9183655db0b633986c9aa8c98e852f1aaca8.tar.gz
Fix license summary shortnames
GPL-3+, not GPL3+. The dash is significant.
Diffstat (limited to 'CoverageTestRunner.py')
-rw-r--r--CoverageTestRunner.py2
1 files changed, 1 insertions, 1 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