update copyright information

This commit is contained in:
Jan Dittberner 2010-06-03 23:33:49 +02:00
parent 4d8fd2e9cf
commit b8af34c80b
5 changed files with 22 additions and 20 deletions

View file

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<%doc>
@ -40,7 +41,7 @@ License along with this program. If not, see
${h.image(h.url_for('/images/agplv3-88x31.png'), _('AGPL - Free Software'), 88, 31,
id='agpllogo')}
<p>${_('''The service is available under the terms of the <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="%s">download the source code</a> using <a href="http://git.or.cz">git</a>.''') % ('http://ddportfolio.debian.net/gitweb?p?ddportfolioservice.git;a=summary')}</p>
<p>${_('''Copyright &copy; 2009 Jan Dittberner''')}</p>
<p>${_(u'''Copyright © 2009, 2010 Jan Dittberner''')}</p>
</div>
</body>
</html>