diff options
author | Lars Wirzenius <liw@liw.fi> | 2013-04-16 18:28:34 +0100 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2013-04-16 18:28:34 +0100 |
commit | 1a90194e706c7876546a4bc30839311b18da6483 (patch) | |
tree | db8c2058c741694f8defe6e2e549cc0ae822f2dc /setup.py | |
parent | 5d3acd71f3586256a7f9792b60c7f31e14cbfa5f (diff) | |
download | python-coverage-test-runner-1a90194e706c7876546a4bc30839311b18da6483.tar.gz |
Add license summaries and update copyright info
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |