From fddf6d1688f90be761536b1a86f8d6881d6ea816 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 22 Apr 2013 11:05:20 -0400 Subject: Add GNU GPLv3 licensing --- ipsbuild-setuptree.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ipsbuild-setuptree.py') diff --git a/ipsbuild-setuptree.py b/ipsbuild-setuptree.py index 0ad38a8..d0fd72e 100644 --- a/ipsbuild-setuptree.py +++ b/ipsbuild-setuptree.py @@ -1,3 +1,18 @@ +# This file is part of ipsutils. + +# ipsutils 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. +# +# ipsutils 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 ipsutils. If not, see . + import os import sys -- cgit