From 1a90194e706c7876546a4bc30839311b18da6483 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Apr 2013 18:28:34 +0100 Subject: Add license summaries and update copyright info --- CoverageTestRunner.py | 4 +++- Makefile | 4 ++++ README | 5 ++++- setup.py | 4 ++++ 4 files changed, 15 insertions(+), 2 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 +# Copyright (C) 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 @@ -12,6 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# =*= License: GPL3+ =*= import coverage import unittest diff --git a/Makefile b/Makefile index 8dcfae0..05298cf 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 . +# +# =*= License: GPL3+ =*= all: diff --git a/README b/README index 29c52ff..2911d63 100644 --- a/README +++ b/README @@ -155,7 +155,7 @@ I welcome any feedback you may have. License -------- -Copyright 2007-2012 Lars Wirzenius +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 @@ -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 . + +=*= License: GPL3+ =*= + 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 -- cgit v1.2.1 From d40d9183655db0b633986c9aa8c98e852f1aaca8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Apr 2013 18:39:00 +0100 Subject: Fix license summary shortnames GPL-3+, not GPL3+. The dash is significant. --- CoverageTestRunner.py | 2 +- Makefile | 2 +- README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CoverageTestRunner.py b/CoverageTestRunner.py index 8469ae8..f9b7f2d 100644 --- a/CoverageTestRunner.py +++ b/CoverageTestRunner.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# =*= License: GPL3+ =*= +# =*= License: GPL-3+ =*= import coverage import unittest diff --git a/Makefile b/Makefile index 05298cf..3bf71dd 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# =*= License: GPL3+ =*= +# =*= License: GPL-3+ =*= all: diff --git a/README b/README index 2911d63..7c307a4 100644 --- a/README +++ b/README @@ -170,5 +170,5 @@ 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 . -=*= License: GPL3+ =*= +=*= License: GPL-3+ =*= -- cgit v1.2.1