From: devicerandom Date: Thu, 19 Jun 2008 01:09:29 +0000 (+0000) Subject: updated startup copyright notice X-Git-Tag: 0.9.0~93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0263d44aaa707b5f54ecae9d37339025e912598d;p=hooke.git updated startup copyright notice --- diff --git a/hooke.py b/hooke.py index 7e29328..d607db7 100755 --- a/hooke.py +++ b/hooke.py @@ -162,7 +162,7 @@ class CliThread(Thread): def run(self): print '\n\nThis is Hooke, version',__version__ , __release_name__ print - print '(c) Massimo Sandal, 2006. Released under the GNU General Public License Version 2' + print '(c) Massimo Sandal & others, 2006-2008. Released under the GNU Lesser General Public License Version 3' print 'Hooke is Free software.' print '----' print ''