Added GPL 2 notice in the 'about' box.

This commit is contained in:
Cas Cremers 2007-06-11 14:20:53 +02:00
parent f901951e4b
commit 44f89d8e78

View File

@ -56,30 +56,50 @@ class AboutScyther(wx.Dialog):
self.text = ''' self.text = '''
<html> <html>
<body bgcolor="#ffffff"> <body bgcolor="#ffffff">
<img src="$SPLASH"> <img src="$SPLASH">
<p align="right"><b>Scyther : $VERSION</b></p> <h5 align="right">Scyther : $VERSION</h5>
<small> <small>
<p> <p>
<b>Scyther</b> is an automatic tool for the verification and <b>Scyther</b> is an automatic tool for the verification and
falsification of security protocols. falsification of security protocols.
</p> </p>
<p> <p>
Scyther and Scyther GUI developed by For news and updates visit the Scyther pages at
Cas Cremers 2004-2007. <a target="_blank" href="http://people.inf.ethz.ch/cremersc/scyther/index.html">
</p> http://people.inf.ethz.ch/cremersc/scyther/index.html</a>
<p> </p>
For news and updates visit the Scyther pages at <h5>License</h5>
<a target="_blank" href="http://people.inf.ethz.ch/cremersc/scyther/index.html"> <p>
http://people.inf.ethz.ch/cremersc/scyther/index.html</a> Scyther : An automatic verifier for security protocols.<br>
</p> Copyright (C) 2007 Cas Cremers
<p> </p>
$DETAILS <p>
</p> This program is free software; you can redistribute it and/or
<p> modify it under the terms of the GNU General Public License
Credits: Cas Cremers (Scyther theory, backend, and main GUI as published by the Free Software Foundation; either version 2
code), Gijs Hollestelle (Python parser for Scyther XML output). of the License, or (at your option) any later version.
</p> </p>
</small> <p>
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 General Public License for more details.
</p>
<p>
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</p>
<h5>Backend version</h5>
<p>
$DETAILS
</p>
<h5>Credits</h5>
<p>
Cas Cremers (Scyther theory, backend, and main GUI
code), Gijs Hollestelle (Python parser for Scyther XML output).
</p>
</small>
''' '''
if mybasedir: if mybasedir: