Show version information on “about” page.
[Sone.git] / src / main / resources / templates / about.html
1 <%include include/head.html>
2
3         <h1><%= Page.About.Page.Title|l10n|html></h1>
4
5         <p>Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010 by David ‘Bombe’ Roden.</p>
6
7         <p>
8                 This program is free software: you can redistribute it and/or modify
9         it under the terms of the GNU General Public License as published by
10         the Free Software Foundation, either version 3 of the License, or
11         (at your option) any later version.
12     </p>
13
14     <p>
15         This program is distributed in the hope that it will be useful,
16             but WITHOUT ANY WARRANTY; without even the implied warranty of
17             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18             GNU General Public License for more details.
19     </p>
20
21     <p>
22             You should have received a copy of the GNU General Public License
23             along with this program.  If not, see
24             <a href="http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
25     </p>
26
27 <%include include/tail.html>