From 7447382f2dbaf01d0079946149cc6663c61ca6d9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 2 Jun 2011 11:54:26 +0100 Subject: Update copyright license to GPL3+. --- CoverageTestRunner.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'CoverageTestRunner.py') 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 +# Copyright (C) 2007-2011 Lars Wirzenius # -# 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 . import coverage import unittest -- cgit v1.2.1