Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/classes/mvc')
-rw-r--r--frontends/php/include/classes/mvc/CController.php2
-rw-r--r--frontends/php/include/classes/mvc/CControllerResponse.php2
-rw-r--r--frontends/php/include/classes/mvc/CControllerResponseData.php2
-rw-r--r--frontends/php/include/classes/mvc/CControllerResponseFatal.php2
-rw-r--r--frontends/php/include/classes/mvc/CControllerResponseRedirect.php2
-rw-r--r--frontends/php/include/classes/mvc/CRouter.php2
-rw-r--r--frontends/php/include/classes/mvc/CView.php2
7 files changed, 7 insertions, 7 deletions
diff --git a/frontends/php/include/classes/mvc/CController.php b/frontends/php/include/classes/mvc/CController.php
index 7490c3c2baf..a1d917defba 100644
--- a/frontends/php/include/classes/mvc/CController.php
+++ b/frontends/php/include/classes/mvc/CController.php
@@ -1,7 +1,7 @@
<?php
/*
** Zabbix
-** Copyright (C) 2001-2019 Zabbix SIA
+** Copyright (C) 2001-2020 Zabbix SIA
**
** 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/mvc/CControllerResponse.php b/frontends/php/include/classes/mvc/CControllerResponse.php
index 5ffddf713a5..097e8795501 100644
--- a/frontends/php/include/classes/mvc/CControllerResponse.php
+++ b/frontends/php/include/classes/mvc/CControllerResponse.php
@@ -1,7 +1,7 @@
<?php
/*
** Zabbix
-** Copyright (C) 2001-2019 Zabbix SIA
+** Copyright (C) 2001-2020 Zabbix SIA
**
** 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/mvc/CControllerResponseData.php b/frontends/php/include/classes/mvc/CControllerResponseData.php
index 0494717e3e3..cd570b21b03 100644
--- a/frontends/php/include/classes/mvc/CControllerResponseData.php
+++ b/frontends/php/include/classes/mvc/CControllerResponseData.php
@@ -1,7 +1,7 @@
<?php
/*
** Zabbix
-** Copyright (C) 2001-2019 Zabbix SIA
+** Copyright (C) 2001-2020 Zabbix SIA
**
** 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/mvc/CControllerResponseFatal.php b/frontends/php/include/classes/mvc/CControllerResponseFatal.php
index ee66cccd6aa..3b0329cce3b 100644
--- a/frontends/php/include/classes/mvc/CControllerResponseFatal.php
+++ b/frontends/php/include/classes/mvc/CControllerResponseFatal.php
@@ -1,7 +1,7 @@
<?php
/*
** Zabbix
-** Copyright (C) 2001-2019 Zabbix SIA
+** Copyright (C) 2001-2020 Zabbix SIA
**
** 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/mvc/CControllerResponseRedirect.php b/frontends/php/include/classes/mvc/CControllerResponseRedirect.php
index a4a760d974e..e8f2332caf9 100644
--- a/frontends/php/include/classes/mvc/CControllerResponseRedirect.php
+++ b/frontends/php/include/classes/mvc/CControllerResponseRedirect.php
@@ -1,7 +1,7 @@
<?php
/*
** Zabbix
-** Copyright (C) 2001-2019 Zabbix SIA
+** Copyright (C) 2001-2020 Zabbix SIA
**
** 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/mvc/CRouter.php b/frontends/php/include/classes/mvc/CRouter.php
index 4fae1d86bbc..7dc8da877e3 100644
--- a/frontends/php/include/classes/mvc/CRouter.php
+++ b/frontends/php/include/classes/mvc/CRouter.php
@@ -1,7 +1,7 @@
<?php
/*
** Zabbix
-** Copyright (C) 2001-2019 Zabbix SIA
+** Copyright (C) 2001-2020 Zabbix SIA
**
** 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/mvc/CView.php b/frontends/php/include/classes/mvc/CView.php
index 6f2649efe02..649fed8c8d8 100644
--- a/frontends/php/include/classes/mvc/CView.php
+++ b/frontends/php/include/classes/mvc/CView.php
@@ -1,7 +1,7 @@
<?php
/*
** Zabbix
-** Copyright (C) 2001-2019 Zabbix SIA
+** Copyright (C) 2001-2020 Zabbix SIA
**
** 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