From 68be1fe204732b137b5a776b3c4e44876006ac94 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Tue, 9 Feb 2010 02:45:56 +0100 Subject: Added license info and README --- config.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 7f448b8..1bc0b5e 100644 --- a/config.py +++ b/config.py @@ -1,3 +1,22 @@ +###################################################################### +# Copyright 2009, 2010 ryuslash +# +# This file is part of 4grab. +# +# 4grab 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. +# +# 4grab 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 4grab. If not, see . +###################################################################### + import os import ConfigParser import sys -- cgit v1.2.3-54-g00ecf