From fab4a7f6812991b49d786b3b1b73cce537d2aebd Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sun, 25 Jul 2010 15:36:22 +0200 Subject: [PATCH] Added GPL, renamed to sg --- sitegenerator.py => sg.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) rename sitegenerator.py => sg.py (77%) diff --git a/sitegenerator.py b/sg.py similarity index 77% rename from sitegenerator.py rename to sg.py index b775bbb..8b57e9f 100755 --- a/sitegenerator.py +++ b/sg.py @@ -1,5 +1,20 @@ #!/usr/bin/env python +# +# Copyright (C) 2010 Bastian Venthur +# +# 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 sys import os