/usr/share/haci/Template/HaCiShowAbout.tmpl is in haci 0.98c-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 30 | <div id=loginTop>
<span><img id='loginLogo' src='[% imagepathrel %]/HaCi_Logo2.png'></span>
<br>
<span><img id='loginLogoString' src='[% imagepathrel %]/HaCi_Logo_String.png'></span>
</div>
<span id="aboutVersion">Version: <b>[% version %]</b></span>
<br><br>
<div id="about">
<pre>
HaCi - IP Address Administration
Copyright (C) 2006-2015 by Lars Wildemann
Author: Lars Wildemann <HaCi@larsux.de>
HaCi is an IP Address / Network Administration Tool with IPv6 Support.
It stores its data efficiently in a relational Database and uses a
treelike Strukture to illustrate supernets and subnets.
This program is free software; you can redistribute it andor modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
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.
</pre>
</div>
|