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+. --- Makefile | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8ce1fa..f39d72d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,17 @@ -all: +# 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 +# (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, see . -install: - +all: clean: rm -f *.py[co] */*.py[co] .coverage -- cgit v1.2.1