diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:05:20 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:05:20 -0400 |
commit | fddf6d1688f90be761536b1a86f8d6881d6ea816 (patch) | |
tree | a10c7404b0d2c0c6a3c5f029cf40211d269370f3 /ipsbuild-setuptree.py | |
parent | be635e65fa948cf2fe7aca341b3dc6c2479e0d15 (diff) | |
download | ipsutils-fddf6d1688f90be761536b1a86f8d6881d6ea816.tar.gz |
Add GNU GPLv3 licensing
Diffstat (limited to 'ipsbuild-setuptree.py')
-rw-r--r-- | ipsbuild-setuptree.py | 15 |
1 files changed, 15 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + import os import sys |