diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-12-22 21:25:20 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-12-22 21:25:20 +0000 |
| commit | 51016aef6bf0461bd8437fa07698cd45cb2507a1 (patch) | |
| tree | 877a165a81a7975528e943d2db19d1fcb77a8c72 /frontends/php/include | |
| parent | 410244e75da03ecb3aaab7e3d1c4ceeb40da293a (diff) | |
| download | zabbix-51016aef6bf0461bd8437fa07698cd45cb2507a1.tar.gz zabbix-51016aef6bf0461bd8437fa07698cd45cb2507a1.tar.xz zabbix-51016aef6bf0461bd8437fa07698cd45cb2507a1.zip | |
Added 2004 to the Copyright notice.
git-svn-id: svn://svn.zabbix.com/trunk@1091 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/classes.inc.php | 2 | ||||
| -rw-r--r-- | frontends/php/include/config.inc.php | 4 | ||||
| -rw-r--r-- | frontends/php/include/db.inc.php | 2 | ||||
| -rw-r--r-- | frontends/php/include/defines.inc.php | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php index ae30ab6c..8b001047 100644 --- a/frontends/php/include/classes.inc.php +++ b/frontends/php/include/classes.inc.php @@ -1,7 +1,7 @@ <?php /* ** Zabbix -** Copyright (C) 2000,2001,2002,2003 Alexei Vladishev +** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev ** ** 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 diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 6ec458ad..65f25806 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1,7 +1,7 @@ <?php /* ** Zabbix -** Copyright (C) 2000,2001,2002,2003 Alexei Vladishev +** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev ** ** 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 @@ -4216,7 +4216,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; echo "<td bgcolor=\"#000000\">"; echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"3\" width=100% bgcolor=\"#666666\">"; echo "<tr><td align=center>"; - echo "<a href=\"http://www.zabbix.org\">ZABBIX</a> Copyright 2000-2003 by <a href=\"mailto:alex@gobbo.caves.lv\">Alexei Vladishev</a>"; + echo "<a href=\"http://www.zabbix.org\">ZABBIX</a> Copyright 2000-2004 by <a href=\"mailto:alex@gobbo.caves.lv\">Alexei Vladishev</a>"; echo "</td>"; echo "<td align=right width=15%>"; echo "| Connected as ".$USER_DETAILS["alias"]; diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 564a6fcd..8a9174a5 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -1,7 +1,7 @@ <?php /* ** Zabbix -** Copyright (C) 2000,2001,2002,2003 Alexei Vladishev +** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev ** ** 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 diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index 1ddf8919..ea52dbae 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -1,7 +1,7 @@ <?php /* ** Zabbix -** Copyright (C) 2000,2001,2002,2003 Alexei Vladishev +** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev ** ** 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 |
