Update year in copyright lines
[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–<% year|html> by David ‘Bombe’ Roden.</p>
6
7         <p>
8                 <%= Page.About.Flattr.Description|l10n|html|replace needle=="{link}" replacement=='<a href="/?_CHECKED_HTTP_=https://www.flattr.com/" title="Flattr Homepage" target="_blank">'|replace needle=="{/link}" replacement=='</a>'>
9         </p>
10
11         <h2><%= Page.About.Homepage.Title|l10n|html></h2>
12
13         <p>
14                 <%= Page.About.Homepage.Description|l10n|html|replace needle=="{link}" replacement=='<a href="/<% homepage|html>/">'|reparse|replace needle=="{/link}" replacement=='</a>'>
15         </p>
16
17         <h2><%= Page.About.License.Title|l10n|html></h2>
18
19         <p>
20                 This program is free software: you can redistribute it and/or modify
21         it under the terms of the GNU General Public License as published by
22         the Free Software Foundation, either version 3 of the License, or
23         (at your option) any later version.
24     </p>
25
26     <p>
27         This program is distributed in the hope that it will be useful,
28             but WITHOUT ANY WARRANTY; without even the implied warranty of
29             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30             GNU General Public License for more details.
31     </p>
32
33     <p>
34             You should have received a copy of the GNU General Public License
35             along with this program.  If not, see
36             <a href="/?_CHECKED_HTTP_=http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
37     </p>
38
39 <%include include/tail.html>