summaryrefslogtreecommitdiff
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
parent5d3acd71f3586256a7f9792b60c7f31e14cbfa5f (diff)
parentd40d9183655db0b633986c9aa8c98e852f1aaca8 (diff)
downloadcoverage-test-runner-714a46623a6275e96c8d6580522e2070f51965a5.tar.gz
Add license summaries
-rw-r--r--CoverageTestRunner.py4
-rw-r--r--Makefile4
-rw-r--r--README5
-rw-r--r--setup.py4
4 files changed, 15 insertions, 2 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
diff --git a/Makefile b/Makefile
index 8dcfae0..3bf71dd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# Copyright: 2007-2013 Lars Wirzenius
+#
# 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 3 of the License, or
@@ -10,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+ =*=
all:
diff --git a/README b/README
index 29c52ff..7c307a4 100644
--- a/README
+++ b/README
@@ -155,7 +155,7 @@ I welcome any feedback you may have.
License
--------
-Copyright 2007-2012 Lars Wirzenius <liw@liw.fi>
+Copyright 2007-2013 Lars Wirzenius <liw@liw.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
@@ -169,3 +169,6 @@ 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, see <http://www.gnu.org/licenses/>.
+
+=*= License: GPL-3+ =*=
+
diff --git a/setup.py b/setup.py
index 3a99af0..0eb7868 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+# Copyright 2007-2013 Lars Wirzenius
+#
# 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 3 of the License, or
@@ -11,6 +13,8 @@
# 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.
+#
+# =*= License: GPL-3+ =*=
from distutils.core import setup