From 1a275117ca0f10a8efa6a80291eaf3c912924d49 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Fri, 26 Oct 2012 00:09:04 -0600 Subject: Add license preamle/ headers to all ``.py`` files --- setup.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2fee87d..c94944e 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,21 @@ #!/usr/bin/env python +# Xnt -- A Wrapper Build Tool +# Copyright (C) 2012 Kenny Ballou + +# 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 . + import os import shutil from setuptools import setup, find_packages -- cgit v1.2.1