TT#4708 Update year information in copyright info

Change-Id: I40489739cb4e79c1f84910f5fbca9f749436d420
changes/42/8942/3
Irina Peshinskaya 10 years ago
parent c81a20dcf9
commit 325044c069

2
debian/copyright vendored

@ -4,7 +4,7 @@ Upstream-Contact: Sipwise Development Team <support@sipwise.com>
Files: *
Copyright:
Copyright © 2013-2015 Sipwise GmbH, Austria
Copyright © 2013-2016 Sipwise GmbH, Austria
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -1,3 +1,4 @@
[% USE date %]
<body>
<div id="wrapper">
<div id="topbar">
@ -86,7 +87,7 @@
[% IF c.user.roles == 'admin' || c.user.roles == 'reseller'; -%]
<a href="[% c.uri_for("/statistics/versions") %]">[% c.config.ngcp_version %]</a>
[% END; -%]
© 2013 <a href="http://www.sipwise.com">Sipwise GmbH</a>, [% c.loc('all rights reserved') %].
© 2013 - [% date.format(date.now, '%Y') -%] <a href="http://www.sipwise.com">Sipwise GmbH</a>, [% c.loc('all rights reserved') %].
</div>
</div>
</div>

Loading…
Cancel
Save