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 'tests/libs/zbxcommon')
-rw-r--r--tests/libs/zbxcommon/calculate_item_nextcheck.c2
-rw-r--r--tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c2
-rw-r--r--tests/libs/zbxcommon/convert_to_utf8.c2
-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_dyn_escape_string.c2
-rw-r--r--tests/libs/zbxcommon/zbx_function_find.c2
-rw-r--r--tests/libs/zbxcommon/zbx_function_get_param_dyn.c2
-rw-r--r--tests/libs/zbxcommon/zbx_get_report_nextcheck.c2
-rw-r--r--tests/libs/zbxcommon/zbx_get_week_number.c2
-rw-r--r--tests/libs/zbxcommon/zbx_interval_preproc.c2
-rw-r--r--tests/libs/zbxcommon/zbx_json_to_xml.c2
-rw-r--r--tests/libs/zbxcommon/zbx_ltrim_utf8.c2
-rw-r--r--tests/libs/zbxcommon/zbx_rtrim_utf8.c2
-rw-r--r--tests/libs/zbxcommon/zbx_str_extract.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_add.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_round_down.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_round_up.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_sub.c2
-rw-r--r--tests/libs/zbxcommon/zbx_token_find.c2
-rw-r--r--tests/libs/zbxcommon/zbx_trim_float.c2
-rw-r--r--tests/libs/zbxcommon/zbx_trim_integer.c2
-rw-r--r--tests/libs/zbxcommon/zbx_truncate_itemkey.c2
-rw-r--r--tests/libs/zbxcommon/zbx_truncate_value.c2
-rw-r--r--tests/libs/zbxcommon/zbx_user_macro_parse.c2
-rw-r--r--tests/libs/zbxcommon/zbx_validate_interval.c2
-rw-r--r--tests/libs/zbxcommon/zbx_variant_compare.c2
-rw-r--r--tests/libs/zbxcommon/zbx_xml_to_json.c2
30 files changed, 30 insertions, 30 deletions
diff --git a/tests/libs/zbxcommon/calculate_item_nextcheck.c b/tests/libs/zbxcommon/calculate_item_nextcheck.c
index 38a11660b87..13b1d5cd425 100644
--- a/tests/libs/zbxcommon/calculate_item_nextcheck.c
+++ b/tests/libs/zbxcommon/calculate_item_nextcheck.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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/calculate_item_nextcheck_unreachable.c b/tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c
index f2520c03f00..b17aceeb98e 100644
--- a/tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c
+++ b/tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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/convert_to_utf8.c b/tests/libs/zbxcommon/convert_to_utf8.c
index f836716cb2e..cebb0bb59df 100644
--- a/tests/libs/zbxcommon/convert_to_utf8.c
+++ b/tests/libs/zbxcommon/convert_to_utf8.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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.c b/tests/libs/zbxcommon/is_double.c
index 485891ceb90..8494da2b77b 100644
--- a/tests/libs/zbxcommon/is_double.c
+++ b/tests/libs/zbxcommon/is_double.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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 68131923a0a..f5bb5c6a1ac 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-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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 4c3ee021151..58ea269a1c7 100644
--- a/tests/libs/zbxcommon/parse_key.c
+++ b/tests/libs/zbxcommon/parse_key.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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 8164261bb10..94a32550070 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-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_dyn_escape_string.c b/tests/libs/zbxcommon/zbx_dyn_escape_string.c
index b89a1002521..97a453a5b1b 100644
--- a/tests/libs/zbxcommon/zbx_dyn_escape_string.c
+++ b/tests/libs/zbxcommon/zbx_dyn_escape_string.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_find.c b/tests/libs/zbxcommon/zbx_function_find.c
index 266f003b290..0d5855cbcd8 100644
--- a/tests/libs/zbxcommon/zbx_function_find.c
+++ b/tests/libs/zbxcommon/zbx_function_find.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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 670939344ff..2b408c3784b 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-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_get_report_nextcheck.c b/tests/libs/zbxcommon/zbx_get_report_nextcheck.c
index a87ba63b337..d2c4908981d 100644
--- a/tests/libs/zbxcommon/zbx_get_report_nextcheck.c
+++ b/tests/libs/zbxcommon/zbx_get_report_nextcheck.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_get_week_number.c b/tests/libs/zbxcommon/zbx_get_week_number.c
index 39c3b8b1074..3fc30383209 100644
--- a/tests/libs/zbxcommon/zbx_get_week_number.c
+++ b/tests/libs/zbxcommon/zbx_get_week_number.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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 aa588547c1e..059fda17fb2 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-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_json_to_xml.c b/tests/libs/zbxcommon/zbx_json_to_xml.c
index 78785ad51a6..0f9972b65eb 100644
--- a/tests/libs/zbxcommon/zbx_json_to_xml.c
+++ b/tests/libs/zbxcommon/zbx_json_to_xml.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_ltrim_utf8.c b/tests/libs/zbxcommon/zbx_ltrim_utf8.c
index 877428c484e..96e09683f99 100644
--- a/tests/libs/zbxcommon/zbx_ltrim_utf8.c
+++ b/tests/libs/zbxcommon/zbx_ltrim_utf8.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_rtrim_utf8.c b/tests/libs/zbxcommon/zbx_rtrim_utf8.c
index fec0950f80c..8d12212b81d 100644
--- a/tests/libs/zbxcommon/zbx_rtrim_utf8.c
+++ b/tests/libs/zbxcommon/zbx_rtrim_utf8.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_str_extract.c b/tests/libs/zbxcommon/zbx_str_extract.c
index e86ee906cfd..a5c14945dda 100644
--- a/tests/libs/zbxcommon/zbx_str_extract.c
+++ b/tests/libs/zbxcommon/zbx_str_extract.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_tm_add.c b/tests/libs/zbxcommon/zbx_tm_add.c
index 5d1d159db4b..3db91a7948c 100644
--- a/tests/libs/zbxcommon/zbx_tm_add.c
+++ b/tests/libs/zbxcommon/zbx_tm_add.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_tm_round_down.c b/tests/libs/zbxcommon/zbx_tm_round_down.c
index 3c4135fb5c4..27310017179 100644
--- a/tests/libs/zbxcommon/zbx_tm_round_down.c
+++ b/tests/libs/zbxcommon/zbx_tm_round_down.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_tm_round_up.c b/tests/libs/zbxcommon/zbx_tm_round_up.c
index 419e3b92ffe..c38f2a299c3 100644
--- a/tests/libs/zbxcommon/zbx_tm_round_up.c
+++ b/tests/libs/zbxcommon/zbx_tm_round_up.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_tm_sub.c b/tests/libs/zbxcommon/zbx_tm_sub.c
index 9b2bf5aa2f6..d4300c6e547 100644
--- a/tests/libs/zbxcommon/zbx_tm_sub.c
+++ b/tests/libs/zbxcommon/zbx_tm_sub.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_token_find.c b/tests/libs/zbxcommon/zbx_token_find.c
index ed4c42eaedc..4cbc54aca95 100644
--- a/tests/libs/zbxcommon/zbx_token_find.c
+++ b/tests/libs/zbxcommon/zbx_token_find.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_trim_float.c b/tests/libs/zbxcommon/zbx_trim_float.c
index 5bbd55f22e1..7f287d81c55 100644
--- a/tests/libs/zbxcommon/zbx_trim_float.c
+++ b/tests/libs/zbxcommon/zbx_trim_float.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_trim_integer.c b/tests/libs/zbxcommon/zbx_trim_integer.c
index 802a87e4201..71c451f1984 100644
--- a/tests/libs/zbxcommon/zbx_trim_integer.c
+++ b/tests/libs/zbxcommon/zbx_trim_integer.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_truncate_itemkey.c b/tests/libs/zbxcommon/zbx_truncate_itemkey.c
index b56b6334c7f..55e42d04799 100644
--- a/tests/libs/zbxcommon/zbx_truncate_itemkey.c
+++ b/tests/libs/zbxcommon/zbx_truncate_itemkey.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_truncate_value.c b/tests/libs/zbxcommon/zbx_truncate_value.c
index 03e8c09190a..a743252cb9e 100644
--- a/tests/libs/zbxcommon/zbx_truncate_value.c
+++ b/tests/libs/zbxcommon/zbx_truncate_value.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_user_macro_parse.c b/tests/libs/zbxcommon/zbx_user_macro_parse.c
index 0fe61554b77..6dd8460cc8d 100644
--- a/tests/libs/zbxcommon/zbx_user_macro_parse.c
+++ b/tests/libs/zbxcommon/zbx_user_macro_parse.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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 0e653d1567a..0b8d0d41a4c 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-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_variant_compare.c b/tests/libs/zbxcommon/zbx_variant_compare.c
index 70d710b509b..840376de7fa 100644
--- a/tests/libs/zbxcommon/zbx_variant_compare.c
+++ b/tests/libs/zbxcommon/zbx_variant_compare.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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_xml_to_json.c b/tests/libs/zbxcommon/zbx_xml_to_json.c
index f5c95dcc38a..9ed16045f2b 100644
--- a/tests/libs/zbxcommon/zbx_xml_to_json.c
+++ b/tests/libs/zbxcommon/zbx_xml_to_json.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 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