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
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxcommon/is_double.c2
-rw-r--r--tests/libs/zbxcommon/is_double_suffix.c2
-rw-r--r--tests/libs/zbxcommon/parse_key.c2
-rw-r--r--tests/libs/zbxcommon/replace_key_params_dyn.c2
-rw-r--r--tests/libs/zbxcommon/zbx_function_get_param_dyn.c2
-rw-r--r--tests/libs/zbxcommon/zbx_interval_preproc.c2
-rw-r--r--tests/libs/zbxcommon/zbx_validate_interval.c2
-rw-r--r--tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c2
-rw-r--r--tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c2
-rw-r--r--tests/libs/zbxconf/parse_cfg_file.c2
-rw-r--r--tests/libs/zbxdbcache/dbconfig_maintenance_test.c2
-rw-r--r--tests/libs/zbxdbcache/dc_maintenance_match_tags.c2
-rw-r--r--tests/libs/zbxdbcache/valuecache_mock.c2
-rw-r--r--tests/libs/zbxdbcache/valuecache_mock.h2
-rw-r--r--tests/libs/zbxdbcache/valuecache_test.c2
-rw-r--r--tests/libs/zbxdbcache/valuecache_test.h2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_add_values.c2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_get_value.c2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_get_values.c2
-rw-r--r--tests/libs/zbxdbhigh/DBselect_uint64.c2
-rw-r--r--tests/libs/zbxhistory/zbx_history_get_values.c2
-rw-r--r--tests/libs/zbxjson/zbx_json_path_open.c2
-rw-r--r--tests/libs/zbxjson/zbx_jsonpath_next.c2
-rw-r--r--tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c2
-rw-r--r--tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c2
-rw-r--r--tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c2
-rw-r--r--tests/libs/zbxsysinfo/parse_item_key.c2
-rw-r--r--tests/libs/zbxsysinfo/process.c2
-rw-r--r--tests/zabbix_server/preprocessor/zbx_item_preproc.c2
-rw-r--r--tests/zbxmockassert.c2
-rw-r--r--tests/zbxmockassert.h2
-rw-r--r--tests/zbxmockcomm.c2
-rw-r--r--tests/zbxmockdata.c2
-rw-r--r--tests/zbxmockdb.c2
-rw-r--r--tests/zbxmockdb.h2
-rw-r--r--tests/zbxmockdir.c2
-rw-r--r--tests/zbxmockexit.c2
-rw-r--r--tests/zbxmockfile.c2
-rw-r--r--tests/zbxmockhelper.c2
-rw-r--r--tests/zbxmockhelper.h2
-rw-r--r--tests/zbxmockstat.c2
-rw-r--r--tests/zbxmocktest.c2
-rw-r--r--tests/zbxmocktest.h2
-rw-r--r--tests/zbxmockutil.c2
-rw-r--r--tests/zbxmockutil.h2
51 files changed, 51 insertions, 51 deletions
diff --git a/tests/libs/zbxcommon/is_double.c b/tests/libs/zbxcommon/is_double.c
index ffca339d5f6..47beab3b1eb 100644
--- a/tests/libs/zbxcommon/is_double.c
+++ b/tests/libs/zbxcommon/is_double.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommon/is_double_suffix.c b/tests/libs/zbxcommon/is_double_suffix.c
index abe56667190..07224f50d95 100644
--- a/tests/libs/zbxcommon/is_double_suffix.c
+++ b/tests/libs/zbxcommon/is_double_suffix.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommon/parse_key.c b/tests/libs/zbxcommon/parse_key.c
index d8d1075b7f7..d503ef78ef5 100644
--- a/tests/libs/zbxcommon/parse_key.c
+++ b/tests/libs/zbxcommon/parse_key.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommon/replace_key_params_dyn.c b/tests/libs/zbxcommon/replace_key_params_dyn.c
index e2e6f37926f..c778beabd50 100644
--- a/tests/libs/zbxcommon/replace_key_params_dyn.c
+++ b/tests/libs/zbxcommon/replace_key_params_dyn.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommon/zbx_function_get_param_dyn.c b/tests/libs/zbxcommon/zbx_function_get_param_dyn.c
index 96a9a44fc4d..add18ebb448 100644
--- a/tests/libs/zbxcommon/zbx_function_get_param_dyn.c
+++ b/tests/libs/zbxcommon/zbx_function_get_param_dyn.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommon/zbx_interval_preproc.c b/tests/libs/zbxcommon/zbx_interval_preproc.c
index ff4e92316e3..9334a720d65 100644
--- a/tests/libs/zbxcommon/zbx_interval_preproc.c
+++ b/tests/libs/zbxcommon/zbx_interval_preproc.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommon/zbx_validate_interval.c b/tests/libs/zbxcommon/zbx_validate_interval.c
index 18f5cdede2e..858b69ef7fa 100644
--- a/tests/libs/zbxcommon/zbx_validate_interval.c
+++ b/tests/libs/zbxcommon/zbx_validate_interval.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c b/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c
index 0ceb9e15b6d..16eed88a049 100644
--- a/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c
+++ b/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c b/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c
index 8c0b221d0ab..d95397f22f1 100644
--- a/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c
+++ b/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxconf/parse_cfg_file.c b/tests/libs/zbxconf/parse_cfg_file.c
index 9a8d0fb88de..2180fd14c7f 100644
--- a/tests/libs/zbxconf/parse_cfg_file.c
+++ b/tests/libs/zbxconf/parse_cfg_file.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/dbconfig_maintenance_test.c b/tests/libs/zbxdbcache/dbconfig_maintenance_test.c
index 60097c78442..be2d5c383fd 100644
--- a/tests/libs/zbxdbcache/dbconfig_maintenance_test.c
+++ b/tests/libs/zbxdbcache/dbconfig_maintenance_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/dc_maintenance_match_tags.c b/tests/libs/zbxdbcache/dc_maintenance_match_tags.c
index 4f0f032fa7a..0de6576d37e 100644
--- a/tests/libs/zbxdbcache/dc_maintenance_match_tags.c
+++ b/tests/libs/zbxdbcache/dc_maintenance_match_tags.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/valuecache_mock.c b/tests/libs/zbxdbcache/valuecache_mock.c
index 08f18c4a88f..5bbe68fd7c9 100644
--- a/tests/libs/zbxdbcache/valuecache_mock.c
+++ b/tests/libs/zbxdbcache/valuecache_mock.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/valuecache_mock.h b/tests/libs/zbxdbcache/valuecache_mock.h
index 2c8ad5f0306..c8758100080 100644
--- a/tests/libs/zbxdbcache/valuecache_mock.h
+++ b/tests/libs/zbxdbcache/valuecache_mock.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/valuecache_test.c b/tests/libs/zbxdbcache/valuecache_test.c
index f7548e92d56..931a10abdb3 100644
--- a/tests/libs/zbxdbcache/valuecache_test.c
+++ b/tests/libs/zbxdbcache/valuecache_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/valuecache_test.h b/tests/libs/zbxdbcache/valuecache_test.h
index 1038ef01803..a2618a3214a 100644
--- a/tests/libs/zbxdbcache/valuecache_test.h
+++ b/tests/libs/zbxdbcache/valuecache_test.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/zbx_vc_add_values.c b/tests/libs/zbxdbcache/zbx_vc_add_values.c
index 3c13f997838..59f8cc1b64a 100644
--- a/tests/libs/zbxdbcache/zbx_vc_add_values.c
+++ b/tests/libs/zbxdbcache/zbx_vc_add_values.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/zbx_vc_get_value.c b/tests/libs/zbxdbcache/zbx_vc_get_value.c
index a2f1853e2b9..2e18791ce34 100644
--- a/tests/libs/zbxdbcache/zbx_vc_get_value.c
+++ b/tests/libs/zbxdbcache/zbx_vc_get_value.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbcache/zbx_vc_get_values.c b/tests/libs/zbxdbcache/zbx_vc_get_values.c
index 9c5418cf399..be233d5e67b 100644
--- a/tests/libs/zbxdbcache/zbx_vc_get_values.c
+++ b/tests/libs/zbxdbcache/zbx_vc_get_values.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxdbhigh/DBselect_uint64.c b/tests/libs/zbxdbhigh/DBselect_uint64.c
index d710b462c8b..40ef1e14cf7 100644
--- a/tests/libs/zbxdbhigh/DBselect_uint64.c
+++ b/tests/libs/zbxdbhigh/DBselect_uint64.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxhistory/zbx_history_get_values.c b/tests/libs/zbxhistory/zbx_history_get_values.c
index 0967b014715..ba19fc1bf44 100644
--- a/tests/libs/zbxhistory/zbx_history_get_values.c
+++ b/tests/libs/zbxhistory/zbx_history_get_values.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxjson/zbx_json_path_open.c b/tests/libs/zbxjson/zbx_json_path_open.c
index 10cf4abdefd..e65b491e819 100644
--- a/tests/libs/zbxjson/zbx_json_path_open.c
+++ b/tests/libs/zbxjson/zbx_json_path_open.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxjson/zbx_jsonpath_next.c b/tests/libs/zbxjson/zbx_jsonpath_next.c
index dbd47ba3e37..185334f8d84 100644
--- a/tests/libs/zbxjson/zbx_jsonpath_next.c
+++ b/tests/libs/zbxjson/zbx_jsonpath_next.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c b/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c
index 5589cfe17cd..c85ba838ed8 100644
--- a/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c
+++ b/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c b/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c
index 6dbed9bfbc1..58ddbe19d48 100644
--- a/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c
+++ b/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c b/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
index 313e021fa27..398e3c48c0c 100644
--- a/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
+++ b/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c b/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c
index 2c8c8382267..4473bb706fa 100644
--- a/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c
+++ b/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c b/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c
index 01e539fa7e9..265e5c732f6 100644
--- a/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c
+++ b/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c b/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c
index 42288132716..e25d568d58b 100644
--- a/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c
+++ b/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c b/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c
index e4ac84677fa..2a3484b4ce0 100644
--- a/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c
+++ b/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c b/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c
index 8b8af0c4ac6..5633e26e8db 100644
--- a/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c
+++ b/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c b/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c
index afee7f4b4d3..867b39df453 100644
--- a/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c
+++ b/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/parse_item_key.c b/tests/libs/zbxsysinfo/parse_item_key.c
index 004f7f2a2a4..0462da48485 100644
--- a/tests/libs/zbxsysinfo/parse_item_key.c
+++ b/tests/libs/zbxsysinfo/parse_item_key.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/libs/zbxsysinfo/process.c b/tests/libs/zbxsysinfo/process.c
index cbaf7c81dbf..234cbbd1f1d 100644
--- a/tests/libs/zbxsysinfo/process.c
+++ b/tests/libs/zbxsysinfo/process.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zabbix_server/preprocessor/zbx_item_preproc.c b/tests/zabbix_server/preprocessor/zbx_item_preproc.c
index b1d2b16b0e9..bd4114f1491 100644
--- a/tests/zabbix_server/preprocessor/zbx_item_preproc.c
+++ b/tests/zabbix_server/preprocessor/zbx_item_preproc.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockassert.c b/tests/zbxmockassert.c
index e2aa5b7f2ad..de478c1005d 100644
--- a/tests/zbxmockassert.c
+++ b/tests/zbxmockassert.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockassert.h b/tests/zbxmockassert.h
index d606068fee2..ab8015877d7 100644
--- a/tests/zbxmockassert.h
+++ b/tests/zbxmockassert.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Ge_neral Public License as published by
diff --git a/tests/zbxmockcomm.c b/tests/zbxmockcomm.c
index eb1393407ce..96529fb5831 100644
--- a/tests/zbxmockcomm.c
+++ b/tests/zbxmockcomm.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockdata.c b/tests/zbxmockdata.c
index ffbca1a843c..80d2761c649 100644
--- a/tests/zbxmockdata.c
+++ b/tests/zbxmockdata.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockdb.c b/tests/zbxmockdb.c
index 25ee71140d8..e9df679a2c8 100644
--- a/tests/zbxmockdb.c
+++ b/tests/zbxmockdb.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockdb.h b/tests/zbxmockdb.h
index 7ff224b1b79..883aec82f52 100644
--- a/tests/zbxmockdb.h
+++ b/tests/zbxmockdb.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockdir.c b/tests/zbxmockdir.c
index c5390152603..4045d85454e 100644
--- a/tests/zbxmockdir.c
+++ b/tests/zbxmockdir.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockexit.c b/tests/zbxmockexit.c
index be72de7e58a..94e7bbcb5a6 100644
--- a/tests/zbxmockexit.c
+++ b/tests/zbxmockexit.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockfile.c b/tests/zbxmockfile.c
index 9b25aa5e263..669820fc221 100644
--- a/tests/zbxmockfile.c
+++ b/tests/zbxmockfile.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockhelper.c b/tests/zbxmockhelper.c
index dad81d9ed41..eea587558bf 100644
--- a/tests/zbxmockhelper.c
+++ b/tests/zbxmockhelper.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockhelper.h b/tests/zbxmockhelper.h
index 5c1cba2eda5..39209f0b3f8 100644
--- a/tests/zbxmockhelper.h
+++ b/tests/zbxmockhelper.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockstat.c b/tests/zbxmockstat.c
index e19f61dad27..485532586b4 100644
--- a/tests/zbxmockstat.c
+++ b/tests/zbxmockstat.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmocktest.c b/tests/zbxmocktest.c
index 3cdf13d2564..3e526816d10 100644
--- a/tests/zbxmocktest.c
+++ b/tests/zbxmocktest.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmocktest.h b/tests/zbxmocktest.h
index bf311aeb435..5f4e413917a 100644
--- a/tests/zbxmocktest.h
+++ b/tests/zbxmocktest.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockutil.c b/tests/zbxmockutil.c
index f971d655983..13f38a26954 100644
--- a/tests/zbxmockutil.c
+++ b/tests/zbxmockutil.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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/tests/zbxmockutil.h b/tests/zbxmockutil.h
index 68be19fb2e0..0c4a052e4c4 100644
--- a/tests/zbxmockutil.h
+++ b/tests/zbxmockutil.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2018 Zabbix SIA
+** Copyright (C) 2001-2019 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