This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/client/res/templates/about.tpl
T
2015-01-20 12:36:52 +02:00

28 lines
1.0 KiB
Smarty

<div class="page-header">
<h3>EspoCRM - Open Source CRM application</h3>
</div>
<div class="row">
<div class="col-md-7">
<p>
<strong>Version {{version}}</strong>
</p>
<p>
Copyright &copy; 2014-2015 EspoCRM: Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko.
<br>
Website: <a href="http://www.espocrm.com">http://www.espocrm.com</a>.
</p>
<p>
EspoCRM is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
</p>
<p>
EspoCRM 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>
</div>
</div>