summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-12-22 21:25:20 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-12-22 21:25:20 +0000
commit51016aef6bf0461bd8437fa07698cd45cb2507a1 (patch)
tree877a165a81a7975528e943d2db19d1fcb77a8c72 /frontends/php
parent410244e75da03ecb3aaab7e3d1c4ceeb40da293a (diff)
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')
-rw-r--r--frontends/php/about.php2
-rw-r--r--frontends/php/actions.php2
-rw-r--r--frontends/php/alarms.php2
-rw-r--r--frontends/php/alerts.php2
-rw-r--r--frontends/php/chart.php2
-rw-r--r--frontends/php/chart2.php2
-rw-r--r--frontends/php/chart3.php2
-rw-r--r--frontends/php/chart4.php2
-rw-r--r--frontends/php/chart5.php2
-rw-r--r--frontends/php/chart_diff.php2
-rw-r--r--frontends/php/chart_sla.php2
-rw-r--r--frontends/php/charts.php2
-rw-r--r--frontends/php/compare.php2
-rw-r--r--frontends/php/config.php2
-rw-r--r--frontends/php/graph.php2
-rw-r--r--frontends/php/graphs.php2
-rw-r--r--frontends/php/helpdesk.php2
-rw-r--r--frontends/php/history.php2
-rw-r--r--frontends/php/hosts.php2
-rw-r--r--frontends/php/include/classes.inc.php2
-rw-r--r--frontends/php/include/config.inc.php4
-rw-r--r--frontends/php/include/db.inc.php2
-rw-r--r--frontends/php/include/defines.inc.php2
-rw-r--r--frontends/php/index.php2
-rw-r--r--frontends/php/items.php2
-rw-r--r--frontends/php/latest.php2
-rw-r--r--frontends/php/latestalarms.php2
-rw-r--r--frontends/php/map.php2
-rw-r--r--frontends/php/maps.php2
-rw-r--r--frontends/php/media.php2
-rw-r--r--frontends/php/queue.php2
-rw-r--r--frontends/php/report1.php2
-rw-r--r--frontends/php/report2.php2
-rw-r--r--frontends/php/report3.php2
-rw-r--r--frontends/php/screenconf.php2
-rw-r--r--frontends/php/screenedit.php2
-rw-r--r--frontends/php/screens.php2
-rw-r--r--frontends/php/services.php2
-rw-r--r--frontends/php/srv_status.php2
-rw-r--r--frontends/php/sysmap.php2
-rw-r--r--frontends/php/sysmaps.php2
-rw-r--r--frontends/php/tr_comments.php2
-rw-r--r--frontends/php/tr_status.php2
-rw-r--r--frontends/php/trend.php2
-rw-r--r--frontends/php/trends.php2
-rw-r--r--frontends/php/triggers.php2
-rw-r--r--frontends/php/users.php2
47 files changed, 48 insertions, 48 deletions
diff --git a/frontends/php/about.php b/frontends/php/about.php
index 630fba09..7c838fd7 100644
--- a/frontends/php/about.php
+++ b/frontends/php/about.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/actions.php b/frontends/php/actions.php
index 39a00a33..193f24a6 100644
--- a/frontends/php/actions.php
+++ b/frontends/php/actions.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/alarms.php b/frontends/php/alarms.php
index 5de459b7..1f229b92 100644
--- a/frontends/php/alarms.php
+++ b/frontends/php/alarms.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/alerts.php b/frontends/php/alerts.php
index 27815477..af4f1882 100644
--- a/frontends/php/alerts.php
+++ b/frontends/php/alerts.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/chart.php b/frontends/php/chart.php
index 362ecd85..3afe8304 100644
--- a/frontends/php/chart.php
+++ b/frontends/php/chart.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/chart2.php b/frontends/php/chart2.php
index 13935415..fd1345d6 100644
--- a/frontends/php/chart2.php
+++ b/frontends/php/chart2.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/chart3.php b/frontends/php/chart3.php
index 18a821ea..8d9e690b 100644
--- a/frontends/php/chart3.php
+++ b/frontends/php/chart3.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/chart4.php b/frontends/php/chart4.php
index 0b5de3b0..73a0433e 100644
--- a/frontends/php/chart4.php
+++ b/frontends/php/chart4.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/chart5.php b/frontends/php/chart5.php
index fcdd733d..c8ca4ed4 100644
--- a/frontends/php/chart5.php
+++ b/frontends/php/chart5.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/chart_diff.php b/frontends/php/chart_diff.php
index 74803895..b078bebe 100644
--- a/frontends/php/chart_diff.php
+++ b/frontends/php/chart_diff.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/chart_sla.php b/frontends/php/chart_sla.php
index 39fc700f..9c2af066 100644
--- a/frontends/php/chart_sla.php
+++ b/frontends/php/chart_sla.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/charts.php b/frontends/php/charts.php
index 1aeab56b..07b30a58 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.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/compare.php b/frontends/php/compare.php
index 918b70f0..8a6df047 100644
--- a/frontends/php/compare.php
+++ b/frontends/php/compare.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/config.php b/frontends/php/config.php
index ed6df36d..6c9d7494 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.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/graph.php b/frontends/php/graph.php
index c0c5bffa..157187b8 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.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/graphs.php b/frontends/php/graphs.php
index 6ffc9d2c..2087ba13 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.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/helpdesk.php b/frontends/php/helpdesk.php
index e6e00d20..80b93c55 100644
--- a/frontends/php/helpdesk.php
+++ b/frontends/php/helpdesk.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/history.php b/frontends/php/history.php
index 0d0699b8..a49381dc 100644
--- a/frontends/php/history.php
+++ b/frontends/php/history.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/hosts.php b/frontends/php/hosts.php
index 03bba405..1ea17295 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.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/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
diff --git a/frontends/php/index.php b/frontends/php/index.php
index f879d4a1..25ef19ce 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.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/items.php b/frontends/php/items.php
index ef86ec2c..3adf2a97 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.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/latest.php b/frontends/php/latest.php
index 41674d99..897875ef 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.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/latestalarms.php b/frontends/php/latestalarms.php
index 9698d791..fde2b890 100644
--- a/frontends/php/latestalarms.php
+++ b/frontends/php/latestalarms.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/map.php b/frontends/php/map.php
index 6debf285..7dc46d8c 100644
--- a/frontends/php/map.php
+++ b/frontends/php/map.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/maps.php b/frontends/php/maps.php
index 10123109..a3119790 100644
--- a/frontends/php/maps.php
+++ b/frontends/php/maps.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/media.php b/frontends/php/media.php
index 281f1fe1..b2090b2a 100644
--- a/frontends/php/media.php
+++ b/frontends/php/media.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/queue.php b/frontends/php/queue.php
index 690561fa..cc38bdcd 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.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/report1.php b/frontends/php/report1.php
index f324126c..408ba67c 100644
--- a/frontends/php/report1.php
+++ b/frontends/php/report1.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/report2.php b/frontends/php/report2.php
index d79b4104..5ef6b10b 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.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/report3.php b/frontends/php/report3.php
index 87f7f313..b7289b2f 100644
--- a/frontends/php/report3.php
+++ b/frontends/php/report3.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/screenconf.php b/frontends/php/screenconf.php
index 096fa4a6..d830cc96 100644
--- a/frontends/php/screenconf.php
+++ b/frontends/php/screenconf.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/screenedit.php b/frontends/php/screenedit.php
index 06d22d5e..a99a2ac7 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.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/screens.php b/frontends/php/screens.php
index 62a16603..4fd9cb53 100644
--- a/frontends/php/screens.php
+++ b/frontends/php/screens.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/services.php b/frontends/php/services.php
index aedc3154..90a423ab 100644
--- a/frontends/php/services.php
+++ b/frontends/php/services.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/srv_status.php b/frontends/php/srv_status.php
index 295561ac..439c4c88 100644
--- a/frontends/php/srv_status.php
+++ b/frontends/php/srv_status.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/sysmap.php b/frontends/php/sysmap.php
index 643970a4..568c215b 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.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/sysmaps.php b/frontends/php/sysmaps.php
index f0ec56ef..c3e960e5 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.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/tr_comments.php b/frontends/php/tr_comments.php
index a28534b2..2c1a1439 100644
--- a/frontends/php/tr_comments.php
+++ b/frontends/php/tr_comments.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/tr_status.php b/frontends/php/tr_status.php
index f272ae9f..201dca6e 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.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/trend.php b/frontends/php/trend.php
index 05585e18..0b1607a6 100644
--- a/frontends/php/trend.php
+++ b/frontends/php/trend.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/trends.php b/frontends/php/trends.php
index 297bb333..614415e8 100644
--- a/frontends/php/trends.php
+++ b/frontends/php/trends.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/triggers.php b/frontends/php/triggers.php
index 1924e39e..4cf5dd78 100644
--- a/frontends/php/triggers.php
+++ b/frontends/php/triggers.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/users.php b/frontends/php/users.php
index b2c5b3ed..b1df5bc5 100644
--- a/frontends/php/users.php
+++ b/frontends/php/users.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