summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-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
-rw-r--r--include/cfg.c2
-rw-r--r--include/cfg.h2
-rw-r--r--include/common.h2
-rw-r--r--include/db.c2
-rw-r--r--include/db.h2
-rw-r--r--include/expression.c2
-rw-r--r--include/expression.h2
-rw-r--r--include/functions.c2
-rw-r--r--include/functions.h2
-rw-r--r--include/log.c2
-rw-r--r--include/log.h2
-rw-r--r--include/pid.c2
-rw-r--r--include/pid.h2
-rw-r--r--include/security.c2
-rw-r--r--include/security.h2
-rw-r--r--src/zabbix_agent/diskdevices.c2
-rw-r--r--src/zabbix_agent/diskdevices.h2
-rw-r--r--src/zabbix_agent/interfaces.c2
-rw-r--r--src/zabbix_agent/interfaces.h2
-rw-r--r--src/zabbix_agent/stats.c2
-rw-r--r--src/zabbix_agent/stats.h2
-rw-r--r--src/zabbix_agent/sysinfo.c2
-rw-r--r--src/zabbix_agent/sysinfo.h2
-rw-r--r--src/zabbix_agent/zabbix_agent.c2
-rw-r--r--src/zabbix_agent/zabbix_agent.h2
-rw-r--r--src/zabbix_agent/zabbix_agentd.c2
-rw-r--r--src/zabbix_sender/zabbix_sender.c2
75 files changed, 76 insertions, 76 deletions
diff --git a/configure.in b/configure.in
index a0f68ab4..1dc10a7b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl
dnl Zabbix
-dnl Copyright (C) 2000,2001,2002,2003 Alexei Vladishev
+dnl Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
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
diff --git a/include/cfg.c b/include/cfg.c
index ef6a0844..b69d5592 100644
--- a/include/cfg.c
+++ b/include/cfg.c
@@ -1,6 +1,6 @@
/*
** 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/include/cfg.h b/include/cfg.h
index 0be44565..5eed2924 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -1,6 +1,6 @@
/*
** 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/include/common.h b/include/common.h
index 52e76d83..97fcf4c3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1,6 +1,6 @@
/*
** 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/include/db.c b/include/db.c
index a52203f0..bc233c78 100644
--- a/include/db.c
+++ b/include/db.c
@@ -1,6 +1,6 @@
/*
** 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/include/db.h b/include/db.h
index 5324820a..7173cf5d 100644
--- a/include/db.h
+++ b/include/db.h
@@ -1,6 +1,6 @@
/*
** 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/include/expression.c b/include/expression.c
index c4d4aefa..dd89cd66 100644
--- a/include/expression.c
+++ b/include/expression.c
@@ -1,6 +1,6 @@
/*
** 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/include/expression.h b/include/expression.h
index 67b9dd7a..957c7d46 100644
--- a/include/expression.h
+++ b/include/expression.h
@@ -1,6 +1,6 @@
/*
** 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/include/functions.c b/include/functions.c
index 7512bff3..b6f85166 100644
--- a/include/functions.c
+++ b/include/functions.c
@@ -1,6 +1,6 @@
/*
** 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/include/functions.h b/include/functions.h
index ae078d11..67139cad 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -1,6 +1,6 @@
/*
** 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/include/log.c b/include/log.c
index e6887982..6ccde9c0 100644
--- a/include/log.c
+++ b/include/log.c
@@ -1,6 +1,6 @@
/*
** 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/include/log.h b/include/log.h
index 8b767bdd..af7a3b90 100644
--- a/include/log.h
+++ b/include/log.h
@@ -1,6 +1,6 @@
/*
** 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/include/pid.c b/include/pid.c
index bbf4e19d..50f25139 100644
--- a/include/pid.c
+++ b/include/pid.c
@@ -1,6 +1,6 @@
/*
** 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/include/pid.h b/include/pid.h
index d8af1e78..b1653e2a 100644
--- a/include/pid.h
+++ b/include/pid.h
@@ -1,6 +1,6 @@
/*
** 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/include/security.c b/include/security.c
index fd714f1c..eaf7b68e 100644
--- a/include/security.c
+++ b/include/security.c
@@ -1,6 +1,6 @@
/*
** 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/include/security.h b/include/security.h
index 1ecf319f..bef5b04f 100644
--- a/include/security.h
+++ b/include/security.h
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/diskdevices.c b/src/zabbix_agent/diskdevices.c
index af3fc99a..cf579f30 100644
--- a/src/zabbix_agent/diskdevices.c
+++ b/src/zabbix_agent/diskdevices.c
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/diskdevices.h b/src/zabbix_agent/diskdevices.h
index 3be6a8a4..0a873bbb 100644
--- a/src/zabbix_agent/diskdevices.h
+++ b/src/zabbix_agent/diskdevices.h
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/interfaces.c b/src/zabbix_agent/interfaces.c
index 6db5d1b0..c18f76ad 100644
--- a/src/zabbix_agent/interfaces.c
+++ b/src/zabbix_agent/interfaces.c
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/interfaces.h b/src/zabbix_agent/interfaces.h
index 3a4d00bd..720c1a66 100644
--- a/src/zabbix_agent/interfaces.h
+++ b/src/zabbix_agent/interfaces.h
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/stats.c b/src/zabbix_agent/stats.c
index 3edb5bbc..a990f7a9 100644
--- a/src/zabbix_agent/stats.c
+++ b/src/zabbix_agent/stats.c
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/stats.h b/src/zabbix_agent/stats.h
index 995d4c35..ff3cf6c6 100644
--- a/src/zabbix_agent/stats.h
+++ b/src/zabbix_agent/stats.h
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/sysinfo.c b/src/zabbix_agent/sysinfo.c
index 5891a498..3dd122a3 100644
--- a/src/zabbix_agent/sysinfo.c
+++ b/src/zabbix_agent/sysinfo.c
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/sysinfo.h b/src/zabbix_agent/sysinfo.h
index a8645092..1592c34b 100644
--- a/src/zabbix_agent/sysinfo.h
+++ b/src/zabbix_agent/sysinfo.h
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/zabbix_agent.c b/src/zabbix_agent/zabbix_agent.c
index 54bab613..7664533f 100644
--- a/src/zabbix_agent/zabbix_agent.c
+++ b/src/zabbix_agent/zabbix_agent.c
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/zabbix_agent.h b/src/zabbix_agent/zabbix_agent.h
index b50c0800..28a942d6 100644
--- a/src/zabbix_agent/zabbix_agent.h
+++ b/src/zabbix_agent/zabbix_agent.h
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_agent/zabbix_agentd.c b/src/zabbix_agent/zabbix_agentd.c
index b32aeb36..291adfcd 100644
--- a/src/zabbix_agent/zabbix_agentd.c
+++ b/src/zabbix_agent/zabbix_agentd.c
@@ -1,6 +1,6 @@
/*
** 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/src/zabbix_sender/zabbix_sender.c b/src/zabbix_sender/zabbix_sender.c
index 1cf72ecd..a723d969 100644
--- a/src/zabbix_sender/zabbix_sender.c
+++ b/src/zabbix_sender/zabbix_sender.c
@@ -1,6 +1,6 @@
/*
** 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