From 7a4f561e851fdc7246d804c3abb6748b8a4199a6 Mon Sep 17 00:00:00 2001 From: gnowgi Date: Thu, 15 Mar 2012 16:19:20 +0530 Subject: master trunk of gnowsys-studio --- gstudio/__init__.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 gstudio/__init__.py (limited to 'gstudio/__init__.py') diff --git a/gstudio/__init__.py b/gstudio/__init__.py new file mode 100644 index 0000000..ff60315 --- /dev/null +++ b/gstudio/__init__.py @@ -0,0 +1,27 @@ + +# Copyright (c) 2011, 2012 Free Software Foundation + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + + +"""Gstudio""" +__version__ = '0.3.dev' +__license__ = 'BSD License' + +__author__ = 'gnowgi' +__email__ = 'nagarjun@gnowledge.org' + +__url__ = 'http://github.com/gnowgi/django-gstudio' + + -- cgit v1.1