summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorGravatar ryuslash2010-02-09 02:45:56 +0100
committerGravatar ryuslash2010-02-09 02:45:56 +0100
commit68be1fe204732b137b5a776b3c4e44876006ac94 (patch)
treeefdebd18691450f241e0b5ab80323b9f623e7eeb /config.py
parent1b09267876e51c0456c062e10ab70c0f7eba6c34 (diff)
download4grab-68be1fe204732b137b5a776b3c4e44876006ac94.tar.gz
4grab-68be1fe204732b137b5a776b3c4e44876006ac94.zip
Added license info and README
Diffstat (limited to 'config.py')
-rw-r--r--config.py19
1 files changed, 19 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+######################################################################
+
import os
import ConfigParser
import sys