forked from GollyGang/ready
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (29 loc) · 853 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<body bgcolor="#F0F0F0">
<table cellspacing=3 cellpadding=4 width="100%">
<tr>
<td>
<center>
<font size=+1><br><br><b>Ready, version 0.11.0</b><br> <!-- check matches CMakeLists.txt -->
</font>
<font size=-1>
<br>Copyright 2011-2021 The Ready Bunch:<br>
Tim Hutton, Robert Munafo, Andrew Trevorrow,<br>
Tom Rokicki, Dan Wills.<br>
<br><img src="about.gif"><br>
<br>
Ready is an open source, cross-platform application<br>
for exploring various reaction-diffusion systems.<br>
<br>
<b><a href="https://github.com/GollyGang/ready">https://github.com/GollyGang/ready</a></b><br>
<br>
This program comes with ABSOLUTELY NO WARRANTY.<br>
This is free software, and you are welcome to redistribute it<br>
under certain conditions - see <a href="open:COPYING.txt">COPYING.txt</a> for details.<br>
</font>
</center>
</td>
</tr>
</table>
</body>
</html>