Skip to content

Commit 5f7eff4

Browse files
committed
change copyright year to current year (2016)
1 parent 9fc499f commit 5f7eff4

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

debian/icinga-editor.debhelper.log

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,17 @@ dh_auto_test
44
dh_prep
55
dh_auto_install
66
override_dh_install dh_install
7+
dh_install
8+
dh_installdocs
9+
dh_installchangelogs
10+
dh_installdebconf
11+
dh_pysupport
12+
dh_perl
13+
dh_link
14+
dh_compress
15+
dh_fixperms
16+
dh_installdeb
17+
dh_gencontrol
18+
dh_md5sums
19+
dh_builddeb
20+
dh_builddeb

src/classes/UI/PageBottom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function finalize()
3131
$star = '<iframe src="https://ghbtns.com/github-btn.html?user=Vitexus&repo=icinga_configurator&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>';
3232
$footrow = new \Ease\TWB\Row();
3333
$footrow->addColumn(4,
34-
'<a href="https://www.vitexsoftware.cz/monitoring.php">Icinga Editor</a> v.: '.$appInfo->version.'&nbsp;&nbsp; &copy; 2012-2015 <a href="http://vitexsoftware.cz/">Vitex Software</a>');
34+
'<a href="https://www.vitexsoftware.cz/monitoring.php">Icinga Editor</a> v.: '.$appInfo->version.'&nbsp;&nbsp; &copy; 2012-2016 <a href="http://vitexsoftware.cz/">Vitex Software</a>');
3535
$footrow->addColumn(4,
3636
'<a href="http://www.austro-bohemia.cz/"><img style="position: relative;top: -2px; left: -10px; height: 25px" align="right" style="border:0" src="images/austro-bohemia-logo.png" alt="ABSRO" title="Pasivní checky napsány pro společnost Austro Bohemia s.r.o." /></a>');
3737
$footrow->addColumn(4,

0 commit comments

Comments
 (0)