summaryrefslogtreecommitdiff
path: root/CoverageTestRunner.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-02 11:54:26 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-02 11:54:26 +0100
commit7447382f2dbaf01d0079946149cc6663c61ca6d9 (patch)
tree08235539dd71465d4f6ca1ccf218ca7848ef3709 /CoverageTestRunner.py
parent2d91ec80fc2007f23aaeba72b317701c9fe971c6 (diff)
downloadcoverage-test-runner-7447382f2dbaf01d0079946149cc6663c61ca6d9.tar.gz
Update copyright license to GPL3+.
Diffstat (limited to 'CoverageTestRunner.py')
-rw-r--r--CoverageTestRunner.py16
1 files changed, 7 insertions, 9 deletions
diff --git a/CoverageTestRunner.py b/CoverageTestRunner.py
index bc12c65..44ba654 100644
--- a/CoverageTestRunner.py
+++ b/CoverageTestRunner.py
@@ -1,19 +1,17 @@
-# Copyright (C) 2007 Lars Wirzenius <liw@iki.fi>
+# Copyright (C) 2007-2011 Lars Wirzenius <liw@iki.fi>
#
-# This program is free software; you can redistribute it and/or modify
+# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
import coverage
import unittest