hop-2012/osx-server-gui/English.lproj/Credits.html

44 lines
1.3 KiB
HTML

<html>
<head>
<title>Foo</title>
<style type="text/css">
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
</style>
</head>
<body>
<p>
Hop is free software: you can redistribute it and/or modify it
under the terms of
the <a href="http://localhost:5678/gpl3.html">GNU General Public
License</a> as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
</p>
<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>
<h4>Developers</h4>
<p>
The project is currently hosted on github at <a
href="http://github.com/tonyg/hop/">http://github.com/tonyg/hop/</a>.
Contact details for the author are <a
href="http://homepages.kcbbs.gen.nz/tonyg/contact.html">here</a>.
</p>
<h4>Build information</h4>
<ul>
<li>Build stamp @BUILD_STAMP@</li>
<li>@GUI_VERSION@</li>
<li>@SERVER_VERSION@</li>
</ul>
</body>
</html>