From 0263d44aaa707b5f54ecae9d37339025e912598d Mon Sep 17 00:00:00 2001 From: devicerandom Date: Thu, 19 Jun 2008 01:09:29 +0000 Subject: [PATCH] updated startup copyright notice --- hooke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' -- 2.26.2