From f9b6a2023ebc3ac2a7fd25c3894268e3c4ad5066 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Thu, 30 Jun 2005 17:11:06 +0200 Subject: [PATCH] Add email address --- citool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citool.py b/citool.py index 5671502..231cfa4 100755 --- a/citool.py +++ b/citool.py @@ -83,7 +83,7 @@ class MainWidget(qt.QMainWindow): def about(self, ignore): qt.QMessageBox.about(self, "About " + applicationName, "

" + applicationName + "

\n" + - "
Copyright © 2005 Fredrik Kuivinen
\n" + + "
Copyright © 2005 Fredrik Kuivinen <freku045@student.liu.se>
\n" + "

This program is free software; you can redistribute it and/or modify " + "it under the terms of the GNU General Public License version 2 as " + "published by the Free Software Foundation.

") -- 2.11.4.GIT