summaryrefslogtreecommitdiff
path: root/CoverageTestRunner.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-16 18:39:45 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-16 18:39:45 +0100
commit714a46623a6275e96c8d6580522e2070f51965a5 (patch)
tree222ac90d827bb10cfdc2cf2899d6c99967f20c31 /CoverageTestRunner.py
parent5d3acd71f3586256a7f9792b60c7f31e14cbfa5f (diff)
parentd40d9183655db0b633986c9aa8c98e852f1aaca8 (diff)
downloadpython-coverage-test-runner-714a46623a6275e96c8d6580522e2070f51965a5.tar.gz
Add license summaries
Diffstat (limited to 'CoverageTestRunner.py')
-rw-r--r--CoverageTestRunner.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/CoverageTestRunner.py b/CoverageTestRunner.py
index 1e31a8f..f9b7f2d 100644
--- a/CoverageTestRunner.py
+++ b/CoverageTestRunner.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011 Lars Wirzenius <liw@iki.fi>
+# Copyright (C) 2007-2013 Lars Wirzenius <liw@iki.fi>
#
# 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
@@ -12,6 +12,8 @@
#
# 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: GPL-3+ =*=
import coverage
import unittest