summaryrefslogtreecommitdiff
path: root/CoverageTestRunner.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-16 18:28:34 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-16 18:28:34 +0100
commit1a90194e706c7876546a4bc30839311b18da6483 (patch)
treedb8c2058c741694f8defe6e2e549cc0ae822f2dc /CoverageTestRunner.py
parent5d3acd71f3586256a7f9792b60c7f31e14cbfa5f (diff)
downloadcoverage-test-runner-1a90194e706c7876546a4bc30839311b18da6483.tar.gz
Add license summaries and update copyright info
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..8469ae8 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: GPL3+ =*=
import coverage
import unittest