Added copyright and deleted completed TODO
authorkibergus <kibergus@gmail.com>
Tue, 22 Jun 2010 20:30:31 +0000 (20:30 +0000)
committerkibergus <kibergus@gmail.com>
Tue, 22 Jun 2010 20:30:31 +0000 (20:30 +0000)
git-svn-id: file:///svnroot/ussd-widget/trunk@39 d197f4d6-dc93-42ad-8354-0da1f58e353f

ussd-widget/src/usr/lib/hildon-desktop/ussd-widget.py

index 52d3141..a84841c 100755 (executable)
@@ -1,5 +1,12 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
+
+## 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; version 2 and higer.
+##
+## Guseynov Alexey (kibergus bark-bark gmail.com) 2010
+
 import gobject
 import gtk
 import hildon
@@ -31,7 +38,6 @@ ussd_languages_localized = [_("German"), _("English"), _("Italian"), _("French")
 
 # TODO Cutt off too long messages and show them in separate dialog
 # how TODO widget vertical minimum size policy
-# TODO interface for queryng from scripts. For example query from one widget can change color of another widget 
 
 class USSD_Controller:
        def __init__( self, widget ) :