Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mmm_modules/image_category.py
diff options
context:
space:
mode:
authorCarlos Neves <cn@sueste.net>2008-01-13 19:47:29 (GMT)
committer Carlos Neves <cn@sueste.net>2008-01-13 19:47:29 (GMT)
commitd7b3b54e4a0309372af836da2d749977e569b8dd (patch)
tree30d2ea6d2d8b470736c661af8ef315b261d82990 /mmm_modules/image_category.py
parent29a4b8a64bbe0dc6251fab6174c09cb12f55dbea (diff)
Added licence header to all sources. Added AUTHORS file.
Diffstat (limited to 'mmm_modules/image_category.py')
-rw-r--r--mmm_modules/image_category.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/mmm_modules/image_category.py b/mmm_modules/image_category.py
index 9181436..52705f1 100644
--- a/mmm_modules/image_category.py
+++ b/mmm_modules/image_category.py
@@ -1,3 +1,23 @@
+# Copyright 2007 World Wide Workshop Foundation
+#
+# 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 2 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, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+# If you find this activity useful or end up using parts of it in one of your
+# own creations we would love to hear from you at info@WorldWideWorkshop.org !
+#
+
import pygtk
pygtk.require('2.0')
import gtk, gobject