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/src
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-01-09 20:47:07 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-01-09 20:47:07 +0300
commit5099aba779b465a2c333e4e814a51f1d931484cb (patch)
tree73f8545820a74cb2b4a89fd485dfa7ec103f971e /src
parentc841bc94aab64d649bac55b7dd045825e805ce88 (diff)
.......... [ZBXNEXT-826] updated copyright year [2022]
Diffstat (limited to 'src')
-rw-r--r--src/go/cmd/mock_server/mock_server.go2
-rw-r--r--src/go/cmd/zabbix_agent2/config.go2
-rw-r--r--src/go/cmd/zabbix_agent2/copyright_extra.go2
-rw-r--r--src/go/cmd/zabbix_agent2/service_nix.go2
-rw-r--r--src/go/cmd/zabbix_agent2/service_windows.go2
-rw-r--r--src/go/cmd/zabbix_agent2/testrun.go2
-rw-r--r--src/go/cmd/zabbix_agent2/testrun_darwin.go2
-rw-r--r--src/go/cmd/zabbix_agent2/testrun_linux.go2
-rw-r--r--src/go/cmd/zabbix_agent2/testrun_windows.go2
-rw-r--r--src/go/cmd/zabbix_agent2/zabbix_agent2.go2
-rw-r--r--src/go/cmd/zabbix_agent2/zabbix_agent2_nix.go2
-rw-r--r--src/go/cmd/zabbix_agent2/zabbix_agent2_windows.go2
-rw-r--r--src/go/cmd/zabbix_web_service/config.go2
-rw-r--r--src/go/cmd/zabbix_web_service/pdf_report_creator.go2
-rw-r--r--src/go/cmd/zabbix_web_service/zabbix_web_service.go2
-rw-r--r--src/go/internal/agent/alias/alias.go2
-rw-r--r--src/go/internal/agent/alias/alias_nix.go2
-rw-r--r--src/go/internal/agent/alias/alias_test.go2
-rw-r--r--src/go/internal/agent/alias/alias_windows.go2
-rw-r--r--src/go/internal/agent/client.go2
-rw-r--r--src/go/internal/agent/keyaccess/key_access_rules.go2
-rw-r--r--src/go/internal/agent/keyaccess/key_access_rules_test.go2
-rw-r--r--src/go/internal/agent/options.go2
-rw-r--r--src/go/internal/agent/options_nix.go2
-rw-r--r--src/go/internal/agent/options_test.go2
-rw-r--r--src/go/internal/agent/options_windows.go2
-rw-r--r--src/go/internal/agent/plugin_agent.go2
-rw-r--r--src/go/internal/agent/plugin_userparameter.go2
-rw-r--r--src/go/internal/agent/remotecontrol/remote.go2
-rw-r--r--src/go/internal/agent/remotecontrol/remote_nix.go2
-rw-r--r--src/go/internal/agent/remotecontrol/remote_windows.go2
-rw-r--r--src/go/internal/agent/resultcache/diskcache.go2
-rw-r--r--src/go/internal/agent/resultcache/memorycache.go2
-rw-r--r--src/go/internal/agent/resultcache/resultcache.go2
-rw-r--r--src/go/internal/agent/resultcache/resultcache_test.go2
-rw-r--r--src/go/internal/agent/scheduler/client.go2
-rw-r--r--src/go/internal/agent/scheduler/manager.go2
-rw-r--r--src/go/internal/agent/scheduler/manager_test.go2
-rw-r--r--src/go/internal/agent/scheduler/performer.go2
-rw-r--r--src/go/internal/agent/scheduler/plugin.go2
-rw-r--r--src/go/internal/agent/scheduler/pluginheap.go2
-rw-r--r--src/go/internal/agent/scheduler/query.go2
-rw-r--r--src/go/internal/agent/scheduler/task.go2
-rw-r--r--src/go/internal/agent/serverconnector/activeconnection.go2
-rw-r--r--src/go/internal/agent/serverconnector/serverconnector.go2
-rw-r--r--src/go/internal/agent/serverlistener/passivecheck.go2
-rw-r--r--src/go/internal/agent/serverlistener/passivecheck_test.go2
-rw-r--r--src/go/internal/agent/serverlistener/passiveconnection.go2
-rw-r--r--src/go/internal/agent/serverlistener/serverlistener.go2
-rw-r--r--src/go/internal/agent/statuslistener/statuslistener.go2
-rw-r--r--src/go/internal/monitor/monitor.go2
-rw-r--r--src/go/pkg/conf/conf.go2
-rw-r--r--src/go/pkg/conf/conf_test.go2
-rw-r--r--src/go/pkg/conf/node.go2
-rw-r--r--src/go/pkg/conf/session.go2
-rw-r--r--src/go/pkg/glexpr/expression.go2
-rw-r--r--src/go/pkg/itemutil/key.go2
-rw-r--r--src/go/pkg/itemutil/key_test.go2
-rw-r--r--src/go/pkg/itemutil/value.go2
-rw-r--r--src/go/pkg/log/log.go2
-rw-r--r--src/go/pkg/log/log_nix.go2
-rw-r--r--src/go/pkg/log/log_windows.go2
-rw-r--r--src/go/pkg/metric/metric.go2
-rw-r--r--src/go/pkg/metric/metric_test.go2
-rw-r--r--src/go/pkg/metric/validators.go2
-rw-r--r--src/go/pkg/metric/validators_test.go2
-rw-r--r--src/go/pkg/pdh/pdh.go2
-rw-r--r--src/go/pkg/pdh/pdh_windows.go2
-rw-r--r--src/go/pkg/pidfile/pidfile.go2
-rw-r--r--src/go/pkg/pidfile/pidfile_nix.go2
-rw-r--r--src/go/pkg/pidfile/pidfile_windows.go2
-rw-r--r--src/go/pkg/plugin/base.go2
-rw-r--r--src/go/pkg/plugin/registry.go2
-rw-r--r--src/go/pkg/plugin/types.go2
-rw-r--r--src/go/pkg/procfs/procfs.go2
-rw-r--r--src/go/pkg/procfs/procfs_test.go2
-rw-r--r--src/go/pkg/std/os.go2
-rw-r--r--src/go/pkg/std/os_default.go2
-rw-r--r--src/go/pkg/std/os_mock.go2
-rw-r--r--src/go/pkg/tls/tls.go2
-rw-r--r--src/go/pkg/uri/uri.go2
-rw-r--r--src/go/pkg/uri/uri_test.go2
-rw-r--r--src/go/pkg/version/version.go4
-rw-r--r--src/go/pkg/watch/manager.go2
-rw-r--r--src/go/pkg/web/web.go2
-rw-r--r--src/go/pkg/wildcard/wildcard.go2
-rw-r--r--src/go/pkg/wildcard/wildcard_test.go2
-rw-r--r--src/go/pkg/win32/advapi32.go2
-rw-r--r--src/go/pkg/win32/helper.go2
-rw-r--r--src/go/pkg/win32/iphlp.go2
-rw-r--r--src/go/pkg/win32/kernel32.go2
-rw-r--r--src/go/pkg/win32/pdh.go2
-rw-r--r--src/go/pkg/win32/placeholder.go2
-rw-r--r--src/go/pkg/win32/psapi.go2
-rw-r--r--src/go/pkg/win32/types.go2
-rw-r--r--src/go/pkg/win32/types_386.go2
-rw-r--r--src/go/pkg/win32/types_amd64.go2
-rw-r--r--src/go/pkg/win32/user32.go2
-rw-r--r--src/go/pkg/win32/win32.go2
-rw-r--r--src/go/pkg/wmi/wmi.go2
-rw-r--r--src/go/pkg/zbxcmd/zbxcmd.go2
-rw-r--r--src/go/pkg/zbxcmd/zbxcmd_nix.go2
-rw-r--r--src/go/pkg/zbxcmd/zbxcmd_windows.go2
-rw-r--r--src/go/pkg/zbxcomms/comms.go2
-rw-r--r--src/go/pkg/zbxcomms/comms_test.go2
-rw-r--r--src/go/pkg/zbxerr/zbxerr.go2
-rw-r--r--src/go/pkg/zbxerr/zbxerr_test.go2
-rw-r--r--src/go/pkg/zbxlib/checks.go2
-rw-r--r--src/go/pkg/zbxlib/checks_darwin.go2
-rw-r--r--src/go/pkg/zbxlib/checks_linux.go2
-rw-r--r--src/go/pkg/zbxlib/checks_windows.go2
-rw-r--r--src/go/pkg/zbxlib/eventlog_windows.go2
-rw-r--r--src/go/pkg/zbxlib/expressions.go2
-rw-r--r--src/go/pkg/zbxlib/globals.go2
-rw-r--r--src/go/pkg/zbxlib/globals_darwin.go2
-rw-r--r--src/go/pkg/zbxlib/globals_linux.go2
-rw-r--r--src/go/pkg/zbxlib/globals_windows.go2
-rw-r--r--src/go/pkg/zbxlib/log.go2
-rw-r--r--src/go/pkg/zbxlib/logfile.go2
-rw-r--r--src/go/pkg/zbxlib/logger.go2
-rw-r--r--src/go/pkg/zbxlib/nextcheck.go2
-rw-r--r--src/go/pkg/zbxnet/allowedpeers.go2
-rw-r--r--src/go/pkg/zbxnet/allowedpeers_test.go2
-rw-r--r--src/go/pkg/zbxregexp/zbxregexp.go2
-rw-r--r--src/go/plugins/ceph/ceph.go2
-rw-r--r--src/go/plugins/ceph/ceph_test.go2
-rw-r--r--src/go/plugins/ceph/config.go2
-rw-r--r--src/go/plugins/ceph/handler_df.go2
-rw-r--r--src/go/plugins/ceph/handler_df_test.go2
-rw-r--r--src/go/plugins/ceph/handler_discovery.go2
-rw-r--r--src/go/plugins/ceph/handler_discovery_test.go2
-rw-r--r--src/go/plugins/ceph/handler_osd.go2
-rw-r--r--src/go/plugins/ceph/handler_osd_dump.go2
-rw-r--r--src/go/plugins/ceph/handler_osd_dump_test.go2
-rw-r--r--src/go/plugins/ceph/handler_osd_test.go2
-rw-r--r--src/go/plugins/ceph/handler_ping.go2
-rw-r--r--src/go/plugins/ceph/handler_ping_test.go2
-rw-r--r--src/go/plugins/ceph/handler_status.go2
-rw-r--r--src/go/plugins/ceph/handler_status_test.go2
-rw-r--r--src/go/plugins/ceph/metrics.go2
-rw-r--r--src/go/plugins/ceph/request.go2
-rw-r--r--src/go/plugins/debug/collector/collector.go2
-rw-r--r--src/go/plugins/debug/empty/empty.go2
-rw-r--r--src/go/plugins/debug/filewatcher/filewatcher.go2
-rw-r--r--src/go/plugins/debug/log/log.go2
-rw-r--r--src/go/plugins/debug/trapper/trapper.go2
-rw-r--r--src/go/plugins/docker/client.go2
-rw-r--r--src/go/plugins/docker/config.go2
-rw-r--r--src/go/plugins/docker/discovery.go2
-rw-r--r--src/go/plugins/docker/docker.go2
-rw-r--r--src/go/plugins/docker/metrics.go2
-rw-r--r--src/go/plugins/docker/types.go2
-rw-r--r--src/go/plugins/kernel/kernel.go2
-rw-r--r--src/go/plugins/kernel/kernel_linux.go2
-rw-r--r--src/go/plugins/kernel/kernel_test.go2
-rw-r--r--src/go/plugins/log/log.go2
-rw-r--r--src/go/plugins/memcached/config.go2
-rw-r--r--src/go/plugins/memcached/conn.go2
-rw-r--r--src/go/plugins/memcached/conn_test.go2
-rw-r--r--src/go/plugins/memcached/handler_ping.go2
-rw-r--r--src/go/plugins/memcached/handler_ping_test.go2
-rw-r--r--src/go/plugins/memcached/handler_stats.go2
-rw-r--r--src/go/plugins/memcached/handler_stats_test.go2
-rw-r--r--src/go/plugins/memcached/memcached.go2
-rw-r--r--src/go/plugins/memcached/memcached_test.go2
-rw-r--r--src/go/plugins/memcached/metrics.go2
-rw-r--r--src/go/plugins/modbus/endianness.go2
-rw-r--r--src/go/plugins/modbus/modbus.go2
-rw-r--r--src/go/plugins/modbus/parse.go2
-rw-r--r--src/go/plugins/mongodb/config.go2
-rw-r--r--src/go/plugins/mongodb/conn.go2
-rw-r--r--src/go/plugins/mongodb/handler_collection_stats.go2
-rw-r--r--src/go/plugins/mongodb/handler_collections_discovery.go2
-rw-r--r--src/go/plugins/mongodb/handler_collections_usage.go2
-rw-r--r--src/go/plugins/mongodb/handler_config_discovery.go2
-rw-r--r--src/go/plugins/mongodb/handler_connPool_stats.go2
-rw-r--r--src/go/plugins/mongodb/handler_database_stats.go2
-rw-r--r--src/go/plugins/mongodb/handler_databases_discovery.go2
-rw-r--r--src/go/plugins/mongodb/handler_jumbo_chunks.go2
-rw-r--r--src/go/plugins/mongodb/handler_oplog_stats.go2
-rw-r--r--src/go/plugins/mongodb/handler_ping.go2
-rw-r--r--src/go/plugins/mongodb/handler_replset_config.go2
-rw-r--r--src/go/plugins/mongodb/handler_replset_status.go2
-rw-r--r--src/go/plugins/mongodb/handler_server_status.go2
-rw-r--r--src/go/plugins/mongodb/handler_shards_discovery.go2
-rw-r--r--src/go/plugins/mongodb/metrics.go2
-rw-r--r--src/go/plugins/mongodb/mongodb.go2
-rw-r--r--src/go/plugins/mqtt/mqtt.go2
-rw-r--r--src/go/plugins/mysql/config.go2
-rw-r--r--src/go/plugins/mysql/conn.go2
-rw-r--r--src/go/plugins/mysql/handler_database_size.go2
-rw-r--r--src/go/plugins/mysql/handler_databases_discovery.go2
-rw-r--r--src/go/plugins/mysql/handler_ping.go2
-rw-r--r--src/go/plugins/mysql/handler_replication_discovery.go2
-rw-r--r--src/go/plugins/mysql/handler_replication_status.go2
-rw-r--r--src/go/plugins/mysql/handler_status_variables.go2
-rw-r--r--src/go/plugins/mysql/handler_version.go2
-rw-r--r--src/go/plugins/mysql/metrics.go2
-rw-r--r--src/go/plugins/mysql/mysql.go2
-rw-r--r--src/go/plugins/mysql/scanHelper.go2
-rw-r--r--src/go/plugins/net/netif/netif.go2
-rw-r--r--src/go/plugins/net/netif/netif_linux.go2
-rw-r--r--src/go/plugins/net/netif/netif_test.go2
-rw-r--r--src/go/plugins/net/netif/netif_unsupported.go2
-rw-r--r--src/go/plugins/net/netif/netif_windows.go2
-rw-r--r--src/go/plugins/net/tcp/tcp.go2
-rw-r--r--src/go/plugins/net/tcp/tcp_nix.go2
-rw-r--r--src/go/plugins/net/tcp/tcp_test.go2
-rw-r--r--src/go/plugins/net/tcp/tcp_windows.go2
-rw-r--r--src/go/plugins/net/udp/udp.go2
-rw-r--r--src/go/plugins/oracle/config.go2
-rw-r--r--src/go/plugins/oracle/conn.go2
-rw-r--r--src/go/plugins/oracle/conn_test.go2
-rw-r--r--src/go/plugins/oracle/handler_archive.go2
-rw-r--r--src/go/plugins/oracle/handler_archive_discovery.go2
-rw-r--r--src/go/plugins/oracle/handler_asm_diskgroups.go2
-rw-r--r--src/go/plugins/oracle/handler_asm_diskgroups_discovery.go2
-rw-r--r--src/go/plugins/oracle/handler_cdb.go2
-rw-r--r--src/go/plugins/oracle/handler_custom_query.go2
-rw-r--r--src/go/plugins/oracle/handler_databases_discovery.go2
-rw-r--r--src/go/plugins/oracle/handler_datafiles.go2
-rw-r--r--src/go/plugins/oracle/handler_fra.go2
-rw-r--r--src/go/plugins/oracle/handler_instance.go2
-rw-r--r--src/go/plugins/oracle/handler_pdb.go2
-rw-r--r--src/go/plugins/oracle/handler_pdb_discovery.go2
-rw-r--r--src/go/plugins/oracle/handler_pga.go2
-rw-r--r--src/go/plugins/oracle/handler_ping.go2
-rw-r--r--src/go/plugins/oracle/handler_processes.go2
-rw-r--r--src/go/plugins/oracle/handler_redolog.go2
-rw-r--r--src/go/plugins/oracle/handler_sessions.go2
-rw-r--r--src/go/plugins/oracle/handler_sga.go2
-rw-r--r--src/go/plugins/oracle/handler_sysmetrics.go2
-rw-r--r--src/go/plugins/oracle/handler_sysparams.go2
-rw-r--r--src/go/plugins/oracle/handler_tablespaces.go2
-rw-r--r--src/go/plugins/oracle/handler_tablespaces_discovery.go2
-rw-r--r--src/go/plugins/oracle/handler_user.go2
-rw-r--r--src/go/plugins/oracle/metrics.go2
-rw-r--r--src/go/plugins/oracle/oracle.go2
-rw-r--r--src/go/plugins/oracle/oracle_test.go2
-rw-r--r--src/go/plugins/plugins_darwin.go2
-rw-r--r--src/go/plugins/plugins_linux.go2
-rw-r--r--src/go/plugins/plugins_windows.go2
-rwxr-xr-xsrc/go/plugins/postgres/config.go2
-rwxr-xr-xsrc/go/plugins/postgres/conn.go2
-rw-r--r--src/go/plugins/postgres/handler_archive.go2
-rw-r--r--src/go/plugins/postgres/handler_archive_test.go2
-rw-r--r--src/go/plugins/postgres/handler_autovacuum.go2
-rw-r--r--src/go/plugins/postgres/handler_autovacuum_test.go2
-rw-r--r--src/go/plugins/postgres/handler_bgwriter.go2
-rw-r--r--src/go/plugins/postgres/handler_bgwriter_test.go2
-rw-r--r--src/go/plugins/postgres/handler_cache.go2
-rw-r--r--src/go/plugins/postgres/handler_cache_test.go2
-rw-r--r--src/go/plugins/postgres/handler_connections.go2
-rw-r--r--src/go/plugins/postgres/handler_connections_test.go2
-rw-r--r--src/go/plugins/postgres/handler_custom_query.go2
-rw-r--r--src/go/plugins/postgres/handler_database_age.go2
-rw-r--r--src/go/plugins/postgres/handler_database_age_test.go2
-rw-r--r--src/go/plugins/postgres/handler_database_size.go2
-rw-r--r--src/go/plugins/postgres/handler_database_size_test.go2
-rw-r--r--src/go/plugins/postgres/handler_databases_bloating.go2
-rw-r--r--src/go/plugins/postgres/handler_databases_bloating_test.go2
-rw-r--r--src/go/plugins/postgres/handler_databases_discovery.go2
-rw-r--r--src/go/plugins/postgres/handler_databases_discovery_test.go2
-rw-r--r--src/go/plugins/postgres/handler_dbstat.go2
-rw-r--r--src/go/plugins/postgres/handler_dbstat_test.go2
-rw-r--r--src/go/plugins/postgres/handler_locks.go2
-rw-r--r--src/go/plugins/postgres/handler_locks_test.go2
-rw-r--r--src/go/plugins/postgres/handler_oldest_xid.go2
-rw-r--r--src/go/plugins/postgres/handler_oldest_xid_test.go2
-rw-r--r--src/go/plugins/postgres/handler_ping.go2
-rwxr-xr-xsrc/go/plugins/postgres/handler_ping_test.go2
-rw-r--r--src/go/plugins/postgres/handler_replication.go2
-rw-r--r--src/go/plugins/postgres/handler_replication_process_name_discovery.go2
-rw-r--r--src/go/plugins/postgres/handler_replication_test.go2
-rw-r--r--src/go/plugins/postgres/handler_uptime.go2
-rw-r--r--src/go/plugins/postgres/handler_uptime_test.go2
-rw-r--r--src/go/plugins/postgres/handler_wal.go2
-rw-r--r--src/go/plugins/postgres/handler_wal_test.go2
-rw-r--r--src/go/plugins/postgres/metrics.go2
-rwxr-xr-xsrc/go/plugins/postgres/postgres.go2
-rwxr-xr-xsrc/go/plugins/postgres/postgres_test.go2
-rw-r--r--src/go/plugins/postgres/testpool.go2
-rw-r--r--src/go/plugins/proc/proc_linux.go2
-rw-r--r--src/go/plugins/proc/proc_linux_test.go2
-rw-r--r--src/go/plugins/proc/proc_test.go2
-rw-r--r--src/go/plugins/proc/proc_windows.go2
-rw-r--r--src/go/plugins/proc/procfs_linux.go2
-rw-r--r--src/go/plugins/redis/config.go2
-rw-r--r--src/go/plugins/redis/conn.go2
-rw-r--r--src/go/plugins/redis/conn_test.go2
-rw-r--r--src/go/plugins/redis/handler_config.go2
-rw-r--r--src/go/plugins/redis/handler_config_test.go2
-rw-r--r--src/go/plugins/redis/handler_info.go2
-rw-r--r--src/go/plugins/redis/handler_info_test.go2
-rw-r--r--src/go/plugins/redis/handler_ping.go2
-rw-r--r--src/go/plugins/redis/handler_ping_test.go2
-rw-r--r--src/go/plugins/redis/handler_slowlog.go2
-rw-r--r--src/go/plugins/redis/handler_slowlog_test.go2
-rw-r--r--src/go/plugins/redis/metrics.go2
-rw-r--r--src/go/plugins/redis/redis.go2
-rw-r--r--src/go/plugins/redis/redis_test.go2
-rw-r--r--src/go/plugins/smart/smart.go2
-rw-r--r--src/go/plugins/smart/smart_nix.go2
-rw-r--r--src/go/plugins/smart/smart_test.go2
-rw-r--r--src/go/plugins/smart/smart_windows.go2
-rw-r--r--src/go/plugins/smart/smartfs.go2
-rw-r--r--src/go/plugins/smart/smartfs_test.go2
-rw-r--r--src/go/plugins/system/cpu/cpu.go2
-rw-r--r--src/go/plugins/system/cpu/cpu_linux.go2
-rw-r--r--src/go/plugins/system/cpu/cpu_windows.go2
-rw-r--r--src/go/plugins/system/cpu/cpucounters_linux.go2
-rw-r--r--src/go/plugins/system/cpu/cpucounters_windows.go2
-rw-r--r--src/go/plugins/system/cpu/pdhcollector_windows.go2
-rw-r--r--src/go/plugins/system/hw/hw_linux.go2
-rw-r--r--src/go/plugins/system/hw/hw_linux_test.go2
-rw-r--r--src/go/plugins/system/sw/sw.go2
-rw-r--r--src/go/plugins/system/swap/swap.go2
-rw-r--r--src/go/plugins/system/swap/swap_nix.go2
-rw-r--r--src/go/plugins/system/swap/swap_windows.go2
-rw-r--r--src/go/plugins/system/uname/uname.go2
-rw-r--r--src/go/plugins/system/uname/uname_int8.go2
-rw-r--r--src/go/plugins/system/uname/uname_linux.go2
-rw-r--r--src/go/plugins/system/uname/uname_uint8.go2
-rw-r--r--src/go/plugins/system/uname/uname_windows.go2
-rw-r--r--src/go/plugins/system/uptime/uptime.go2
-rw-r--r--src/go/plugins/system/uptime/uptime_linux.go2
-rw-r--r--src/go/plugins/system/uptime/uptime_test.go2
-rw-r--r--src/go/plugins/system/uptime/uptime_windows.go2
-rw-r--r--src/go/plugins/system/users/users.go2
-rw-r--r--src/go/plugins/system/users/users_nix.go2
-rw-r--r--src/go/plugins/system/users/users_windows.go2
-rw-r--r--src/go/plugins/systemd/systemd.go2
-rw-r--r--src/go/plugins/systemrun/systemrun.go2
-rw-r--r--src/go/plugins/vfs/dev/dev.go2
-rw-r--r--src/go/plugins/vfs/dev/dev_linux.go2
-rw-r--r--src/go/plugins/vfs/file/cksum.go2
-rw-r--r--src/go/plugins/vfs/file/cksum_test.go2
-rw-r--r--src/go/plugins/vfs/file/contents.go2
-rw-r--r--src/go/plugins/vfs/file/contents_test.go2
-rw-r--r--src/go/plugins/vfs/file/encoding.go2
-rw-r--r--src/go/plugins/vfs/file/exists.go2
-rw-r--r--src/go/plugins/vfs/file/exists_test.go2
-rw-r--r--src/go/plugins/vfs/file/file.go2
-rw-r--r--src/go/plugins/vfs/file/md5sum.go2
-rw-r--r--src/go/plugins/vfs/file/md5sum_test.go2
-rw-r--r--src/go/plugins/vfs/file/regexp.go2
-rw-r--r--src/go/plugins/vfs/file/regexp_test.go2
-rw-r--r--src/go/plugins/vfs/file/regmatch.go2
-rw-r--r--src/go/plugins/vfs/file/regmatch_test.go2
-rw-r--r--src/go/plugins/vfs/file/size.go2
-rw-r--r--src/go/plugins/vfs/file/size_test.go2
-rw-r--r--src/go/plugins/vfs/file/time_nix.go2
-rw-r--r--src/go/plugins/vfs/file/time_test.go2
-rw-r--r--src/go/plugins/vfs/file/time_windows.go2
-rw-r--r--src/go/plugins/vfs/fs/fs.go2
-rw-r--r--src/go/plugins/vfs/fs/fs_nix.go2
-rw-r--r--src/go/plugins/vfs/fs/fs_windows.go2
-rw-r--r--src/go/plugins/vfs/fs/fscaller.go2
-rw-r--r--src/go/plugins/vm/memory/memory.go2
-rw-r--r--src/go/plugins/vm/memory/memory_linux.go2
-rw-r--r--src/go/plugins/vm/memory/memory_windows.go2
-rw-r--r--src/go/plugins/vm/vmemory/vmemory_windows.go2
-rw-r--r--src/go/plugins/web/certificate/certificate.go2
-rw-r--r--src/go/plugins/web/certificate/certificate_test.go2
-rw-r--r--src/go/plugins/web/page/page.go2
-rw-r--r--src/go/plugins/windows/eventlog/eventlog.go2
-rw-r--r--src/go/plugins/windows/eventlog/eventlog_windows.go2
-rw-r--r--src/go/plugins/windows/perfmon/perfmon.go2
-rw-r--r--src/go/plugins/windows/services/services.go2
-rw-r--r--src/go/plugins/windows/services/services_windows.go2
-rw-r--r--src/go/plugins/windows/wmi/wmi.go2
-rw-r--r--src/go/plugins/zabbix/async/async.go2
-rw-r--r--src/go/plugins/zabbix/async/async_nix.go2
-rw-r--r--src/go/plugins/zabbix/async/async_windows.go2
-rw-r--r--src/go/plugins/zabbix/sync/sync.go2
-rw-r--r--src/go/plugins/zabbix/sync/sync_nix.go2
-rw-r--r--src/go/plugins/zabbix/sync/sync_windows.go2
-rw-r--r--src/libs/zbxalgo/algodefs.c2
-rw-r--r--src/libs/zbxalgo/binaryheap.c2
-rw-r--r--src/libs/zbxalgo/evaluate.c2
-rw-r--r--src/libs/zbxalgo/hashmap.c2
-rw-r--r--src/libs/zbxalgo/hashset.c2
-rw-r--r--src/libs/zbxalgo/int128.c2
-rw-r--r--src/libs/zbxalgo/linked_list.c2
-rw-r--r--src/libs/zbxalgo/prediction.c2
-rw-r--r--src/libs/zbxalgo/queue.c2
-rw-r--r--src/libs/zbxalgo/serialize.c2
-rw-r--r--src/libs/zbxalgo/vector.c2
-rw-r--r--src/libs/zbxalgo/vectorimpl.h2
-rw-r--r--src/libs/zbxavailability/avail_protocol.c2
-rw-r--r--src/libs/zbxavailability/availability.c2
-rw-r--r--src/libs/zbxcommon/alias.c2
-rw-r--r--src/libs/zbxcommon/comms.c2
-rw-r--r--src/libs/zbxcommon/file.c2
-rw-r--r--src/libs/zbxcommon/iprange.c2
-rw-r--r--src/libs/zbxcommon/misc.c2
-rw-r--r--src/libs/zbxcommon/setproctitle.c2
-rw-r--r--src/libs/zbxcommon/str.c4
-rw-r--r--src/libs/zbxcommon/time.c2
-rw-r--r--src/libs/zbxcommon/variant.c2
-rw-r--r--src/libs/zbxcommon/variant_misc.c2
-rw-r--r--src/libs/zbxcommon/xml.c2
-rw-r--r--src/libs/zbxcomms/comms.c2
-rw-r--r--src/libs/zbxcomms/telnet.c2
-rw-r--r--src/libs/zbxcommshigh/comms.c2
-rw-r--r--src/libs/zbxcompress/compress.c2
-rw-r--r--src/libs/zbxconf/cfg.c2
-rw-r--r--src/libs/zbxcrypto/base64.c2
-rw-r--r--src/libs/zbxcrypto/tls.c2
-rw-r--r--src/libs/zbxcrypto/tls.h2
-rw-r--r--src/libs/zbxcrypto/tls_tcp.h2
-rw-r--r--src/libs/zbxcrypto/tls_tcp_active.h2
-rw-r--r--src/libs/zbxcrypto/tls_version.c2
-rw-r--r--src/libs/zbxdb/db.c2
-rw-r--r--src/libs/zbxdbcache/dbcache.c2
-rw-r--r--src/libs/zbxdbcache/dbconfig.c2
-rw-r--r--src/libs/zbxdbcache/dbconfig.h2
-rw-r--r--src/libs/zbxdbcache/dbconfig_dump.c2
-rw-r--r--src/libs/zbxdbcache/dbconfig_maintenance.c2
-rw-r--r--src/libs/zbxdbcache/dbsync.c2
-rw-r--r--src/libs/zbxdbcache/dbsync.h2
-rw-r--r--src/libs/zbxdbcache/valuecache.c2
-rw-r--r--src/libs/zbxdbcache/valuecache.h2
-rw-r--r--src/libs/zbxdbhigh/db.c2
-rw-r--r--src/libs/zbxdbhigh/discovery.c2
-rw-r--r--src/libs/zbxdbhigh/event.c2
-rw-r--r--src/libs/zbxdbhigh/export.c2
-rw-r--r--src/libs/zbxdbhigh/host.c2
-rw-r--r--src/libs/zbxdbhigh/item.c2
-rw-r--r--src/libs/zbxdbhigh/itservices.c2
-rw-r--r--src/libs/zbxdbhigh/lld_macro.c2
-rw-r--r--src/libs/zbxdbhigh/lld_override.c2
-rw-r--r--src/libs/zbxdbhigh/maintenance.c2
-rw-r--r--src/libs/zbxdbhigh/mediatype.c2
-rw-r--r--src/libs/zbxdbhigh/proxy.c2
-rw-r--r--src/libs/zbxdbhigh/tag.c2
-rw-r--r--src/libs/zbxdbhigh/template.h2
-rw-r--r--src/libs/zbxdbhigh/template_item.c2
-rw-r--r--src/libs/zbxdbhigh/trigger.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade.h2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_2010.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_2020.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_2030.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_2040.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_2050.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_3000.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_3010.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_3020.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_3030.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_3040.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_3050.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_4000.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_4010.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_4020.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_4030.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_4040.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_4050.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_5000.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_5010.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_5020.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_5030.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_5040.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_macros.c2
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_macros.h2
-rw-r--r--src/libs/zbxdiag/diag.c2
-rw-r--r--src/libs/zbxdiag/diag.h2
-rw-r--r--src/libs/zbxdiag/diag_proxy.c2
-rw-r--r--src/libs/zbxdiag/diag_server.c2
-rw-r--r--src/libs/zbxembed/console.c2
-rw-r--r--src/libs/zbxembed/console.h2
-rw-r--r--src/libs/zbxembed/embed.c2
-rw-r--r--src/libs/zbxembed/embed.h2
-rw-r--r--src/libs/zbxembed/global.c2
-rw-r--r--src/libs/zbxembed/global.h2
-rw-r--r--src/libs/zbxembed/httprequest.c2
-rw-r--r--src/libs/zbxembed/httprequest.h2
-rw-r--r--src/libs/zbxembed/xml.c2
-rw-r--r--src/libs/zbxembed/xml.h2
-rw-r--r--src/libs/zbxembed/zabbix.c2
-rw-r--r--src/libs/zbxembed/zabbix.h2
-rw-r--r--src/libs/zbxeval/calc.c2
-rw-r--r--src/libs/zbxeval/eval.h2
-rw-r--r--src/libs/zbxeval/execute.c2
-rw-r--r--src/libs/zbxeval/misc.c2
-rw-r--r--src/libs/zbxeval/parse.c2
-rw-r--r--src/libs/zbxeval/query.c2
-rw-r--r--src/libs/zbxexec/execute.c2
-rw-r--r--src/libs/zbxhistory/history.c2
-rw-r--r--src/libs/zbxhistory/history.h2
-rw-r--r--src/libs/zbxhistory/history_elastic.c2
-rw-r--r--src/libs/zbxhistory/history_sql.c2
-rw-r--r--src/libs/zbxhttp/http.c2
-rw-r--r--src/libs/zbxhttp/punycode.c2
-rw-r--r--src/libs/zbxhttp/punycode.h2
-rw-r--r--src/libs/zbxhttp/urlencode.c2
-rw-r--r--src/libs/zbxicmpping/icmpping.c2
-rw-r--r--src/libs/zbxjson/json.c2
-rw-r--r--src/libs/zbxjson/json.h2
-rw-r--r--src/libs/zbxjson/json_parser.c2
-rw-r--r--src/libs/zbxjson/json_parser.h2
-rw-r--r--src/libs/zbxjson/jsonpath.c2
-rw-r--r--src/libs/zbxjson/jsonpath.h2
-rw-r--r--src/libs/zbxlog/log.c2
-rw-r--r--src/libs/zbxmedia/email.c2
-rw-r--r--src/libs/zbxmedia/sms.c2
-rw-r--r--src/libs/zbxmemory/memalloc.c2
-rw-r--r--src/libs/zbxmodules/modules.c2
-rw-r--r--src/libs/zbxnix/control.c2
-rw-r--r--src/libs/zbxnix/control.h2
-rw-r--r--src/libs/zbxnix/coredump.c2
-rw-r--r--src/libs/zbxnix/daemon.c2
-rw-r--r--src/libs/zbxnix/dshm.c2
-rw-r--r--src/libs/zbxnix/fatal.c2
-rw-r--r--src/libs/zbxnix/fatal.h2
-rw-r--r--src/libs/zbxnix/ipc.c2
-rw-r--r--src/libs/zbxnix/pid.c2
-rw-r--r--src/libs/zbxnix/sigcommon.h2
-rw-r--r--src/libs/zbxnix/sighandler.c2
-rw-r--r--src/libs/zbxprometheus/zbxprometheus.c2
-rw-r--r--src/libs/zbxregexp/zbxregexp.c2
-rw-r--r--src/libs/zbxself/selfmon.c2
-rw-r--r--src/libs/zbxself/selfmon.h2
-rw-r--r--src/libs/zbxself/selfmon_proxy.c2
-rw-r--r--src/libs/zbxself/selfmon_server.c2
-rw-r--r--src/libs/zbxserver/evalfunc.c2
-rw-r--r--src/libs/zbxserver/evalfunc.h2
-rw-r--r--src/libs/zbxserver/evalfunc2.c2
-rw-r--r--src/libs/zbxserver/expression.c2
-rw-r--r--src/libs/zbxserver/expression.h2
-rw-r--r--src/libs/zbxserver/expression_eval.c2
-rw-r--r--src/libs/zbxserver/get_host_from_event.c2
-rw-r--r--src/libs/zbxserver/get_host_from_event.h2
-rw-r--r--src/libs/zbxserver/macrofunc.c2
-rw-r--r--src/libs/zbxserver/macrofunc.h2
-rw-r--r--src/libs/zbxserver/zabbix_stats.c2
-rw-r--r--src/libs/zbxserver/zabbix_stats.h2
-rw-r--r--src/libs/zbxserver/zabbix_stats_proxy.c2
-rw-r--r--src/libs/zbxserver/zabbix_stats_server.c2
-rw-r--r--src/libs/zbxserver/zabbix_users.c2
-rw-r--r--src/libs/zbxserver/zabbix_users.h2
-rw-r--r--src/libs/zbxsys/mutexs.c2
-rw-r--r--src/libs/zbxsys/symbols.c2
-rw-r--r--src/libs/zbxsys/threads.c2
-rw-r--r--src/libs/zbxsysinfo/agent/agent.c2
-rw-r--r--src/libs/zbxsysinfo/agent/agent.h2
-rw-r--r--src/libs/zbxsysinfo/agent/modbus.c2
-rw-r--r--src/libs/zbxsysinfo/aix/aix.c2
-rw-r--r--src/libs/zbxsysinfo/aix/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/aix/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/aix/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/aix/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/aix/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/aix/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/aix/memory.c2
-rw-r--r--src/libs/zbxsysinfo/aix/net.c2
-rw-r--r--src/libs/zbxsysinfo/aix/proc.c2
-rw-r--r--src/libs/zbxsysinfo/aix/software.c2
-rw-r--r--src/libs/zbxsysinfo/aix/swap.c2
-rw-r--r--src/libs/zbxsysinfo/aix/system.c2
-rw-r--r--src/libs/zbxsysinfo/aix/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/aix/vmstats.c2
-rw-r--r--src/libs/zbxsysinfo/common/common.c2
-rw-r--r--src/libs/zbxsysinfo/common/common.h2
-rw-r--r--src/libs/zbxsysinfo/common/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/common/cpu.h2
-rw-r--r--src/libs/zbxsysinfo/common/dir.c2
-rw-r--r--src/libs/zbxsysinfo/common/dir.h2
-rw-r--r--src/libs/zbxsysinfo/common/dns.c2
-rw-r--r--src/libs/zbxsysinfo/common/dns.h2
-rw-r--r--src/libs/zbxsysinfo/common/file.c2
-rw-r--r--src/libs/zbxsysinfo/common/file.h2
-rw-r--r--src/libs/zbxsysinfo/common/http.c2
-rw-r--r--src/libs/zbxsysinfo/common/http.h2
-rw-r--r--src/libs/zbxsysinfo/common/http_metrics.c2
-rw-r--r--src/libs/zbxsysinfo/common/http_metrics.h2
-rw-r--r--src/libs/zbxsysinfo/common/net.c2
-rw-r--r--src/libs/zbxsysinfo/common/net.h2
-rw-r--r--src/libs/zbxsysinfo/common/system.c2
-rw-r--r--src/libs/zbxsysinfo/common/system.h2
-rw-r--r--src/libs/zbxsysinfo/common/zabbix_stats.c2
-rw-r--r--src/libs/zbxsysinfo/common/zabbix_stats.h2
-rw-r--r--src/libs/zbxsysinfo/freebsd/boottime.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/freebsd.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/freebsd/kernel.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/memory.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/net.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/proc.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/software.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/swap.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/system.c2
-rw-r--r--src/libs/zbxsysinfo/freebsd/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/hpux.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/hpux/memory.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/net.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/proc.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/software.c2
-rw-r--r--src/libs/zbxsysinfo/hpux/system.c2
-rw-r--r--src/libs/zbxsysinfo/linux/boottime.c2
-rw-r--r--src/libs/zbxsysinfo/linux/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/linux/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/linux/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/linux/hardware.c2
-rw-r--r--src/libs/zbxsysinfo/linux/hardware.h2
-rw-r--r--src/libs/zbxsysinfo/linux/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/linux/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/linux/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/linux/kernel.c2
-rw-r--r--src/libs/zbxsysinfo/linux/linux.c2
-rw-r--r--src/libs/zbxsysinfo/linux/memory.c2
-rw-r--r--src/libs/zbxsysinfo/linux/net.c2
-rw-r--r--src/libs/zbxsysinfo/linux/proc.c2
-rw-r--r--src/libs/zbxsysinfo/linux/proc.h2
-rw-r--r--src/libs/zbxsysinfo/linux/sensors.c2
-rw-r--r--src/libs/zbxsysinfo/linux/software.c2
-rw-r--r--src/libs/zbxsysinfo/linux/software.h2
-rw-r--r--src/libs/zbxsysinfo/linux/swap.c2
-rw-r--r--src/libs/zbxsysinfo/linux/system.c2
-rw-r--r--src/libs/zbxsysinfo/linux/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/boottime.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/netbsd/kernel.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/memory.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/net.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/netbsd.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/proc.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/software.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/system.c2
-rw-r--r--src/libs/zbxsysinfo/netbsd/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/boottime.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/openbsd/kernel.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/memory.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/net.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/openbsd.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/proc.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/sensors.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/software.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/swap.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/system.c2
-rw-r--r--src/libs/zbxsysinfo/openbsd/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/osf/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/osf/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/osf/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/osf/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/osf/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/osf/kernel.c2
-rw-r--r--src/libs/zbxsysinfo/osf/memory.c2
-rw-r--r--src/libs/zbxsysinfo/osf/osf.c2
-rw-r--r--src/libs/zbxsysinfo/osf/proc.c2
-rw-r--r--src/libs/zbxsysinfo/osf/software.c2
-rw-r--r--src/libs/zbxsysinfo/osf/swap.c2
-rw-r--r--src/libs/zbxsysinfo/osf/system.c2
-rw-r--r--src/libs/zbxsysinfo/osf/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/osx/boottime.c2
-rw-r--r--src/libs/zbxsysinfo/osx/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/osx/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/osx/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/osx/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/osx/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/osx/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/osx/kernel.c2
-rw-r--r--src/libs/zbxsysinfo/osx/memory.c2
-rw-r--r--src/libs/zbxsysinfo/osx/net.c2
-rw-r--r--src/libs/zbxsysinfo/osx/osx.c2
-rw-r--r--src/libs/zbxsysinfo/osx/software.c2
-rw-r--r--src/libs/zbxsysinfo/osx/system.c2
-rw-r--r--src/libs/zbxsysinfo/osx/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/simple/ntp.c2
-rw-r--r--src/libs/zbxsysinfo/simple/ntp.h2
-rw-r--r--src/libs/zbxsysinfo/simple/simple.c2
-rw-r--r--src/libs/zbxsysinfo/simple/simple.h2
-rw-r--r--src/libs/zbxsysinfo/solaris/boottime.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/inodes.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/inodes.h2
-rw-r--r--src/libs/zbxsysinfo/solaris/kernel.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/memory.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/net.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/proc.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/software.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/solaris.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/swap.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/system.c2
-rw-r--r--src/libs/zbxsysinfo/solaris/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/specsysinfo.h2
-rw-r--r--src/libs/zbxsysinfo/sysinfo.c2
-rw-r--r--src/libs/zbxsysinfo/unknown/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/unknown/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/unknown/unknown.c2
-rw-r--r--src/libs/zbxsysinfo/win32/cpu.c2
-rw-r--r--src/libs/zbxsysinfo/win32/diskio.c2
-rw-r--r--src/libs/zbxsysinfo/win32/diskspace.c2
-rw-r--r--src/libs/zbxsysinfo/win32/hostname.c2
-rw-r--r--src/libs/zbxsysinfo/win32/memory.c2
-rw-r--r--src/libs/zbxsysinfo/win32/net.c2
-rw-r--r--src/libs/zbxsysinfo/win32/pdhmon.c2
-rw-r--r--src/libs/zbxsysinfo/win32/proc.c2
-rw-r--r--src/libs/zbxsysinfo/win32/services.c2
-rw-r--r--src/libs/zbxsysinfo/win32/software.c2
-rw-r--r--src/libs/zbxsysinfo/win32/swap.c2
-rw-r--r--src/libs/zbxsysinfo/win32/system.c2
-rw-r--r--src/libs/zbxsysinfo/win32/uptime.c2
-rw-r--r--src/libs/zbxsysinfo/win32/win32.c2
-rw-r--r--src/libs/zbxsysinfo/win32/wmi.cpp2
-rw-r--r--src/libs/zbxtasks/task.c2
-rw-r--r--src/libs/zbxtrends/cache.c2
-rw-r--r--src/libs/zbxtrends/trends.c2
-rw-r--r--src/libs/zbxtrends/trends.h2
-rw-r--r--src/libs/zbxvault/vault.c2
-rw-r--r--src/libs/zbxwin32/disk.c2
-rw-r--r--src/libs/zbxwin32/fatal.c2
-rw-r--r--src/libs/zbxwin32/perfmon.c2
-rw-r--r--src/libs/zbxwin32/service.c2
-rw-r--r--src/libs/zbxxml/xml.c2
-rw-r--r--src/modules/dummy/dummy.c2
-rw-r--r--src/zabbix_agent/active.c2
-rw-r--r--src/zabbix_agent/active.h2
-rw-r--r--src/zabbix_agent/cpustat.c2
-rw-r--r--src/zabbix_agent/cpustat.h2
-rw-r--r--src/zabbix_agent/diskdevices.c2
-rw-r--r--src/zabbix_agent/diskdevices.h2
-rw-r--r--src/zabbix_agent/eventlog.c2
-rw-r--r--src/zabbix_agent/eventlog.h2
-rw-r--r--src/zabbix_agent/listener.c2
-rw-r--r--src/zabbix_agent/listener.h2
-rw-r--r--src/zabbix_agent/logfiles/logfiles.c2
-rw-r--r--src/zabbix_agent/logfiles/logfiles.h2
-rw-r--r--src/zabbix_agent/logfiles/persistent_state.c2
-rw-r--r--src/zabbix_agent/logfiles/persistent_state.h2
-rw-r--r--src/zabbix_agent/metrics.h2
-rw-r--r--src/zabbix_agent/perfstat.c2
-rw-r--r--src/zabbix_agent/perfstat.h2
-rw-r--r--src/zabbix_agent/procstat.c2
-rw-r--r--src/zabbix_agent/procstat.h2
-rw-r--r--src/zabbix_agent/stats.c2
-rw-r--r--src/zabbix_agent/stats.h2
-rw-r--r--src/zabbix_agent/vmstats.c2
-rw-r--r--src/zabbix_agent/vmstats.h2
-rw-r--r--src/zabbix_agent/zabbix_agentd.c2
-rw-r--r--src/zabbix_agent/zbxconf.c2
-rw-r--r--src/zabbix_agent/zbxconf.h2
-rw-r--r--src/zabbix_agent/zbxkstat.c2
-rw-r--r--src/zabbix_agent/zbxkstat.h2
-rw-r--r--src/zabbix_get/zabbix_get.c2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/BinaryProtocolSpeaker.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/ConfigurationManager.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/ConfigurationParameter.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/HelperFunctionChest.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/InputValidator.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/IntegerValidator.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/InternalItemChecker.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/ItemChecker.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/JMXItemChecker.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/JavaGateway.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/PostInputValidator.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/SocketProcessor.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/ZabbixException.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/ZabbixItem.java2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/ZabbixJMXConnectorFactory.java2
-rw-r--r--src/zabbix_java/tests/com/zabbix/gateway/AllTestRunner.java2
-rw-r--r--src/zabbix_java/tests/com/zabbix/gateway/IntegerValidatorTest.java2
-rw-r--r--src/zabbix_java/tests/com/zabbix/gateway/JMXTest.java2
-rw-r--r--src/zabbix_java/tests/com/zabbix/gateway/ZabbixItemTest.java2
-rw-r--r--src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/Hello.java2
-rw-r--r--src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/HelloMBean.java2
-rw-r--r--src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/SimpleAgent.java2
-rw-r--r--src/zabbix_js/zabbix_js.c2
-rw-r--r--src/zabbix_proxy/datasender/datasender.c2
-rw-r--r--src/zabbix_proxy/datasender/datasender.h2
-rw-r--r--src/zabbix_proxy/events.c2
-rw-r--r--src/zabbix_proxy/heart/heart.c2
-rw-r--r--src/zabbix_proxy/heart/heart.h2
-rw-r--r--src/zabbix_proxy/housekeeper/housekeeper.c2
-rw-r--r--src/zabbix_proxy/housekeeper/housekeeper.h2
-rw-r--r--src/zabbix_proxy/proxy.c2
-rw-r--r--src/zabbix_proxy/proxy_lld.c2
-rw-r--r--src/zabbix_proxy/proxyconfig/proxyconfig.c2
-rw-r--r--src/zabbix_proxy/proxyconfig/proxyconfig.h2
-rw-r--r--src/zabbix_proxy/servercomms.c2
-rw-r--r--src/zabbix_proxy/servercomms.h2
-rw-r--r--src/zabbix_proxy/taskmanager/server_tasks.c2
-rw-r--r--src/zabbix_proxy/taskmanager/taskmanager.c2
-rw-r--r--src/zabbix_proxy/taskmanager/taskmanager.h2
-rw-r--r--src/zabbix_sender/win32/zabbix_sender.c2
-rw-r--r--src/zabbix_sender/win32/zabbix_sender.h2
-rw-r--r--src/zabbix_sender/zabbix_sender.c2
-rw-r--r--src/zabbix_server/actions.c2
-rw-r--r--src/zabbix_server/actions.h2
-rw-r--r--src/zabbix_server/alerter/alert_manager.c2
-rw-r--r--src/zabbix_server/alerter/alert_manager.h2
-rw-r--r--src/zabbix_server/alerter/alert_syncer.c2
-rw-r--r--src/zabbix_server/alerter/alert_syncer.h2
-rw-r--r--src/zabbix_server/alerter/alerter.c2
-rw-r--r--src/zabbix_server/alerter/alerter.h2
-rw-r--r--src/zabbix_server/alerter/alerter_protocol.c2
-rw-r--r--src/zabbix_server/alerter/alerter_protocol.h2
-rw-r--r--src/zabbix_server/availability/avail_manager.c2
-rw-r--r--src/zabbix_server/availability/avail_manager.h2
-rw-r--r--src/zabbix_server/dbconfig/dbconfig.c2
-rw-r--r--src/zabbix_server/dbconfig/dbconfig.h2
-rw-r--r--src/zabbix_server/dbsyncer/dbsyncer.c2
-rw-r--r--src/zabbix_server/dbsyncer/dbsyncer.h2
-rw-r--r--src/zabbix_server/discoverer/discoverer.c2
-rw-r--r--src/zabbix_server/discoverer/discoverer.h2
-rw-r--r--src/zabbix_server/escalator/escalator.c2
-rw-r--r--src/zabbix_server/escalator/escalator.h2
-rw-r--r--src/zabbix_server/events.c2
-rw-r--r--src/zabbix_server/events.h2
-rw-r--r--src/zabbix_server/housekeeper/history_compress.c2
-rw-r--r--src/zabbix_server/housekeeper/history_compress.h2
-rw-r--r--src/zabbix_server/housekeeper/housekeeper.c2
-rw-r--r--src/zabbix_server/housekeeper/housekeeper.h2
-rw-r--r--src/zabbix_server/httppoller/httpmacro.c2
-rw-r--r--src/zabbix_server/httppoller/httpmacro.h2
-rw-r--r--src/zabbix_server/httppoller/httppoller.c2
-rw-r--r--src/zabbix_server/httppoller/httppoller.h2
-rw-r--r--src/zabbix_server/httppoller/httptest.c2
-rw-r--r--src/zabbix_server/httppoller/httptest.h2
-rw-r--r--src/zabbix_server/ipmi/checks_ipmi.c2
-rw-r--r--src/zabbix_server/ipmi/checks_ipmi.h2
-rw-r--r--src/zabbix_server/ipmi/ipmi.c2
-rw-r--r--src/zabbix_server/ipmi/ipmi.h2
-rw-r--r--src/zabbix_server/ipmi/ipmi_manager.c2
-rw-r--r--src/zabbix_server/ipmi/ipmi_manager.h2
-rw-r--r--src/zabbix_server/ipmi/ipmi_poller.c2
-rw-r--r--src/zabbix_server/ipmi/ipmi_poller.h2
-rw-r--r--src/zabbix_server/ipmi/ipmi_protocol.c2
-rw-r--r--src/zabbix_server/ipmi/ipmi_protocol.h2
-rw-r--r--src/zabbix_server/lld/lld.c2
-rw-r--r--src/zabbix_server/lld/lld.h2
-rw-r--r--src/zabbix_server/lld/lld_common.c2
-rw-r--r--src/zabbix_server/lld/lld_graph.c2
-rw-r--r--src/zabbix_server/lld/lld_host.c2
-rw-r--r--src/zabbix_server/lld/lld_item.c2
-rw-r--r--src/zabbix_server/lld/lld_manager.c2
-rw-r--r--src/zabbix_server/lld/lld_manager.h2
-rw-r--r--src/zabbix_server/lld/lld_protocol.c2
-rw-r--r--src/zabbix_server/lld/lld_protocol.h2
-rw-r--r--src/zabbix_server/lld/lld_trigger.c2
-rw-r--r--src/zabbix_server/lld/lld_worker.c2
-rw-r--r--src/zabbix_server/lld/lld_worker.h2
-rw-r--r--src/zabbix_server/odbc/odbc.c2
-rw-r--r--src/zabbix_server/odbc/odbc.h2
-rw-r--r--src/zabbix_server/operations.c2
-rw-r--r--src/zabbix_server/operations.h2
-rw-r--r--src/zabbix_server/pinger/pinger.c2
-rw-r--r--src/zabbix_server/pinger/pinger.h2
-rw-r--r--src/zabbix_server/poller/checks_agent.c2
-rw-r--r--src/zabbix_server/poller/checks_agent.h2
-rw-r--r--src/zabbix_server/poller/checks_aggregate.c2
-rw-r--r--src/zabbix_server/poller/checks_calculated.c2
-rw-r--r--src/zabbix_server/poller/checks_calculated.h2
-rw-r--r--src/zabbix_server/poller/checks_db.c2
-rw-r--r--src/zabbix_server/poller/checks_db.h2
-rw-r--r--src/zabbix_server/poller/checks_external.c2
-rw-r--r--src/zabbix_server/poller/checks_external.h2
-rw-r--r--src/zabbix_server/poller/checks_http.c2
-rw-r--r--src/zabbix_server/poller/checks_http.h2
-rw-r--r--src/zabbix_server/poller/checks_internal.c2
-rw-r--r--src/zabbix_server/poller/checks_internal.h2
-rw-r--r--src/zabbix_server/poller/checks_internal_proxy.c2
-rw-r--r--src/zabbix_server/poller/checks_internal_server.c2
-rw-r--r--src/zabbix_server/poller/checks_java.c2
-rw-r--r--src/zabbix_server/poller/checks_java.h2
-rw-r--r--src/zabbix_server/poller/checks_script.c2
-rw-r--r--src/zabbix_server/poller/checks_script.h2
-rw-r--r--src/zabbix_server/poller/checks_simple.c2
-rw-r--r--src/zabbix_server/poller/checks_simple.h2
-rw-r--r--src/zabbix_server/poller/checks_simple_vmware.c2
-rw-r--r--src/zabbix_server/poller/checks_simple_vmware.h2
-rw-r--r--src/zabbix_server/poller/checks_snmp.c2
-rw-r--r--src/zabbix_server/poller/checks_snmp.h2
-rw-r--r--src/zabbix_server/poller/checks_ssh.c2
-rw-r--r--src/zabbix_server/poller/checks_ssh.h2
-rw-r--r--src/zabbix_server/poller/checks_telnet.c2
-rw-r--r--src/zabbix_server/poller/checks_telnet.h2
-rw-r--r--src/zabbix_server/poller/poller.c2
-rw-r--r--src/zabbix_server/poller/poller.h2
-rw-r--r--src/zabbix_server/postinit.c2
-rw-r--r--src/zabbix_server/postinit.h2
-rw-r--r--src/zabbix_server/preprocessor/item_preproc.c2
-rw-r--r--src/zabbix_server/preprocessor/item_preproc.h2
-rw-r--r--src/zabbix_server/preprocessor/preproc_history.c2
-rw-r--r--src/zabbix_server/preprocessor/preproc_history.h2
-rw-r--r--src/zabbix_server/preprocessor/preproc_manager.c2
-rw-r--r--src/zabbix_server/preprocessor/preproc_manager.h2
-rw-r--r--src/zabbix_server/preprocessor/preproc_worker.c2
-rw-r--r--src/zabbix_server/preprocessor/preproc_worker.h2
-rw-r--r--src/zabbix_server/preprocessor/preprocessing.c2
-rw-r--r--src/zabbix_server/preprocessor/preprocessing.h2
-rw-r--r--src/zabbix_server/proxypoller/proxypoller.c2
-rw-r--r--src/zabbix_server/proxypoller/proxypoller.h2
-rw-r--r--src/zabbix_server/reporter/report_manager.c2
-rw-r--r--src/zabbix_server/reporter/report_manager.h2
-rw-r--r--src/zabbix_server/reporter/report_protocol.c2
-rw-r--r--src/zabbix_server/reporter/report_protocol.h2
-rw-r--r--src/zabbix_server/reporter/report_writer.c2
-rw-r--r--src/zabbix_server/reporter/report_writer.h2
-rw-r--r--src/zabbix_server/scripts/scripts.c2
-rw-r--r--src/zabbix_server/scripts/scripts.h2
-rw-r--r--src/zabbix_server/selfmon/selfmon.c2
-rw-r--r--src/zabbix_server/selfmon/selfmon.h2
-rw-r--r--src/zabbix_server/server.c2
-rw-r--r--src/zabbix_server/snmptrapper/snmptrapper.c2
-rw-r--r--src/zabbix_server/snmptrapper/snmptrapper.h2
-rw-r--r--src/zabbix_server/taskmanager/proxy_tasks.c2
-rw-r--r--src/zabbix_server/taskmanager/taskmanager.c2
-rw-r--r--src/zabbix_server/taskmanager/taskmanager.h2
-rw-r--r--src/zabbix_server/timer/timer.c2
-rw-r--r--src/zabbix_server/timer/timer.h2
-rw-r--r--src/zabbix_server/trapper/active.c2
-rw-r--r--src/zabbix_server/trapper/active.h2
-rw-r--r--src/zabbix_server/trapper/nodecommand.c2
-rw-r--r--src/zabbix_server/trapper/nodecommand.h2
-rw-r--r--src/zabbix_server/trapper/proxyconfig.c2
-rw-r--r--src/zabbix_server/trapper/proxyconfig.h2
-rw-r--r--src/zabbix_server/trapper/proxydata.c2
-rw-r--r--src/zabbix_server/trapper/proxydata.h2
-rw-r--r--src/zabbix_server/trapper/trapper.c2
-rw-r--r--src/zabbix_server/trapper/trapper.h2
-rw-r--r--src/zabbix_server/trapper/trapper_auth.c2
-rw-r--r--src/zabbix_server/trapper/trapper_auth.h2
-rw-r--r--src/zabbix_server/trapper/trapper_expressions_evaluate.c2
-rw-r--r--src/zabbix_server/trapper/trapper_expressions_evaluate.h2
-rw-r--r--src/zabbix_server/trapper/trapper_item_test.c2
-rw-r--r--src/zabbix_server/trapper/trapper_item_test.h2
-rw-r--r--src/zabbix_server/trapper/trapper_preproc.c2
-rw-r--r--src/zabbix_server/trapper/trapper_preproc.h2
-rw-r--r--src/zabbix_server/trapper/trapper_proxy.c2
-rw-r--r--src/zabbix_server/trapper/trapper_request.h2
-rw-r--r--src/zabbix_server/trapper/trapper_server.c2
-rw-r--r--src/zabbix_server/vmware/vmware.c2
-rw-r--r--src/zabbix_server/vmware/vmware.h2
960 files changed, 962 insertions, 962 deletions
diff --git a/src/go/cmd/mock_server/mock_server.go b/src/go/cmd/mock_server/mock_server.go
index 39c14ef91a4..e7eeaa70e8b 100644
--- a/src/go/cmd/mock_server/mock_server.go
+++ b/src/go/cmd/mock_server/mock_server.go
@@ -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/src/go/cmd/zabbix_agent2/config.go b/src/go/cmd/zabbix_agent2/config.go
index e2ab185fefe..e86c8eb1658 100644
--- a/src/go/cmd/zabbix_agent2/config.go
+++ b/src/go/cmd/zabbix_agent2/config.go
@@ -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/src/go/cmd/zabbix_agent2/copyright_extra.go b/src/go/cmd/zabbix_agent2/copyright_extra.go
index 3fd7482b3c3..9a0cbc22079 100644
--- a/src/go/cmd/zabbix_agent2/copyright_extra.go
+++ b/src/go/cmd/zabbix_agent2/copyright_extra.go
@@ -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/src/go/cmd/zabbix_agent2/service_nix.go b/src/go/cmd/zabbix_agent2/service_nix.go
index d98eb16a49b..85aae826c95 100644
--- a/src/go/cmd/zabbix_agent2/service_nix.go
+++ b/src/go/cmd/zabbix_agent2/service_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/cmd/zabbix_agent2/service_windows.go b/src/go/cmd/zabbix_agent2/service_windows.go
index e7f21ce59a3..c1da1708778 100644
--- a/src/go/cmd/zabbix_agent2/service_windows.go
+++ b/src/go/cmd/zabbix_agent2/service_windows.go
@@ -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/src/go/cmd/zabbix_agent2/testrun.go b/src/go/cmd/zabbix_agent2/testrun.go
index 3cc9152105f..19d8396479d 100644
--- a/src/go/cmd/zabbix_agent2/testrun.go
+++ b/src/go/cmd/zabbix_agent2/testrun.go
@@ -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/src/go/cmd/zabbix_agent2/testrun_darwin.go b/src/go/cmd/zabbix_agent2/testrun_darwin.go
index 903f8586cc5..4d246672360 100644
--- a/src/go/cmd/zabbix_agent2/testrun_darwin.go
+++ b/src/go/cmd/zabbix_agent2/testrun_darwin.go
@@ -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/src/go/cmd/zabbix_agent2/testrun_linux.go b/src/go/cmd/zabbix_agent2/testrun_linux.go
index 030e2b84572..143d3519387 100644
--- a/src/go/cmd/zabbix_agent2/testrun_linux.go
+++ b/src/go/cmd/zabbix_agent2/testrun_linux.go
@@ -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/src/go/cmd/zabbix_agent2/testrun_windows.go b/src/go/cmd/zabbix_agent2/testrun_windows.go
index 12b1aea20eb..f8ae82a1e11 100644
--- a/src/go/cmd/zabbix_agent2/testrun_windows.go
+++ b/src/go/cmd/zabbix_agent2/testrun_windows.go
@@ -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/src/go/cmd/zabbix_agent2/zabbix_agent2.go b/src/go/cmd/zabbix_agent2/zabbix_agent2.go
index b5d4aaaafef..e99d5ab44d8 100644
--- a/src/go/cmd/zabbix_agent2/zabbix_agent2.go
+++ b/src/go/cmd/zabbix_agent2/zabbix_agent2.go
@@ -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/src/go/cmd/zabbix_agent2/zabbix_agent2_nix.go b/src/go/cmd/zabbix_agent2/zabbix_agent2_nix.go
index 4c5362ca238..95269682781 100644
--- a/src/go/cmd/zabbix_agent2/zabbix_agent2_nix.go
+++ b/src/go/cmd/zabbix_agent2/zabbix_agent2_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/cmd/zabbix_agent2/zabbix_agent2_windows.go b/src/go/cmd/zabbix_agent2/zabbix_agent2_windows.go
index 435bd9f2d75..13189b91007 100644
--- a/src/go/cmd/zabbix_agent2/zabbix_agent2_windows.go
+++ b/src/go/cmd/zabbix_agent2/zabbix_agent2_windows.go
@@ -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/src/go/cmd/zabbix_web_service/config.go b/src/go/cmd/zabbix_web_service/config.go
index dcbd413d12d..d8a666d395b 100644
--- a/src/go/cmd/zabbix_web_service/config.go
+++ b/src/go/cmd/zabbix_web_service/config.go
@@ -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/src/go/cmd/zabbix_web_service/pdf_report_creator.go b/src/go/cmd/zabbix_web_service/pdf_report_creator.go
index 3ee948f024f..391b58bc29b 100644
--- a/src/go/cmd/zabbix_web_service/pdf_report_creator.go
+++ b/src/go/cmd/zabbix_web_service/pdf_report_creator.go
@@ -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/src/go/cmd/zabbix_web_service/zabbix_web_service.go b/src/go/cmd/zabbix_web_service/zabbix_web_service.go
index e7589e49cb4..21b65855c91 100644
--- a/src/go/cmd/zabbix_web_service/zabbix_web_service.go
+++ b/src/go/cmd/zabbix_web_service/zabbix_web_service.go
@@ -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/src/go/internal/agent/alias/alias.go b/src/go/internal/agent/alias/alias.go
index 713e6a1e08f..66b347b7878 100644
--- a/src/go/internal/agent/alias/alias.go
+++ b/src/go/internal/agent/alias/alias.go
@@ -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/src/go/internal/agent/alias/alias_nix.go b/src/go/internal/agent/alias/alias_nix.go
index 5461b806e57..1c6039ece12 100644
--- a/src/go/internal/agent/alias/alias_nix.go
+++ b/src/go/internal/agent/alias/alias_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/internal/agent/alias/alias_test.go b/src/go/internal/agent/alias/alias_test.go
index 56361b71fd8..97f4d455e37 100644
--- a/src/go/internal/agent/alias/alias_test.go
+++ b/src/go/internal/agent/alias/alias_test.go
@@ -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/src/go/internal/agent/alias/alias_windows.go b/src/go/internal/agent/alias/alias_windows.go
index 70a22fc0539..d8c05176b81 100644
--- a/src/go/internal/agent/alias/alias_windows.go
+++ b/src/go/internal/agent/alias/alias_windows.go
@@ -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/src/go/internal/agent/client.go b/src/go/internal/agent/client.go
index 63b282d2d86..8bc70baeb57 100644
--- a/src/go/internal/agent/client.go
+++ b/src/go/internal/agent/client.go
@@ -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/src/go/internal/agent/keyaccess/key_access_rules.go b/src/go/internal/agent/keyaccess/key_access_rules.go
index 7aadc1110d7..da35581a864 100644
--- a/src/go/internal/agent/keyaccess/key_access_rules.go
+++ b/src/go/internal/agent/keyaccess/key_access_rules.go
@@ -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/src/go/internal/agent/keyaccess/key_access_rules_test.go b/src/go/internal/agent/keyaccess/key_access_rules_test.go
index 2c0220f4bd8..30783e5a064 100644
--- a/src/go/internal/agent/keyaccess/key_access_rules_test.go
+++ b/src/go/internal/agent/keyaccess/key_access_rules_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/internal/agent/options.go b/src/go/internal/agent/options.go
index 49d8ec79486..399c15c4a2f 100644
--- a/src/go/internal/agent/options.go
+++ b/src/go/internal/agent/options.go
@@ -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/src/go/internal/agent/options_nix.go b/src/go/internal/agent/options_nix.go
index bc6b87ca98f..249eef8e3a3 100644
--- a/src/go/internal/agent/options_nix.go
+++ b/src/go/internal/agent/options_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/internal/agent/options_test.go b/src/go/internal/agent/options_test.go
index ee5ae9f1591..e1882187fe2 100644
--- a/src/go/internal/agent/options_test.go
+++ b/src/go/internal/agent/options_test.go
@@ -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/src/go/internal/agent/options_windows.go b/src/go/internal/agent/options_windows.go
index 99b637dcc24..4be6789e256 100644
--- a/src/go/internal/agent/options_windows.go
+++ b/src/go/internal/agent/options_windows.go
@@ -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/src/go/internal/agent/plugin_agent.go b/src/go/internal/agent/plugin_agent.go
index 4d340d4035e..026ae7359ac 100644
--- a/src/go/internal/agent/plugin_agent.go
+++ b/src/go/internal/agent/plugin_agent.go
@@ -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/src/go/internal/agent/plugin_userparameter.go b/src/go/internal/agent/plugin_userparameter.go
index af2ddf17625..499907e40f6 100644
--- a/src/go/internal/agent/plugin_userparameter.go
+++ b/src/go/internal/agent/plugin_userparameter.go
@@ -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/src/go/internal/agent/remotecontrol/remote.go b/src/go/internal/agent/remotecontrol/remote.go
index 033ef3670ff..f98a0bc8c31 100644
--- a/src/go/internal/agent/remotecontrol/remote.go
+++ b/src/go/internal/agent/remotecontrol/remote.go
@@ -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/src/go/internal/agent/remotecontrol/remote_nix.go b/src/go/internal/agent/remotecontrol/remote_nix.go
index cddca077a0a..e46a31d2755 100644
--- a/src/go/internal/agent/remotecontrol/remote_nix.go
+++ b/src/go/internal/agent/remotecontrol/remote_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/internal/agent/remotecontrol/remote_windows.go b/src/go/internal/agent/remotecontrol/remote_windows.go
index 475e75d0004..e81f218520f 100644
--- a/src/go/internal/agent/remotecontrol/remote_windows.go
+++ b/src/go/internal/agent/remotecontrol/remote_windows.go
@@ -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/src/go/internal/agent/resultcache/diskcache.go b/src/go/internal/agent/resultcache/diskcache.go
index b9f07465073..fc8b4e112d6 100644
--- a/src/go/internal/agent/resultcache/diskcache.go
+++ b/src/go/internal/agent/resultcache/diskcache.go
@@ -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/src/go/internal/agent/resultcache/memorycache.go b/src/go/internal/agent/resultcache/memorycache.go
index 82706126270..c7b32449edc 100644
--- a/src/go/internal/agent/resultcache/memorycache.go
+++ b/src/go/internal/agent/resultcache/memorycache.go
@@ -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/src/go/internal/agent/resultcache/resultcache.go b/src/go/internal/agent/resultcache/resultcache.go
index 0f6f9ddc4c5..d673b4eceb8 100644
--- a/src/go/internal/agent/resultcache/resultcache.go
+++ b/src/go/internal/agent/resultcache/resultcache.go
@@ -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/src/go/internal/agent/resultcache/resultcache_test.go b/src/go/internal/agent/resultcache/resultcache_test.go
index c242e126796..6821e98229e 100644
--- a/src/go/internal/agent/resultcache/resultcache_test.go
+++ b/src/go/internal/agent/resultcache/resultcache_test.go
@@ -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/src/go/internal/agent/scheduler/client.go b/src/go/internal/agent/scheduler/client.go
index cbe8dfccf0f..9b0f565fa85 100644
--- a/src/go/internal/agent/scheduler/client.go
+++ b/src/go/internal/agent/scheduler/client.go
@@ -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/src/go/internal/agent/scheduler/manager.go b/src/go/internal/agent/scheduler/manager.go
index 8b1ff5a4485..55f431bcac6 100644
--- a/src/go/internal/agent/scheduler/manager.go
+++ b/src/go/internal/agent/scheduler/manager.go
@@ -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/src/go/internal/agent/scheduler/manager_test.go b/src/go/internal/agent/scheduler/manager_test.go
index 207bca8f53c..9f01208434f 100644
--- a/src/go/internal/agent/scheduler/manager_test.go
+++ b/src/go/internal/agent/scheduler/manager_test.go
@@ -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/src/go/internal/agent/scheduler/performer.go b/src/go/internal/agent/scheduler/performer.go
index 7352153bd95..5dba4b30541 100644
--- a/src/go/internal/agent/scheduler/performer.go
+++ b/src/go/internal/agent/scheduler/performer.go
@@ -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/src/go/internal/agent/scheduler/plugin.go b/src/go/internal/agent/scheduler/plugin.go
index 21b613a7edc..56f79ef7d2f 100644
--- a/src/go/internal/agent/scheduler/plugin.go
+++ b/src/go/internal/agent/scheduler/plugin.go
@@ -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/src/go/internal/agent/scheduler/pluginheap.go b/src/go/internal/agent/scheduler/pluginheap.go
index cb66842826c..a7084c941ac 100644
--- a/src/go/internal/agent/scheduler/pluginheap.go
+++ b/src/go/internal/agent/scheduler/pluginheap.go
@@ -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/src/go/internal/agent/scheduler/query.go b/src/go/internal/agent/scheduler/query.go
index a6e5bfaf14b..b08148cee81 100644
--- a/src/go/internal/agent/scheduler/query.go
+++ b/src/go/internal/agent/scheduler/query.go
@@ -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/src/go/internal/agent/scheduler/task.go b/src/go/internal/agent/scheduler/task.go
index 6a0199e3fca..8872d74df6d 100644
--- a/src/go/internal/agent/scheduler/task.go
+++ b/src/go/internal/agent/scheduler/task.go
@@ -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/src/go/internal/agent/serverconnector/activeconnection.go b/src/go/internal/agent/serverconnector/activeconnection.go
index 1431cb91978..02514e898d0 100644
--- a/src/go/internal/agent/serverconnector/activeconnection.go
+++ b/src/go/internal/agent/serverconnector/activeconnection.go
@@ -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/src/go/internal/agent/serverconnector/serverconnector.go b/src/go/internal/agent/serverconnector/serverconnector.go
index 57f0e9d416c..74fe5e9a523 100644
--- a/src/go/internal/agent/serverconnector/serverconnector.go
+++ b/src/go/internal/agent/serverconnector/serverconnector.go
@@ -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/src/go/internal/agent/serverlistener/passivecheck.go b/src/go/internal/agent/serverlistener/passivecheck.go
index 543ba2cde80..437d84bc799 100644
--- a/src/go/internal/agent/serverlistener/passivecheck.go
+++ b/src/go/internal/agent/serverlistener/passivecheck.go
@@ -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/src/go/internal/agent/serverlistener/passivecheck_test.go b/src/go/internal/agent/serverlistener/passivecheck_test.go
index 7095649ae8d..28666d21f88 100644
--- a/src/go/internal/agent/serverlistener/passivecheck_test.go
+++ b/src/go/internal/agent/serverlistener/passivecheck_test.go
@@ -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/src/go/internal/agent/serverlistener/passiveconnection.go b/src/go/internal/agent/serverlistener/passiveconnection.go
index a88d9e2e08d..5a169a68bdd 100644
--- a/src/go/internal/agent/serverlistener/passiveconnection.go
+++ b/src/go/internal/agent/serverlistener/passiveconnection.go
@@ -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/src/go/internal/agent/serverlistener/serverlistener.go b/src/go/internal/agent/serverlistener/serverlistener.go
index 5b63304b0d1..739d4335215 100644
--- a/src/go/internal/agent/serverlistener/serverlistener.go
+++ b/src/go/internal/agent/serverlistener/serverlistener.go
@@ -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/src/go/internal/agent/statuslistener/statuslistener.go b/src/go/internal/agent/statuslistener/statuslistener.go
index 5f789822aca..4c43469bcf4 100644
--- a/src/go/internal/agent/statuslistener/statuslistener.go
+++ b/src/go/internal/agent/statuslistener/statuslistener.go
@@ -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/src/go/internal/monitor/monitor.go b/src/go/internal/monitor/monitor.go
index 2b7066cfb36..22bba826859 100644
--- a/src/go/internal/monitor/monitor.go
+++ b/src/go/internal/monitor/monitor.go
@@ -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/src/go/pkg/conf/conf.go b/src/go/pkg/conf/conf.go
index 266cd7d89da..44704b03072 100644
--- a/src/go/pkg/conf/conf.go
+++ b/src/go/pkg/conf/conf.go
@@ -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/src/go/pkg/conf/conf_test.go b/src/go/pkg/conf/conf_test.go
index 4c62fc440fd..f8c8a110a4e 100644
--- a/src/go/pkg/conf/conf_test.go
+++ b/src/go/pkg/conf/conf_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/conf/node.go b/src/go/pkg/conf/node.go
index faccced5db6..29bd18a61d9 100644
--- a/src/go/pkg/conf/node.go
+++ b/src/go/pkg/conf/node.go
@@ -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/src/go/pkg/conf/session.go b/src/go/pkg/conf/session.go
index df452173c7a..e4fe53ea6de 100644
--- a/src/go/pkg/conf/session.go
+++ b/src/go/pkg/conf/session.go
@@ -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/src/go/pkg/glexpr/expression.go b/src/go/pkg/glexpr/expression.go
index 7ad20afc089..44d328a3530 100644
--- a/src/go/pkg/glexpr/expression.go
+++ b/src/go/pkg/glexpr/expression.go
@@ -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/src/go/pkg/itemutil/key.go b/src/go/pkg/itemutil/key.go
index e02d0512f6b..96ccf1fa70a 100644
--- a/src/go/pkg/itemutil/key.go
+++ b/src/go/pkg/itemutil/key.go
@@ -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/src/go/pkg/itemutil/key_test.go b/src/go/pkg/itemutil/key_test.go
index 76e637328f2..8ae4732432b 100644
--- a/src/go/pkg/itemutil/key_test.go
+++ b/src/go/pkg/itemutil/key_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/itemutil/value.go b/src/go/pkg/itemutil/value.go
index 75abe3bf6d1..57e3b289cbf 100644
--- a/src/go/pkg/itemutil/value.go
+++ b/src/go/pkg/itemutil/value.go
@@ -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/src/go/pkg/log/log.go b/src/go/pkg/log/log.go
index a8ebda7980a..39250fae1d6 100644
--- a/src/go/pkg/log/log.go
+++ b/src/go/pkg/log/log.go
@@ -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/src/go/pkg/log/log_nix.go b/src/go/pkg/log/log_nix.go
index ee32a9502c0..6070cbe58ed 100644
--- a/src/go/pkg/log/log_nix.go
+++ b/src/go/pkg/log/log_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/log/log_windows.go b/src/go/pkg/log/log_windows.go
index c3a98b730a1..8512ebb6377 100644
--- a/src/go/pkg/log/log_windows.go
+++ b/src/go/pkg/log/log_windows.go
@@ -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/src/go/pkg/metric/metric.go b/src/go/pkg/metric/metric.go
index 972d4188d50..ed53c8f927c 100644
--- a/src/go/pkg/metric/metric.go
+++ b/src/go/pkg/metric/metric.go
@@ -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/src/go/pkg/metric/metric_test.go b/src/go/pkg/metric/metric_test.go
index 32579af12c7..1aebdee8dda 100644
--- a/src/go/pkg/metric/metric_test.go
+++ b/src/go/pkg/metric/metric_test.go
@@ -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/src/go/pkg/metric/validators.go b/src/go/pkg/metric/validators.go
index 8a1f473b436..c40acdf41ba 100644
--- a/src/go/pkg/metric/validators.go
+++ b/src/go/pkg/metric/validators.go
@@ -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/src/go/pkg/metric/validators_test.go b/src/go/pkg/metric/validators_test.go
index 61815c83dff..bf9d078b7fb 100644
--- a/src/go/pkg/metric/validators_test.go
+++ b/src/go/pkg/metric/validators_test.go
@@ -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/src/go/pkg/pdh/pdh.go b/src/go/pkg/pdh/pdh.go
index 5fba52105a1..32df5942a06 100644
--- a/src/go/pkg/pdh/pdh.go
+++ b/src/go/pkg/pdh/pdh.go
@@ -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/src/go/pkg/pdh/pdh_windows.go b/src/go/pkg/pdh/pdh_windows.go
index 883a798f62a..af1cd0d1fb4 100644
--- a/src/go/pkg/pdh/pdh_windows.go
+++ b/src/go/pkg/pdh/pdh_windows.go
@@ -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/src/go/pkg/pidfile/pidfile.go b/src/go/pkg/pidfile/pidfile.go
index 46c933e8e35..d667553752e 100644
--- a/src/go/pkg/pidfile/pidfile.go
+++ b/src/go/pkg/pidfile/pidfile.go
@@ -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/src/go/pkg/pidfile/pidfile_nix.go b/src/go/pkg/pidfile/pidfile_nix.go
index 53c5dc4194b..7a677765049 100644
--- a/src/go/pkg/pidfile/pidfile_nix.go
+++ b/src/go/pkg/pidfile/pidfile_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/pidfile/pidfile_windows.go b/src/go/pkg/pidfile/pidfile_windows.go
index d1018cfade0..9ef2f3cc100 100644
--- a/src/go/pkg/pidfile/pidfile_windows.go
+++ b/src/go/pkg/pidfile/pidfile_windows.go
@@ -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/src/go/pkg/plugin/base.go b/src/go/pkg/plugin/base.go
index 7ec837bb982..8245bfa8914 100644
--- a/src/go/pkg/plugin/base.go
+++ b/src/go/pkg/plugin/base.go
@@ -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/src/go/pkg/plugin/registry.go b/src/go/pkg/plugin/registry.go
index ddd3029bac5..85addb019f5 100644
--- a/src/go/pkg/plugin/registry.go
+++ b/src/go/pkg/plugin/registry.go
@@ -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/src/go/pkg/plugin/types.go b/src/go/pkg/plugin/types.go
index 14cfbe2c659..fc693f0bab4 100644
--- a/src/go/pkg/plugin/types.go
+++ b/src/go/pkg/plugin/types.go
@@ -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/src/go/pkg/procfs/procfs.go b/src/go/pkg/procfs/procfs.go
index 7f70905f3fa..65cf240cade 100644
--- a/src/go/pkg/procfs/procfs.go
+++ b/src/go/pkg/procfs/procfs.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/procfs/procfs_test.go b/src/go/pkg/procfs/procfs_test.go
index d1dc39933aa..dbeb7d11ac5 100644
--- a/src/go/pkg/procfs/procfs_test.go
+++ b/src/go/pkg/procfs/procfs_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/std/os.go b/src/go/pkg/std/os.go
index 5cb28cddd04..78b76347af6 100644
--- a/src/go/pkg/std/os.go
+++ b/src/go/pkg/std/os.go
@@ -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/src/go/pkg/std/os_default.go b/src/go/pkg/std/os_default.go
index 938150ac2ee..1ca7f84a620 100644
--- a/src/go/pkg/std/os_default.go
+++ b/src/go/pkg/std/os_default.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/std/os_mock.go b/src/go/pkg/std/os_mock.go
index 0a449ce680e..b5571f09fc2 100644
--- a/src/go/pkg/std/os_mock.go
+++ b/src/go/pkg/std/os_mock.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/tls/tls.go b/src/go/pkg/tls/tls.go
index eaeb5cb06bd..5299c192cb2 100644
--- a/src/go/pkg/tls/tls.go
+++ b/src/go/pkg/tls/tls.go
@@ -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/src/go/pkg/uri/uri.go b/src/go/pkg/uri/uri.go
index 50a4a095d06..39d8791a18f 100644
--- a/src/go/pkg/uri/uri.go
+++ b/src/go/pkg/uri/uri.go
@@ -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/src/go/pkg/uri/uri_test.go b/src/go/pkg/uri/uri_test.go
index 8ce81588ad8..2a0b4775de7 100644
--- a/src/go/pkg/uri/uri_test.go
+++ b/src/go/pkg/uri/uri_test.go
@@ -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/src/go/pkg/version/version.go b/src/go/pkg/version/version.go
index 060a75a35de..fd90b85c03e 100644
--- a/src/go/pkg/version/version.go
+++ b/src/go/pkg/version/version.go
@@ -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
@@ -33,7 +33,7 @@ const (
ZABBIX_VERSION_RC = "rc1"
ZABBIX_VERSION_RC_NUM = "{ZABBIX_RC_NUM}"
ZABBIX_VERSION_REVISION = "{ZABBIX_REVISION}"
- copyrightMessage = "Copyright (C) 2021 Zabbix SIA\n" +
+ copyrightMessage = "Copyright (C) 2022 Zabbix SIA\n" +
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.\n" +
"This is free software: you are free to change and redistribute it according to\n" +
"the license. There is NO WARRANTY, to the extent permitted by law."
diff --git a/src/go/pkg/watch/manager.go b/src/go/pkg/watch/manager.go
index 8b2cdbf4c58..9f28dad5317 100644
--- a/src/go/pkg/watch/manager.go
+++ b/src/go/pkg/watch/manager.go
@@ -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/src/go/pkg/web/web.go b/src/go/pkg/web/web.go
index cd74f45e199..0406076c787 100644
--- a/src/go/pkg/web/web.go
+++ b/src/go/pkg/web/web.go
@@ -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/src/go/pkg/wildcard/wildcard.go b/src/go/pkg/wildcard/wildcard.go
index a6d4df83c99..9bacbf8fc23 100644
--- a/src/go/pkg/wildcard/wildcard.go
+++ b/src/go/pkg/wildcard/wildcard.go
@@ -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/src/go/pkg/wildcard/wildcard_test.go b/src/go/pkg/wildcard/wildcard_test.go
index 728bd4b1c33..70488541b73 100644
--- a/src/go/pkg/wildcard/wildcard_test.go
+++ b/src/go/pkg/wildcard/wildcard_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/advapi32.go b/src/go/pkg/win32/advapi32.go
index 80cbf3820f8..4f11a60b50a 100644
--- a/src/go/pkg/win32/advapi32.go
+++ b/src/go/pkg/win32/advapi32.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/helper.go b/src/go/pkg/win32/helper.go
index d351ea5c1ea..3437897f872 100644
--- a/src/go/pkg/win32/helper.go
+++ b/src/go/pkg/win32/helper.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/iphlp.go b/src/go/pkg/win32/iphlp.go
index 7b594c3cedd..e7b18827f6e 100644
--- a/src/go/pkg/win32/iphlp.go
+++ b/src/go/pkg/win32/iphlp.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/kernel32.go b/src/go/pkg/win32/kernel32.go
index 601bfe68bf5..81aa26d26d2 100644
--- a/src/go/pkg/win32/kernel32.go
+++ b/src/go/pkg/win32/kernel32.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/pdh.go b/src/go/pkg/win32/pdh.go
index fc4db5d4bc0..4a26a0aa536 100644
--- a/src/go/pkg/win32/pdh.go
+++ b/src/go/pkg/win32/pdh.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/placeholder.go b/src/go/pkg/win32/placeholder.go
index def3bf5c35a..6d5c78d2428 100644
--- a/src/go/pkg/win32/placeholder.go
+++ b/src/go/pkg/win32/placeholder.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/psapi.go b/src/go/pkg/win32/psapi.go
index 395a5a3f22e..f3375dd2966 100644
--- a/src/go/pkg/win32/psapi.go
+++ b/src/go/pkg/win32/psapi.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/types.go b/src/go/pkg/win32/types.go
index 5c60eb320d1..0083a77516e 100644
--- a/src/go/pkg/win32/types.go
+++ b/src/go/pkg/win32/types.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/types_386.go b/src/go/pkg/win32/types_386.go
index 076e20e2de2..4d6f56f6926 100644
--- a/src/go/pkg/win32/types_386.go
+++ b/src/go/pkg/win32/types_386.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/types_amd64.go b/src/go/pkg/win32/types_amd64.go
index 08fc379a151..f598f8f27f0 100644
--- a/src/go/pkg/win32/types_amd64.go
+++ b/src/go/pkg/win32/types_amd64.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/user32.go b/src/go/pkg/win32/user32.go
index cbc80bf212d..1c2deb1497e 100644
--- a/src/go/pkg/win32/user32.go
+++ b/src/go/pkg/win32/user32.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/win32/win32.go b/src/go/pkg/win32/win32.go
index c007ce76c9e..035248ec14d 100644
--- a/src/go/pkg/win32/win32.go
+++ b/src/go/pkg/win32/win32.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/wmi/wmi.go b/src/go/pkg/wmi/wmi.go
index cee718768f2..e8b32e63fcf 100644
--- a/src/go/pkg/wmi/wmi.go
+++ b/src/go/pkg/wmi/wmi.go
@@ -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/src/go/pkg/zbxcmd/zbxcmd.go b/src/go/pkg/zbxcmd/zbxcmd.go
index eca47598531..036332e0674 100644
--- a/src/go/pkg/zbxcmd/zbxcmd.go
+++ b/src/go/pkg/zbxcmd/zbxcmd.go
@@ -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/src/go/pkg/zbxcmd/zbxcmd_nix.go b/src/go/pkg/zbxcmd/zbxcmd_nix.go
index ab858282075..5b7a932f00c 100644
--- a/src/go/pkg/zbxcmd/zbxcmd_nix.go
+++ b/src/go/pkg/zbxcmd/zbxcmd_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/zbxcmd/zbxcmd_windows.go b/src/go/pkg/zbxcmd/zbxcmd_windows.go
index f9aa3544c39..f13ac4d2ea7 100644
--- a/src/go/pkg/zbxcmd/zbxcmd_windows.go
+++ b/src/go/pkg/zbxcmd/zbxcmd_windows.go
@@ -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/src/go/pkg/zbxcomms/comms.go b/src/go/pkg/zbxcomms/comms.go
index 996621f68d6..b0900023409 100644
--- a/src/go/pkg/zbxcomms/comms.go
+++ b/src/go/pkg/zbxcomms/comms.go
@@ -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/src/go/pkg/zbxcomms/comms_test.go b/src/go/pkg/zbxcomms/comms_test.go
index eb83ab70a13..f9c57af0bcd 100644
--- a/src/go/pkg/zbxcomms/comms_test.go
+++ b/src/go/pkg/zbxcomms/comms_test.go
@@ -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/src/go/pkg/zbxerr/zbxerr.go b/src/go/pkg/zbxerr/zbxerr.go
index 315b0e67faf..a704400d5e8 100644
--- a/src/go/pkg/zbxerr/zbxerr.go
+++ b/src/go/pkg/zbxerr/zbxerr.go
@@ -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/src/go/pkg/zbxerr/zbxerr_test.go b/src/go/pkg/zbxerr/zbxerr_test.go
index 07c3665948e..9a7b9a5a3fc 100644
--- a/src/go/pkg/zbxerr/zbxerr_test.go
+++ b/src/go/pkg/zbxerr/zbxerr_test.go
@@ -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/src/go/pkg/zbxlib/checks.go b/src/go/pkg/zbxlib/checks.go
index 8c0754e9b92..24bf205c3ab 100644
--- a/src/go/pkg/zbxlib/checks.go
+++ b/src/go/pkg/zbxlib/checks.go
@@ -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/src/go/pkg/zbxlib/checks_darwin.go b/src/go/pkg/zbxlib/checks_darwin.go
index cf8594859ed..6176b21ae79 100644
--- a/src/go/pkg/zbxlib/checks_darwin.go
+++ b/src/go/pkg/zbxlib/checks_darwin.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/pkg/zbxlib/checks_linux.go b/src/go/pkg/zbxlib/checks_linux.go
index 3d6785bc868..fab6fdbf254 100644
--- a/src/go/pkg/zbxlib/checks_linux.go
+++ b/src/go/pkg/zbxlib/checks_linux.go
@@ -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/src/go/pkg/zbxlib/checks_windows.go b/src/go/pkg/zbxlib/checks_windows.go
index 5f850367b01..937a27b69f6 100644
--- a/src/go/pkg/zbxlib/checks_windows.go
+++ b/src/go/pkg/zbxlib/checks_windows.go
@@ -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/src/go/pkg/zbxlib/eventlog_windows.go b/src/go/pkg/zbxlib/eventlog_windows.go
index 6b83a010e44..f328eea9974 100644
--- a/src/go/pkg/zbxlib/eventlog_windows.go
+++ b/src/go/pkg/zbxlib/eventlog_windows.go
@@ -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/src/go/pkg/zbxlib/expressions.go b/src/go/pkg/zbxlib/expressions.go
index 816d93605a5..960a652903f 100644
--- a/src/go/pkg/zbxlib/expressions.go
+++ b/src/go/pkg/zbxlib/expressions.go
@@ -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/src/go/pkg/zbxlib/globals.go b/src/go/pkg/zbxlib/globals.go
index 1748713c142..5bb35d14224 100644
--- a/src/go/pkg/zbxlib/globals.go
+++ b/src/go/pkg/zbxlib/globals.go
@@ -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/src/go/pkg/zbxlib/globals_darwin.go b/src/go/pkg/zbxlib/globals_darwin.go
index d535d7013e2..02db4b509fc 100644
--- a/src/go/pkg/zbxlib/globals_darwin.go
+++ b/src/go/pkg/zbxlib/globals_darwin.go
@@ -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/src/go/pkg/zbxlib/globals_linux.go b/src/go/pkg/zbxlib/globals_linux.go
index d38ebb352d3..26ac320dbc3 100644
--- a/src/go/pkg/zbxlib/globals_linux.go
+++ b/src/go/pkg/zbxlib/globals_linux.go
@@ -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/src/go/pkg/zbxlib/globals_windows.go b/src/go/pkg/zbxlib/globals_windows.go
index e1307ce13de..f4fe57a3729 100644
--- a/src/go/pkg/zbxlib/globals_windows.go
+++ b/src/go/pkg/zbxlib/globals_windows.go
@@ -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/src/go/pkg/zbxlib/log.go b/src/go/pkg/zbxlib/log.go
index a7faf626ccd..ba97bd4f1af 100644
--- a/src/go/pkg/zbxlib/log.go
+++ b/src/go/pkg/zbxlib/log.go
@@ -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/src/go/pkg/zbxlib/logfile.go b/src/go/pkg/zbxlib/logfile.go
index b20e03aef3b..3e7e5e5b289 100644
--- a/src/go/pkg/zbxlib/logfile.go
+++ b/src/go/pkg/zbxlib/logfile.go
@@ -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/src/go/pkg/zbxlib/logger.go b/src/go/pkg/zbxlib/logger.go
index ac6872ef91c..09b30ef5126 100644
--- a/src/go/pkg/zbxlib/logger.go
+++ b/src/go/pkg/zbxlib/logger.go
@@ -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/src/go/pkg/zbxlib/nextcheck.go b/src/go/pkg/zbxlib/nextcheck.go
index a6f733e5fe4..7915942743f 100644
--- a/src/go/pkg/zbxlib/nextcheck.go
+++ b/src/go/pkg/zbxlib/nextcheck.go
@@ -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/src/go/pkg/zbxnet/allowedpeers.go b/src/go/pkg/zbxnet/allowedpeers.go
index bf2981002a7..c8fe9469213 100644
--- a/src/go/pkg/zbxnet/allowedpeers.go
+++ b/src/go/pkg/zbxnet/allowedpeers.go
@@ -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/src/go/pkg/zbxnet/allowedpeers_test.go b/src/go/pkg/zbxnet/allowedpeers_test.go
index b0035162371..0531706e9b1 100644
--- a/src/go/pkg/zbxnet/allowedpeers_test.go
+++ b/src/go/pkg/zbxnet/allowedpeers_test.go
@@ -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/src/go/pkg/zbxregexp/zbxregexp.go b/src/go/pkg/zbxregexp/zbxregexp.go
index be68a4d4b95..acf146a6491 100644
--- a/src/go/pkg/zbxregexp/zbxregexp.go
+++ b/src/go/pkg/zbxregexp/zbxregexp.go
@@ -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/src/go/plugins/ceph/ceph.go b/src/go/plugins/ceph/ceph.go
index b81b62b0b1f..eb42198bb51 100644
--- a/src/go/plugins/ceph/ceph.go
+++ b/src/go/plugins/ceph/ceph.go
@@ -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/src/go/plugins/ceph/ceph_test.go b/src/go/plugins/ceph/ceph_test.go
index ff08c11e344..ba38bd14ddf 100644
--- a/src/go/plugins/ceph/ceph_test.go
+++ b/src/go/plugins/ceph/ceph_test.go
@@ -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/src/go/plugins/ceph/config.go b/src/go/plugins/ceph/config.go
index e2be9c40bdc..3efe75d845d 100644
--- a/src/go/plugins/ceph/config.go
+++ b/src/go/plugins/ceph/config.go
@@ -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/src/go/plugins/ceph/handler_df.go b/src/go/plugins/ceph/handler_df.go
index 100f7d7661c..54f5bbe6f54 100644
--- a/src/go/plugins/ceph/handler_df.go
+++ b/src/go/plugins/ceph/handler_df.go
@@ -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/src/go/plugins/ceph/handler_df_test.go b/src/go/plugins/ceph/handler_df_test.go
index ec8f452119d..bf78833e481 100644
--- a/src/go/plugins/ceph/handler_df_test.go
+++ b/src/go/plugins/ceph/handler_df_test.go
@@ -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/src/go/plugins/ceph/handler_discovery.go b/src/go/plugins/ceph/handler_discovery.go
index 8531a0f8c98..e7e28c8e766 100644
--- a/src/go/plugins/ceph/handler_discovery.go
+++ b/src/go/plugins/ceph/handler_discovery.go
@@ -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/src/go/plugins/ceph/handler_discovery_test.go b/src/go/plugins/ceph/handler_discovery_test.go
index 58a8c1081bf..ec67324e854 100644
--- a/src/go/plugins/ceph/handler_discovery_test.go
+++ b/src/go/plugins/ceph/handler_discovery_test.go
@@ -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/src/go/plugins/ceph/handler_osd.go b/src/go/plugins/ceph/handler_osd.go
index d7410848fde..79c1bef7eea 100644
--- a/src/go/plugins/ceph/handler_osd.go
+++ b/src/go/plugins/ceph/handler_osd.go
@@ -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/src/go/plugins/ceph/handler_osd_dump.go b/src/go/plugins/ceph/handler_osd_dump.go
index 2d8ba6db5a0..22af13604c6 100644
--- a/src/go/plugins/ceph/handler_osd_dump.go
+++ b/src/go/plugins/ceph/handler_osd_dump.go
@@ -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/src/go/plugins/ceph/handler_osd_dump_test.go b/src/go/plugins/ceph/handler_osd_dump_test.go
index d91d6bae4ab..26aa890c8c6 100644
--- a/src/go/plugins/ceph/handler_osd_dump_test.go
+++ b/src/go/plugins/ceph/handler_osd_dump_test.go
@@ -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/src/go/plugins/ceph/handler_osd_test.go b/src/go/plugins/ceph/handler_osd_test.go
index aed0d66f013..6a67c46672d 100644
--- a/src/go/plugins/ceph/handler_osd_test.go
+++ b/src/go/plugins/ceph/handler_osd_test.go
@@ -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/src/go/plugins/ceph/handler_ping.go b/src/go/plugins/ceph/handler_ping.go
index d76ff111d9e..5511d1852f0 100644
--- a/src/go/plugins/ceph/handler_ping.go
+++ b/src/go/plugins/ceph/handler_ping.go
@@ -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/src/go/plugins/ceph/handler_ping_test.go b/src/go/plugins/ceph/handler_ping_test.go
index a26be31d769..7a26fa66b49 100644
--- a/src/go/plugins/ceph/handler_ping_test.go
+++ b/src/go/plugins/ceph/handler_ping_test.go
@@ -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/src/go/plugins/ceph/handler_status.go b/src/go/plugins/ceph/handler_status.go
index 10d678723ae..04a08ecb0ce 100644
--- a/src/go/plugins/ceph/handler_status.go
+++ b/src/go/plugins/ceph/handler_status.go
@@ -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/src/go/plugins/ceph/handler_status_test.go b/src/go/plugins/ceph/handler_status_test.go
index abd086d8cca..24940236cec 100644
--- a/src/go/plugins/ceph/handler_status_test.go
+++ b/src/go/plugins/ceph/handler_status_test.go
@@ -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/src/go/plugins/ceph/metrics.go b/src/go/plugins/ceph/metrics.go
index b425efa4d68..c672ecc6c0a 100644
--- a/src/go/plugins/ceph/metrics.go
+++ b/src/go/plugins/ceph/metrics.go
@@ -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/src/go/plugins/ceph/request.go b/src/go/plugins/ceph/request.go
index d23b4da0706..efb5436fe8a 100644
--- a/src/go/plugins/ceph/request.go
+++ b/src/go/plugins/ceph/request.go
@@ -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/src/go/plugins/debug/collector/collector.go b/src/go/plugins/debug/collector/collector.go
index b93fa4bd00b..fea41225640 100644
--- a/src/go/plugins/debug/collector/collector.go
+++ b/src/go/plugins/debug/collector/collector.go
@@ -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/src/go/plugins/debug/empty/empty.go b/src/go/plugins/debug/empty/empty.go
index 97229c7c9c9..45ee99b7397 100644
--- a/src/go/plugins/debug/empty/empty.go
+++ b/src/go/plugins/debug/empty/empty.go
@@ -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/src/go/plugins/debug/filewatcher/filewatcher.go b/src/go/plugins/debug/filewatcher/filewatcher.go
index 5d44e9a83c3..cd5a3e9c0c8 100644
--- a/src/go/plugins/debug/filewatcher/filewatcher.go
+++ b/src/go/plugins/debug/filewatcher/filewatcher.go
@@ -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/src/go/plugins/debug/log/log.go b/src/go/plugins/debug/log/log.go
index 5ea0aec7195..1f021cafad2 100644
--- a/src/go/plugins/debug/log/log.go
+++ b/src/go/plugins/debug/log/log.go
@@ -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/src/go/plugins/debug/trapper/trapper.go b/src/go/plugins/debug/trapper/trapper.go
index a197c254de2..50f7ada187a 100644
--- a/src/go/plugins/debug/trapper/trapper.go
+++ b/src/go/plugins/debug/trapper/trapper.go
@@ -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/src/go/plugins/docker/client.go b/src/go/plugins/docker/client.go
index bb41aefc3bd..bc2b93fd43e 100644
--- a/src/go/plugins/docker/client.go
+++ b/src/go/plugins/docker/client.go
@@ -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/src/go/plugins/docker/config.go b/src/go/plugins/docker/config.go
index 7185158a867..0ce87c92190 100644
--- a/src/go/plugins/docker/config.go
+++ b/src/go/plugins/docker/config.go
@@ -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/src/go/plugins/docker/discovery.go b/src/go/plugins/docker/discovery.go
index 915a2a87ff8..01e7ac8bf33 100644
--- a/src/go/plugins/docker/discovery.go
+++ b/src/go/plugins/docker/discovery.go
@@ -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/src/go/plugins/docker/docker.go b/src/go/plugins/docker/docker.go
index 8f5854848f3..84428be079d 100644
--- a/src/go/plugins/docker/docker.go
+++ b/src/go/plugins/docker/docker.go
@@ -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/src/go/plugins/docker/metrics.go b/src/go/plugins/docker/metrics.go
index 1ffe013a8ef..cb10f086f6c 100644
--- a/src/go/plugins/docker/metrics.go
+++ b/src/go/plugins/docker/metrics.go
@@ -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/src/go/plugins/docker/types.go b/src/go/plugins/docker/types.go
index f5e668f95b7..90663062e33 100644
--- a/src/go/plugins/docker/types.go
+++ b/src/go/plugins/docker/types.go
@@ -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/src/go/plugins/kernel/kernel.go b/src/go/plugins/kernel/kernel.go
index 3d6368a6002..082349ff135 100644
--- a/src/go/plugins/kernel/kernel.go
+++ b/src/go/plugins/kernel/kernel.go
@@ -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/src/go/plugins/kernel/kernel_linux.go b/src/go/plugins/kernel/kernel_linux.go
index dfe4be0fcc9..d00e14ac3fd 100644
--- a/src/go/plugins/kernel/kernel_linux.go
+++ b/src/go/plugins/kernel/kernel_linux.go
@@ -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/src/go/plugins/kernel/kernel_test.go b/src/go/plugins/kernel/kernel_test.go
index ab1b23bdf7b..ab5479e031f 100644
--- a/src/go/plugins/kernel/kernel_test.go
+++ b/src/go/plugins/kernel/kernel_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/log/log.go b/src/go/plugins/log/log.go
index 383026b4273..15bb5c4ce13 100644
--- a/src/go/plugins/log/log.go
+++ b/src/go/plugins/log/log.go
@@ -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/src/go/plugins/memcached/config.go b/src/go/plugins/memcached/config.go
index 5fa0e292a27..b3d5b64b610 100644
--- a/src/go/plugins/memcached/config.go
+++ b/src/go/plugins/memcached/config.go
@@ -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/src/go/plugins/memcached/conn.go b/src/go/plugins/memcached/conn.go
index f7e004ff340..90eb8065c49 100644
--- a/src/go/plugins/memcached/conn.go
+++ b/src/go/plugins/memcached/conn.go
@@ -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/src/go/plugins/memcached/conn_test.go b/src/go/plugins/memcached/conn_test.go
index e06d54bdb99..da9f6adaff1 100644
--- a/src/go/plugins/memcached/conn_test.go
+++ b/src/go/plugins/memcached/conn_test.go
@@ -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/src/go/plugins/memcached/handler_ping.go b/src/go/plugins/memcached/handler_ping.go
index 888d6036475..dcf95bd7696 100644
--- a/src/go/plugins/memcached/handler_ping.go
+++ b/src/go/plugins/memcached/handler_ping.go
@@ -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/src/go/plugins/memcached/handler_ping_test.go b/src/go/plugins/memcached/handler_ping_test.go
index 65bbd57d8b7..bef58650284 100644
--- a/src/go/plugins/memcached/handler_ping_test.go
+++ b/src/go/plugins/memcached/handler_ping_test.go
@@ -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/src/go/plugins/memcached/handler_stats.go b/src/go/plugins/memcached/handler_stats.go
index 5513d5de3b2..b149c6f1c48 100644
--- a/src/go/plugins/memcached/handler_stats.go
+++ b/src/go/plugins/memcached/handler_stats.go
@@ -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/src/go/plugins/memcached/handler_stats_test.go b/src/go/plugins/memcached/handler_stats_test.go
index 062134ba5ef..5ff42a83b59 100644
--- a/src/go/plugins/memcached/handler_stats_test.go
+++ b/src/go/plugins/memcached/handler_stats_test.go
@@ -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/src/go/plugins/memcached/memcached.go b/src/go/plugins/memcached/memcached.go
index 86bab72d74d..5216090729b 100644
--- a/src/go/plugins/memcached/memcached.go
+++ b/src/go/plugins/memcached/memcached.go
@@ -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/src/go/plugins/memcached/memcached_test.go b/src/go/plugins/memcached/memcached_test.go
index aeef3f959ff..b9ec219b96f 100644
--- a/src/go/plugins/memcached/memcached_test.go
+++ b/src/go/plugins/memcached/memcached_test.go
@@ -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/src/go/plugins/memcached/metrics.go b/src/go/plugins/memcached/metrics.go
index 66102ae712c..ba1abc7f00f 100644
--- a/src/go/plugins/memcached/metrics.go
+++ b/src/go/plugins/memcached/metrics.go
@@ -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/src/go/plugins/modbus/endianness.go b/src/go/plugins/modbus/endianness.go
index 0e9465b30d4..c470359ef70 100644
--- a/src/go/plugins/modbus/endianness.go
+++ b/src/go/plugins/modbus/endianness.go
@@ -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/src/go/plugins/modbus/modbus.go b/src/go/plugins/modbus/modbus.go
index 6421c4bff95..58dcd153c06 100644
--- a/src/go/plugins/modbus/modbus.go
+++ b/src/go/plugins/modbus/modbus.go
@@ -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/src/go/plugins/modbus/parse.go b/src/go/plugins/modbus/parse.go
index a24d5635b0b..d0ea50a87f0 100644
--- a/src/go/plugins/modbus/parse.go
+++ b/src/go/plugins/modbus/parse.go
@@ -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/src/go/plugins/mongodb/config.go b/src/go/plugins/mongodb/config.go
index 55a3b9c901c..3be5421665d 100644
--- a/src/go/plugins/mongodb/config.go
+++ b/src/go/plugins/mongodb/config.go
@@ -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/src/go/plugins/mongodb/conn.go b/src/go/plugins/mongodb/conn.go
index 882aae1a63f..403cfdecb35 100644
--- a/src/go/plugins/mongodb/conn.go
+++ b/src/go/plugins/mongodb/conn.go
@@ -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/src/go/plugins/mongodb/handler_collection_stats.go b/src/go/plugins/mongodb/handler_collection_stats.go
index 1c27dfc7b41..0d65094ad2f 100644
--- a/src/go/plugins/mongodb/handler_collection_stats.go
+++ b/src/go/plugins/mongodb/handler_collection_stats.go
@@ -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/src/go/plugins/mongodb/handler_collections_discovery.go b/src/go/plugins/mongodb/handler_collections_discovery.go
index 5d8f886da91..3fcc8d0c36b 100644
--- a/src/go/plugins/mongodb/handler_collections_discovery.go
+++ b/src/go/plugins/mongodb/handler_collections_discovery.go
@@ -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/src/go/plugins/mongodb/handler_collections_usage.go b/src/go/plugins/mongodb/handler_collections_usage.go
index 1ef260472cd..9b1dc6a4e45 100644
--- a/src/go/plugins/mongodb/handler_collections_usage.go
+++ b/src/go/plugins/mongodb/handler_collections_usage.go
@@ -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/src/go/plugins/mongodb/handler_config_discovery.go b/src/go/plugins/mongodb/handler_config_discovery.go
index 9d96bd99e82..fc6e033a7cc 100644
--- a/src/go/plugins/mongodb/handler_config_discovery.go
+++ b/src/go/plugins/mongodb/handler_config_discovery.go
@@ -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/src/go/plugins/mongodb/handler_connPool_stats.go b/src/go/plugins/mongodb/handler_connPool_stats.go
index a4e94142860..0ffcca08c5a 100644
--- a/src/go/plugins/mongodb/handler_connPool_stats.go
+++ b/src/go/plugins/mongodb/handler_connPool_stats.go
@@ -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/src/go/plugins/mongodb/handler_database_stats.go b/src/go/plugins/mongodb/handler_database_stats.go
index 30861f95b2b..9ad277fc358 100644
--- a/src/go/plugins/mongodb/handler_database_stats.go
+++ b/src/go/plugins/mongodb/handler_database_stats.go
@@ -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/src/go/plugins/mongodb/handler_databases_discovery.go b/src/go/plugins/mongodb/handler_databases_discovery.go
index 9b3c79261a4..96cf82f4578 100644
--- a/src/go/plugins/mongodb/handler_databases_discovery.go
+++ b/src/go/plugins/mongodb/handler_databases_discovery.go
@@ -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/src/go/plugins/mongodb/handler_jumbo_chunks.go b/src/go/plugins/mongodb/handler_jumbo_chunks.go
index a92a93505c2..fc818657533 100644
--- a/src/go/plugins/mongodb/handler_jumbo_chunks.go
+++ b/src/go/plugins/mongodb/handler_jumbo_chunks.go
@@ -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/src/go/plugins/mongodb/handler_oplog_stats.go b/src/go/plugins/mongodb/handler_oplog_stats.go
index 6da5cfe0d95..835e8a29e42 100644
--- a/src/go/plugins/mongodb/handler_oplog_stats.go
+++ b/src/go/plugins/mongodb/handler_oplog_stats.go
@@ -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/src/go/plugins/mongodb/handler_ping.go b/src/go/plugins/mongodb/handler_ping.go
index 2aceabceb64..2ba8435bae0 100644
--- a/src/go/plugins/mongodb/handler_ping.go
+++ b/src/go/plugins/mongodb/handler_ping.go
@@ -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/src/go/plugins/mongodb/handler_replset_config.go b/src/go/plugins/mongodb/handler_replset_config.go
index 17130ebc6b4..cd693260f3e 100644
--- a/src/go/plugins/mongodb/handler_replset_config.go
+++ b/src/go/plugins/mongodb/handler_replset_config.go
@@ -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/src/go/plugins/mongodb/handler_replset_status.go b/src/go/plugins/mongodb/handler_replset_status.go
index ef0a7135dfe..0ba46216e0b 100644
--- a/src/go/plugins/mongodb/handler_replset_status.go
+++ b/src/go/plugins/mongodb/handler_replset_status.go
@@ -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/src/go/plugins/mongodb/handler_server_status.go b/src/go/plugins/mongodb/handler_server_status.go
index c946ed857e6..edf19661445 100644
--- a/src/go/plugins/mongodb/handler_server_status.go
+++ b/src/go/plugins/mongodb/handler_server_status.go
@@ -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/src/go/plugins/mongodb/handler_shards_discovery.go b/src/go/plugins/mongodb/handler_shards_discovery.go
index 177390aeae1..3278452bef1 100644
--- a/src/go/plugins/mongodb/handler_shards_discovery.go
+++ b/src/go/plugins/mongodb/handler_shards_discovery.go
@@ -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/src/go/plugins/mongodb/metrics.go b/src/go/plugins/mongodb/metrics.go
index f1cd553b989..5a92374cad8 100644
--- a/src/go/plugins/mongodb/metrics.go
+++ b/src/go/plugins/mongodb/metrics.go
@@ -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/src/go/plugins/mongodb/mongodb.go b/src/go/plugins/mongodb/mongodb.go
index ad4e988c6e4..2f9889c7fee 100644
--- a/src/go/plugins/mongodb/mongodb.go
+++ b/src/go/plugins/mongodb/mongodb.go
@@ -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/src/go/plugins/mqtt/mqtt.go b/src/go/plugins/mqtt/mqtt.go
index 12e91ae7792..21a9c869e8f 100644
--- a/src/go/plugins/mqtt/mqtt.go
+++ b/src/go/plugins/mqtt/mqtt.go
@@ -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/src/go/plugins/mysql/config.go b/src/go/plugins/mysql/config.go
index e87ebde9111..9156f19d845 100644
--- a/src/go/plugins/mysql/config.go
+++ b/src/go/plugins/mysql/config.go
@@ -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/src/go/plugins/mysql/conn.go b/src/go/plugins/mysql/conn.go
index 4e8908bfd24..9a71783548c 100644
--- a/src/go/plugins/mysql/conn.go
+++ b/src/go/plugins/mysql/conn.go
@@ -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/src/go/plugins/mysql/handler_database_size.go b/src/go/plugins/mysql/handler_database_size.go
index c9339c40ea0..5badf554a1f 100644
--- a/src/go/plugins/mysql/handler_database_size.go
+++ b/src/go/plugins/mysql/handler_database_size.go
@@ -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/src/go/plugins/mysql/handler_databases_discovery.go b/src/go/plugins/mysql/handler_databases_discovery.go
index 86b66bf223f..75feb5b2251 100644
--- a/src/go/plugins/mysql/handler_databases_discovery.go
+++ b/src/go/plugins/mysql/handler_databases_discovery.go
@@ -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/src/go/plugins/mysql/handler_ping.go b/src/go/plugins/mysql/handler_ping.go
index 29491340485..7baa8205b5d 100644
--- a/src/go/plugins/mysql/handler_ping.go
+++ b/src/go/plugins/mysql/handler_ping.go
@@ -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/src/go/plugins/mysql/handler_replication_discovery.go b/src/go/plugins/mysql/handler_replication_discovery.go
index 47264e3175d..2722f17746b 100644
--- a/src/go/plugins/mysql/handler_replication_discovery.go
+++ b/src/go/plugins/mysql/handler_replication_discovery.go
@@ -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/src/go/plugins/mysql/handler_replication_status.go b/src/go/plugins/mysql/handler_replication_status.go
index ae4a1fce027..594c2816104 100644
--- a/src/go/plugins/mysql/handler_replication_status.go
+++ b/src/go/plugins/mysql/handler_replication_status.go
@@ -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/src/go/plugins/mysql/handler_status_variables.go b/src/go/plugins/mysql/handler_status_variables.go
index d0ed47fbf49..878fed75103 100644
--- a/src/go/plugins/mysql/handler_status_variables.go
+++ b/src/go/plugins/mysql/handler_status_variables.go
@@ -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/src/go/plugins/mysql/handler_version.go b/src/go/plugins/mysql/handler_version.go
index c0ff108e3a5..1823bb1107f 100644
--- a/src/go/plugins/mysql/handler_version.go
+++ b/src/go/plugins/mysql/handler_version.go
@@ -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/src/go/plugins/mysql/metrics.go b/src/go/plugins/mysql/metrics.go
index da233aa2c63..466484b68be 100644
--- a/src/go/plugins/mysql/metrics.go
+++ b/src/go/plugins/mysql/metrics.go
@@ -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/src/go/plugins/mysql/mysql.go b/src/go/plugins/mysql/mysql.go
index 5c7319c9d2a..e41aa26053e 100644
--- a/src/go/plugins/mysql/mysql.go
+++ b/src/go/plugins/mysql/mysql.go
@@ -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/src/go/plugins/mysql/scanHelper.go b/src/go/plugins/mysql/scanHelper.go
index a7404811940..4501af0c0e2 100644
--- a/src/go/plugins/mysql/scanHelper.go
+++ b/src/go/plugins/mysql/scanHelper.go
@@ -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/src/go/plugins/net/netif/netif.go b/src/go/plugins/net/netif/netif.go
index ef2acbe21a1..728885d3d67 100644
--- a/src/go/plugins/net/netif/netif.go
+++ b/src/go/plugins/net/netif/netif.go
@@ -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/src/go/plugins/net/netif/netif_linux.go b/src/go/plugins/net/netif/netif_linux.go
index 17087944066..3c3c19d9416 100644
--- a/src/go/plugins/net/netif/netif_linux.go
+++ b/src/go/plugins/net/netif/netif_linux.go
@@ -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/src/go/plugins/net/netif/netif_test.go b/src/go/plugins/net/netif/netif_test.go
index 8105502376c..c53c9aad4b5 100644
--- a/src/go/plugins/net/netif/netif_test.go
+++ b/src/go/plugins/net/netif/netif_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/net/netif/netif_unsupported.go b/src/go/plugins/net/netif/netif_unsupported.go
index 1254cf033a7..3d9464f485a 100644
--- a/src/go/plugins/net/netif/netif_unsupported.go
+++ b/src/go/plugins/net/netif/netif_unsupported.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/net/netif/netif_windows.go b/src/go/plugins/net/netif/netif_windows.go
index d12e4ddffd4..d7aefb7ff57 100644
--- a/src/go/plugins/net/netif/netif_windows.go
+++ b/src/go/plugins/net/netif/netif_windows.go
@@ -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/src/go/plugins/net/tcp/tcp.go b/src/go/plugins/net/tcp/tcp.go
index 39a0f09130e..8364ac5f0db 100644
--- a/src/go/plugins/net/tcp/tcp.go
+++ b/src/go/plugins/net/tcp/tcp.go
@@ -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/src/go/plugins/net/tcp/tcp_nix.go b/src/go/plugins/net/tcp/tcp_nix.go
index bec6b7670eb..ed0723cfacd 100644
--- a/src/go/plugins/net/tcp/tcp_nix.go
+++ b/src/go/plugins/net/tcp/tcp_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/net/tcp/tcp_test.go b/src/go/plugins/net/tcp/tcp_test.go
index 41bd8a5aab2..e1220102083 100644
--- a/src/go/plugins/net/tcp/tcp_test.go
+++ b/src/go/plugins/net/tcp/tcp_test.go
@@ -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/src/go/plugins/net/tcp/tcp_windows.go b/src/go/plugins/net/tcp/tcp_windows.go
index c23e78df256..b88fb620d86 100644
--- a/src/go/plugins/net/tcp/tcp_windows.go
+++ b/src/go/plugins/net/tcp/tcp_windows.go
@@ -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/src/go/plugins/net/udp/udp.go b/src/go/plugins/net/udp/udp.go
index 8f5a70ac6ab..6e785b69e25 100644
--- a/src/go/plugins/net/udp/udp.go
+++ b/src/go/plugins/net/udp/udp.go
@@ -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/src/go/plugins/oracle/config.go b/src/go/plugins/oracle/config.go
index 9f1c4f15f95..51fa8211d2e 100644
--- a/src/go/plugins/oracle/config.go
+++ b/src/go/plugins/oracle/config.go
@@ -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/src/go/plugins/oracle/conn.go b/src/go/plugins/oracle/conn.go
index e5a806343fa..24666044515 100644
--- a/src/go/plugins/oracle/conn.go
+++ b/src/go/plugins/oracle/conn.go
@@ -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/src/go/plugins/oracle/conn_test.go b/src/go/plugins/oracle/conn_test.go
index 5c38cb72aad..af25405e5dc 100644
--- a/src/go/plugins/oracle/conn_test.go
+++ b/src/go/plugins/oracle/conn_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/oracle/handler_archive.go b/src/go/plugins/oracle/handler_archive.go
index 40f92f88068..9c13b764342 100644
--- a/src/go/plugins/oracle/handler_archive.go
+++ b/src/go/plugins/oracle/handler_archive.go
@@ -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/src/go/plugins/oracle/handler_archive_discovery.go b/src/go/plugins/oracle/handler_archive_discovery.go
index 9f0099d413f..9c5c93bd9fa 100644
--- a/src/go/plugins/oracle/handler_archive_discovery.go
+++ b/src/go/plugins/oracle/handler_archive_discovery.go
@@ -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/src/go/plugins/oracle/handler_asm_diskgroups.go b/src/go/plugins/oracle/handler_asm_diskgroups.go
index 4b9dd08b203..a79345cb579 100644
--- a/src/go/plugins/oracle/handler_asm_diskgroups.go
+++ b/src/go/plugins/oracle/handler_asm_diskgroups.go
@@ -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/src/go/plugins/oracle/handler_asm_diskgroups_discovery.go b/src/go/plugins/oracle/handler_asm_diskgroups_discovery.go
index 6ea3a488b89..4b75059e53b 100644
--- a/src/go/plugins/oracle/handler_asm_diskgroups_discovery.go
+++ b/src/go/plugins/oracle/handler_asm_diskgroups_discovery.go
@@ -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/src/go/plugins/oracle/handler_cdb.go b/src/go/plugins/oracle/handler_cdb.go
index 8d1e4a171fd..7527546431b 100644
--- a/src/go/plugins/oracle/handler_cdb.go
+++ b/src/go/plugins/oracle/handler_cdb.go
@@ -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/src/go/plugins/oracle/handler_custom_query.go b/src/go/plugins/oracle/handler_custom_query.go
index fcc14f9eed0..fea2af50c14 100644
--- a/src/go/plugins/oracle/handler_custom_query.go
+++ b/src/go/plugins/oracle/handler_custom_query.go
@@ -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/src/go/plugins/oracle/handler_databases_discovery.go b/src/go/plugins/oracle/handler_databases_discovery.go
index 5fd9ef10fe8..c2f5d0072b3 100644
--- a/src/go/plugins/oracle/handler_databases_discovery.go
+++ b/src/go/plugins/oracle/handler_databases_discovery.go
@@ -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/src/go/plugins/oracle/handler_datafiles.go b/src/go/plugins/oracle/handler_datafiles.go
index 1240adcc043..541b541f822 100644
--- a/src/go/plugins/oracle/handler_datafiles.go
+++ b/src/go/plugins/oracle/handler_datafiles.go
@@ -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/src/go/plugins/oracle/handler_fra.go b/src/go/plugins/oracle/handler_fra.go
index 8f3f10ea58e..65488ad666a 100644
--- a/src/go/plugins/oracle/handler_fra.go
+++ b/src/go/plugins/oracle/handler_fra.go
@@ -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/src/go/plugins/oracle/handler_instance.go b/src/go/plugins/oracle/handler_instance.go
index b5fed01c0dc..e0977cd1134 100644
--- a/src/go/plugins/oracle/handler_instance.go
+++ b/src/go/plugins/oracle/handler_instance.go
@@ -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/src/go/plugins/oracle/handler_pdb.go b/src/go/plugins/oracle/handler_pdb.go
index 26327a8d0e3..9b3f9339183 100644
--- a/src/go/plugins/oracle/handler_pdb.go
+++ b/src/go/plugins/oracle/handler_pdb.go
@@ -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/src/go/plugins/oracle/handler_pdb_discovery.go b/src/go/plugins/oracle/handler_pdb_discovery.go
index 0d8b76453aa..7d541100ec8 100644
--- a/src/go/plugins/oracle/handler_pdb_discovery.go
+++ b/src/go/plugins/oracle/handler_pdb_discovery.go
@@ -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/src/go/plugins/oracle/handler_pga.go b/src/go/plugins/oracle/handler_pga.go
index b91c784b229..d6e2d3b251d 100644
--- a/src/go/plugins/oracle/handler_pga.go
+++ b/src/go/plugins/oracle/handler_pga.go
@@ -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/src/go/plugins/oracle/handler_ping.go b/src/go/plugins/oracle/handler_ping.go
index e4d69a3c46f..6cb237d7593 100644
--- a/src/go/plugins/oracle/handler_ping.go
+++ b/src/go/plugins/oracle/handler_ping.go
@@ -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/src/go/plugins/oracle/handler_processes.go b/src/go/plugins/oracle/handler_processes.go
index 889956e2d54..c784710ef4e 100644
--- a/src/go/plugins/oracle/handler_processes.go
+++ b/src/go/plugins/oracle/handler_processes.go
@@ -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/src/go/plugins/oracle/handler_redolog.go b/src/go/plugins/oracle/handler_redolog.go
index ee51fb5ccb1..9754d95f9fd 100644
--- a/src/go/plugins/oracle/handler_redolog.go
+++ b/src/go/plugins/oracle/handler_redolog.go
@@ -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/src/go/plugins/oracle/handler_sessions.go b/src/go/plugins/oracle/handler_sessions.go
index d4cb049416e..676b35ccf6c 100644
--- a/src/go/plugins/oracle/handler_sessions.go
+++ b/src/go/plugins/oracle/handler_sessions.go
@@ -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/src/go/plugins/oracle/handler_sga.go b/src/go/plugins/oracle/handler_sga.go
index 3ce10149b23..4e348fafc4a 100644
--- a/src/go/plugins/oracle/handler_sga.go
+++ b/src/go/plugins/oracle/handler_sga.go
@@ -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/src/go/plugins/oracle/handler_sysmetrics.go b/src/go/plugins/oracle/handler_sysmetrics.go
index 85a9bf3af75..a07ec3dcd84 100644
--- a/src/go/plugins/oracle/handler_sysmetrics.go
+++ b/src/go/plugins/oracle/handler_sysmetrics.go
@@ -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/src/go/plugins/oracle/handler_sysparams.go b/src/go/plugins/oracle/handler_sysparams.go
index bce20a1a640..a8c5ea6552a 100644
--- a/src/go/plugins/oracle/handler_sysparams.go
+++ b/src/go/plugins/oracle/handler_sysparams.go
@@ -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/src/go/plugins/oracle/handler_tablespaces.go b/src/go/plugins/oracle/handler_tablespaces.go
index 07272007969..8d2721a6a5f 100644
--- a/src/go/plugins/oracle/handler_tablespaces.go
+++ b/src/go/plugins/oracle/handler_tablespaces.go
@@ -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/src/go/plugins/oracle/handler_tablespaces_discovery.go b/src/go/plugins/oracle/handler_tablespaces_discovery.go
index 46fbd8fec75..cfef1ee923f 100644
--- a/src/go/plugins/oracle/handler_tablespaces_discovery.go
+++ b/src/go/plugins/oracle/handler_tablespaces_discovery.go
@@ -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/src/go/plugins/oracle/handler_user.go b/src/go/plugins/oracle/handler_user.go
index c1f900e94b3..da742c916f0 100644
--- a/src/go/plugins/oracle/handler_user.go
+++ b/src/go/plugins/oracle/handler_user.go
@@ -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/src/go/plugins/oracle/metrics.go b/src/go/plugins/oracle/metrics.go
index 56628791976..9cce753fb37 100644
--- a/src/go/plugins/oracle/metrics.go
+++ b/src/go/plugins/oracle/metrics.go
@@ -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/src/go/plugins/oracle/oracle.go b/src/go/plugins/oracle/oracle.go
index 69ed869622d..8c2afa42834 100644
--- a/src/go/plugins/oracle/oracle.go
+++ b/src/go/plugins/oracle/oracle.go
@@ -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/src/go/plugins/oracle/oracle_test.go b/src/go/plugins/oracle/oracle_test.go
index 82d0fe09cab..7d8460ad595 100644
--- a/src/go/plugins/oracle/oracle_test.go
+++ b/src/go/plugins/oracle/oracle_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/plugins_darwin.go b/src/go/plugins/plugins_darwin.go
index 1101060c7ff..273324cdf64 100644
--- a/src/go/plugins/plugins_darwin.go
+++ b/src/go/plugins/plugins_darwin.go
@@ -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/src/go/plugins/plugins_linux.go b/src/go/plugins/plugins_linux.go
index 605a7311da7..302e4942ade 100644
--- a/src/go/plugins/plugins_linux.go
+++ b/src/go/plugins/plugins_linux.go
@@ -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/src/go/plugins/plugins_windows.go b/src/go/plugins/plugins_windows.go
index 35412fb53c9..09c76f64dae 100644
--- a/src/go/plugins/plugins_windows.go
+++ b/src/go/plugins/plugins_windows.go
@@ -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/src/go/plugins/postgres/config.go b/src/go/plugins/postgres/config.go
index 47fb635d794..4191b27c7b5 100755
--- a/src/go/plugins/postgres/config.go
+++ b/src/go/plugins/postgres/config.go
@@ -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/src/go/plugins/postgres/conn.go b/src/go/plugins/postgres/conn.go
index de9a22188c2..c17782dec67 100755
--- a/src/go/plugins/postgres/conn.go
+++ b/src/go/plugins/postgres/conn.go
@@ -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/src/go/plugins/postgres/handler_archive.go b/src/go/plugins/postgres/handler_archive.go
index b30625f6250..72ded4f0e93 100644
--- a/src/go/plugins/postgres/handler_archive.go
+++ b/src/go/plugins/postgres/handler_archive.go
@@ -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/src/go/plugins/postgres/handler_archive_test.go b/src/go/plugins/postgres/handler_archive_test.go
index 06cc87c2604..bb4acb92cbe 100644
--- a/src/go/plugins/postgres/handler_archive_test.go
+++ b/src/go/plugins/postgres/handler_archive_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_autovacuum.go b/src/go/plugins/postgres/handler_autovacuum.go
index c276c4c9763..8d69874c174 100644
--- a/src/go/plugins/postgres/handler_autovacuum.go
+++ b/src/go/plugins/postgres/handler_autovacuum.go
@@ -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/src/go/plugins/postgres/handler_autovacuum_test.go b/src/go/plugins/postgres/handler_autovacuum_test.go
index ba9e1ac8138..3dc99da9c54 100644
--- a/src/go/plugins/postgres/handler_autovacuum_test.go
+++ b/src/go/plugins/postgres/handler_autovacuum_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_bgwriter.go b/src/go/plugins/postgres/handler_bgwriter.go
index b30d0bea588..21ee46a5a33 100644
--- a/src/go/plugins/postgres/handler_bgwriter.go
+++ b/src/go/plugins/postgres/handler_bgwriter.go
@@ -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/src/go/plugins/postgres/handler_bgwriter_test.go b/src/go/plugins/postgres/handler_bgwriter_test.go
index 82663905084..cc0ea730ef3 100644
--- a/src/go/plugins/postgres/handler_bgwriter_test.go
+++ b/src/go/plugins/postgres/handler_bgwriter_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_cache.go b/src/go/plugins/postgres/handler_cache.go
index c0a9e91f063..eec459c2165 100644
--- a/src/go/plugins/postgres/handler_cache.go
+++ b/src/go/plugins/postgres/handler_cache.go
@@ -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/src/go/plugins/postgres/handler_cache_test.go b/src/go/plugins/postgres/handler_cache_test.go
index ab7f24d14b5..61e8994ac91 100644
--- a/src/go/plugins/postgres/handler_cache_test.go
+++ b/src/go/plugins/postgres/handler_cache_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_connections.go b/src/go/plugins/postgres/handler_connections.go
index 6ade372b9dd..7b0b725ce53 100644
--- a/src/go/plugins/postgres/handler_connections.go
+++ b/src/go/plugins/postgres/handler_connections.go
@@ -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/src/go/plugins/postgres/handler_connections_test.go b/src/go/plugins/postgres/handler_connections_test.go
index d4a7afcd5a8..ce860ecf1ad 100644
--- a/src/go/plugins/postgres/handler_connections_test.go
+++ b/src/go/plugins/postgres/handler_connections_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_custom_query.go b/src/go/plugins/postgres/handler_custom_query.go
index 6cba9967fcf..917a6597638 100644
--- a/src/go/plugins/postgres/handler_custom_query.go
+++ b/src/go/plugins/postgres/handler_custom_query.go
@@ -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/src/go/plugins/postgres/handler_database_age.go b/src/go/plugins/postgres/handler_database_age.go
index 409c2026969..42c2a5af04f 100644
--- a/src/go/plugins/postgres/handler_database_age.go
+++ b/src/go/plugins/postgres/handler_database_age.go
@@ -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/src/go/plugins/postgres/handler_database_age_test.go b/src/go/plugins/postgres/handler_database_age_test.go
index 22b70d245a9..f9996e9e7b0 100644
--- a/src/go/plugins/postgres/handler_database_age_test.go
+++ b/src/go/plugins/postgres/handler_database_age_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_database_size.go b/src/go/plugins/postgres/handler_database_size.go
index 71909b74460..eeb6db4ee10 100644
--- a/src/go/plugins/postgres/handler_database_size.go
+++ b/src/go/plugins/postgres/handler_database_size.go
@@ -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/src/go/plugins/postgres/handler_database_size_test.go b/src/go/plugins/postgres/handler_database_size_test.go
index 9f994f7cb2d..67a0364bcff 100644
--- a/src/go/plugins/postgres/handler_database_size_test.go
+++ b/src/go/plugins/postgres/handler_database_size_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_databases_bloating.go b/src/go/plugins/postgres/handler_databases_bloating.go
index 0c2da02e8f9..6b01f2397f4 100644
--- a/src/go/plugins/postgres/handler_databases_bloating.go
+++ b/src/go/plugins/postgres/handler_databases_bloating.go
@@ -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/src/go/plugins/postgres/handler_databases_bloating_test.go b/src/go/plugins/postgres/handler_databases_bloating_test.go
index 2554ca0e067..4ef609e829f 100644
--- a/src/go/plugins/postgres/handler_databases_bloating_test.go
+++ b/src/go/plugins/postgres/handler_databases_bloating_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_databases_discovery.go b/src/go/plugins/postgres/handler_databases_discovery.go
index a7b5e084ee8..d0637c16d52 100644
--- a/src/go/plugins/postgres/handler_databases_discovery.go
+++ b/src/go/plugins/postgres/handler_databases_discovery.go
@@ -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/src/go/plugins/postgres/handler_databases_discovery_test.go b/src/go/plugins/postgres/handler_databases_discovery_test.go
index 7f3b03c0937..19a19837131 100644
--- a/src/go/plugins/postgres/handler_databases_discovery_test.go
+++ b/src/go/plugins/postgres/handler_databases_discovery_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_dbstat.go b/src/go/plugins/postgres/handler_dbstat.go
index 181dbc0a467..fe4e23eccff 100644
--- a/src/go/plugins/postgres/handler_dbstat.go
+++ b/src/go/plugins/postgres/handler_dbstat.go
@@ -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/src/go/plugins/postgres/handler_dbstat_test.go b/src/go/plugins/postgres/handler_dbstat_test.go
index a370c89d660..41fa09577b9 100644
--- a/src/go/plugins/postgres/handler_dbstat_test.go
+++ b/src/go/plugins/postgres/handler_dbstat_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_locks.go b/src/go/plugins/postgres/handler_locks.go
index 1e57bbb7d9c..89e75178c3b 100644
--- a/src/go/plugins/postgres/handler_locks.go
+++ b/src/go/plugins/postgres/handler_locks.go
@@ -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/src/go/plugins/postgres/handler_locks_test.go b/src/go/plugins/postgres/handler_locks_test.go
index 4af6cfe2577..ad8c1bfb03e 100644
--- a/src/go/plugins/postgres/handler_locks_test.go
+++ b/src/go/plugins/postgres/handler_locks_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_oldest_xid.go b/src/go/plugins/postgres/handler_oldest_xid.go
index 3d7b10cc97c..e02aa0d05e2 100644
--- a/src/go/plugins/postgres/handler_oldest_xid.go
+++ b/src/go/plugins/postgres/handler_oldest_xid.go
@@ -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/src/go/plugins/postgres/handler_oldest_xid_test.go b/src/go/plugins/postgres/handler_oldest_xid_test.go
index 56c1ea31a3d..b6ae3c230c3 100644
--- a/src/go/plugins/postgres/handler_oldest_xid_test.go
+++ b/src/go/plugins/postgres/handler_oldest_xid_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_ping.go b/src/go/plugins/postgres/handler_ping.go
index 6ccf4917fca..04018cb4da4 100644
--- a/src/go/plugins/postgres/handler_ping.go
+++ b/src/go/plugins/postgres/handler_ping.go
@@ -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/src/go/plugins/postgres/handler_ping_test.go b/src/go/plugins/postgres/handler_ping_test.go
index a6a658b6e14..ecc8e51c932 100755
--- a/src/go/plugins/postgres/handler_ping_test.go
+++ b/src/go/plugins/postgres/handler_ping_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_replication.go b/src/go/plugins/postgres/handler_replication.go
index bb6b044b7ca..6dc8cce0931 100644
--- a/src/go/plugins/postgres/handler_replication.go
+++ b/src/go/plugins/postgres/handler_replication.go
@@ -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/src/go/plugins/postgres/handler_replication_process_name_discovery.go b/src/go/plugins/postgres/handler_replication_process_name_discovery.go
index 113cc8bb2c4..fbfec767991 100644
--- a/src/go/plugins/postgres/handler_replication_process_name_discovery.go
+++ b/src/go/plugins/postgres/handler_replication_process_name_discovery.go
@@ -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/src/go/plugins/postgres/handler_replication_test.go b/src/go/plugins/postgres/handler_replication_test.go
index 2a954e1f8e1..7edd735c51b 100644
--- a/src/go/plugins/postgres/handler_replication_test.go
+++ b/src/go/plugins/postgres/handler_replication_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_uptime.go b/src/go/plugins/postgres/handler_uptime.go
index def10122b57..25ac539aeef 100644
--- a/src/go/plugins/postgres/handler_uptime.go
+++ b/src/go/plugins/postgres/handler_uptime.go
@@ -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/src/go/plugins/postgres/handler_uptime_test.go b/src/go/plugins/postgres/handler_uptime_test.go
index aeeda67ab04..b2204e8d2e6 100644
--- a/src/go/plugins/postgres/handler_uptime_test.go
+++ b/src/go/plugins/postgres/handler_uptime_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/handler_wal.go b/src/go/plugins/postgres/handler_wal.go
index 55659ee0e2b..d086e5b479f 100644
--- a/src/go/plugins/postgres/handler_wal.go
+++ b/src/go/plugins/postgres/handler_wal.go
@@ -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/src/go/plugins/postgres/handler_wal_test.go b/src/go/plugins/postgres/handler_wal_test.go
index 19e78584be3..168935a6883 100644
--- a/src/go/plugins/postgres/handler_wal_test.go
+++ b/src/go/plugins/postgres/handler_wal_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/metrics.go b/src/go/plugins/postgres/metrics.go
index 3b581072b21..5f45444723d 100644
--- a/src/go/plugins/postgres/metrics.go
+++ b/src/go/plugins/postgres/metrics.go
@@ -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/src/go/plugins/postgres/postgres.go b/src/go/plugins/postgres/postgres.go
index 036279a41df..ac3a213d575 100755
--- a/src/go/plugins/postgres/postgres.go
+++ b/src/go/plugins/postgres/postgres.go
@@ -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/src/go/plugins/postgres/postgres_test.go b/src/go/plugins/postgres/postgres_test.go
index f7054c19292..28efddecc2a 100755
--- a/src/go/plugins/postgres/postgres_test.go
+++ b/src/go/plugins/postgres/postgres_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/postgres/testpool.go b/src/go/plugins/postgres/testpool.go
index 2acd74186cd..d46c8bbac2f 100644
--- a/src/go/plugins/postgres/testpool.go
+++ b/src/go/plugins/postgres/testpool.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/proc/proc_linux.go b/src/go/plugins/proc/proc_linux.go
index 20af05f34f8..0986a2fdf74 100644
--- a/src/go/plugins/proc/proc_linux.go
+++ b/src/go/plugins/proc/proc_linux.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/proc/proc_linux_test.go b/src/go/plugins/proc/proc_linux_test.go
index 8cb4763dfa0..9101f4698ca 100644
--- a/src/go/plugins/proc/proc_linux_test.go
+++ b/src/go/plugins/proc/proc_linux_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/proc/proc_test.go b/src/go/plugins/proc/proc_test.go
index 39966b18aa2..3330ee6c110 100644
--- a/src/go/plugins/proc/proc_test.go
+++ b/src/go/plugins/proc/proc_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/proc/proc_windows.go b/src/go/plugins/proc/proc_windows.go
index a066cac1dd5..405f3e34a34 100644
--- a/src/go/plugins/proc/proc_windows.go
+++ b/src/go/plugins/proc/proc_windows.go
@@ -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/src/go/plugins/proc/procfs_linux.go b/src/go/plugins/proc/procfs_linux.go
index 6760a155154..85bb7ba1f77 100644
--- a/src/go/plugins/proc/procfs_linux.go
+++ b/src/go/plugins/proc/procfs_linux.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/redis/config.go b/src/go/plugins/redis/config.go
index b7ae856cead..f8913012c76 100644
--- a/src/go/plugins/redis/config.go
+++ b/src/go/plugins/redis/config.go
@@ -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/src/go/plugins/redis/conn.go b/src/go/plugins/redis/conn.go
index 1ee53ec81ed..bf47c01a383 100644
--- a/src/go/plugins/redis/conn.go
+++ b/src/go/plugins/redis/conn.go
@@ -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/src/go/plugins/redis/conn_test.go b/src/go/plugins/redis/conn_test.go
index a9445b3bbf9..423039e5a69 100644
--- a/src/go/plugins/redis/conn_test.go
+++ b/src/go/plugins/redis/conn_test.go
@@ -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/src/go/plugins/redis/handler_config.go b/src/go/plugins/redis/handler_config.go
index bf04351803f..d712cc0b094 100644
--- a/src/go/plugins/redis/handler_config.go
+++ b/src/go/plugins/redis/handler_config.go
@@ -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/src/go/plugins/redis/handler_config_test.go b/src/go/plugins/redis/handler_config_test.go
index f9c9c00d3bf..75f15b63ca6 100644
--- a/src/go/plugins/redis/handler_config_test.go
+++ b/src/go/plugins/redis/handler_config_test.go
@@ -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/src/go/plugins/redis/handler_info.go b/src/go/plugins/redis/handler_info.go
index 85ab734a525..8fc3c04e5a5 100644
--- a/src/go/plugins/redis/handler_info.go
+++ b/src/go/plugins/redis/handler_info.go
@@ -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/src/go/plugins/redis/handler_info_test.go b/src/go/plugins/redis/handler_info_test.go
index 9d013943682..f4bb42cdd99 100644
--- a/src/go/plugins/redis/handler_info_test.go
+++ b/src/go/plugins/redis/handler_info_test.go
@@ -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/src/go/plugins/redis/handler_ping.go b/src/go/plugins/redis/handler_ping.go
index 3c9fc9176f8..9dc0ba7327a 100644
--- a/src/go/plugins/redis/handler_ping.go
+++ b/src/go/plugins/redis/handler_ping.go
@@ -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/src/go/plugins/redis/handler_ping_test.go b/src/go/plugins/redis/handler_ping_test.go
index 0d8a16f9c8f..caaa68f21a2 100644
--- a/src/go/plugins/redis/handler_ping_test.go
+++ b/src/go/plugins/redis/handler_ping_test.go
@@ -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/src/go/plugins/redis/handler_slowlog.go b/src/go/plugins/redis/handler_slowlog.go
index 76974535228..c86adc410eb 100644
--- a/src/go/plugins/redis/handler_slowlog.go
+++ b/src/go/plugins/redis/handler_slowlog.go
@@ -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/src/go/plugins/redis/handler_slowlog_test.go b/src/go/plugins/redis/handler_slowlog_test.go
index 010025a8fca..120aaedc644 100644
--- a/src/go/plugins/redis/handler_slowlog_test.go
+++ b/src/go/plugins/redis/handler_slowlog_test.go
@@ -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/src/go/plugins/redis/metrics.go b/src/go/plugins/redis/metrics.go
index e1818686c0a..c8c54f37480 100644
--- a/src/go/plugins/redis/metrics.go
+++ b/src/go/plugins/redis/metrics.go
@@ -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/src/go/plugins/redis/redis.go b/src/go/plugins/redis/redis.go
index a06b3bb5cf7..ba5115f9ccf 100644
--- a/src/go/plugins/redis/redis.go
+++ b/src/go/plugins/redis/redis.go
@@ -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/src/go/plugins/redis/redis_test.go b/src/go/plugins/redis/redis_test.go
index 99dec4cab3e..e0f28fca000 100644
--- a/src/go/plugins/redis/redis_test.go
+++ b/src/go/plugins/redis/redis_test.go
@@ -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/src/go/plugins/smart/smart.go b/src/go/plugins/smart/smart.go
index 9a19e88b583..48b15152511 100644
--- a/src/go/plugins/smart/smart.go
+++ b/src/go/plugins/smart/smart.go
@@ -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/src/go/plugins/smart/smart_nix.go b/src/go/plugins/smart/smart_nix.go
index 38784200afd..27e3d064044 100644
--- a/src/go/plugins/smart/smart_nix.go
+++ b/src/go/plugins/smart/smart_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/smart/smart_test.go b/src/go/plugins/smart/smart_test.go
index e28d7dcc93d..1ca089c02d5 100644
--- a/src/go/plugins/smart/smart_test.go
+++ b/src/go/plugins/smart/smart_test.go
@@ -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/src/go/plugins/smart/smart_windows.go b/src/go/plugins/smart/smart_windows.go
index fe9cbb2749f..1de2db5eeb0 100644
--- a/src/go/plugins/smart/smart_windows.go
+++ b/src/go/plugins/smart/smart_windows.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/smart/smartfs.go b/src/go/plugins/smart/smartfs.go
index 90b46b6e20a..469579a3099 100644
--- a/src/go/plugins/smart/smartfs.go
+++ b/src/go/plugins/smart/smartfs.go
@@ -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/src/go/plugins/smart/smartfs_test.go b/src/go/plugins/smart/smartfs_test.go
index 627ee28196d..1c59bef03fe 100644
--- a/src/go/plugins/smart/smartfs_test.go
+++ b/src/go/plugins/smart/smartfs_test.go
@@ -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/src/go/plugins/system/cpu/cpu.go b/src/go/plugins/system/cpu/cpu.go
index 98d2f976a5e..e2eb6e9e86c 100644
--- a/src/go/plugins/system/cpu/cpu.go
+++ b/src/go/plugins/system/cpu/cpu.go
@@ -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/src/go/plugins/system/cpu/cpu_linux.go b/src/go/plugins/system/cpu/cpu_linux.go
index 98ef0fd05a6..e9eb21e8695 100644
--- a/src/go/plugins/system/cpu/cpu_linux.go
+++ b/src/go/plugins/system/cpu/cpu_linux.go
@@ -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/src/go/plugins/system/cpu/cpu_windows.go b/src/go/plugins/system/cpu/cpu_windows.go
index 564c6015777..0b175a17dfe 100644
--- a/src/go/plugins/system/cpu/cpu_windows.go
+++ b/src/go/plugins/system/cpu/cpu_windows.go
@@ -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/src/go/plugins/system/cpu/cpucounters_linux.go b/src/go/plugins/system/cpu/cpucounters_linux.go
index 33bd605e1ef..d770eec4357 100644
--- a/src/go/plugins/system/cpu/cpucounters_linux.go
+++ b/src/go/plugins/system/cpu/cpucounters_linux.go
@@ -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/src/go/plugins/system/cpu/cpucounters_windows.go b/src/go/plugins/system/cpu/cpucounters_windows.go
index 2a612e44201..60a01ef0830 100644
--- a/src/go/plugins/system/cpu/cpucounters_windows.go
+++ b/src/go/plugins/system/cpu/cpucounters_windows.go
@@ -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/src/go/plugins/system/cpu/pdhcollector_windows.go b/src/go/plugins/system/cpu/pdhcollector_windows.go
index 5d240a2a327..8ab789cba9b 100644
--- a/src/go/plugins/system/cpu/pdhcollector_windows.go
+++ b/src/go/plugins/system/cpu/pdhcollector_windows.go
@@ -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/src/go/plugins/system/hw/hw_linux.go b/src/go/plugins/system/hw/hw_linux.go
index fa4b906c933..0c9661e301d 100644
--- a/src/go/plugins/system/hw/hw_linux.go
+++ b/src/go/plugins/system/hw/hw_linux.go
@@ -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/src/go/plugins/system/hw/hw_linux_test.go b/src/go/plugins/system/hw/hw_linux_test.go
index 9f275107f01..c4dc1a76326 100644
--- a/src/go/plugins/system/hw/hw_linux_test.go
+++ b/src/go/plugins/system/hw/hw_linux_test.go
@@ -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/src/go/plugins/system/sw/sw.go b/src/go/plugins/system/sw/sw.go
index 05076259f5c..6ff354fd711 100644
--- a/src/go/plugins/system/sw/sw.go
+++ b/src/go/plugins/system/sw/sw.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/system/swap/swap.go b/src/go/plugins/system/swap/swap.go
index 0db978486dd..efdef39a348 100644
--- a/src/go/plugins/system/swap/swap.go
+++ b/src/go/plugins/system/swap/swap.go
@@ -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/src/go/plugins/system/swap/swap_nix.go b/src/go/plugins/system/swap/swap_nix.go
index 24dc52119de..1e1eab18432 100644
--- a/src/go/plugins/system/swap/swap_nix.go
+++ b/src/go/plugins/system/swap/swap_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/system/swap/swap_windows.go b/src/go/plugins/system/swap/swap_windows.go
index e300a3ec280..f10465a4a95 100644
--- a/src/go/plugins/system/swap/swap_windows.go
+++ b/src/go/plugins/system/swap/swap_windows.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/system/uname/uname.go b/src/go/plugins/system/uname/uname.go
index 5c03badcd0d..2f00ced7764 100644
--- a/src/go/plugins/system/uname/uname.go
+++ b/src/go/plugins/system/uname/uname.go
@@ -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/src/go/plugins/system/uname/uname_int8.go b/src/go/plugins/system/uname/uname_int8.go
index 623a7226309..2dc382018cc 100644
--- a/src/go/plugins/system/uname/uname_int8.go
+++ b/src/go/plugins/system/uname/uname_int8.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/system/uname/uname_linux.go b/src/go/plugins/system/uname/uname_linux.go
index 5aea9426c22..f8f3dd06fcc 100644
--- a/src/go/plugins/system/uname/uname_linux.go
+++ b/src/go/plugins/system/uname/uname_linux.go
@@ -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/src/go/plugins/system/uname/uname_uint8.go b/src/go/plugins/system/uname/uname_uint8.go
index 72d3c3696eb..fdac2ce37ea 100644
--- a/src/go/plugins/system/uname/uname_uint8.go
+++ b/src/go/plugins/system/uname/uname_uint8.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/system/uname/uname_windows.go b/src/go/plugins/system/uname/uname_windows.go
index eae7d820263..698d749df5c 100644
--- a/src/go/plugins/system/uname/uname_windows.go
+++ b/src/go/plugins/system/uname/uname_windows.go
@@ -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/src/go/plugins/system/uptime/uptime.go b/src/go/plugins/system/uptime/uptime.go
index 7fbba80cc17..42244055154 100644
--- a/src/go/plugins/system/uptime/uptime.go
+++ b/src/go/plugins/system/uptime/uptime.go
@@ -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/src/go/plugins/system/uptime/uptime_linux.go b/src/go/plugins/system/uptime/uptime_linux.go
index d9e84a55b1e..1b73f0aae66 100644
--- a/src/go/plugins/system/uptime/uptime_linux.go
+++ b/src/go/plugins/system/uptime/uptime_linux.go
@@ -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/src/go/plugins/system/uptime/uptime_test.go b/src/go/plugins/system/uptime/uptime_test.go
index 3e249f8c2a7..7153851f0fe 100644
--- a/src/go/plugins/system/uptime/uptime_test.go
+++ b/src/go/plugins/system/uptime/uptime_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/system/uptime/uptime_windows.go b/src/go/plugins/system/uptime/uptime_windows.go
index 905af76d2c1..6d130e55d9c 100644
--- a/src/go/plugins/system/uptime/uptime_windows.go
+++ b/src/go/plugins/system/uptime/uptime_windows.go
@@ -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/src/go/plugins/system/users/users.go b/src/go/plugins/system/users/users.go
index 1a7d7eaef42..129fa3ba886 100644
--- a/src/go/plugins/system/users/users.go
+++ b/src/go/plugins/system/users/users.go
@@ -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/src/go/plugins/system/users/users_nix.go b/src/go/plugins/system/users/users_nix.go
index eb9ba6d6815..e11d4ff4342 100644
--- a/src/go/plugins/system/users/users_nix.go
+++ b/src/go/plugins/system/users/users_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/system/users/users_windows.go b/src/go/plugins/system/users/users_windows.go
index c053ca93409..2e1ddfb874f 100644
--- a/src/go/plugins/system/users/users_windows.go
+++ b/src/go/plugins/system/users/users_windows.go
@@ -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/src/go/plugins/systemd/systemd.go b/src/go/plugins/systemd/systemd.go
index a43c3f54f00..c857789de5e 100644
--- a/src/go/plugins/systemd/systemd.go
+++ b/src/go/plugins/systemd/systemd.go
@@ -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/src/go/plugins/systemrun/systemrun.go b/src/go/plugins/systemrun/systemrun.go
index 9d6868c4f85..61ed141db29 100644
--- a/src/go/plugins/systemrun/systemrun.go
+++ b/src/go/plugins/systemrun/systemrun.go
@@ -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/src/go/plugins/vfs/dev/dev.go b/src/go/plugins/vfs/dev/dev.go
index b39d22de840..f99f22bdd1c 100644
--- a/src/go/plugins/vfs/dev/dev.go
+++ b/src/go/plugins/vfs/dev/dev.go
@@ -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/src/go/plugins/vfs/dev/dev_linux.go b/src/go/plugins/vfs/dev/dev_linux.go
index df8b6153e05..7dc5fb606c4 100644
--- a/src/go/plugins/vfs/dev/dev_linux.go
+++ b/src/go/plugins/vfs/dev/dev_linux.go
@@ -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/src/go/plugins/vfs/file/cksum.go b/src/go/plugins/vfs/file/cksum.go
index d898fa990a5..f46cae83040 100644
--- a/src/go/plugins/vfs/file/cksum.go
+++ b/src/go/plugins/vfs/file/cksum.go
@@ -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/src/go/plugins/vfs/file/cksum_test.go b/src/go/plugins/vfs/file/cksum_test.go
index cd6d1eed1a5..8548da84016 100644
--- a/src/go/plugins/vfs/file/cksum_test.go
+++ b/src/go/plugins/vfs/file/cksum_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/contents.go b/src/go/plugins/vfs/file/contents.go
index b1edeb790e7..a9f809bde8b 100644
--- a/src/go/plugins/vfs/file/contents.go
+++ b/src/go/plugins/vfs/file/contents.go
@@ -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/src/go/plugins/vfs/file/contents_test.go b/src/go/plugins/vfs/file/contents_test.go
index cac63d4db13..236bde5b980 100644
--- a/src/go/plugins/vfs/file/contents_test.go
+++ b/src/go/plugins/vfs/file/contents_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/encoding.go b/src/go/plugins/vfs/file/encoding.go
index 972be1e7fac..195b045ff2b 100644
--- a/src/go/plugins/vfs/file/encoding.go
+++ b/src/go/plugins/vfs/file/encoding.go
@@ -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/src/go/plugins/vfs/file/exists.go b/src/go/plugins/vfs/file/exists.go
index 624960bbc6f..7d6076e96fe 100644
--- a/src/go/plugins/vfs/file/exists.go
+++ b/src/go/plugins/vfs/file/exists.go
@@ -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/src/go/plugins/vfs/file/exists_test.go b/src/go/plugins/vfs/file/exists_test.go
index b89d09c3fda..9ac584a12f1 100644
--- a/src/go/plugins/vfs/file/exists_test.go
+++ b/src/go/plugins/vfs/file/exists_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/file.go b/src/go/plugins/vfs/file/file.go
index 13bd484249a..066ae50ea0a 100644
--- a/src/go/plugins/vfs/file/file.go
+++ b/src/go/plugins/vfs/file/file.go
@@ -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/src/go/plugins/vfs/file/md5sum.go b/src/go/plugins/vfs/file/md5sum.go
index f85dc8a56ae..d1207f49f58 100644
--- a/src/go/plugins/vfs/file/md5sum.go
+++ b/src/go/plugins/vfs/file/md5sum.go
@@ -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/src/go/plugins/vfs/file/md5sum_test.go b/src/go/plugins/vfs/file/md5sum_test.go
index 458b0ca809d..93a8a8ba471 100644
--- a/src/go/plugins/vfs/file/md5sum_test.go
+++ b/src/go/plugins/vfs/file/md5sum_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/regexp.go b/src/go/plugins/vfs/file/regexp.go
index d8094b308ce..9fc15c06e10 100644
--- a/src/go/plugins/vfs/file/regexp.go
+++ b/src/go/plugins/vfs/file/regexp.go
@@ -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/src/go/plugins/vfs/file/regexp_test.go b/src/go/plugins/vfs/file/regexp_test.go
index 661fb665703..b527ff7e7bb 100644
--- a/src/go/plugins/vfs/file/regexp_test.go
+++ b/src/go/plugins/vfs/file/regexp_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/regmatch.go b/src/go/plugins/vfs/file/regmatch.go
index f1bd0197eb6..e23793566f2 100644
--- a/src/go/plugins/vfs/file/regmatch.go
+++ b/src/go/plugins/vfs/file/regmatch.go
@@ -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/src/go/plugins/vfs/file/regmatch_test.go b/src/go/plugins/vfs/file/regmatch_test.go
index f7f1c37ba8b..baefd321196 100644
--- a/src/go/plugins/vfs/file/regmatch_test.go
+++ b/src/go/plugins/vfs/file/regmatch_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/size.go b/src/go/plugins/vfs/file/size.go
index 4065667ea45..2497af93d97 100644
--- a/src/go/plugins/vfs/file/size.go
+++ b/src/go/plugins/vfs/file/size.go
@@ -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/src/go/plugins/vfs/file/size_test.go b/src/go/plugins/vfs/file/size_test.go
index 91d35ca63b7..11baffd8fe7 100644
--- a/src/go/plugins/vfs/file/size_test.go
+++ b/src/go/plugins/vfs/file/size_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/time_nix.go b/src/go/plugins/vfs/file/time_nix.go
index d9914f910e9..bd998582a30 100644
--- a/src/go/plugins/vfs/file/time_nix.go
+++ b/src/go/plugins/vfs/file/time_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/time_test.go b/src/go/plugins/vfs/file/time_test.go
index 3b854c7c246..3de56c00534 100644
--- a/src/go/plugins/vfs/file/time_test.go
+++ b/src/go/plugins/vfs/file/time_test.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/file/time_windows.go b/src/go/plugins/vfs/file/time_windows.go
index 2042bb6ee84..b77e44f6163 100644
--- a/src/go/plugins/vfs/file/time_windows.go
+++ b/src/go/plugins/vfs/file/time_windows.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/fs/fs.go b/src/go/plugins/vfs/fs/fs.go
index 9cb062424c7..4931a03d59b 100644
--- a/src/go/plugins/vfs/fs/fs.go
+++ b/src/go/plugins/vfs/fs/fs.go
@@ -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/src/go/plugins/vfs/fs/fs_nix.go b/src/go/plugins/vfs/fs/fs_nix.go
index b94371acd0c..94c31e5f7ef 100644
--- a/src/go/plugins/vfs/fs/fs_nix.go
+++ b/src/go/plugins/vfs/fs/fs_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/vfs/fs/fs_windows.go b/src/go/plugins/vfs/fs/fs_windows.go
index 9fd6b018310..7c284c6fe97 100644
--- a/src/go/plugins/vfs/fs/fs_windows.go
+++ b/src/go/plugins/vfs/fs/fs_windows.go
@@ -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/src/go/plugins/vfs/fs/fscaller.go b/src/go/plugins/vfs/fs/fscaller.go
index 8305ff6e2a4..08d3ba8105f 100644
--- a/src/go/plugins/vfs/fs/fscaller.go
+++ b/src/go/plugins/vfs/fs/fscaller.go
@@ -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/src/go/plugins/vm/memory/memory.go b/src/go/plugins/vm/memory/memory.go
index dc89eb98fac..f7e7e067903 100644
--- a/src/go/plugins/vm/memory/memory.go
+++ b/src/go/plugins/vm/memory/memory.go
@@ -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/src/go/plugins/vm/memory/memory_linux.go b/src/go/plugins/vm/memory/memory_linux.go
index 71b06cd43fe..a52cf1b3d24 100644
--- a/src/go/plugins/vm/memory/memory_linux.go
+++ b/src/go/plugins/vm/memory/memory_linux.go
@@ -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/src/go/plugins/vm/memory/memory_windows.go b/src/go/plugins/vm/memory/memory_windows.go
index ef44ba82e43..e761751b3e5 100644
--- a/src/go/plugins/vm/memory/memory_windows.go
+++ b/src/go/plugins/vm/memory/memory_windows.go
@@ -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/src/go/plugins/vm/vmemory/vmemory_windows.go b/src/go/plugins/vm/vmemory/vmemory_windows.go
index 19ae0547ef2..5ec0a269f19 100644
--- a/src/go/plugins/vm/vmemory/vmemory_windows.go
+++ b/src/go/plugins/vm/vmemory/vmemory_windows.go
@@ -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/src/go/plugins/web/certificate/certificate.go b/src/go/plugins/web/certificate/certificate.go
index 93f065abe6a..a4eb890fe77 100644
--- a/src/go/plugins/web/certificate/certificate.go
+++ b/src/go/plugins/web/certificate/certificate.go
@@ -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/src/go/plugins/web/certificate/certificate_test.go b/src/go/plugins/web/certificate/certificate_test.go
index 395505b83d7..22a2c023a32 100644
--- a/src/go/plugins/web/certificate/certificate_test.go
+++ b/src/go/plugins/web/certificate/certificate_test.go
@@ -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/src/go/plugins/web/page/page.go b/src/go/plugins/web/page/page.go
index 52670499546..82f95532d7f 100644
--- a/src/go/plugins/web/page/page.go
+++ b/src/go/plugins/web/page/page.go
@@ -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/src/go/plugins/windows/eventlog/eventlog.go b/src/go/plugins/windows/eventlog/eventlog.go
index 28e5189e452..cc6fd74f37d 100644
--- a/src/go/plugins/windows/eventlog/eventlog.go
+++ b/src/go/plugins/windows/eventlog/eventlog.go
@@ -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/src/go/plugins/windows/eventlog/eventlog_windows.go b/src/go/plugins/windows/eventlog/eventlog_windows.go
index 92f70ba7cab..860ba29da33 100644
--- a/src/go/plugins/windows/eventlog/eventlog_windows.go
+++ b/src/go/plugins/windows/eventlog/eventlog_windows.go
@@ -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/src/go/plugins/windows/perfmon/perfmon.go b/src/go/plugins/windows/perfmon/perfmon.go
index 8f8aacaa72a..9831c628384 100644
--- a/src/go/plugins/windows/perfmon/perfmon.go
+++ b/src/go/plugins/windows/perfmon/perfmon.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/windows/services/services.go b/src/go/plugins/windows/services/services.go
index 9b25d349917..966220ae9b1 100644
--- a/src/go/plugins/windows/services/services.go
+++ b/src/go/plugins/windows/services/services.go
@@ -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/src/go/plugins/windows/services/services_windows.go b/src/go/plugins/windows/services/services_windows.go
index e179ff08180..49b72bd3572 100644
--- a/src/go/plugins/windows/services/services_windows.go
+++ b/src/go/plugins/windows/services/services_windows.go
@@ -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/src/go/plugins/windows/wmi/wmi.go b/src/go/plugins/windows/wmi/wmi.go
index fffba435e6b..c0b0cf45b51 100644
--- a/src/go/plugins/windows/wmi/wmi.go
+++ b/src/go/plugins/windows/wmi/wmi.go
@@ -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/src/go/plugins/zabbix/async/async.go b/src/go/plugins/zabbix/async/async.go
index 10a406fad86..62f020a4663 100644
--- a/src/go/plugins/zabbix/async/async.go
+++ b/src/go/plugins/zabbix/async/async.go
@@ -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/src/go/plugins/zabbix/async/async_nix.go b/src/go/plugins/zabbix/async/async_nix.go
index d49fc73ea0c..aefdd5112e5 100644
--- a/src/go/plugins/zabbix/async/async_nix.go
+++ b/src/go/plugins/zabbix/async/async_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/zabbix/async/async_windows.go b/src/go/plugins/zabbix/async/async_windows.go
index 6bf0b61e772..4813595eba1 100644
--- a/src/go/plugins/zabbix/async/async_windows.go
+++ b/src/go/plugins/zabbix/async/async_windows.go
@@ -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/src/go/plugins/zabbix/sync/sync.go b/src/go/plugins/zabbix/sync/sync.go
index 70969ae9f75..dde57d8d57b 100644
--- a/src/go/plugins/zabbix/sync/sync.go
+++ b/src/go/plugins/zabbix/sync/sync.go
@@ -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/src/go/plugins/zabbix/sync/sync_nix.go b/src/go/plugins/zabbix/sync/sync_nix.go
index 7d0dc21c2e7..35aeeb34569 100644
--- a/src/go/plugins/zabbix/sync/sync_nix.go
+++ b/src/go/plugins/zabbix/sync/sync_nix.go
@@ -2,7 +2,7 @@
/*
** 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/src/go/plugins/zabbix/sync/sync_windows.go b/src/go/plugins/zabbix/sync/sync_windows.go
index 587ef4906f7..321afa255bb 100644
--- a/src/go/plugins/zabbix/sync/sync_windows.go
+++ b/src/go/plugins/zabbix/sync/sync_windows.go
@@ -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/src/libs/zbxalgo/algodefs.c b/src/libs/zbxalgo/algodefs.c
index 0b2a5c7d852..5717ae3a131 100644
--- a/src/libs/zbxalgo/algodefs.c
+++ b/src/libs/zbxalgo/algodefs.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/src/libs/zbxalgo/binaryheap.c b/src/libs/zbxalgo/binaryheap.c
index 319a4777fdc..8768c24630f 100644
--- a/src/libs/zbxalgo/binaryheap.c
+++ b/src/libs/zbxalgo/binaryheap.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/src/libs/zbxalgo/evaluate.c b/src/libs/zbxalgo/evaluate.c
index 227b7c5383a..3d9debc271f 100644
--- a/src/libs/zbxalgo/evaluate.c
+++ b/src/libs/zbxalgo/evaluate.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/src/libs/zbxalgo/hashmap.c b/src/libs/zbxalgo/hashmap.c
index 0e4daf35e39..40f38c4314b 100644
--- a/src/libs/zbxalgo/hashmap.c
+++ b/src/libs/zbxalgo/hashmap.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/src/libs/zbxalgo/hashset.c b/src/libs/zbxalgo/hashset.c
index 3e7ca15a909..5c11d48e9bb 100644
--- a/src/libs/zbxalgo/hashset.c
+++ b/src/libs/zbxalgo/hashset.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/src/libs/zbxalgo/int128.c b/src/libs/zbxalgo/int128.c
index 1f5050f1286..bac61cbe351 100644
--- a/src/libs/zbxalgo/int128.c
+++ b/src/libs/zbxalgo/int128.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/src/libs/zbxalgo/linked_list.c b/src/libs/zbxalgo/linked_list.c
index 737173eaf91..a128a403ac6 100644
--- a/src/libs/zbxalgo/linked_list.c
+++ b/src/libs/zbxalgo/linked_list.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/src/libs/zbxalgo/prediction.c b/src/libs/zbxalgo/prediction.c
index 15d1fc4715d..62724cfe74b 100644
--- a/src/libs/zbxalgo/prediction.c
+++ b/src/libs/zbxalgo/prediction.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/src/libs/zbxalgo/queue.c b/src/libs/zbxalgo/queue.c
index 10430f96472..7ec33ad311f 100644
--- a/src/libs/zbxalgo/queue.c
+++ b/src/libs/zbxalgo/queue.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/src/libs/zbxalgo/serialize.c b/src/libs/zbxalgo/serialize.c
index 9cb0dc09a0c..c7a7954f59b 100644
--- a/src/libs/zbxalgo/serialize.c
+++ b/src/libs/zbxalgo/serialize.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/src/libs/zbxalgo/vector.c b/src/libs/zbxalgo/vector.c
index 037f4fe03dc..b955fb01528 100644
--- a/src/libs/zbxalgo/vector.c
+++ b/src/libs/zbxalgo/vector.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/src/libs/zbxalgo/vectorimpl.h b/src/libs/zbxalgo/vectorimpl.h
index 684f70f5d6c..dea8a40d561 100644
--- a/src/libs/zbxalgo/vectorimpl.h
+++ b/src/libs/zbxalgo/vectorimpl.h
@@ -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/src/libs/zbxavailability/avail_protocol.c b/src/libs/zbxavailability/avail_protocol.c
index bd3f863d2f0..8ef3d333fd7 100644
--- a/src/libs/zbxavailability/avail_protocol.c
+++ b/src/libs/zbxavailability/avail_protocol.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/src/libs/zbxavailability/availability.c b/src/libs/zbxavailability/availability.c
index 70972a9df6c..f5246ed9886 100644
--- a/src/libs/zbxavailability/availability.c
+++ b/src/libs/zbxavailability/availability.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/src/libs/zbxcommon/alias.c b/src/libs/zbxcommon/alias.c
index c28ffbc6501..ca15a416ac8 100644
--- a/src/libs/zbxcommon/alias.c
+++ b/src/libs/zbxcommon/alias.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/src/libs/zbxcommon/comms.c b/src/libs/zbxcommon/comms.c
index b84be441d50..4ad1535eb28 100644
--- a/src/libs/zbxcommon/comms.c
+++ b/src/libs/zbxcommon/comms.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/src/libs/zbxcommon/file.c b/src/libs/zbxcommon/file.c
index 40d439ccb82..ecd2ad90e60 100644
--- a/src/libs/zbxcommon/file.c
+++ b/src/libs/zbxcommon/file.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/src/libs/zbxcommon/iprange.c b/src/libs/zbxcommon/iprange.c
index 4cc14418be6..3db99bc6748 100644
--- a/src/libs/zbxcommon/iprange.c
+++ b/src/libs/zbxcommon/iprange.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/src/libs/zbxcommon/misc.c b/src/libs/zbxcommon/misc.c
index 20ccc8d07b8..7f3fefb20dd 100644
--- a/src/libs/zbxcommon/misc.c
+++ b/src/libs/zbxcommon/misc.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/src/libs/zbxcommon/setproctitle.c b/src/libs/zbxcommon/setproctitle.c
index 71b969b45f7..864ee63ba96 100644
--- a/src/libs/zbxcommon/setproctitle.c
+++ b/src/libs/zbxcommon/setproctitle.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/src/libs/zbxcommon/str.c b/src/libs/zbxcommon/str.c
index b910a7d4aa4..a80614f4308 100644
--- a/src/libs/zbxcommon/str.c
+++ b/src/libs/zbxcommon/str.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
@@ -28,7 +28,7 @@
#endif
static const char copyright_message[] =
- "Copyright (C) 2021 Zabbix SIA\n"
+ "Copyright (C) 2022 Zabbix SIA\n"
"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it according to\n"
"the license. There is NO WARRANTY, to the extent permitted by law.";
diff --git a/src/libs/zbxcommon/time.c b/src/libs/zbxcommon/time.c
index 5c305e9227b..d7bbd4de211 100644
--- a/src/libs/zbxcommon/time.c
+++ b/src/libs/zbxcommon/time.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/src/libs/zbxcommon/variant.c b/src/libs/zbxcommon/variant.c
index 18a35eb3948..42fac7de60d 100644
--- a/src/libs/zbxcommon/variant.c
+++ b/src/libs/zbxcommon/variant.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/src/libs/zbxcommon/variant_misc.c b/src/libs/zbxcommon/variant_misc.c
index 87272b3f27f..15fcbd880d7 100644
--- a/src/libs/zbxcommon/variant_misc.c
+++ b/src/libs/zbxcommon/variant_misc.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/src/libs/zbxcommon/xml.c b/src/libs/zbxcommon/xml.c
index 90bb1fd94d0..7d6f7a332a6 100644
--- a/src/libs/zbxcommon/xml.c
+++ b/src/libs/zbxcommon/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/src/libs/zbxcomms/comms.c b/src/libs/zbxcomms/comms.c
index d472b8c8847..dfe4aecf22e 100644
--- a/src/libs/zbxcomms/comms.c
+++ b/src/libs/zbxcomms/comms.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/src/libs/zbxcomms/telnet.c b/src/libs/zbxcomms/telnet.c
index 76d8f9f98ae..cfa90dedfae 100644
--- a/src/libs/zbxcomms/telnet.c
+++ b/src/libs/zbxcomms/telnet.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/src/libs/zbxcommshigh/comms.c b/src/libs/zbxcommshigh/comms.c
index 8728d101843..294ef5e331c 100644
--- a/src/libs/zbxcommshigh/comms.c
+++ b/src/libs/zbxcommshigh/comms.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/src/libs/zbxcompress/compress.c b/src/libs/zbxcompress/compress.c
index bb20c1ab3da..275dbc5d33b 100644
--- a/src/libs/zbxcompress/compress.c
+++ b/src/libs/zbxcompress/compress.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/src/libs/zbxconf/cfg.c b/src/libs/zbxconf/cfg.c
index 84a56bd9336..277c47a2d7f 100644
--- a/src/libs/zbxconf/cfg.c
+++ b/src/libs/zbxconf/cfg.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/src/libs/zbxcrypto/base64.c b/src/libs/zbxcrypto/base64.c
index aaea02504f0..4eb719d5456 100644
--- a/src/libs/zbxcrypto/base64.c
+++ b/src/libs/zbxcrypto/base64.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/src/libs/zbxcrypto/tls.c b/src/libs/zbxcrypto/tls.c
index c7bcd3f4220..1230f35a04f 100644
--- a/src/libs/zbxcrypto/tls.c
+++ b/src/libs/zbxcrypto/tls.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/src/libs/zbxcrypto/tls.h b/src/libs/zbxcrypto/tls.h
index bb26a6c8793..b0f912d0fd8 100644
--- a/src/libs/zbxcrypto/tls.h
+++ b/src/libs/zbxcrypto/tls.h
@@ -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/src/libs/zbxcrypto/tls_tcp.h b/src/libs/zbxcrypto/tls_tcp.h
index 45c62bfb6f4..868e19b4dc7 100644
--- a/src/libs/zbxcrypto/tls_tcp.h
+++ b/src/libs/zbxcrypto/tls_tcp.h
@@ -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/src/libs/zbxcrypto/tls_tcp_active.h b/src/libs/zbxcrypto/tls_tcp_active.h
index d6b0dfd7a1d..155b2ebd3b2 100644
--- a/src/libs/zbxcrypto/tls_tcp_active.h
+++ b/src/libs/zbxcrypto/tls_tcp_active.h
@@ -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/src/libs/zbxcrypto/tls_version.c b/src/libs/zbxcrypto/tls_version.c
index d1c14f1ae49..e70f570b857 100644
--- a/src/libs/zbxcrypto/tls_version.c
+++ b/src/libs/zbxcrypto/tls_version.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/src/libs/zbxdb/db.c b/src/libs/zbxdb/db.c
index a5935545260..0cba7834814 100644
--- a/src/libs/zbxdb/db.c
+++ b/src/libs/zbxdb/db.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/src/libs/zbxdbcache/dbcache.c b/src/libs/zbxdbcache/dbcache.c
index 8b2de1e5e0b..a1fa70a2344 100644
--- a/src/libs/zbxdbcache/dbcache.c
+++ b/src/libs/zbxdbcache/dbcache.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/src/libs/zbxdbcache/dbconfig.c b/src/libs/zbxdbcache/dbconfig.c
index d6e024d7348..df6b710566f 100644
--- a/src/libs/zbxdbcache/dbconfig.c
+++ b/src/libs/zbxdbcache/dbconfig.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/src/libs/zbxdbcache/dbconfig.h b/src/libs/zbxdbcache/dbconfig.h
index f1c3b360258..4e51bfe0b33 100644
--- a/src/libs/zbxdbcache/dbconfig.h
+++ b/src/libs/zbxdbcache/dbconfig.h
@@ -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/src/libs/zbxdbcache/dbconfig_dump.c b/src/libs/zbxdbcache/dbconfig_dump.c
index 221c5a6c27e..11671bed60c 100644
--- a/src/libs/zbxdbcache/dbconfig_dump.c
+++ b/src/libs/zbxdbcache/dbconfig_dump.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/src/libs/zbxdbcache/dbconfig_maintenance.c b/src/libs/zbxdbcache/dbconfig_maintenance.c
index ea65d1fdd52..346586381c5 100644
--- a/src/libs/zbxdbcache/dbconfig_maintenance.c
+++ b/src/libs/zbxdbcache/dbconfig_maintenance.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/src/libs/zbxdbcache/dbsync.c b/src/libs/zbxdbcache/dbsync.c
index ee3a69a7c8c..9353119219c 100644
--- a/src/libs/zbxdbcache/dbsync.c
+++ b/src/libs/zbxdbcache/dbsync.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/src/libs/zbxdbcache/dbsync.h b/src/libs/zbxdbcache/dbsync.h
index 3c2ee0fa4c7..0efa2d47304 100644
--- a/src/libs/zbxdbcache/dbsync.h
+++ b/src/libs/zbxdbcache/dbsync.h
@@ -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/src/libs/zbxdbcache/valuecache.c b/src/libs/zbxdbcache/valuecache.c
index 91c59048f53..4c8361b7d15 100644
--- a/src/libs/zbxdbcache/valuecache.c
+++ b/src/libs/zbxdbcache/valuecache.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/src/libs/zbxdbcache/valuecache.h b/src/libs/zbxdbcache/valuecache.h
index d94b9185f2c..b87b7dd877a 100644
--- a/src/libs/zbxdbcache/valuecache.h
+++ b/src/libs/zbxdbcache/valuecache.h
@@ -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/src/libs/zbxdbhigh/db.c b/src/libs/zbxdbhigh/db.c
index 61eb2a84e79..20c2079885b 100644
--- a/src/libs/zbxdbhigh/db.c
+++ b/src/libs/zbxdbhigh/db.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/src/libs/zbxdbhigh/discovery.c b/src/libs/zbxdbhigh/discovery.c
index 712efdbf6f1..a8daed210ff 100644
--- a/src/libs/zbxdbhigh/discovery.c
+++ b/src/libs/zbxdbhigh/discovery.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/src/libs/zbxdbhigh/event.c b/src/libs/zbxdbhigh/event.c
index 216c7c8ddb7..08407488584 100644
--- a/src/libs/zbxdbhigh/event.c
+++ b/src/libs/zbxdbhigh/event.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/src/libs/zbxdbhigh/export.c b/src/libs/zbxdbhigh/export.c
index 95a85f5ea39..de329ca2659 100644
--- a/src/libs/zbxdbhigh/export.c
+++ b/src/libs/zbxdbhigh/export.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/src/libs/zbxdbhigh/host.c b/src/libs/zbxdbhigh/host.c
index ecc0290132c..1a074e5c60f 100644
--- a/src/libs/zbxdbhigh/host.c
+++ b/src/libs/zbxdbhigh/host.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/src/libs/zbxdbhigh/item.c b/src/libs/zbxdbhigh/item.c
index 909a88e898d..b7c586a06a0 100644
--- a/src/libs/zbxdbhigh/item.c
+++ b/src/libs/zbxdbhigh/item.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/src/libs/zbxdbhigh/itservices.c b/src/libs/zbxdbhigh/itservices.c
index 33d7988bd6b..c492b088c1e 100644
--- a/src/libs/zbxdbhigh/itservices.c
+++ b/src/libs/zbxdbhigh/itservices.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/src/libs/zbxdbhigh/lld_macro.c b/src/libs/zbxdbhigh/lld_macro.c
index 088ae3c4ee4..bb4dbbda618 100644
--- a/src/libs/zbxdbhigh/lld_macro.c
+++ b/src/libs/zbxdbhigh/lld_macro.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/src/libs/zbxdbhigh/lld_override.c b/src/libs/zbxdbhigh/lld_override.c
index 18db5168063..4838427cd8e 100644
--- a/src/libs/zbxdbhigh/lld_override.c
+++ b/src/libs/zbxdbhigh/lld_override.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/src/libs/zbxdbhigh/maintenance.c b/src/libs/zbxdbhigh/maintenance.c
index 0ad1237e103..d3c9895c09a 100644
--- a/src/libs/zbxdbhigh/maintenance.c
+++ b/src/libs/zbxdbhigh/maintenance.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/src/libs/zbxdbhigh/mediatype.c b/src/libs/zbxdbhigh/mediatype.c
index e79231ef479..b87a35a576d 100644
--- a/src/libs/zbxdbhigh/mediatype.c
+++ b/src/libs/zbxdbhigh/mediatype.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/src/libs/zbxdbhigh/proxy.c b/src/libs/zbxdbhigh/proxy.c
index 899c27a9015..c84fa56f61b 100644
--- a/src/libs/zbxdbhigh/proxy.c
+++ b/src/libs/zbxdbhigh/proxy.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/src/libs/zbxdbhigh/tag.c b/src/libs/zbxdbhigh/tag.c
index 8cf1b2f7a3c..214939d4bef 100644
--- a/src/libs/zbxdbhigh/tag.c
+++ b/src/libs/zbxdbhigh/tag.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/src/libs/zbxdbhigh/template.h b/src/libs/zbxdbhigh/template.h
index 44268194dbc..11f5ce5a782 100644
--- a/src/libs/zbxdbhigh/template.h
+++ b/src/libs/zbxdbhigh/template.h
@@ -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/src/libs/zbxdbhigh/template_item.c b/src/libs/zbxdbhigh/template_item.c
index c95e624bb7c..af5d0518cc1 100644
--- a/src/libs/zbxdbhigh/template_item.c
+++ b/src/libs/zbxdbhigh/template_item.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/src/libs/zbxdbhigh/trigger.c b/src/libs/zbxdbhigh/trigger.c
index cad15304a43..2dd367cc3dd 100644
--- a/src/libs/zbxdbhigh/trigger.c
+++ b/src/libs/zbxdbhigh/trigger.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/src/libs/zbxdbupgrade/dbupgrade.c b/src/libs/zbxdbupgrade/dbupgrade.c
index 04d341cbc7b..1907ad59c58 100644
--- a/src/libs/zbxdbupgrade/dbupgrade.c
+++ b/src/libs/zbxdbupgrade/dbupgrade.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/src/libs/zbxdbupgrade/dbupgrade.h b/src/libs/zbxdbupgrade/dbupgrade.h
index fd5305d278d..c2d90cb371f 100644
--- a/src/libs/zbxdbupgrade/dbupgrade.h
+++ b/src/libs/zbxdbupgrade/dbupgrade.h
@@ -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/src/libs/zbxdbupgrade/dbupgrade_2010.c b/src/libs/zbxdbupgrade/dbupgrade_2010.c
index 92de56972b3..33932a85cf3 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_2010.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_2010.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/src/libs/zbxdbupgrade/dbupgrade_2020.c b/src/libs/zbxdbupgrade/dbupgrade_2020.c
index 8a88f6cb91b..8e0ce003cc1 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_2020.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_2020.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/src/libs/zbxdbupgrade/dbupgrade_2030.c b/src/libs/zbxdbupgrade/dbupgrade_2030.c
index 3dd0ab17f1f..fbeb680f1e5 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_2030.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_2030.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/src/libs/zbxdbupgrade/dbupgrade_2040.c b/src/libs/zbxdbupgrade/dbupgrade_2040.c
index 40bf0bf9367..30b6c055b5f 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_2040.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_2040.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/src/libs/zbxdbupgrade/dbupgrade_2050.c b/src/libs/zbxdbupgrade/dbupgrade_2050.c
index 7aa53de7ef9..6b777c6730b 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_2050.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_2050.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/src/libs/zbxdbupgrade/dbupgrade_3000.c b/src/libs/zbxdbupgrade/dbupgrade_3000.c
index 0ca6567b023..a1dc551d410 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_3000.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_3000.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/src/libs/zbxdbupgrade/dbupgrade_3010.c b/src/libs/zbxdbupgrade/dbupgrade_3010.c
index 55efdf0320f..6bdf0946d6d 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_3010.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_3010.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/src/libs/zbxdbupgrade/dbupgrade_3020.c b/src/libs/zbxdbupgrade/dbupgrade_3020.c
index 62c3e038520..14f6b126c44 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_3020.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_3020.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/src/libs/zbxdbupgrade/dbupgrade_3030.c b/src/libs/zbxdbupgrade/dbupgrade_3030.c
index 9a7fd0d9a7d..32d2e265a0e 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_3030.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_3030.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/src/libs/zbxdbupgrade/dbupgrade_3040.c b/src/libs/zbxdbupgrade/dbupgrade_3040.c
index fc4e4c13756..d0c0eabaccd 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_3040.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_3040.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/src/libs/zbxdbupgrade/dbupgrade_3050.c b/src/libs/zbxdbupgrade/dbupgrade_3050.c
index a2962fc378c..9c6cf2409e2 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_3050.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_3050.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/src/libs/zbxdbupgrade/dbupgrade_4000.c b/src/libs/zbxdbupgrade/dbupgrade_4000.c
index 08820414e44..e7bd6d2fdd9 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_4000.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_4000.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/src/libs/zbxdbupgrade/dbupgrade_4010.c b/src/libs/zbxdbupgrade/dbupgrade_4010.c
index b4132846a12..f37d808a086 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_4010.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_4010.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/src/libs/zbxdbupgrade/dbupgrade_4020.c b/src/libs/zbxdbupgrade/dbupgrade_4020.c
index 1b08d263627..2af0fce7917 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_4020.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_4020.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/src/libs/zbxdbupgrade/dbupgrade_4030.c b/src/libs/zbxdbupgrade/dbupgrade_4030.c
index 0b6053beae6..c9bce2992e4 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_4030.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_4030.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/src/libs/zbxdbupgrade/dbupgrade_4040.c b/src/libs/zbxdbupgrade/dbupgrade_4040.c
index 007db6112b6..c18a61a28ad 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_4040.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_4040.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/src/libs/zbxdbupgrade/dbupgrade_4050.c b/src/libs/zbxdbupgrade/dbupgrade_4050.c
index 9a2951a94bb..4a941def487 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_4050.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_4050.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/src/libs/zbxdbupgrade/dbupgrade_5000.c b/src/libs/zbxdbupgrade/dbupgrade_5000.c
index 32e7cf3cbc7..bbfe3fdac72 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_5000.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_5000.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/src/libs/zbxdbupgrade/dbupgrade_5010.c b/src/libs/zbxdbupgrade/dbupgrade_5010.c
index 9dc22964b6e..c7e8fa983f6 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_5010.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_5010.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/src/libs/zbxdbupgrade/dbupgrade_5020.c b/src/libs/zbxdbupgrade/dbupgrade_5020.c
index 288b5dc11ff..b6569433fa9 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_5020.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_5020.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/src/libs/zbxdbupgrade/dbupgrade_5030.c b/src/libs/zbxdbupgrade/dbupgrade_5030.c
index 0833df030ea..12bea214c49 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_5030.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_5030.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/src/libs/zbxdbupgrade/dbupgrade_5040.c b/src/libs/zbxdbupgrade/dbupgrade_5040.c
index 1295cf14b96..ecbcbb7947e 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_5040.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_5040.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/src/libs/zbxdbupgrade/dbupgrade_macros.c b/src/libs/zbxdbupgrade/dbupgrade_macros.c
index ea60c263ae1..624039f13e1 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_macros.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_macros.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/src/libs/zbxdbupgrade/dbupgrade_macros.h b/src/libs/zbxdbupgrade/dbupgrade_macros.h
index 5096c5d9a23..ced261aa763 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_macros.h
+++ b/src/libs/zbxdbupgrade/dbupgrade_macros.h
@@ -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/src/libs/zbxdiag/diag.c b/src/libs/zbxdiag/diag.c
index 5c449e5cc30..6fc55093f7f 100644
--- a/src/libs/zbxdiag/diag.c
+++ b/src/libs/zbxdiag/diag.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/src/libs/zbxdiag/diag.h b/src/libs/zbxdiag/diag.h
index 29f0c025e84..07921ada731 100644
--- a/src/libs/zbxdiag/diag.h
+++ b/src/libs/zbxdiag/diag.h
@@ -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/src/libs/zbxdiag/diag_proxy.c b/src/libs/zbxdiag/diag_proxy.c
index 9db17aa6543..3df3ab15c59 100644
--- a/src/libs/zbxdiag/diag_proxy.c
+++ b/src/libs/zbxdiag/diag_proxy.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/src/libs/zbxdiag/diag_server.c b/src/libs/zbxdiag/diag_server.c
index acad8dbea9c..41ad276a624 100644
--- a/src/libs/zbxdiag/diag_server.c
+++ b/src/libs/zbxdiag/diag_server.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/src/libs/zbxembed/console.c b/src/libs/zbxembed/console.c
index 5a1e2fdd2ef..c733487ea98 100644
--- a/src/libs/zbxembed/console.c
+++ b/src/libs/zbxembed/console.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/src/libs/zbxembed/console.h b/src/libs/zbxembed/console.h
index 30cc248068a..ec261084a26 100644
--- a/src/libs/zbxembed/console.h
+++ b/src/libs/zbxembed/console.h
@@ -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/src/libs/zbxembed/embed.c b/src/libs/zbxembed/embed.c
index 787ae860b91..34d8d1864cc 100644
--- a/src/libs/zbxembed/embed.c
+++ b/src/libs/zbxembed/embed.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/src/libs/zbxembed/embed.h b/src/libs/zbxembed/embed.h
index 9919cfb6d9e..a0a360c985d 100644
--- a/src/libs/zbxembed/embed.h
+++ b/src/libs/zbxembed/embed.h
@@ -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/src/libs/zbxembed/global.c b/src/libs/zbxembed/global.c
index 58649e18e0f..7529d5ed5e3 100644
--- a/src/libs/zbxembed/global.c
+++ b/src/libs/zbxembed/global.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/src/libs/zbxembed/global.h b/src/libs/zbxembed/global.h
index 336a3cb5d5d..cf483985c14 100644
--- a/src/libs/zbxembed/global.h
+++ b/src/libs/zbxembed/global.h
@@ -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/src/libs/zbxembed/httprequest.c b/src/libs/zbxembed/httprequest.c
index f9d32707af7..8c2839cf2ac 100644
--- a/src/libs/zbxembed/httprequest.c
+++ b/src/libs/zbxembed/httprequest.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/src/libs/zbxembed/httprequest.h b/src/libs/zbxembed/httprequest.h
index 2a513fd32f5..9ff5d023c81 100644
--- a/src/libs/zbxembed/httprequest.h
+++ b/src/libs/zbxembed/httprequest.h
@@ -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/src/libs/zbxembed/xml.c b/src/libs/zbxembed/xml.c
index 6e7804c80c4..631d3aef8a9 100644
--- a/src/libs/zbxembed/xml.c
+++ b/src/libs/zbxembed/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/src/libs/zbxembed/xml.h b/src/libs/zbxembed/xml.h
index 918a1b03029..b729427c9db 100644
--- a/src/libs/zbxembed/xml.h
+++ b/src/libs/zbxembed/xml.h
@@ -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/src/libs/zbxembed/zabbix.c b/src/libs/zbxembed/zabbix.c
index ceadfd8d213..1daaa58bcaa 100644
--- a/src/libs/zbxembed/zabbix.c
+++ b/src/libs/zbxembed/zabbix.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/src/libs/zbxembed/zabbix.h b/src/libs/zbxembed/zabbix.h
index 29f83acbc56..ac7581ae86d 100644
--- a/src/libs/zbxembed/zabbix.h
+++ b/src/libs/zbxembed/zabbix.h
@@ -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/src/libs/zbxeval/calc.c b/src/libs/zbxeval/calc.c
index 8ec652f165e..d2c44db5025 100644
--- a/src/libs/zbxeval/calc.c
+++ b/src/libs/zbxeval/calc.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/src/libs/zbxeval/eval.h b/src/libs/zbxeval/eval.h
index d3456a1ef22..4810809e553 100644
--- a/src/libs/zbxeval/eval.h
+++ b/src/libs/zbxeval/eval.h
@@ -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/src/libs/zbxeval/execute.c b/src/libs/zbxeval/execute.c
index c39b4d08286..fa423392bcf 100644
--- a/src/libs/zbxeval/execute.c
+++ b/src/libs/zbxeval/execute.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/src/libs/zbxeval/misc.c b/src/libs/zbxeval/misc.c
index a49c2b1a764..3e92d2cba67 100644
--- a/src/libs/zbxeval/misc.c
+++ b/src/libs/zbxeval/misc.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/src/libs/zbxeval/parse.c b/src/libs/zbxeval/parse.c
index e9f296d1293..d03ca7eee85 100644
--- a/src/libs/zbxeval/parse.c
+++ b/src/libs/zbxeval/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/src/libs/zbxeval/query.c b/src/libs/zbxeval/query.c
index 928f7b05de8..fbc0e7776f2 100644
--- a/src/libs/zbxeval/query.c
+++ b/src/libs/zbxeval/query.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/src/libs/zbxexec/execute.c b/src/libs/zbxexec/execute.c
index d5c1f9fe166..6fa890a4a3f 100644
--- a/src/libs/zbxexec/execute.c
+++ b/src/libs/zbxexec/execute.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/src/libs/zbxhistory/history.c b/src/libs/zbxhistory/history.c
index 3afcdabd790..e9afa3e7400 100644
--- a/src/libs/zbxhistory/history.c
+++ b/src/libs/zbxhistory/history.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/src/libs/zbxhistory/history.h b/src/libs/zbxhistory/history.h
index 710b9575d70..c66548b6afd 100644
--- a/src/libs/zbxhistory/history.h
+++ b/src/libs/zbxhistory/history.h
@@ -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/src/libs/zbxhistory/history_elastic.c b/src/libs/zbxhistory/history_elastic.c
index 47772e0521e..8b3ea846b41 100644
--- a/src/libs/zbxhistory/history_elastic.c
+++ b/src/libs/zbxhistory/history_elastic.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/src/libs/zbxhistory/history_sql.c b/src/libs/zbxhistory/history_sql.c
index 90d21f9c5d2..7177a933c93 100644
--- a/src/libs/zbxhistory/history_sql.c
+++ b/src/libs/zbxhistory/history_sql.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/src/libs/zbxhttp/http.c b/src/libs/zbxhttp/http.c
index 0ddc8103fba..c10922c3659 100644
--- a/src/libs/zbxhttp/http.c
+++ b/src/libs/zbxhttp/http.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/src/libs/zbxhttp/punycode.c b/src/libs/zbxhttp/punycode.c
index 63e48f99356..a46c3e8914c 100644
--- a/src/libs/zbxhttp/punycode.c
+++ b/src/libs/zbxhttp/punycode.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/src/libs/zbxhttp/punycode.h b/src/libs/zbxhttp/punycode.h
index 0bfb79cd4f8..38cae8953d0 100644
--- a/src/libs/zbxhttp/punycode.h
+++ b/src/libs/zbxhttp/punycode.h
@@ -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/src/libs/zbxhttp/urlencode.c b/src/libs/zbxhttp/urlencode.c
index e583ad53365..fa4e92eef3f 100644
--- a/src/libs/zbxhttp/urlencode.c
+++ b/src/libs/zbxhttp/urlencode.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/src/libs/zbxicmpping/icmpping.c b/src/libs/zbxicmpping/icmpping.c
index e69a8bf2daf..0a7ca0162db 100644
--- a/src/libs/zbxicmpping/icmpping.c
+++ b/src/libs/zbxicmpping/icmpping.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/src/libs/zbxjson/json.c b/src/libs/zbxjson/json.c
index 2e1ca7a2011..4161ef09a4a 100644
--- a/src/libs/zbxjson/json.c
+++ b/src/libs/zbxjson/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
diff --git a/src/libs/zbxjson/json.h b/src/libs/zbxjson/json.h
index 39c03a5cff4..c59646ab5a1 100644
--- a/src/libs/zbxjson/json.h
+++ b/src/libs/zbxjson/json.h
@@ -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/src/libs/zbxjson/json_parser.c b/src/libs/zbxjson/json_parser.c
index d3620d7403a..c8dcee40e15 100644
--- a/src/libs/zbxjson/json_parser.c
+++ b/src/libs/zbxjson/json_parser.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/src/libs/zbxjson/json_parser.h b/src/libs/zbxjson/json_parser.h
index 7828d935a60..e7a8eab0431 100644
--- a/src/libs/zbxjson/json_parser.h
+++ b/src/libs/zbxjson/json_parser.h
@@ -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/src/libs/zbxjson/jsonpath.c b/src/libs/zbxjson/jsonpath.c
index a6227eb1254..b9e74c2424a 100644
--- a/src/libs/zbxjson/jsonpath.c
+++ b/src/libs/zbxjson/jsonpath.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/src/libs/zbxjson/jsonpath.h b/src/libs/zbxjson/jsonpath.h
index 663fb5a067b..df4c07f344c 100644
--- a/src/libs/zbxjson/jsonpath.h
+++ b/src/libs/zbxjson/jsonpath.h
@@ -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/src/libs/zbxlog/log.c b/src/libs/zbxlog/log.c
index d6649f9093f..aee1233b811 100644
--- a/src/libs/zbxlog/log.c
+++ b/src/libs/zbxlog/log.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/src/libs/zbxmedia/email.c b/src/libs/zbxmedia/email.c
index 98d2ed88c9f..3b987d9c1b0 100644
--- a/src/libs/zbxmedia/email.c
+++ b/src/libs/zbxmedia/email.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/src/libs/zbxmedia/sms.c b/src/libs/zbxmedia/sms.c
index dff1335216e..4f9ce966c44 100644
--- a/src/libs/zbxmedia/sms.c
+++ b/src/libs/zbxmedia/sms.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/src/libs/zbxmemory/memalloc.c b/src/libs/zbxmemory/memalloc.c
index dc5594664d7..54968868934 100644
--- a/src/libs/zbxmemory/memalloc.c
+++ b/src/libs/zbxmemory/memalloc.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/src/libs/zbxmodules/modules.c b/src/libs/zbxmodules/modules.c
index b1b92bc4667..e58aea6642c 100644
--- a/src/libs/zbxmodules/modules.c
+++ b/src/libs/zbxmodules/modules.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/src/libs/zbxnix/control.c b/src/libs/zbxnix/control.c
index a4cf64fc62b..49f42b4c4b8 100644
--- a/src/libs/zbxnix/control.c
+++ b/src/libs/zbxnix/control.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/src/libs/zbxnix/control.h b/src/libs/zbxnix/control.h
index 79e641a9fdd..b4dd848b55b 100644
--- a/src/libs/zbxnix/control.h
+++ b/src/libs/zbxnix/control.h
@@ -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/src/libs/zbxnix/coredump.c b/src/libs/zbxnix/coredump.c
index 50a0349c4f3..d5ce9afa3a3 100644
--- a/src/libs/zbxnix/coredump.c
+++ b/src/libs/zbxnix/coredump.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/src/libs/zbxnix/daemon.c b/src/libs/zbxnix/daemon.c
index f8fb7b962c9..e1e3b7745f1 100644
--- a/src/libs/zbxnix/daemon.c
+++ b/src/libs/zbxnix/daemon.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/src/libs/zbxnix/dshm.c b/src/libs/zbxnix/dshm.c
index 8768cddf9f3..e563ee2e729 100644
--- a/src/libs/zbxnix/dshm.c
+++ b/src/libs/zbxnix/dshm.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/src/libs/zbxnix/fatal.c b/src/libs/zbxnix/fatal.c
index 6dc42f532b3..23a8254962f 100644
--- a/src/libs/zbxnix/fatal.c
+++ b/src/libs/zbxnix/fatal.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/src/libs/zbxnix/fatal.h b/src/libs/zbxnix/fatal.h
index 79745d61aa2..08ce9c035d4 100644
--- a/src/libs/zbxnix/fatal.h
+++ b/src/libs/zbxnix/fatal.h
@@ -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/src/libs/zbxnix/ipc.c b/src/libs/zbxnix/ipc.c
index 207e0d76e43..33f1c80663d 100644
--- a/src/libs/zbxnix/ipc.c
+++ b/src/libs/zbxnix/ipc.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/src/libs/zbxnix/pid.c b/src/libs/zbxnix/pid.c
index dca96797d23..e94adfbc303 100644
--- a/src/libs/zbxnix/pid.c
+++ b/src/libs/zbxnix/pid.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/src/libs/zbxnix/sigcommon.h b/src/libs/zbxnix/sigcommon.h
index 59f722b7ef6..d3ee721d453 100644
--- a/src/libs/zbxnix/sigcommon.h
+++ b/src/libs/zbxnix/sigcommon.h
@@ -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/src/libs/zbxnix/sighandler.c b/src/libs/zbxnix/sighandler.c
index 3e87965eec3..516bd0108cc 100644
--- a/src/libs/zbxnix/sighandler.c
+++ b/src/libs/zbxnix/sighandler.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/src/libs/zbxprometheus/zbxprometheus.c b/src/libs/zbxprometheus/zbxprometheus.c
index 26a98b0e264..13712188032 100644
--- a/src/libs/zbxprometheus/zbxprometheus.c
+++ b/src/libs/zbxprometheus/zbxprometheus.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/src/libs/zbxregexp/zbxregexp.c b/src/libs/zbxregexp/zbxregexp.c
index fc8d5e79b43..ee86224f1db 100644
--- a/src/libs/zbxregexp/zbxregexp.c
+++ b/src/libs/zbxregexp/zbxregexp.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/src/libs/zbxself/selfmon.c b/src/libs/zbxself/selfmon.c
index bbc57d72c38..8d5e65eaf67 100644
--- a/src/libs/zbxself/selfmon.c
+++ b/src/libs/zbxself/selfmon.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/src/libs/zbxself/selfmon.h b/src/libs/zbxself/selfmon.h
index 6a75c086aa9..786bcad6592 100644
--- a/src/libs/zbxself/selfmon.h
+++ b/src/libs/zbxself/selfmon.h
@@ -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/src/libs/zbxself/selfmon_proxy.c b/src/libs/zbxself/selfmon_proxy.c
index c80089301a3..b921eb9a80b 100644
--- a/src/libs/zbxself/selfmon_proxy.c
+++ b/src/libs/zbxself/selfmon_proxy.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/src/libs/zbxself/selfmon_server.c b/src/libs/zbxself/selfmon_server.c
index f1852c9a4d1..afabf636d52 100644
--- a/src/libs/zbxself/selfmon_server.c
+++ b/src/libs/zbxself/selfmon_server.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/src/libs/zbxserver/evalfunc.c b/src/libs/zbxserver/evalfunc.c
index c993247a03a..817a20468cc 100644
--- a/src/libs/zbxserver/evalfunc.c
+++ b/src/libs/zbxserver/evalfunc.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/src/libs/zbxserver/evalfunc.h b/src/libs/zbxserver/evalfunc.h
index 919da491f19..d340eeffe25 100644
--- a/src/libs/zbxserver/evalfunc.h
+++ b/src/libs/zbxserver/evalfunc.h
@@ -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/src/libs/zbxserver/evalfunc2.c b/src/libs/zbxserver/evalfunc2.c
index 0bf54e076c4..53d4c8098e5 100644
--- a/src/libs/zbxserver/evalfunc2.c
+++ b/src/libs/zbxserver/evalfunc2.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/src/libs/zbxserver/expression.c b/src/libs/zbxserver/expression.c
index 666f5a59775..8910211213f 100644
--- a/src/libs/zbxserver/expression.c
+++ b/src/libs/zbxserver/expression.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/src/libs/zbxserver/expression.h b/src/libs/zbxserver/expression.h
index 352366d560b..d2ebb0f0e31 100644
--- a/src/libs/zbxserver/expression.h
+++ b/src/libs/zbxserver/expression.h
@@ -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/src/libs/zbxserver/expression_eval.c b/src/libs/zbxserver/expression_eval.c
index e4f1b49811a..8d42aaf7fc4 100644
--- a/src/libs/zbxserver/expression_eval.c
+++ b/src/libs/zbxserver/expression_eval.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/src/libs/zbxserver/get_host_from_event.c b/src/libs/zbxserver/get_host_from_event.c
index 30b738f79ed..7f85534746d 100644
--- a/src/libs/zbxserver/get_host_from_event.c
+++ b/src/libs/zbxserver/get_host_from_event.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/src/libs/zbxserver/get_host_from_event.h b/src/libs/zbxserver/get_host_from_event.h
index cacf6dd8e2b..4fc18525ab9 100644
--- a/src/libs/zbxserver/get_host_from_event.h
+++ b/src/libs/zbxserver/get_host_from_event.h
@@ -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/src/libs/zbxserver/macrofunc.c b/src/libs/zbxserver/macrofunc.c
index af9ed8791d3..f2d7da8b0a9 100644
--- a/src/libs/zbxserver/macrofunc.c
+++ b/src/libs/zbxserver/macrofunc.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/src/libs/zbxserver/macrofunc.h b/src/libs/zbxserver/macrofunc.h
index 4e7246d85fe..e59d450ea37 100644
--- a/src/libs/zbxserver/macrofunc.h
+++ b/src/libs/zbxserver/macrofunc.h
@@ -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/src/libs/zbxserver/zabbix_stats.c b/src/libs/zbxserver/zabbix_stats.c
index 38e16713223..5b1b26c3ef7 100644
--- a/src/libs/zbxserver/zabbix_stats.c
+++ b/src/libs/zbxserver/zabbix_stats.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/src/libs/zbxserver/zabbix_stats.h b/src/libs/zbxserver/zabbix_stats.h
index 57e866d76e7..1b4c4bfe3ff 100644
--- a/src/libs/zbxserver/zabbix_stats.h
+++ b/src/libs/zbxserver/zabbix_stats.h
@@ -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/src/libs/zbxserver/zabbix_stats_proxy.c b/src/libs/zbxserver/zabbix_stats_proxy.c
index 8422af873d1..df0a6f1ced0 100644
--- a/src/libs/zbxserver/zabbix_stats_proxy.c
+++ b/src/libs/zbxserver/zabbix_stats_proxy.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/src/libs/zbxserver/zabbix_stats_server.c b/src/libs/zbxserver/zabbix_stats_server.c
index 81c8703720e..101faffe4d6 100644
--- a/src/libs/zbxserver/zabbix_stats_server.c
+++ b/src/libs/zbxserver/zabbix_stats_server.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/src/libs/zbxserver/zabbix_users.c b/src/libs/zbxserver/zabbix_users.c
index 911c789dd10..0d799198f7e 100644
--- a/src/libs/zbxserver/zabbix_users.c
+++ b/src/libs/zbxserver/zabbix_users.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/src/libs/zbxserver/zabbix_users.h b/src/libs/zbxserver/zabbix_users.h
index 1439e66e518..9ae2b38e032 100644
--- a/src/libs/zbxserver/zabbix_users.h
+++ b/src/libs/zbxserver/zabbix_users.h
@@ -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/src/libs/zbxsys/mutexs.c b/src/libs/zbxsys/mutexs.c
index da25de7bc71..61b891812ac 100644
--- a/src/libs/zbxsys/mutexs.c
+++ b/src/libs/zbxsys/mutexs.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/src/libs/zbxsys/symbols.c b/src/libs/zbxsys/symbols.c
index 9e833c82474..41f94891e4d 100644
--- a/src/libs/zbxsys/symbols.c
+++ b/src/libs/zbxsys/symbols.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/src/libs/zbxsys/threads.c b/src/libs/zbxsys/threads.c
index f9e59941a53..5c3d33e428c 100644
--- a/src/libs/zbxsys/threads.c
+++ b/src/libs/zbxsys/threads.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/src/libs/zbxsysinfo/agent/agent.c b/src/libs/zbxsysinfo/agent/agent.c
index 84cf7bc9412..b135426bf17 100644
--- a/src/libs/zbxsysinfo/agent/agent.c
+++ b/src/libs/zbxsysinfo/agent/agent.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/src/libs/zbxsysinfo/agent/agent.h b/src/libs/zbxsysinfo/agent/agent.h
index bdfc11d2bd9..ae24a40ae20 100644
--- a/src/libs/zbxsysinfo/agent/agent.h
+++ b/src/libs/zbxsysinfo/agent/agent.h
@@ -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/src/libs/zbxsysinfo/agent/modbus.c b/src/libs/zbxsysinfo/agent/modbus.c
index 7c57e23e9cf..e73f5517db7 100644
--- a/src/libs/zbxsysinfo/agent/modbus.c
+++ b/src/libs/zbxsysinfo/agent/modbus.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/src/libs/zbxsysinfo/aix/aix.c b/src/libs/zbxsysinfo/aix/aix.c
index 32b9ce17d39..410097ed7cd 100644
--- a/src/libs/zbxsysinfo/aix/aix.c
+++ b/src/libs/zbxsysinfo/aix/aix.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/src/libs/zbxsysinfo/aix/cpu.c b/src/libs/zbxsysinfo/aix/cpu.c
index 40fcb8ab298..b1f16c4ec17 100644
--- a/src/libs/zbxsysinfo/aix/cpu.c
+++ b/src/libs/zbxsysinfo/aix/cpu.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/src/libs/zbxsysinfo/aix/diskio.c b/src/libs/zbxsysinfo/aix/diskio.c
index f3a11cf3523..1ce81d5e3bb 100644
--- a/src/libs/zbxsysinfo/aix/diskio.c
+++ b/src/libs/zbxsysinfo/aix/diskio.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/src/libs/zbxsysinfo/aix/diskspace.c b/src/libs/zbxsysinfo/aix/diskspace.c
index 53941a3ebaa..662c7eed38e 100644
--- a/src/libs/zbxsysinfo/aix/diskspace.c
+++ b/src/libs/zbxsysinfo/aix/diskspace.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/src/libs/zbxsysinfo/aix/hostname.c b/src/libs/zbxsysinfo/aix/hostname.c
index ac282888411..e00d7d76364 100644
--- a/src/libs/zbxsysinfo/aix/hostname.c
+++ b/src/libs/zbxsysinfo/aix/hostname.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/src/libs/zbxsysinfo/aix/inodes.c b/src/libs/zbxsysinfo/aix/inodes.c
index 7ec24504222..97e4fe367ca 100644
--- a/src/libs/zbxsysinfo/aix/inodes.c
+++ b/src/libs/zbxsysinfo/aix/inodes.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/src/libs/zbxsysinfo/aix/inodes.h b/src/libs/zbxsysinfo/aix/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/aix/inodes.h
+++ b/src/libs/zbxsysinfo/aix/inodes.h
@@ -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/src/libs/zbxsysinfo/aix/memory.c b/src/libs/zbxsysinfo/aix/memory.c
index 872df35dcf4..697f9ea5772 100644
--- a/src/libs/zbxsysinfo/aix/memory.c
+++ b/src/libs/zbxsysinfo/aix/memory.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/src/libs/zbxsysinfo/aix/net.c b/src/libs/zbxsysinfo/aix/net.c
index 05ebac3bb16..1956bb71d07 100644
--- a/src/libs/zbxsysinfo/aix/net.c
+++ b/src/libs/zbxsysinfo/aix/net.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/src/libs/zbxsysinfo/aix/proc.c b/src/libs/zbxsysinfo/aix/proc.c
index 33021b99209..3153f2bb7e2 100644
--- a/src/libs/zbxsysinfo/aix/proc.c
+++ b/src/libs/zbxsysinfo/aix/proc.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/src/libs/zbxsysinfo/aix/software.c b/src/libs/zbxsysinfo/aix/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/aix/software.c
+++ b/src/libs/zbxsysinfo/aix/software.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/src/libs/zbxsysinfo/aix/swap.c b/src/libs/zbxsysinfo/aix/swap.c
index 2a965fcc78e..6c03cce5ad3 100644
--- a/src/libs/zbxsysinfo/aix/swap.c
+++ b/src/libs/zbxsysinfo/aix/swap.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/src/libs/zbxsysinfo/aix/system.c b/src/libs/zbxsysinfo/aix/system.c
index f3ab7bce0d7..ba0cdfca952 100644
--- a/src/libs/zbxsysinfo/aix/system.c
+++ b/src/libs/zbxsysinfo/aix/system.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/src/libs/zbxsysinfo/aix/uptime.c b/src/libs/zbxsysinfo/aix/uptime.c
index 85244e232f6..9808d8e7988 100644
--- a/src/libs/zbxsysinfo/aix/uptime.c
+++ b/src/libs/zbxsysinfo/aix/uptime.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/src/libs/zbxsysinfo/aix/vmstats.c b/src/libs/zbxsysinfo/aix/vmstats.c
index 051ba6c14bc..3181c920996 100644
--- a/src/libs/zbxsysinfo/aix/vmstats.c
+++ b/src/libs/zbxsysinfo/aix/vmstats.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/src/libs/zbxsysinfo/common/common.c b/src/libs/zbxsysinfo/common/common.c
index b28bd89260d..e48361c2ddd 100644
--- a/src/libs/zbxsysinfo/common/common.c
+++ b/src/libs/zbxsysinfo/common/common.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/src/libs/zbxsysinfo/common/common.h b/src/libs/zbxsysinfo/common/common.h
index 9c7072d53aa..17be23170f0 100644
--- a/src/libs/zbxsysinfo/common/common.h
+++ b/src/libs/zbxsysinfo/common/common.h
@@ -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/src/libs/zbxsysinfo/common/cpu.c b/src/libs/zbxsysinfo/common/cpu.c
index fe424a1ad8a..9cf928eb892 100644
--- a/src/libs/zbxsysinfo/common/cpu.c
+++ b/src/libs/zbxsysinfo/common/cpu.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/src/libs/zbxsysinfo/common/cpu.h b/src/libs/zbxsysinfo/common/cpu.h
index f76398c3c6c..364a8bc120a 100644
--- a/src/libs/zbxsysinfo/common/cpu.h
+++ b/src/libs/zbxsysinfo/common/cpu.h
@@ -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/src/libs/zbxsysinfo/common/dir.c b/src/libs/zbxsysinfo/common/dir.c
index a8f3b5dc119..1b13e9dbeea 100644
--- a/src/libs/zbxsysinfo/common/dir.c
+++ b/src/libs/zbxsysinfo/common/dir.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/src/libs/zbxsysinfo/common/dir.h b/src/libs/zbxsysinfo/common/dir.h
index 20610771c55..9571d6e5d70 100644
--- a/src/libs/zbxsysinfo/common/dir.h
+++ b/src/libs/zbxsysinfo/common/dir.h
@@ -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/src/libs/zbxsysinfo/common/dns.c b/src/libs/zbxsysinfo/common/dns.c
index 7e566cfb179..394a525429a 100644
--- a/src/libs/zbxsysinfo/common/dns.c
+++ b/src/libs/zbxsysinfo/common/dns.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/src/libs/zbxsysinfo/common/dns.h b/src/libs/zbxsysinfo/common/dns.h
index dd7adfea092..a73be042dcc 100644
--- a/src/libs/zbxsysinfo/common/dns.h
+++ b/src/libs/zbxsysinfo/common/dns.h
@@ -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/src/libs/zbxsysinfo/common/file.c b/src/libs/zbxsysinfo/common/file.c
index 27ce0d4c141..ecad5a26174 100644
--- a/src/libs/zbxsysinfo/common/file.c
+++ b/src/libs/zbxsysinfo/common/file.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/src/libs/zbxsysinfo/common/file.h b/src/libs/zbxsysinfo/common/file.h
index 48738398468..b318be91454 100644
--- a/src/libs/zbxsysinfo/common/file.h
+++ b/src/libs/zbxsysinfo/common/file.h
@@ -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/src/libs/zbxsysinfo/common/http.c b/src/libs/zbxsysinfo/common/http.c
index cab8024c288..acd77e1f1d5 100644
--- a/src/libs/zbxsysinfo/common/http.c
+++ b/src/libs/zbxsysinfo/common/http.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/src/libs/zbxsysinfo/common/http.h b/src/libs/zbxsysinfo/common/http.h
index 2758fc2213e..3f755e4c3d2 100644
--- a/src/libs/zbxsysinfo/common/http.h
+++ b/src/libs/zbxsysinfo/common/http.h
@@ -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/src/libs/zbxsysinfo/common/http_metrics.c b/src/libs/zbxsysinfo/common/http_metrics.c
index 5d41a0f3d14..83f6e2e1163 100644
--- a/src/libs/zbxsysinfo/common/http_metrics.c
+++ b/src/libs/zbxsysinfo/common/http_metrics.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/src/libs/zbxsysinfo/common/http_metrics.h b/src/libs/zbxsysinfo/common/http_metrics.h
index 8799a0d455c..c16604705bd 100644
--- a/src/libs/zbxsysinfo/common/http_metrics.h
+++ b/src/libs/zbxsysinfo/common/http_metrics.h
@@ -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/src/libs/zbxsysinfo/common/net.c b/src/libs/zbxsysinfo/common/net.c
index 27c4d836066..b8c0d038d8c 100644
--- a/src/libs/zbxsysinfo/common/net.c
+++ b/src/libs/zbxsysinfo/common/net.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/src/libs/zbxsysinfo/common/net.h b/src/libs/zbxsysinfo/common/net.h
index cd36736e555..0616e57cbd4 100644
--- a/src/libs/zbxsysinfo/common/net.h
+++ b/src/libs/zbxsysinfo/common/net.h
@@ -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/src/libs/zbxsysinfo/common/system.c b/src/libs/zbxsysinfo/common/system.c
index c8a9c7561ea..f1879f87ca2 100644
--- a/src/libs/zbxsysinfo/common/system.c
+++ b/src/libs/zbxsysinfo/common/system.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/src/libs/zbxsysinfo/common/system.h b/src/libs/zbxsysinfo/common/system.h
index 1c4f1bfa14f..1568399b43d 100644
--- a/src/libs/zbxsysinfo/common/system.h
+++ b/src/libs/zbxsysinfo/common/system.h
@@ -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/src/libs/zbxsysinfo/common/zabbix_stats.c b/src/libs/zbxsysinfo/common/zabbix_stats.c
index 28d4cc5e3f1..7b666057197 100644
--- a/src/libs/zbxsysinfo/common/zabbix_stats.c
+++ b/src/libs/zbxsysinfo/common/zabbix_stats.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/src/libs/zbxsysinfo/common/zabbix_stats.h b/src/libs/zbxsysinfo/common/zabbix_stats.h
index cf31a00985a..4c8b5b0c6ec 100644
--- a/src/libs/zbxsysinfo/common/zabbix_stats.h
+++ b/src/libs/zbxsysinfo/common/zabbix_stats.h
@@ -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/src/libs/zbxsysinfo/freebsd/boottime.c b/src/libs/zbxsysinfo/freebsd/boottime.c
index 48617e0e6e8..94a9ac16069 100644
--- a/src/libs/zbxsysinfo/freebsd/boottime.c
+++ b/src/libs/zbxsysinfo/freebsd/boottime.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/src/libs/zbxsysinfo/freebsd/cpu.c b/src/libs/zbxsysinfo/freebsd/cpu.c
index 3e0db126a10..5636daad465 100644
--- a/src/libs/zbxsysinfo/freebsd/cpu.c
+++ b/src/libs/zbxsysinfo/freebsd/cpu.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/src/libs/zbxsysinfo/freebsd/diskio.c b/src/libs/zbxsysinfo/freebsd/diskio.c
index 7dcbd12cefe..20a0144a336 100644
--- a/src/libs/zbxsysinfo/freebsd/diskio.c
+++ b/src/libs/zbxsysinfo/freebsd/diskio.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/src/libs/zbxsysinfo/freebsd/diskspace.c b/src/libs/zbxsysinfo/freebsd/diskspace.c
index b0fa65a6188..3d261e3de72 100644
--- a/src/libs/zbxsysinfo/freebsd/diskspace.c
+++ b/src/libs/zbxsysinfo/freebsd/diskspace.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/src/libs/zbxsysinfo/freebsd/freebsd.c b/src/libs/zbxsysinfo/freebsd/freebsd.c
index 10553c039c0..0c20deee8b3 100644
--- a/src/libs/zbxsysinfo/freebsd/freebsd.c
+++ b/src/libs/zbxsysinfo/freebsd/freebsd.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/src/libs/zbxsysinfo/freebsd/hostname.c b/src/libs/zbxsysinfo/freebsd/hostname.c
index ac282888411..e00d7d76364 100644
--- a/src/libs/zbxsysinfo/freebsd/hostname.c
+++ b/src/libs/zbxsysinfo/freebsd/hostname.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/src/libs/zbxsysinfo/freebsd/inodes.c b/src/libs/zbxsysinfo/freebsd/inodes.c
index f84c1ab3769..4927fb7f717 100644
--- a/src/libs/zbxsysinfo/freebsd/inodes.c
+++ b/src/libs/zbxsysinfo/freebsd/inodes.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/src/libs/zbxsysinfo/freebsd/inodes.h b/src/libs/zbxsysinfo/freebsd/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/freebsd/inodes.h
+++ b/src/libs/zbxsysinfo/freebsd/inodes.h
@@ -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/src/libs/zbxsysinfo/freebsd/kernel.c b/src/libs/zbxsysinfo/freebsd/kernel.c
index 901a8314ef5..5bd26d1e1b1 100644
--- a/src/libs/zbxsysinfo/freebsd/kernel.c
+++ b/src/libs/zbxsysinfo/freebsd/kernel.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/src/libs/zbxsysinfo/freebsd/memory.c b/src/libs/zbxsysinfo/freebsd/memory.c
index 0fcb797c575..f7348df2bcb 100644
--- a/src/libs/zbxsysinfo/freebsd/memory.c
+++ b/src/libs/zbxsysinfo/freebsd/memory.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/src/libs/zbxsysinfo/freebsd/net.c b/src/libs/zbxsysinfo/freebsd/net.c
index fd639855167..ecac3fc74f6 100644
--- a/src/libs/zbxsysinfo/freebsd/net.c
+++ b/src/libs/zbxsysinfo/freebsd/net.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/src/libs/zbxsysinfo/freebsd/proc.c b/src/libs/zbxsysinfo/freebsd/proc.c
index a8cad88b3fb..a1513f57880 100644
--- a/src/libs/zbxsysinfo/freebsd/proc.c
+++ b/src/libs/zbxsysinfo/freebsd/proc.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/src/libs/zbxsysinfo/freebsd/software.c b/src/libs/zbxsysinfo/freebsd/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/freebsd/software.c
+++ b/src/libs/zbxsysinfo/freebsd/software.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/src/libs/zbxsysinfo/freebsd/swap.c b/src/libs/zbxsysinfo/freebsd/swap.c
index 6c74eae0d0c..468f7d5ddc1 100644
--- a/src/libs/zbxsysinfo/freebsd/swap.c
+++ b/src/libs/zbxsysinfo/freebsd/swap.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/src/libs/zbxsysinfo/freebsd/system.c b/src/libs/zbxsysinfo/freebsd/system.c
index f3ab7bce0d7..ba0cdfca952 100644
--- a/src/libs/zbxsysinfo/freebsd/system.c
+++ b/src/libs/zbxsysinfo/freebsd/system.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/src/libs/zbxsysinfo/freebsd/uptime.c b/src/libs/zbxsysinfo/freebsd/uptime.c
index 3b84fa262f9..1956a3f2eec 100644
--- a/src/libs/zbxsysinfo/freebsd/uptime.c
+++ b/src/libs/zbxsysinfo/freebsd/uptime.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/src/libs/zbxsysinfo/hpux/cpu.c b/src/libs/zbxsysinfo/hpux/cpu.c
index cf57e47113a..239f1a34b8e 100644
--- a/src/libs/zbxsysinfo/hpux/cpu.c
+++ b/src/libs/zbxsysinfo/hpux/cpu.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/src/libs/zbxsysinfo/hpux/diskio.c b/src/libs/zbxsysinfo/hpux/diskio.c
index 681784f11d8..c2d02c59adf 100644
--- a/src/libs/zbxsysinfo/hpux/diskio.c
+++ b/src/libs/zbxsysinfo/hpux/diskio.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/src/libs/zbxsysinfo/hpux/diskspace.c b/src/libs/zbxsysinfo/hpux/diskspace.c
index 482e765eb61..73d4be67d5f 100644
--- a/src/libs/zbxsysinfo/hpux/diskspace.c
+++ b/src/libs/zbxsysinfo/hpux/diskspace.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/src/libs/zbxsysinfo/hpux/hostname.c b/src/libs/zbxsysinfo/hpux/hostname.c
index 90bab823f7d..96c06ac8e21 100644
--- a/src/libs/zbxsysinfo/hpux/hostname.c
+++ b/src/libs/zbxsysinfo/hpux/hostname.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/src/libs/zbxsysinfo/hpux/hpux.c b/src/libs/zbxsysinfo/hpux/hpux.c
index 858d3a8ac2a..395828b00aa 100644
--- a/src/libs/zbxsysinfo/hpux/hpux.c
+++ b/src/libs/zbxsysinfo/hpux/hpux.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/src/libs/zbxsysinfo/hpux/inodes.c b/src/libs/zbxsysinfo/hpux/inodes.c
index f84c1ab3769..4927fb7f717 100644
--- a/src/libs/zbxsysinfo/hpux/inodes.c
+++ b/src/libs/zbxsysinfo/hpux/inodes.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/src/libs/zbxsysinfo/hpux/inodes.h b/src/libs/zbxsysinfo/hpux/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/hpux/inodes.h
+++ b/src/libs/zbxsysinfo/hpux/inodes.h
@@ -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/src/libs/zbxsysinfo/hpux/memory.c b/src/libs/zbxsysinfo/hpux/memory.c
index e52fe1020f9..c501bc769b3 100644
--- a/src/libs/zbxsysinfo/hpux/memory.c
+++ b/src/libs/zbxsysinfo/hpux/memory.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/src/libs/zbxsysinfo/hpux/net.c b/src/libs/zbxsysinfo/hpux/net.c
index f91e1a786a0..b3f68020763 100644
--- a/src/libs/zbxsysinfo/hpux/net.c
+++ b/src/libs/zbxsysinfo/hpux/net.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/src/libs/zbxsysinfo/hpux/proc.c b/src/libs/zbxsysinfo/hpux/proc.c
index 019cf288a91..07c19422a0e 100644
--- a/src/libs/zbxsysinfo/hpux/proc.c
+++ b/src/libs/zbxsysinfo/hpux/proc.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/src/libs/zbxsysinfo/hpux/software.c b/src/libs/zbxsysinfo/hpux/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/hpux/software.c
+++ b/src/libs/zbxsysinfo/hpux/software.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/src/libs/zbxsysinfo/hpux/system.c b/src/libs/zbxsysinfo/hpux/system.c
index 2e1a8ecdc66..91816e38fab 100644
--- a/src/libs/zbxsysinfo/hpux/system.c
+++ b/src/libs/zbxsysinfo/hpux/system.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/src/libs/zbxsysinfo/linux/boottime.c b/src/libs/zbxsysinfo/linux/boottime.c
index 2f2b51252b5..ae804a9ec98 100644
--- a/src/libs/zbxsysinfo/linux/boottime.c
+++ b/src/libs/zbxsysinfo/linux/boottime.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/src/libs/zbxsysinfo/linux/cpu.c b/src/libs/zbxsysinfo/linux/cpu.c
index fc464ebc0c4..6431f6d2e37 100644
--- a/src/libs/zbxsysinfo/linux/cpu.c
+++ b/src/libs/zbxsysinfo/linux/cpu.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/src/libs/zbxsysinfo/linux/diskio.c b/src/libs/zbxsysinfo/linux/diskio.c
index d10976c9abc..abec658443e 100644
--- a/src/libs/zbxsysinfo/linux/diskio.c
+++ b/src/libs/zbxsysinfo/linux/diskio.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/src/libs/zbxsysinfo/linux/diskspace.c b/src/libs/zbxsysinfo/linux/diskspace.c
index e8618f52cc6..2ab11a0f495 100644
--- a/src/libs/zbxsysinfo/linux/diskspace.c
+++ b/src/libs/zbxsysinfo/linux/diskspace.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/src/libs/zbxsysinfo/linux/hardware.c b/src/libs/zbxsysinfo/linux/hardware.c
index a66fe0849b8..e633f9c6f28 100644
--- a/src/libs/zbxsysinfo/linux/hardware.c
+++ b/src/libs/zbxsysinfo/linux/hardware.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/src/libs/zbxsysinfo/linux/hardware.h b/src/libs/zbxsysinfo/linux/hardware.h
index 77601d275cf..7fd8bfb0664 100644
--- a/src/libs/zbxsysinfo/linux/hardware.h
+++ b/src/libs/zbxsysinfo/linux/hardware.h
@@ -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/src/libs/zbxsysinfo/linux/hostname.c b/src/libs/zbxsysinfo/linux/hostname.c
index ac282888411..e00d7d76364 100644
--- a/src/libs/zbxsysinfo/linux/hostname.c
+++ b/src/libs/zbxsysinfo/linux/hostname.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/src/libs/zbxsysinfo/linux/inodes.c b/src/libs/zbxsysinfo/linux/inodes.c
index 645ab706c32..796c7713f4e 100644
--- a/src/libs/zbxsysinfo/linux/inodes.c
+++ b/src/libs/zbxsysinfo/linux/inodes.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/src/libs/zbxsysinfo/linux/inodes.h b/src/libs/zbxsysinfo/linux/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/linux/inodes.h
+++ b/src/libs/zbxsysinfo/linux/inodes.h
@@ -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/src/libs/zbxsysinfo/linux/kernel.c b/src/libs/zbxsysinfo/linux/kernel.c
index 245be927dc3..0e445c82f3b 100644
--- a/src/libs/zbxsysinfo/linux/kernel.c
+++ b/src/libs/zbxsysinfo/linux/kernel.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/src/libs/zbxsysinfo/linux/linux.c b/src/libs/zbxsysinfo/linux/linux.c
index 4c955b29b03..f6f449d9834 100644
--- a/src/libs/zbxsysinfo/linux/linux.c
+++ b/src/libs/zbxsysinfo/linux/linux.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/src/libs/zbxsysinfo/linux/memory.c b/src/libs/zbxsysinfo/linux/memory.c
index 06764f3f16c..8082c4d04a2 100644
--- a/src/libs/zbxsysinfo/linux/memory.c
+++ b/src/libs/zbxsysinfo/linux/memory.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/src/libs/zbxsysinfo/linux/net.c b/src/libs/zbxsysinfo/linux/net.c
index 13324a44408..e3d3eb7812d 100644
--- a/src/libs/zbxsysinfo/linux/net.c
+++ b/src/libs/zbxsysinfo/linux/net.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/src/libs/zbxsysinfo/linux/proc.c b/src/libs/zbxsysinfo/linux/proc.c
index a79627a174f..034cb06575a 100644
--- a/src/libs/zbxsysinfo/linux/proc.c
+++ b/src/libs/zbxsysinfo/linux/proc.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/src/libs/zbxsysinfo/linux/proc.h b/src/libs/zbxsysinfo/linux/proc.h
index 2834217448c..73d2cdb3dfe 100644
--- a/src/libs/zbxsysinfo/linux/proc.h
+++ b/src/libs/zbxsysinfo/linux/proc.h
@@ -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/src/libs/zbxsysinfo/linux/sensors.c b/src/libs/zbxsysinfo/linux/sensors.c
index 80a20104069..e22d664287c 100644
--- a/src/libs/zbxsysinfo/linux/sensors.c
+++ b/src/libs/zbxsysinfo/linux/sensors.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/src/libs/zbxsysinfo/linux/software.c b/src/libs/zbxsysinfo/linux/software.c
index 7c595d287ae..24f8e93eed8 100644
--- a/src/libs/zbxsysinfo/linux/software.c
+++ b/src/libs/zbxsysinfo/linux/software.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/src/libs/zbxsysinfo/linux/software.h b/src/libs/zbxsysinfo/linux/software.h
index 4f54c684c2f..bf412c7fc19 100644
--- a/src/libs/zbxsysinfo/linux/software.h
+++ b/src/libs/zbxsysinfo/linux/software.h
@@ -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/src/libs/zbxsysinfo/linux/swap.c b/src/libs/zbxsysinfo/linux/swap.c
index 950bb441bbe..addce991ae8 100644
--- a/src/libs/zbxsysinfo/linux/swap.c
+++ b/src/libs/zbxsysinfo/linux/swap.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/src/libs/zbxsysinfo/linux/system.c b/src/libs/zbxsysinfo/linux/system.c
index dc9d9350549..2b92fe680bc 100644
--- a/src/libs/zbxsysinfo/linux/system.c
+++ b/src/libs/zbxsysinfo/linux/system.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/src/libs/zbxsysinfo/linux/uptime.c b/src/libs/zbxsysinfo/linux/uptime.c
index abd1c198f5c..4e99a5a25d7 100644
--- a/src/libs/zbxsysinfo/linux/uptime.c
+++ b/src/libs/zbxsysinfo/linux/uptime.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/src/libs/zbxsysinfo/netbsd/boottime.c b/src/libs/zbxsysinfo/netbsd/boottime.c
index 48617e0e6e8..94a9ac16069 100644
--- a/src/libs/zbxsysinfo/netbsd/boottime.c
+++ b/src/libs/zbxsysinfo/netbsd/boottime.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/src/libs/zbxsysinfo/netbsd/cpu.c b/src/libs/zbxsysinfo/netbsd/cpu.c
index 37d6734aa78..7640061214b 100644
--- a/src/libs/zbxsysinfo/netbsd/cpu.c
+++ b/src/libs/zbxsysinfo/netbsd/cpu.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/src/libs/zbxsysinfo/netbsd/diskio.c b/src/libs/zbxsysinfo/netbsd/diskio.c
index 681784f11d8..c2d02c59adf 100644
--- a/src/libs/zbxsysinfo/netbsd/diskio.c
+++ b/src/libs/zbxsysinfo/netbsd/diskio.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/src/libs/zbxsysinfo/netbsd/diskspace.c b/src/libs/zbxsysinfo/netbsd/diskspace.c
index f1ecd73146a..f055b2bf229 100644
--- a/src/libs/zbxsysinfo/netbsd/diskspace.c
+++ b/src/libs/zbxsysinfo/netbsd/diskspace.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/src/libs/zbxsysinfo/netbsd/hostname.c b/src/libs/zbxsysinfo/netbsd/hostname.c
index ac282888411..e00d7d76364 100644
--- a/src/libs/zbxsysinfo/netbsd/hostname.c
+++ b/src/libs/zbxsysinfo/netbsd/hostname.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/src/libs/zbxsysinfo/netbsd/inodes.c b/src/libs/zbxsysinfo/netbsd/inodes.c
index f84c1ab3769..4927fb7f717 100644
--- a/src/libs/zbxsysinfo/netbsd/inodes.c
+++ b/src/libs/zbxsysinfo/netbsd/inodes.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/src/libs/zbxsysinfo/netbsd/inodes.h b/src/libs/zbxsysinfo/netbsd/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/netbsd/inodes.h
+++ b/src/libs/zbxsysinfo/netbsd/inodes.h
@@ -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/src/libs/zbxsysinfo/netbsd/kernel.c b/src/libs/zbxsysinfo/netbsd/kernel.c
index 901a8314ef5..5bd26d1e1b1 100644
--- a/src/libs/zbxsysinfo/netbsd/kernel.c
+++ b/src/libs/zbxsysinfo/netbsd/kernel.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/src/libs/zbxsysinfo/netbsd/memory.c b/src/libs/zbxsysinfo/netbsd/memory.c
index 727ca4d25ad..77cd2209ed1 100644
--- a/src/libs/zbxsysinfo/netbsd/memory.c
+++ b/src/libs/zbxsysinfo/netbsd/memory.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/src/libs/zbxsysinfo/netbsd/net.c b/src/libs/zbxsysinfo/netbsd/net.c
index 6d62b311719..1d7ebebc75f 100644
--- a/src/libs/zbxsysinfo/netbsd/net.c
+++ b/src/libs/zbxsysinfo/netbsd/net.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/src/libs/zbxsysinfo/netbsd/netbsd.c b/src/libs/zbxsysinfo/netbsd/netbsd.c
index ff9f67907cc..946bc6fa590 100644
--- a/src/libs/zbxsysinfo/netbsd/netbsd.c
+++ b/src/libs/zbxsysinfo/netbsd/netbsd.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/src/libs/zbxsysinfo/netbsd/proc.c b/src/libs/zbxsysinfo/netbsd/proc.c
index 59f00fd6587..19239fa99b0 100644
--- a/src/libs/zbxsysinfo/netbsd/proc.c
+++ b/src/libs/zbxsysinfo/netbsd/proc.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/src/libs/zbxsysinfo/netbsd/software.c b/src/libs/zbxsysinfo/netbsd/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/netbsd/software.c
+++ b/src/libs/zbxsysinfo/netbsd/software.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/src/libs/zbxsysinfo/netbsd/system.c b/src/libs/zbxsysinfo/netbsd/system.c
index f3ab7bce0d7..ba0cdfca952 100644
--- a/src/libs/zbxsysinfo/netbsd/system.c
+++ b/src/libs/zbxsysinfo/netbsd/system.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/src/libs/zbxsysinfo/netbsd/uptime.c b/src/libs/zbxsysinfo/netbsd/uptime.c
index 3b84fa262f9..1956a3f2eec 100644
--- a/src/libs/zbxsysinfo/netbsd/uptime.c
+++ b/src/libs/zbxsysinfo/netbsd/uptime.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/src/libs/zbxsysinfo/openbsd/boottime.c b/src/libs/zbxsysinfo/openbsd/boottime.c
index 48617e0e6e8..94a9ac16069 100644
--- a/src/libs/zbxsysinfo/openbsd/boottime.c
+++ b/src/libs/zbxsysinfo/openbsd/boottime.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/src/libs/zbxsysinfo/openbsd/cpu.c b/src/libs/zbxsysinfo/openbsd/cpu.c
index 5dfed84e765..0d10a7734b1 100644
--- a/src/libs/zbxsysinfo/openbsd/cpu.c
+++ b/src/libs/zbxsysinfo/openbsd/cpu.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/src/libs/zbxsysinfo/openbsd/diskio.c b/src/libs/zbxsysinfo/openbsd/diskio.c
index fafa690dcb4..4aea1f62c38 100644
--- a/src/libs/zbxsysinfo/openbsd/diskio.c
+++ b/src/libs/zbxsysinfo/openbsd/diskio.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/src/libs/zbxsysinfo/openbsd/diskspace.c b/src/libs/zbxsysinfo/openbsd/diskspace.c
index b0fa65a6188..3d261e3de72 100644
--- a/src/libs/zbxsysinfo/openbsd/diskspace.c
+++ b/src/libs/zbxsysinfo/openbsd/diskspace.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/src/libs/zbxsysinfo/openbsd/hostname.c b/src/libs/zbxsysinfo/openbsd/hostname.c
index 3ec3d0f63ad..e5e1798a84e 100644
--- a/src/libs/zbxsysinfo/openbsd/hostname.c
+++ b/src/libs/zbxsysinfo/openbsd/hostname.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/src/libs/zbxsysinfo/openbsd/inodes.c b/src/libs/zbxsysinfo/openbsd/inodes.c
index f84c1ab3769..4927fb7f717 100644
--- a/src/libs/zbxsysinfo/openbsd/inodes.c
+++ b/src/libs/zbxsysinfo/openbsd/inodes.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/src/libs/zbxsysinfo/openbsd/inodes.h b/src/libs/zbxsysinfo/openbsd/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/openbsd/inodes.h
+++ b/src/libs/zbxsysinfo/openbsd/inodes.h
@@ -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/src/libs/zbxsysinfo/openbsd/kernel.c b/src/libs/zbxsysinfo/openbsd/kernel.c
index 213c4eb8c41..b8e7279c7b0 100644
--- a/src/libs/zbxsysinfo/openbsd/kernel.c
+++ b/src/libs/zbxsysinfo/openbsd/kernel.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/src/libs/zbxsysinfo/openbsd/memory.c b/src/libs/zbxsysinfo/openbsd/memory.c
index 1c116703dd0..49e16cc03e7 100644
--- a/src/libs/zbxsysinfo/openbsd/memory.c
+++ b/src/libs/zbxsysinfo/openbsd/memory.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/src/libs/zbxsysinfo/openbsd/net.c b/src/libs/zbxsysinfo/openbsd/net.c
index 6bd63586554..91e28edeeca 100644
--- a/src/libs/zbxsysinfo/openbsd/net.c
+++ b/src/libs/zbxsysinfo/openbsd/net.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/src/libs/zbxsysinfo/openbsd/openbsd.c b/src/libs/zbxsysinfo/openbsd/openbsd.c
index 5208758f0b9..0a4bf8b87eb 100644
--- a/src/libs/zbxsysinfo/openbsd/openbsd.c
+++ b/src/libs/zbxsysinfo/openbsd/openbsd.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/src/libs/zbxsysinfo/openbsd/proc.c b/src/libs/zbxsysinfo/openbsd/proc.c
index 37b4f99c2d0..89eb25d8e71 100644
--- a/src/libs/zbxsysinfo/openbsd/proc.c
+++ b/src/libs/zbxsysinfo/openbsd/proc.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/src/libs/zbxsysinfo/openbsd/sensors.c b/src/libs/zbxsysinfo/openbsd/sensors.c
index 8128711c983..bef99a982a7 100644
--- a/src/libs/zbxsysinfo/openbsd/sensors.c
+++ b/src/libs/zbxsysinfo/openbsd/sensors.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/src/libs/zbxsysinfo/openbsd/software.c b/src/libs/zbxsysinfo/openbsd/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/openbsd/software.c
+++ b/src/libs/zbxsysinfo/openbsd/software.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/src/libs/zbxsysinfo/openbsd/swap.c b/src/libs/zbxsysinfo/openbsd/swap.c
index dc058ec1d9d..5f2e360771f 100644
--- a/src/libs/zbxsysinfo/openbsd/swap.c
+++ b/src/libs/zbxsysinfo/openbsd/swap.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/src/libs/zbxsysinfo/openbsd/system.c b/src/libs/zbxsysinfo/openbsd/system.c
index f3ab7bce0d7..ba0cdfca952 100644
--- a/src/libs/zbxsysinfo/openbsd/system.c
+++ b/src/libs/zbxsysinfo/openbsd/system.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/src/libs/zbxsysinfo/openbsd/uptime.c b/src/libs/zbxsysinfo/openbsd/uptime.c
index 1e7f71a9d64..5d47a372dfa 100644
--- a/src/libs/zbxsysinfo/openbsd/uptime.c
+++ b/src/libs/zbxsysinfo/openbsd/uptime.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/src/libs/zbxsysinfo/osf/cpu.c b/src/libs/zbxsysinfo/osf/cpu.c
index 7168b7978db..971ee27b268 100644
--- a/src/libs/zbxsysinfo/osf/cpu.c
+++ b/src/libs/zbxsysinfo/osf/cpu.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/src/libs/zbxsysinfo/osf/diskio.c b/src/libs/zbxsysinfo/osf/diskio.c
index 681784f11d8..c2d02c59adf 100644
--- a/src/libs/zbxsysinfo/osf/diskio.c
+++ b/src/libs/zbxsysinfo/osf/diskio.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/src/libs/zbxsysinfo/osf/diskspace.c b/src/libs/zbxsysinfo/osf/diskspace.c
index 7a4634cab59..5d5a56b8a7b 100644
--- a/src/libs/zbxsysinfo/osf/diskspace.c
+++ b/src/libs/zbxsysinfo/osf/diskspace.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/src/libs/zbxsysinfo/osf/hostname.c b/src/libs/zbxsysinfo/osf/hostname.c
index ac282888411..e00d7d76364 100644
--- a/src/libs/zbxsysinfo/osf/hostname.c
+++ b/src/libs/zbxsysinfo/osf/hostname.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/src/libs/zbxsysinfo/osf/inodes.c b/src/libs/zbxsysinfo/osf/inodes.c
index 855f588210c..1414e136919 100644
--- a/src/libs/zbxsysinfo/osf/inodes.c
+++ b/src/libs/zbxsysinfo/osf/inodes.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/src/libs/zbxsysinfo/osf/kernel.c b/src/libs/zbxsysinfo/osf/kernel.c
index a407c5d5a08..ee548ceaab6 100644
--- a/src/libs/zbxsysinfo/osf/kernel.c
+++ b/src/libs/zbxsysinfo/osf/kernel.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/src/libs/zbxsysinfo/osf/memory.c b/src/libs/zbxsysinfo/osf/memory.c
index 2758ac89cf0..b27b8a91adb 100644
--- a/src/libs/zbxsysinfo/osf/memory.c
+++ b/src/libs/zbxsysinfo/osf/memory.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/src/libs/zbxsysinfo/osf/osf.c b/src/libs/zbxsysinfo/osf/osf.c
index cb615c7741d..51ef37e90e7 100644
--- a/src/libs/zbxsysinfo/osf/osf.c
+++ b/src/libs/zbxsysinfo/osf/osf.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/src/libs/zbxsysinfo/osf/proc.c b/src/libs/zbxsysinfo/osf/proc.c
index 048170b860c..74611f12402 100644
--- a/src/libs/zbxsysinfo/osf/proc.c
+++ b/src/libs/zbxsysinfo/osf/proc.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/src/libs/zbxsysinfo/osf/software.c b/src/libs/zbxsysinfo/osf/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/osf/software.c
+++ b/src/libs/zbxsysinfo/osf/software.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/src/libs/zbxsysinfo/osf/swap.c b/src/libs/zbxsysinfo/osf/swap.c
index b68f5b43c0f..52575304145 100644
--- a/src/libs/zbxsysinfo/osf/swap.c
+++ b/src/libs/zbxsysinfo/osf/swap.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/src/libs/zbxsysinfo/osf/system.c b/src/libs/zbxsysinfo/osf/system.c
index f3ab7bce0d7..ba0cdfca952 100644
--- a/src/libs/zbxsysinfo/osf/system.c
+++ b/src/libs/zbxsysinfo/osf/system.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/src/libs/zbxsysinfo/osf/uptime.c b/src/libs/zbxsysinfo/osf/uptime.c
index 9abb7fe9f0e..01c84f02e90 100644
--- a/src/libs/zbxsysinfo/osf/uptime.c
+++ b/src/libs/zbxsysinfo/osf/uptime.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/src/libs/zbxsysinfo/osx/boottime.c b/src/libs/zbxsysinfo/osx/boottime.c
index c828478ad9e..f93b2b716da 100644
--- a/src/libs/zbxsysinfo/osx/boottime.c
+++ b/src/libs/zbxsysinfo/osx/boottime.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/src/libs/zbxsysinfo/osx/cpu.c b/src/libs/zbxsysinfo/osx/cpu.c
index 69a42e9c526..99bd8d262fc 100644
--- a/src/libs/zbxsysinfo/osx/cpu.c
+++ b/src/libs/zbxsysinfo/osx/cpu.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/src/libs/zbxsysinfo/osx/diskio.c b/src/libs/zbxsysinfo/osx/diskio.c
index 681784f11d8..c2d02c59adf 100644
--- a/src/libs/zbxsysinfo/osx/diskio.c
+++ b/src/libs/zbxsysinfo/osx/diskio.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/src/libs/zbxsysinfo/osx/diskspace.c b/src/libs/zbxsysinfo/osx/diskspace.c
index 2a635022792..85a5e460e4b 100644
--- a/src/libs/zbxsysinfo/osx/diskspace.c
+++ b/src/libs/zbxsysinfo/osx/diskspace.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/src/libs/zbxsysinfo/osx/hostname.c b/src/libs/zbxsysinfo/osx/hostname.c
index ac282888411..e00d7d76364 100644
--- a/src/libs/zbxsysinfo/osx/hostname.c
+++ b/src/libs/zbxsysinfo/osx/hostname.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/src/libs/zbxsysinfo/osx/inodes.c b/src/libs/zbxsysinfo/osx/inodes.c
index f84c1ab3769..4927fb7f717 100644
--- a/src/libs/zbxsysinfo/osx/inodes.c
+++ b/src/libs/zbxsysinfo/osx/inodes.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/src/libs/zbxsysinfo/osx/inodes.h b/src/libs/zbxsysinfo/osx/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/osx/inodes.h
+++ b/src/libs/zbxsysinfo/osx/inodes.h
@@ -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/src/libs/zbxsysinfo/osx/kernel.c b/src/libs/zbxsysinfo/osx/kernel.c
index 708170ae4d2..f48adafbeea 100644
--- a/src/libs/zbxsysinfo/osx/kernel.c
+++ b/src/libs/zbxsysinfo/osx/kernel.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/src/libs/zbxsysinfo/osx/memory.c b/src/libs/zbxsysinfo/osx/memory.c
index 7c43decf4fa..3750dfbb6ca 100644
--- a/src/libs/zbxsysinfo/osx/memory.c
+++ b/src/libs/zbxsysinfo/osx/memory.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/src/libs/zbxsysinfo/osx/net.c b/src/libs/zbxsysinfo/osx/net.c
index 14f8968a926..4445ea3cdad 100644
--- a/src/libs/zbxsysinfo/osx/net.c
+++ b/src/libs/zbxsysinfo/osx/net.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/src/libs/zbxsysinfo/osx/osx.c b/src/libs/zbxsysinfo/osx/osx.c
index 94d3befa9d5..7d11d6234f2 100644
--- a/src/libs/zbxsysinfo/osx/osx.c
+++ b/src/libs/zbxsysinfo/osx/osx.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/src/libs/zbxsysinfo/osx/software.c b/src/libs/zbxsysinfo/osx/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/osx/software.c
+++ b/src/libs/zbxsysinfo/osx/software.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/src/libs/zbxsysinfo/osx/system.c b/src/libs/zbxsysinfo/osx/system.c
index f3ab7bce0d7..ba0cdfca952 100644
--- a/src/libs/zbxsysinfo/osx/system.c
+++ b/src/libs/zbxsysinfo/osx/system.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/src/libs/zbxsysinfo/osx/uptime.c b/src/libs/zbxsysinfo/osx/uptime.c
index 669e2b575e5..bc1c1c14f2a 100644
--- a/src/libs/zbxsysinfo/osx/uptime.c
+++ b/src/libs/zbxsysinfo/osx/uptime.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/src/libs/zbxsysinfo/simple/ntp.c b/src/libs/zbxsysinfo/simple/ntp.c
index 0bdf4b38424..e3486e58b1a 100644
--- a/src/libs/zbxsysinfo/simple/ntp.c
+++ b/src/libs/zbxsysinfo/simple/ntp.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/src/libs/zbxsysinfo/simple/ntp.h b/src/libs/zbxsysinfo/simple/ntp.h
index b0babc3abbe..b3feb575b62 100644
--- a/src/libs/zbxsysinfo/simple/ntp.h
+++ b/src/libs/zbxsysinfo/simple/ntp.h
@@ -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/src/libs/zbxsysinfo/simple/simple.c b/src/libs/zbxsysinfo/simple/simple.c
index 34d7219201d..191c19650d2 100644
--- a/src/libs/zbxsysinfo/simple/simple.c
+++ b/src/libs/zbxsysinfo/simple/simple.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/src/libs/zbxsysinfo/simple/simple.h b/src/libs/zbxsysinfo/simple/simple.h
index e6101a899ba..4c16c2cc962 100644
--- a/src/libs/zbxsysinfo/simple/simple.h
+++ b/src/libs/zbxsysinfo/simple/simple.h
@@ -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/src/libs/zbxsysinfo/solaris/boottime.c b/src/libs/zbxsysinfo/solaris/boottime.c
index a1b13233a52..a8300ab5a8c 100644
--- a/src/libs/zbxsysinfo/solaris/boottime.c
+++ b/src/libs/zbxsysinfo/solaris/boottime.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/src/libs/zbxsysinfo/solaris/cpu.c b/src/libs/zbxsysinfo/solaris/cpu.c
index fa75cc265d9..b5619166bc2 100644
--- a/src/libs/zbxsysinfo/solaris/cpu.c
+++ b/src/libs/zbxsysinfo/solaris/cpu.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/src/libs/zbxsysinfo/solaris/diskio.c b/src/libs/zbxsysinfo/solaris/diskio.c
index 29695364d2e..a9bf057558c 100644
--- a/src/libs/zbxsysinfo/solaris/diskio.c
+++ b/src/libs/zbxsysinfo/solaris/diskio.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/src/libs/zbxsysinfo/solaris/diskspace.c b/src/libs/zbxsysinfo/solaris/diskspace.c
index 0aa2c7270b0..1a1abdd5f2d 100644
--- a/src/libs/zbxsysinfo/solaris/diskspace.c
+++ b/src/libs/zbxsysinfo/solaris/diskspace.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/src/libs/zbxsysinfo/solaris/hostname.c b/src/libs/zbxsysinfo/solaris/hostname.c
index ac282888411..e00d7d76364 100644
--- a/src/libs/zbxsysinfo/solaris/hostname.c
+++ b/src/libs/zbxsysinfo/solaris/hostname.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/src/libs/zbxsysinfo/solaris/inodes.c b/src/libs/zbxsysinfo/solaris/inodes.c
index f84c1ab3769..4927fb7f717 100644
--- a/src/libs/zbxsysinfo/solaris/inodes.c
+++ b/src/libs/zbxsysinfo/solaris/inodes.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/src/libs/zbxsysinfo/solaris/inodes.h b/src/libs/zbxsysinfo/solaris/inodes.h
index cfceb86d574..ecab3894534 100644
--- a/src/libs/zbxsysinfo/solaris/inodes.h
+++ b/src/libs/zbxsysinfo/solaris/inodes.h
@@ -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/src/libs/zbxsysinfo/solaris/kernel.c b/src/libs/zbxsysinfo/solaris/kernel.c
index 29433672813..500453d4f52 100644
--- a/src/libs/zbxsysinfo/solaris/kernel.c
+++ b/src/libs/zbxsysinfo/solaris/kernel.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/src/libs/zbxsysinfo/solaris/memory.c b/src/libs/zbxsysinfo/solaris/memory.c
index c7619606445..8213b8e8089 100644
--- a/src/libs/zbxsysinfo/solaris/memory.c
+++ b/src/libs/zbxsysinfo/solaris/memory.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/src/libs/zbxsysinfo/solaris/net.c b/src/libs/zbxsysinfo/solaris/net.c
index dcbcb433f92..9d9f7b97e48 100644
--- a/src/libs/zbxsysinfo/solaris/net.c
+++ b/src/libs/zbxsysinfo/solaris/net.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/src/libs/zbxsysinfo/solaris/proc.c b/src/libs/zbxsysinfo/solaris/proc.c
index 25bfef96d5d..38952ef3258 100644
--- a/src/libs/zbxsysinfo/solaris/proc.c
+++ b/src/libs/zbxsysinfo/solaris/proc.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/src/libs/zbxsysinfo/solaris/software.c b/src/libs/zbxsysinfo/solaris/software.c
index 41d69825681..15bb2ec3c36 100644
--- a/src/libs/zbxsysinfo/solaris/software.c
+++ b/src/libs/zbxsysinfo/solaris/software.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/src/libs/zbxsysinfo/solaris/solaris.c b/src/libs/zbxsysinfo/solaris/solaris.c
index 52b7e4079f1..2c26788f3b8 100644
--- a/src/libs/zbxsysinfo/solaris/solaris.c
+++ b/src/libs/zbxsysinfo/solaris/solaris.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/src/libs/zbxsysinfo/solaris/swap.c b/src/libs/zbxsysinfo/solaris/swap.c
index 8d88853f327..c247998a5ff 100644
--- a/src/libs/zbxsysinfo/solaris/swap.c
+++ b/src/libs/zbxsysinfo/solaris/swap.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/src/libs/zbxsysinfo/solaris/system.c b/src/libs/zbxsysinfo/solaris/system.c
index f3ab7bce0d7..ba0cdfca952 100644
--- a/src/libs/zbxsysinfo/solaris/system.c
+++ b/src/libs/zbxsysinfo/solaris/system.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/src/libs/zbxsysinfo/solaris/uptime.c b/src/libs/zbxsysinfo/solaris/uptime.c
index ff19a52513d..c81bd92acf9 100644
--- a/src/libs/zbxsysinfo/solaris/uptime.c
+++ b/src/libs/zbxsysinfo/solaris/uptime.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/src/libs/zbxsysinfo/specsysinfo.h b/src/libs/zbxsysinfo/specsysinfo.h
index 8afc9e4acf3..7f8c4073377 100644
--- a/src/libs/zbxsysinfo/specsysinfo.h
+++ b/src/libs/zbxsysinfo/specsysinfo.h
@@ -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/src/libs/zbxsysinfo/sysinfo.c b/src/libs/zbxsysinfo/sysinfo.c
index a76fc8992ad..0c5a0834957 100644
--- a/src/libs/zbxsysinfo/sysinfo.c
+++ b/src/libs/zbxsysinfo/sysinfo.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/src/libs/zbxsysinfo/unknown/diskio.c b/src/libs/zbxsysinfo/unknown/diskio.c
index 681784f11d8..c2d02c59adf 100644
--- a/src/libs/zbxsysinfo/unknown/diskio.c
+++ b/src/libs/zbxsysinfo/unknown/diskio.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/src/libs/zbxsysinfo/unknown/hostname.c b/src/libs/zbxsysinfo/unknown/hostname.c
index 1d543e58cfb..c832d645239 100644
--- a/src/libs/zbxsysinfo/unknown/hostname.c
+++ b/src/libs/zbxsysinfo/unknown/hostname.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/src/libs/zbxsysinfo/unknown/unknown.c b/src/libs/zbxsysinfo/unknown/unknown.c
index dba837f01d6..2ca77fb17ab 100644
--- a/src/libs/zbxsysinfo/unknown/unknown.c
+++ b/src/libs/zbxsysinfo/unknown/unknown.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/src/libs/zbxsysinfo/win32/cpu.c b/src/libs/zbxsysinfo/win32/cpu.c
index 7ffe1834d54..e98273ada14 100644
--- a/src/libs/zbxsysinfo/win32/cpu.c
+++ b/src/libs/zbxsysinfo/win32/cpu.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/src/libs/zbxsysinfo/win32/diskio.c b/src/libs/zbxsysinfo/win32/diskio.c
index 681784f11d8..c2d02c59adf 100644
--- a/src/libs/zbxsysinfo/win32/diskio.c
+++ b/src/libs/zbxsysinfo/win32/diskio.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/src/libs/zbxsysinfo/win32/diskspace.c b/src/libs/zbxsysinfo/win32/diskspace.c
index a0dfc135288..b772366c1c9 100644
--- a/src/libs/zbxsysinfo/win32/diskspace.c
+++ b/src/libs/zbxsysinfo/win32/diskspace.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/src/libs/zbxsysinfo/win32/hostname.c b/src/libs/zbxsysinfo/win32/hostname.c
index 7ce08b85406..f197f0183df 100644
--- a/src/libs/zbxsysinfo/win32/hostname.c
+++ b/src/libs/zbxsysinfo/win32/hostname.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/src/libs/zbxsysinfo/win32/memory.c b/src/libs/zbxsysinfo/win32/memory.c
index 3b8258bd8dc..cc4962e65fe 100644
--- a/src/libs/zbxsysinfo/win32/memory.c
+++ b/src/libs/zbxsysinfo/win32/memory.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/src/libs/zbxsysinfo/win32/net.c b/src/libs/zbxsysinfo/win32/net.c
index 9da8d2fc589..78ef8c23627 100644
--- a/src/libs/zbxsysinfo/win32/net.c
+++ b/src/libs/zbxsysinfo/win32/net.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/src/libs/zbxsysinfo/win32/pdhmon.c b/src/libs/zbxsysinfo/win32/pdhmon.c
index 2d39160c153..01aeb18536a 100644
--- a/src/libs/zbxsysinfo/win32/pdhmon.c
+++ b/src/libs/zbxsysinfo/win32/pdhmon.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/src/libs/zbxsysinfo/win32/proc.c b/src/libs/zbxsysinfo/win32/proc.c
index a0a644bedb0..11d50e08454 100644
--- a/src/libs/zbxsysinfo/win32/proc.c
+++ b/src/libs/zbxsysinfo/win32/proc.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/src/libs/zbxsysinfo/win32/services.c b/src/libs/zbxsysinfo/win32/services.c
index 808db5ab9a6..870c7cba012 100644
--- a/src/libs/zbxsysinfo/win32/services.c
+++ b/src/libs/zbxsysinfo/win32/services.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/src/libs/zbxsysinfo/win32/software.c b/src/libs/zbxsysinfo/win32/software.c
index 24de6913d92..c7d726cd4ec 100644
--- a/src/libs/zbxsysinfo/win32/software.c
+++ b/src/libs/zbxsysinfo/win32/software.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/src/libs/zbxsysinfo/win32/swap.c b/src/libs/zbxsysinfo/win32/swap.c
index 3ed62f1bb94..e2aee7aee25 100644
--- a/src/libs/zbxsysinfo/win32/swap.c
+++ b/src/libs/zbxsysinfo/win32/swap.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/src/libs/zbxsysinfo/win32/system.c b/src/libs/zbxsysinfo/win32/system.c
index 8a19ace9ad5..f994659186e 100644
--- a/src/libs/zbxsysinfo/win32/system.c
+++ b/src/libs/zbxsysinfo/win32/system.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/src/libs/zbxsysinfo/win32/uptime.c b/src/libs/zbxsysinfo/win32/uptime.c
index cd174301f9f..8861b4f4b2e 100644
--- a/src/libs/zbxsysinfo/win32/uptime.c
+++ b/src/libs/zbxsysinfo/win32/uptime.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/src/libs/zbxsysinfo/win32/win32.c b/src/libs/zbxsysinfo/win32/win32.c
index 274f636e600..0d2be4db7de 100644
--- a/src/libs/zbxsysinfo/win32/win32.c
+++ b/src/libs/zbxsysinfo/win32/win32.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/src/libs/zbxsysinfo/win32/wmi.cpp b/src/libs/zbxsysinfo/win32/wmi.cpp
index 8f321b4304b..2067d7b2acc 100644
--- a/src/libs/zbxsysinfo/win32/wmi.cpp
+++ b/src/libs/zbxsysinfo/win32/wmi.cpp
@@ -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/src/libs/zbxtasks/task.c b/src/libs/zbxtasks/task.c
index c96f4492da7..54b76c8bd65 100644
--- a/src/libs/zbxtasks/task.c
+++ b/src/libs/zbxtasks/task.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/src/libs/zbxtrends/cache.c b/src/libs/zbxtrends/cache.c
index f44f37fad79..722ecd3d505 100644
--- a/src/libs/zbxtrends/cache.c
+++ b/src/libs/zbxtrends/cache.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/src/libs/zbxtrends/trends.c b/src/libs/zbxtrends/trends.c
index b0fdd9e26ec..3fd54424f8e 100644
--- a/src/libs/zbxtrends/trends.c
+++ b/src/libs/zbxtrends/trends.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/src/libs/zbxtrends/trends.h b/src/libs/zbxtrends/trends.h
index 6f3d4b48198..101be26153e 100644
--- a/src/libs/zbxtrends/trends.h
+++ b/src/libs/zbxtrends/trends.h
@@ -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/src/libs/zbxvault/vault.c b/src/libs/zbxvault/vault.c
index 8992fde2093..f76e940effa 100644
--- a/src/libs/zbxvault/vault.c
+++ b/src/libs/zbxvault/vault.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/src/libs/zbxwin32/disk.c b/src/libs/zbxwin32/disk.c
index cc2f9dadcd1..2b12be05128 100644
--- a/src/libs/zbxwin32/disk.c
+++ b/src/libs/zbxwin32/disk.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/src/libs/zbxwin32/fatal.c b/src/libs/zbxwin32/fatal.c
index 71d4b49e142..1e795a92521 100644
--- a/src/libs/zbxwin32/fatal.c
+++ b/src/libs/zbxwin32/fatal.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/src/libs/zbxwin32/perfmon.c b/src/libs/zbxwin32/perfmon.c
index 40846e0438e..dbc26681927 100644
--- a/src/libs/zbxwin32/perfmon.c
+++ b/src/libs/zbxwin32/perfmon.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/src/libs/zbxwin32/service.c b/src/libs/zbxwin32/service.c
index 84ce2c2158f..c6272f70099 100644
--- a/src/libs/zbxwin32/service.c
+++ b/src/libs/zbxwin32/service.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/src/libs/zbxxml/xml.c b/src/libs/zbxxml/xml.c
index a2c01674c05..b3d562e45d1 100644
--- a/src/libs/zbxxml/xml.c
+++ b/src/libs/zbxxml/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/src/modules/dummy/dummy.c b/src/modules/dummy/dummy.c
index 3ebe626817a..e5e7305f532 100644
--- a/src/modules/dummy/dummy.c
+++ b/src/modules/dummy/dummy.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/src/zabbix_agent/active.c b/src/zabbix_agent/active.c
index 4ebe6b3625e..ff231102290 100644
--- a/src/zabbix_agent/active.c
+++ b/src/zabbix_agent/active.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/src/zabbix_agent/active.h b/src/zabbix_agent/active.h
index 2cfb32714ab..814f58750c0 100644
--- a/src/zabbix_agent/active.h
+++ b/src/zabbix_agent/active.h
@@ -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/src/zabbix_agent/cpustat.c b/src/zabbix_agent/cpustat.c
index 4bd75fbacc9..f047ee45edf 100644
--- a/src/zabbix_agent/cpustat.c
+++ b/src/zabbix_agent/cpustat.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/src/zabbix_agent/cpustat.h b/src/zabbix_agent/cpustat.h
index ddf79724dfa..a86df451f35 100644
--- a/src/zabbix_agent/cpustat.h
+++ b/src/zabbix_agent/cpustat.h
@@ -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/src/zabbix_agent/diskdevices.c b/src/zabbix_agent/diskdevices.c
index 12cdc648134..f4d1dec90fb 100644
--- a/src/zabbix_agent/diskdevices.c
+++ b/src/zabbix_agent/diskdevices.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/src/zabbix_agent/diskdevices.h b/src/zabbix_agent/diskdevices.h
index 0a4c9448bfc..c1bb9df70dc 100644
--- a/src/zabbix_agent/diskdevices.h
+++ b/src/zabbix_agent/diskdevices.h
@@ -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/src/zabbix_agent/eventlog.c b/src/zabbix_agent/eventlog.c
index ff9cbdafc77..36dec119737 100644
--- a/src/zabbix_agent/eventlog.c
+++ b/src/zabbix_agent/eventlog.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/src/zabbix_agent/eventlog.h b/src/zabbix_agent/eventlog.h
index 602d118f28f..9abb6070c7b 100644
--- a/src/zabbix_agent/eventlog.h
+++ b/src/zabbix_agent/eventlog.h
@@ -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/src/zabbix_agent/listener.c b/src/zabbix_agent/listener.c
index 243836bb568..b6d215cc43c 100644
--- a/src/zabbix_agent/listener.c
+++ b/src/zabbix_agent/listener.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/src/zabbix_agent/listener.h b/src/zabbix_agent/listener.h
index 2c188d621be..e2501a26633 100644
--- a/src/zabbix_agent/listener.h
+++ b/src/zabbix_agent/listener.h
@@ -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/src/zabbix_agent/logfiles/logfiles.c b/src/zabbix_agent/logfiles/logfiles.c
index b33a2fb2a9d..8f6e2c4990e 100644
--- a/src/zabbix_agent/logfiles/logfiles.c
+++ b/src/zabbix_agent/logfiles/logfiles.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/src/zabbix_agent/logfiles/logfiles.h b/src/zabbix_agent/logfiles/logfiles.h
index b356b738201..e5141651aea 100644
--- a/src/zabbix_agent/logfiles/logfiles.h
+++ b/src/zabbix_agent/logfiles/logfiles.h
@@ -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/src/zabbix_agent/logfiles/persistent_state.c b/src/zabbix_agent/logfiles/persistent_state.c
index 7a715029029..231b5c2afa4 100644
--- a/src/zabbix_agent/logfiles/persistent_state.c
+++ b/src/zabbix_agent/logfiles/persistent_state.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/src/zabbix_agent/logfiles/persistent_state.h b/src/zabbix_agent/logfiles/persistent_state.h
index f9292c9da5b..36c8218cafc 100644
--- a/src/zabbix_agent/logfiles/persistent_state.h
+++ b/src/zabbix_agent/logfiles/persistent_state.h
@@ -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/src/zabbix_agent/metrics.h b/src/zabbix_agent/metrics.h
index b936c67cf61..a17386b9d1d 100644
--- a/src/zabbix_agent/metrics.h
+++ b/src/zabbix_agent/metrics.h
@@ -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/src/zabbix_agent/perfstat.c b/src/zabbix_agent/perfstat.c
index c39cba96f3c..277a566d714 100644
--- a/src/zabbix_agent/perfstat.c
+++ b/src/zabbix_agent/perfstat.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/src/zabbix_agent/perfstat.h b/src/zabbix_agent/perfstat.h
index 30b898e1469..8b2ff9474a0 100644
--- a/src/zabbix_agent/perfstat.h
+++ b/src/zabbix_agent/perfstat.h
@@ -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/src/zabbix_agent/procstat.c b/src/zabbix_agent/procstat.c
index 793a18f873e..9df0f0d1030 100644
--- a/src/zabbix_agent/procstat.c
+++ b/src/zabbix_agent/procstat.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/src/zabbix_agent/procstat.h b/src/zabbix_agent/procstat.h
index e77f37b4965..ccd126e49d0 100644
--- a/src/zabbix_agent/procstat.h
+++ b/src/zabbix_agent/procstat.h
@@ -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/src/zabbix_agent/stats.c b/src/zabbix_agent/stats.c
index 377c7c75bc7..49e276c990e 100644
--- a/src/zabbix_agent/stats.c
+++ b/src/zabbix_agent/stats.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/src/zabbix_agent/stats.h b/src/zabbix_agent/stats.h
index 16b7b5b6c3a..326516dfc21 100644
--- a/src/zabbix_agent/stats.h
+++ b/src/zabbix_agent/stats.h
@@ -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/src/zabbix_agent/vmstats.c b/src/zabbix_agent/vmstats.c
index 706a3770fe9..eea2d601409 100644
--- a/src/zabbix_agent/vmstats.c
+++ b/src/zabbix_agent/vmstats.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/src/zabbix_agent/vmstats.h b/src/zabbix_agent/vmstats.h
index 1b8e91e705b..a00ad258d88 100644
--- a/src/zabbix_agent/vmstats.h
+++ b/src/zabbix_agent/vmstats.h
@@ -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/src/zabbix_agent/zabbix_agentd.c b/src/zabbix_agent/zabbix_agentd.c
index 84423b1d5f9..81838ae5094 100644
--- a/src/zabbix_agent/zabbix_agentd.c
+++ b/src/zabbix_agent/zabbix_agentd.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/src/zabbix_agent/zbxconf.c b/src/zabbix_agent/zbxconf.c
index 388ef1b3ee2..be9e01a87bb 100644
--- a/src/zabbix_agent/zbxconf.c
+++ b/src/zabbix_agent/zbxconf.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/src/zabbix_agent/zbxconf.h b/src/zabbix_agent/zbxconf.h
index a09e41209c0..4aad1a2d83f 100644
--- a/src/zabbix_agent/zbxconf.h
+++ b/src/zabbix_agent/zbxconf.h
@@ -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/src/zabbix_agent/zbxkstat.c b/src/zabbix_agent/zbxkstat.c
index 8d213ce7f58..abc0f335f82 100644
--- a/src/zabbix_agent/zbxkstat.c
+++ b/src/zabbix_agent/zbxkstat.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/src/zabbix_agent/zbxkstat.h b/src/zabbix_agent/zbxkstat.h
index cd1d372191e..6788f533815 100644
--- a/src/zabbix_agent/zbxkstat.h
+++ b/src/zabbix_agent/zbxkstat.h
@@ -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/src/zabbix_get/zabbix_get.c b/src/zabbix_get/zabbix_get.c
index 9c8c2e5a9e1..63d154f0e24 100644
--- a/src/zabbix_get/zabbix_get.c
+++ b/src/zabbix_get/zabbix_get.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/src/zabbix_java/src/com/zabbix/gateway/BinaryProtocolSpeaker.java b/src/zabbix_java/src/com/zabbix/gateway/BinaryProtocolSpeaker.java
index 81693f80094..dd62565ab03 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/BinaryProtocolSpeaker.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/BinaryProtocolSpeaker.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/ConfigurationManager.java b/src/zabbix_java/src/com/zabbix/gateway/ConfigurationManager.java
index b08156e7db2..d1a15a210af 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/ConfigurationManager.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/ConfigurationManager.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/ConfigurationParameter.java b/src/zabbix_java/src/com/zabbix/gateway/ConfigurationParameter.java
index 17d1a46764a..c860a276c41 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/ConfigurationParameter.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/ConfigurationParameter.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java b/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java
index 9e2dfaab801..edb55595bd4 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/HelperFunctionChest.java b/src/zabbix_java/src/com/zabbix/gateway/HelperFunctionChest.java
index 8c67f5ae4bf..fe29ac2db9e 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/HelperFunctionChest.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/HelperFunctionChest.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/InputValidator.java b/src/zabbix_java/src/com/zabbix/gateway/InputValidator.java
index 11e348ef8e6..5aef31c8083 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/InputValidator.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/InputValidator.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/IntegerValidator.java b/src/zabbix_java/src/com/zabbix/gateway/IntegerValidator.java
index 76c4e1c1976..a45f9ca63a8 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/IntegerValidator.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/IntegerValidator.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/InternalItemChecker.java b/src/zabbix_java/src/com/zabbix/gateway/InternalItemChecker.java
index 69c0e792263..0e7eb1f1bd1 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/InternalItemChecker.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/InternalItemChecker.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/ItemChecker.java b/src/zabbix_java/src/com/zabbix/gateway/ItemChecker.java
index a54825713d5..7020f5cd375 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/ItemChecker.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/ItemChecker.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/JMXItemChecker.java b/src/zabbix_java/src/com/zabbix/gateway/JMXItemChecker.java
index 1b81c2c5df6..39c8bf0bac9 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/JMXItemChecker.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/JMXItemChecker.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/JavaGateway.java b/src/zabbix_java/src/com/zabbix/gateway/JavaGateway.java
index af5ce8ea8a9..06d3ffa23d2 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/JavaGateway.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/JavaGateway.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/PostInputValidator.java b/src/zabbix_java/src/com/zabbix/gateway/PostInputValidator.java
index b9724ca5586..42509455ad6 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/PostInputValidator.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/PostInputValidator.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/SocketProcessor.java b/src/zabbix_java/src/com/zabbix/gateway/SocketProcessor.java
index cdf30432c73..05e5f7af170 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/SocketProcessor.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/SocketProcessor.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/ZabbixException.java b/src/zabbix_java/src/com/zabbix/gateway/ZabbixException.java
index 7ab78db4102..ac558caa495 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/ZabbixException.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/ZabbixException.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/ZabbixItem.java b/src/zabbix_java/src/com/zabbix/gateway/ZabbixItem.java
index 9fa51cd53c4..161672f90dd 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/ZabbixItem.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/ZabbixItem.java
@@ -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/src/zabbix_java/src/com/zabbix/gateway/ZabbixJMXConnectorFactory.java b/src/zabbix_java/src/com/zabbix/gateway/ZabbixJMXConnectorFactory.java
index 446cf27b1e0..89104564bf7 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/ZabbixJMXConnectorFactory.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/ZabbixJMXConnectorFactory.java
@@ -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/src/zabbix_java/tests/com/zabbix/gateway/AllTestRunner.java b/src/zabbix_java/tests/com/zabbix/gateway/AllTestRunner.java
index 546cea66e0a..5f2bb29ce17 100644
--- a/src/zabbix_java/tests/com/zabbix/gateway/AllTestRunner.java
+++ b/src/zabbix_java/tests/com/zabbix/gateway/AllTestRunner.java
@@ -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/src/zabbix_java/tests/com/zabbix/gateway/IntegerValidatorTest.java b/src/zabbix_java/tests/com/zabbix/gateway/IntegerValidatorTest.java
index b48b94981de..e1441ee1c10 100644
--- a/src/zabbix_java/tests/com/zabbix/gateway/IntegerValidatorTest.java
+++ b/src/zabbix_java/tests/com/zabbix/gateway/IntegerValidatorTest.java
@@ -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/src/zabbix_java/tests/com/zabbix/gateway/JMXTest.java b/src/zabbix_java/tests/com/zabbix/gateway/JMXTest.java
index 7d03de85ab4..22ca58f87cf 100644
--- a/src/zabbix_java/tests/com/zabbix/gateway/JMXTest.java
+++ b/src/zabbix_java/tests/com/zabbix/gateway/JMXTest.java
@@ -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/src/zabbix_java/tests/com/zabbix/gateway/ZabbixItemTest.java b/src/zabbix_java/tests/com/zabbix/gateway/ZabbixItemTest.java
index 23f75d331d6..1a3e8529f5c 100644
--- a/src/zabbix_java/tests/com/zabbix/gateway/ZabbixItemTest.java
+++ b/src/zabbix_java/tests/com/zabbix/gateway/ZabbixItemTest.java
@@ -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/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/Hello.java b/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/Hello.java
index aafdffdc68b..562fb462898 100644
--- a/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/Hello.java
+++ b/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/Hello.java
@@ -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/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/HelloMBean.java b/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/HelloMBean.java
index 5f4def95b32..c2ecc78611a 100644
--- a/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/HelloMBean.java
+++ b/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/HelloMBean.java
@@ -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/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/SimpleAgent.java b/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/SimpleAgent.java
index b00cbdf64c6..1afe5a12a4e 100644
--- a/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/SimpleAgent.java
+++ b/src/zabbix_java/tests/com/zabbix/gateway/jmx_test_beans/SimpleAgent.java
@@ -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/src/zabbix_js/zabbix_js.c b/src/zabbix_js/zabbix_js.c
index e3d3c99f171..0eed8df4fee 100644
--- a/src/zabbix_js/zabbix_js.c
+++ b/src/zabbix_js/zabbix_js.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/src/zabbix_proxy/datasender/datasender.c b/src/zabbix_proxy/datasender/datasender.c
index 60ae5a536c5..967285f2e1f 100644
--- a/src/zabbix_proxy/datasender/datasender.c
+++ b/src/zabbix_proxy/datasender/datasender.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/src/zabbix_proxy/datasender/datasender.h b/src/zabbix_proxy/datasender/datasender.h
index 849427a29fd..cac16168358 100644
--- a/src/zabbix_proxy/datasender/datasender.h
+++ b/src/zabbix_proxy/datasender/datasender.h
@@ -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/src/zabbix_proxy/events.c b/src/zabbix_proxy/events.c
index 96daa90fddf..b73f7b1dd6b 100644
--- a/src/zabbix_proxy/events.c
+++ b/src/zabbix_proxy/events.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/src/zabbix_proxy/heart/heart.c b/src/zabbix_proxy/heart/heart.c
index d7853564174..ff7773a6387 100644
--- a/src/zabbix_proxy/heart/heart.c
+++ b/src/zabbix_proxy/heart/heart.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/src/zabbix_proxy/heart/heart.h b/src/zabbix_proxy/heart/heart.h
index 04e00c7ddc2..ad8c752d1c6 100644
--- a/src/zabbix_proxy/heart/heart.h
+++ b/src/zabbix_proxy/heart/heart.h
@@ -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/src/zabbix_proxy/housekeeper/housekeeper.c b/src/zabbix_proxy/housekeeper/housekeeper.c
index ae645933e79..0b254c90611 100644
--- a/src/zabbix_proxy/housekeeper/housekeeper.c
+++ b/src/zabbix_proxy/housekeeper/housekeeper.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/src/zabbix_proxy/housekeeper/housekeeper.h b/src/zabbix_proxy/housekeeper/housekeeper.h
index cb02c8b4764..86e5ed8f040 100644
--- a/src/zabbix_proxy/housekeeper/housekeeper.h
+++ b/src/zabbix_proxy/housekeeper/housekeeper.h
@@ -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/src/zabbix_proxy/proxy.c b/src/zabbix_proxy/proxy.c
index 45178877aad..e117afb5f2c 100644
--- a/src/zabbix_proxy/proxy.c
+++ b/src/zabbix_proxy/proxy.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/src/zabbix_proxy/proxy_lld.c b/src/zabbix_proxy/proxy_lld.c
index 0de6c424f16..2fbd2c44df8 100644
--- a/src/zabbix_proxy/proxy_lld.c
+++ b/src/zabbix_proxy/proxy_lld.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/src/zabbix_proxy/proxyconfig/proxyconfig.c b/src/zabbix_proxy/proxyconfig/proxyconfig.c
index 9429a8a847e..1fec32183e4 100644
--- a/src/zabbix_proxy/proxyconfig/proxyconfig.c
+++ b/src/zabbix_proxy/proxyconfig/proxyconfig.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/src/zabbix_proxy/proxyconfig/proxyconfig.h b/src/zabbix_proxy/proxyconfig/proxyconfig.h
index 8544179793b..d6b89efbfa2 100644
--- a/src/zabbix_proxy/proxyconfig/proxyconfig.h
+++ b/src/zabbix_proxy/proxyconfig/proxyconfig.h
@@ -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/src/zabbix_proxy/servercomms.c b/src/zabbix_proxy/servercomms.c
index 322ef651b17..c80171a9c79 100644
--- a/src/zabbix_proxy/servercomms.c
+++ b/src/zabbix_proxy/servercomms.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/src/zabbix_proxy/servercomms.h b/src/zabbix_proxy/servercomms.h
index 6419ad5bbdd..3c4a290a50d 100644
--- a/src/zabbix_proxy/servercomms.h
+++ b/src/zabbix_proxy/servercomms.h
@@ -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/src/zabbix_proxy/taskmanager/server_tasks.c b/src/zabbix_proxy/taskmanager/server_tasks.c
index f47cd955bc4..7b7ddde55f5 100644
--- a/src/zabbix_proxy/taskmanager/server_tasks.c
+++ b/src/zabbix_proxy/taskmanager/server_tasks.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/src/zabbix_proxy/taskmanager/taskmanager.c b/src/zabbix_proxy/taskmanager/taskmanager.c
index 697b11d4e6f..4ad3e95e11c 100644
--- a/src/zabbix_proxy/taskmanager/taskmanager.c
+++ b/src/zabbix_proxy/taskmanager/taskmanager.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/src/zabbix_proxy/taskmanager/taskmanager.h b/src/zabbix_proxy/taskmanager/taskmanager.h
index 3da77d2b997..b410839f78b 100644
--- a/src/zabbix_proxy/taskmanager/taskmanager.h
+++ b/src/zabbix_proxy/taskmanager/taskmanager.h
@@ -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/src/zabbix_sender/win32/zabbix_sender.c b/src/zabbix_sender/win32/zabbix_sender.c
index 35d9a69d721..a00d40ef0f9 100644
--- a/src/zabbix_sender/win32/zabbix_sender.c
+++ b/src/zabbix_sender/win32/zabbix_sender.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/src/zabbix_sender/win32/zabbix_sender.h b/src/zabbix_sender/win32/zabbix_sender.h
index d588a38d9fd..a60acab6131 100644
--- a/src/zabbix_sender/win32/zabbix_sender.h
+++ b/src/zabbix_sender/win32/zabbix_sender.h
@@ -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/src/zabbix_sender/zabbix_sender.c b/src/zabbix_sender/zabbix_sender.c
index 93eb210f429..c58ccd0e049 100644
--- a/src/zabbix_sender/zabbix_sender.c
+++ b/src/zabbix_sender/zabbix_sender.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/src/zabbix_server/actions.c b/src/zabbix_server/actions.c
index 110b74a5161..600f0086b3d 100644
--- a/src/zabbix_server/actions.c
+++ b/src/zabbix_server/actions.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/src/zabbix_server/actions.h b/src/zabbix_server/actions.h
index 1e6485694c0..9712ba2b70f 100644
--- a/src/zabbix_server/actions.h
+++ b/src/zabbix_server/actions.h
@@ -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/src/zabbix_server/alerter/alert_manager.c b/src/zabbix_server/alerter/alert_manager.c
index a0f3ad5f3c0..6eaa3bbbcd9 100644
--- a/src/zabbix_server/alerter/alert_manager.c
+++ b/src/zabbix_server/alerter/alert_manager.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/src/zabbix_server/alerter/alert_manager.h b/src/zabbix_server/alerter/alert_manager.h
index e677261ff6a..1660638f3f3 100644
--- a/src/zabbix_server/alerter/alert_manager.h
+++ b/src/zabbix_server/alerter/alert_manager.h
@@ -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/src/zabbix_server/alerter/alert_syncer.c b/src/zabbix_server/alerter/alert_syncer.c
index c985fb9436d..29b210fcc18 100644
--- a/src/zabbix_server/alerter/alert_syncer.c
+++ b/src/zabbix_server/alerter/alert_syncer.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/src/zabbix_server/alerter/alert_syncer.h b/src/zabbix_server/alerter/alert_syncer.h
index fa2aa650716..083c1ce3021 100644
--- a/src/zabbix_server/alerter/alert_syncer.h
+++ b/src/zabbix_server/alerter/alert_syncer.h
@@ -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/src/zabbix_server/alerter/alerter.c b/src/zabbix_server/alerter/alerter.c
index 106d77eb729..e70ef285cdb 100644
--- a/src/zabbix_server/alerter/alerter.c
+++ b/src/zabbix_server/alerter/alerter.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/src/zabbix_server/alerter/alerter.h b/src/zabbix_server/alerter/alerter.h
index 52bbc326cde..6b9b112224a 100644
--- a/src/zabbix_server/alerter/alerter.h
+++ b/src/zabbix_server/alerter/alerter.h
@@ -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/src/zabbix_server/alerter/alerter_protocol.c b/src/zabbix_server/alerter/alerter_protocol.c
index f359e3575fa..35eb102b2ff 100644
--- a/src/zabbix_server/alerter/alerter_protocol.c
+++ b/src/zabbix_server/alerter/alerter_protocol.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/src/zabbix_server/alerter/alerter_protocol.h b/src/zabbix_server/alerter/alerter_protocol.h
index 70e0c501d1a..f02b280c793 100644
--- a/src/zabbix_server/alerter/alerter_protocol.h
+++ b/src/zabbix_server/alerter/alerter_protocol.h
@@ -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/src/zabbix_server/availability/avail_manager.c b/src/zabbix_server/availability/avail_manager.c
index 1d2fb03e62a..91b37cf9c3a 100644
--- a/src/zabbix_server/availability/avail_manager.c
+++ b/src/zabbix_server/availability/avail_manager.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/src/zabbix_server/availability/avail_manager.h b/src/zabbix_server/availability/avail_manager.h
index 38e375c8258..1a3fefad9af 100644
--- a/src/zabbix_server/availability/avail_manager.h
+++ b/src/zabbix_server/availability/avail_manager.h
@@ -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/src/zabbix_server/dbconfig/dbconfig.c b/src/zabbix_server/dbconfig/dbconfig.c
index fb5c47a9b39..382630e9e62 100644
--- a/src/zabbix_server/dbconfig/dbconfig.c
+++ b/src/zabbix_server/dbconfig/dbconfig.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/src/zabbix_server/dbconfig/dbconfig.h b/src/zabbix_server/dbconfig/dbconfig.h
index 015a798a2db..40e8ae6ee04 100644
--- a/src/zabbix_server/dbconfig/dbconfig.h
+++ b/src/zabbix_server/dbconfig/dbconfig.h
@@ -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/src/zabbix_server/dbsyncer/dbsyncer.c b/src/zabbix_server/dbsyncer/dbsyncer.c
index 705a9d494ba..1921b20bb11 100644
--- a/src/zabbix_server/dbsyncer/dbsyncer.c
+++ b/src/zabbix_server/dbsyncer/dbsyncer.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/src/zabbix_server/dbsyncer/dbsyncer.h b/src/zabbix_server/dbsyncer/dbsyncer.h
index d540cf40022..69e6f8e8502 100644
--- a/src/zabbix_server/dbsyncer/dbsyncer.h
+++ b/src/zabbix_server/dbsyncer/dbsyncer.h
@@ -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/src/zabbix_server/discoverer/discoverer.c b/src/zabbix_server/discoverer/discoverer.c
index ba33745b517..9919618e257 100644
--- a/src/zabbix_server/discoverer/discoverer.c
+++ b/src/zabbix_server/discoverer/discoverer.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/src/zabbix_server/discoverer/discoverer.h b/src/zabbix_server/discoverer/discoverer.h
index aa6b101e61c..60d9b2d6874 100644
--- a/src/zabbix_server/discoverer/discoverer.h
+++ b/src/zabbix_server/discoverer/discoverer.h
@@ -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/src/zabbix_server/escalator/escalator.c b/src/zabbix_server/escalator/escalator.c
index 1d00caf255a..ce80464e4a5 100644
--- a/src/zabbix_server/escalator/escalator.c
+++ b/src/zabbix_server/escalator/escalator.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/src/zabbix_server/escalator/escalator.h b/src/zabbix_server/escalator/escalator.h
index 77d1d766086..604a608bd00 100644
--- a/src/zabbix_server/escalator/escalator.h
+++ b/src/zabbix_server/escalator/escalator.h
@@ -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/src/zabbix_server/events.c b/src/zabbix_server/events.c
index da57fa521a0..2ed67d8e962 100644
--- a/src/zabbix_server/events.c
+++ b/src/zabbix_server/events.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/src/zabbix_server/events.h b/src/zabbix_server/events.h
index c1788af8037..48d481bb4a6 100644
--- a/src/zabbix_server/events.h
+++ b/src/zabbix_server/events.h
@@ -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/src/zabbix_server/housekeeper/history_compress.c b/src/zabbix_server/housekeeper/history_compress.c
index 2edd8f42907..43ef0d2e319 100644
--- a/src/zabbix_server/housekeeper/history_compress.c
+++ b/src/zabbix_server/housekeeper/history_compress.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/src/zabbix_server/housekeeper/history_compress.h b/src/zabbix_server/housekeeper/history_compress.h
index b65383f4b41..4721b4fdf6f 100644
--- a/src/zabbix_server/housekeeper/history_compress.h
+++ b/src/zabbix_server/housekeeper/history_compress.h
@@ -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/src/zabbix_server/housekeeper/housekeeper.c b/src/zabbix_server/housekeeper/housekeeper.c
index e5ec7ae690c..cdde826730c 100644
--- a/src/zabbix_server/housekeeper/housekeeper.c
+++ b/src/zabbix_server/housekeeper/housekeeper.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/src/zabbix_server/housekeeper/housekeeper.h b/src/zabbix_server/housekeeper/housekeeper.h
index d12a0479597..47f58d1009e 100644
--- a/src/zabbix_server/housekeeper/housekeeper.h
+++ b/src/zabbix_server/housekeeper/housekeeper.h
@@ -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/src/zabbix_server/httppoller/httpmacro.c b/src/zabbix_server/httppoller/httpmacro.c
index a70e2b81c30..ece5c82a0cf 100644
--- a/src/zabbix_server/httppoller/httpmacro.c
+++ b/src/zabbix_server/httppoller/httpmacro.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/src/zabbix_server/httppoller/httpmacro.h b/src/zabbix_server/httppoller/httpmacro.h
index 745d97286a6..56a53f0b9f6 100644
--- a/src/zabbix_server/httppoller/httpmacro.h
+++ b/src/zabbix_server/httppoller/httpmacro.h
@@ -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/src/zabbix_server/httppoller/httppoller.c b/src/zabbix_server/httppoller/httppoller.c
index 4a7533513a0..5f6bcb15cd1 100644
--- a/src/zabbix_server/httppoller/httppoller.c
+++ b/src/zabbix_server/httppoller/httppoller.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/src/zabbix_server/httppoller/httppoller.h b/src/zabbix_server/httppoller/httppoller.h
index 90d6a2f6eab..f8bcaf60f3a 100644
--- a/src/zabbix_server/httppoller/httppoller.h
+++ b/src/zabbix_server/httppoller/httppoller.h
@@ -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/src/zabbix_server/httppoller/httptest.c b/src/zabbix_server/httppoller/httptest.c
index 3ca99a9dd44..0ff70efc4cf 100644
--- a/src/zabbix_server/httppoller/httptest.c
+++ b/src/zabbix_server/httppoller/httptest.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/src/zabbix_server/httppoller/httptest.h b/src/zabbix_server/httppoller/httptest.h
index 108fc1a17b3..8ab9fbd208f 100644
--- a/src/zabbix_server/httppoller/httptest.h
+++ b/src/zabbix_server/httppoller/httptest.h
@@ -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/src/zabbix_server/ipmi/checks_ipmi.c b/src/zabbix_server/ipmi/checks_ipmi.c
index 3e4e9e21502..43268744336 100644
--- a/src/zabbix_server/ipmi/checks_ipmi.c
+++ b/src/zabbix_server/ipmi/checks_ipmi.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/src/zabbix_server/ipmi/checks_ipmi.h b/src/zabbix_server/ipmi/checks_ipmi.h
index e5a4e38af4a..46a8ca4f9bb 100644
--- a/src/zabbix_server/ipmi/checks_ipmi.h
+++ b/src/zabbix_server/ipmi/checks_ipmi.h
@@ -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/src/zabbix_server/ipmi/ipmi.c b/src/zabbix_server/ipmi/ipmi.c
index f8db4947dc2..fb33811faf4 100644
--- a/src/zabbix_server/ipmi/ipmi.c
+++ b/src/zabbix_server/ipmi/ipmi.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/src/zabbix_server/ipmi/ipmi.h b/src/zabbix_server/ipmi/ipmi.h
index 1c051262fd3..1a59bae9681 100644
--- a/src/zabbix_server/ipmi/ipmi.h
+++ b/src/zabbix_server/ipmi/ipmi.h
@@ -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/src/zabbix_server/ipmi/ipmi_manager.c b/src/zabbix_server/ipmi/ipmi_manager.c
index 06f5546d574..f01f97c7da5 100644
--- a/src/zabbix_server/ipmi/ipmi_manager.c
+++ b/src/zabbix_server/ipmi/ipmi_manager.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/src/zabbix_server/ipmi/ipmi_manager.h b/src/zabbix_server/ipmi/ipmi_manager.h
index 12d0d7ef595..724d86073f1 100644
--- a/src/zabbix_server/ipmi/ipmi_manager.h
+++ b/src/zabbix_server/ipmi/ipmi_manager.h
@@ -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/src/zabbix_server/ipmi/ipmi_poller.c b/src/zabbix_server/ipmi/ipmi_poller.c
index 61d0b5ceb0b..55e5ba15f5c 100644
--- a/src/zabbix_server/ipmi/ipmi_poller.c
+++ b/src/zabbix_server/ipmi/ipmi_poller.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/src/zabbix_server/ipmi/ipmi_poller.h b/src/zabbix_server/ipmi/ipmi_poller.h
index 77287a5d042..63a2632f7ac 100644
--- a/src/zabbix_server/ipmi/ipmi_poller.h
+++ b/src/zabbix_server/ipmi/ipmi_poller.h
@@ -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/src/zabbix_server/ipmi/ipmi_protocol.c b/src/zabbix_server/ipmi/ipmi_protocol.c
index 6b8b640865f..ca90aeb32ba 100644
--- a/src/zabbix_server/ipmi/ipmi_protocol.c
+++ b/src/zabbix_server/ipmi/ipmi_protocol.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/src/zabbix_server/ipmi/ipmi_protocol.h b/src/zabbix_server/ipmi/ipmi_protocol.h
index 138b5f6d103..5bddfa37351 100644
--- a/src/zabbix_server/ipmi/ipmi_protocol.h
+++ b/src/zabbix_server/ipmi/ipmi_protocol.h
@@ -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/src/zabbix_server/lld/lld.c b/src/zabbix_server/lld/lld.c
index 569ca227a1c..7a10ac30f23 100644
--- a/src/zabbix_server/lld/lld.c
+++ b/src/zabbix_server/lld/lld.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/src/zabbix_server/lld/lld.h b/src/zabbix_server/lld/lld.h
index 70513ce0e1c..2fbcde8de16 100644
--- a/src/zabbix_server/lld/lld.h
+++ b/src/zabbix_server/lld/lld.h
@@ -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/src/zabbix_server/lld/lld_common.c b/src/zabbix_server/lld/lld_common.c
index 1e657af1407..44f83e16067 100644
--- a/src/zabbix_server/lld/lld_common.c
+++ b/src/zabbix_server/lld/lld_common.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/src/zabbix_server/lld/lld_graph.c b/src/zabbix_server/lld/lld_graph.c
index 44f217790b0..dca5eb67fe9 100644
--- a/src/zabbix_server/lld/lld_graph.c
+++ b/src/zabbix_server/lld/lld_graph.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/src/zabbix_server/lld/lld_host.c b/src/zabbix_server/lld/lld_host.c
index 7ba35705943..0efdb9aa819 100644
--- a/src/zabbix_server/lld/lld_host.c
+++ b/src/zabbix_server/lld/lld_host.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/src/zabbix_server/lld/lld_item.c b/src/zabbix_server/lld/lld_item.c
index c2f17218021..0b7b6e9b74e 100644
--- a/src/zabbix_server/lld/lld_item.c
+++ b/src/zabbix_server/lld/lld_item.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/src/zabbix_server/lld/lld_manager.c b/src/zabbix_server/lld/lld_manager.c
index 0b428f4644d..b03da9043d3 100644
--- a/src/zabbix_server/lld/lld_manager.c
+++ b/src/zabbix_server/lld/lld_manager.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/src/zabbix_server/lld/lld_manager.h b/src/zabbix_server/lld/lld_manager.h
index 52817ceaf7c..9d4594d6772 100644
--- a/src/zabbix_server/lld/lld_manager.h
+++ b/src/zabbix_server/lld/lld_manager.h
@@ -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/src/zabbix_server/lld/lld_protocol.c b/src/zabbix_server/lld/lld_protocol.c
index adf6130f1fb..37642acd204 100644
--- a/src/zabbix_server/lld/lld_protocol.c
+++ b/src/zabbix_server/lld/lld_protocol.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/src/zabbix_server/lld/lld_protocol.h b/src/zabbix_server/lld/lld_protocol.h
index 21fabccde4e..fb6702b3df4 100644
--- a/src/zabbix_server/lld/lld_protocol.h
+++ b/src/zabbix_server/lld/lld_protocol.h
@@ -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/src/zabbix_server/lld/lld_trigger.c b/src/zabbix_server/lld/lld_trigger.c
index 83376dc1311..cd97db745a9 100644
--- a/src/zabbix_server/lld/lld_trigger.c
+++ b/src/zabbix_server/lld/lld_trigger.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/src/zabbix_server/lld/lld_worker.c b/src/zabbix_server/lld/lld_worker.c
index dc652eeabb0..51e2037c5d2 100644
--- a/src/zabbix_server/lld/lld_worker.c
+++ b/src/zabbix_server/lld/lld_worker.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/src/zabbix_server/lld/lld_worker.h b/src/zabbix_server/lld/lld_worker.h
index 61ea024e0dc..5efd6b1eede 100644
--- a/src/zabbix_server/lld/lld_worker.h
+++ b/src/zabbix_server/lld/lld_worker.h
@@ -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/src/zabbix_server/odbc/odbc.c b/src/zabbix_server/odbc/odbc.c
index a4ebd87dd26..40b3810b749 100644
--- a/src/zabbix_server/odbc/odbc.c
+++ b/src/zabbix_server/odbc/odbc.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/src/zabbix_server/odbc/odbc.h b/src/zabbix_server/odbc/odbc.h
index a8bea5c2b85..db163cb2171 100644
--- a/src/zabbix_server/odbc/odbc.h
+++ b/src/zabbix_server/odbc/odbc.h
@@ -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/src/zabbix_server/operations.c b/src/zabbix_server/operations.c
index d8befa2f3d2..30a7c319926 100644
--- a/src/zabbix_server/operations.c
+++ b/src/zabbix_server/operations.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/src/zabbix_server/operations.h b/src/zabbix_server/operations.h
index 7047bd7580f..81fd2aa0243 100644
--- a/src/zabbix_server/operations.h
+++ b/src/zabbix_server/operations.h
@@ -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/src/zabbix_server/pinger/pinger.c b/src/zabbix_server/pinger/pinger.c
index 410db3d15d5..cd53f1ec854 100644
--- a/src/zabbix_server/pinger/pinger.c
+++ b/src/zabbix_server/pinger/pinger.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/src/zabbix_server/pinger/pinger.h b/src/zabbix_server/pinger/pinger.h
index 45b8b65118b..3a2296d6a9e 100644
--- a/src/zabbix_server/pinger/pinger.h
+++ b/src/zabbix_server/pinger/pinger.h
@@ -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/src/zabbix_server/poller/checks_agent.c b/src/zabbix_server/poller/checks_agent.c
index c3591170a60..9bd413745ef 100644
--- a/src/zabbix_server/poller/checks_agent.c
+++ b/src/zabbix_server/poller/checks_agent.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/src/zabbix_server/poller/checks_agent.h b/src/zabbix_server/poller/checks_agent.h
index 03af0fb13a1..1c3207cc8a8 100644
--- a/src/zabbix_server/poller/checks_agent.h
+++ b/src/zabbix_server/poller/checks_agent.h
@@ -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/src/zabbix_server/poller/checks_aggregate.c b/src/zabbix_server/poller/checks_aggregate.c
index ba4d9178a98..9695ce7398b 100644
--- a/src/zabbix_server/poller/checks_aggregate.c
+++ b/src/zabbix_server/poller/checks_aggregate.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/src/zabbix_server/poller/checks_calculated.c b/src/zabbix_server/poller/checks_calculated.c
index 73eba4cada3..ec5de6ac34a 100644
--- a/src/zabbix_server/poller/checks_calculated.c
+++ b/src/zabbix_server/poller/checks_calculated.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/src/zabbix_server/poller/checks_calculated.h b/src/zabbix_server/poller/checks_calculated.h
index 6c6cc47baa2..9387ea5bb4e 100644
--- a/src/zabbix_server/poller/checks_calculated.h
+++ b/src/zabbix_server/poller/checks_calculated.h
@@ -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/src/zabbix_server/poller/checks_db.c b/src/zabbix_server/poller/checks_db.c
index 02f4df4cc80..ddfb692fb33 100644
--- a/src/zabbix_server/poller/checks_db.c
+++ b/src/zabbix_server/poller/checks_db.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/src/zabbix_server/poller/checks_db.h b/src/zabbix_server/poller/checks_db.h
index 93314747bf3..4f2cecf9eed 100644
--- a/src/zabbix_server/poller/checks_db.h
+++ b/src/zabbix_server/poller/checks_db.h
@@ -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/src/zabbix_server/poller/checks_external.c b/src/zabbix_server/poller/checks_external.c
index f4eff03eb44..eb4d254289b 100644
--- a/src/zabbix_server/poller/checks_external.c
+++ b/src/zabbix_server/poller/checks_external.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/src/zabbix_server/poller/checks_external.h b/src/zabbix_server/poller/checks_external.h
index d6439f55bef..97e5ff98c50 100644
--- a/src/zabbix_server/poller/checks_external.h
+++ b/src/zabbix_server/poller/checks_external.h
@@ -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/src/zabbix_server/poller/checks_http.c b/src/zabbix_server/poller/checks_http.c
index 35e1a224cdf..600ce78051a 100644
--- a/src/zabbix_server/poller/checks_http.c
+++ b/src/zabbix_server/poller/checks_http.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/src/zabbix_server/poller/checks_http.h b/src/zabbix_server/poller/checks_http.h
index 095ef1f2bb3..e6440773741 100644
--- a/src/zabbix_server/poller/checks_http.h
+++ b/src/zabbix_server/poller/checks_http.h
@@ -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/src/zabbix_server/poller/checks_internal.c b/src/zabbix_server/poller/checks_internal.c
index 3c844245eb6..ce5ed3a57f2 100644
--- a/src/zabbix_server/poller/checks_internal.c
+++ b/src/zabbix_server/poller/checks_internal.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/src/zabbix_server/poller/checks_internal.h b/src/zabbix_server/poller/checks_internal.h
index 2bcde0ce1ca..f7031420c30 100644
--- a/src/zabbix_server/poller/checks_internal.h
+++ b/src/zabbix_server/poller/checks_internal.h
@@ -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/src/zabbix_server/poller/checks_internal_proxy.c b/src/zabbix_server/poller/checks_internal_proxy.c
index fedb1d900fa..29d8611d291 100644
--- a/src/zabbix_server/poller/checks_internal_proxy.c
+++ b/src/zabbix_server/poller/checks_internal_proxy.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/src/zabbix_server/poller/checks_internal_server.c b/src/zabbix_server/poller/checks_internal_server.c
index c5ad9afbd1f..8d532170b50 100644
--- a/src/zabbix_server/poller/checks_internal_server.c
+++ b/src/zabbix_server/poller/checks_internal_server.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/src/zabbix_server/poller/checks_java.c b/src/zabbix_server/poller/checks_java.c
index 164a608cf39..bc57b529814 100644
--- a/src/zabbix_server/poller/checks_java.c
+++ b/src/zabbix_server/poller/checks_java.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/src/zabbix_server/poller/checks_java.h b/src/zabbix_server/poller/checks_java.h
index 63088c5d6e0..7788c3662e7 100644
--- a/src/zabbix_server/poller/checks_java.h
+++ b/src/zabbix_server/poller/checks_java.h
@@ -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/src/zabbix_server/poller/checks_script.c b/src/zabbix_server/poller/checks_script.c
index 46515925261..99b3a96eb48 100644
--- a/src/zabbix_server/poller/checks_script.c
+++ b/src/zabbix_server/poller/checks_script.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/src/zabbix_server/poller/checks_script.h b/src/zabbix_server/poller/checks_script.h
index 7dbf5284e8c..784a529c2d0 100644
--- a/src/zabbix_server/poller/checks_script.h
+++ b/src/zabbix_server/poller/checks_script.h
@@ -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/src/zabbix_server/poller/checks_simple.c b/src/zabbix_server/poller/checks_simple.c
index 2e5c5413a16..effcc1fcacc 100644
--- a/src/zabbix_server/poller/checks_simple.c
+++ b/src/zabbix_server/poller/checks_simple.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/src/zabbix_server/poller/checks_simple.h b/src/zabbix_server/poller/checks_simple.h
index 8a228628654..4e49482720a 100644
--- a/src/zabbix_server/poller/checks_simple.h
+++ b/src/zabbix_server/poller/checks_simple.h
@@ -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/src/zabbix_server/poller/checks_simple_vmware.c b/src/zabbix_server/poller/checks_simple_vmware.c
index 3998e91c081..f030d590a0d 100644
--- a/src/zabbix_server/poller/checks_simple_vmware.c
+++ b/src/zabbix_server/poller/checks_simple_vmware.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/src/zabbix_server/poller/checks_simple_vmware.h b/src/zabbix_server/poller/checks_simple_vmware.h
index 45d853a54f7..8c3317b4b75 100644
--- a/src/zabbix_server/poller/checks_simple_vmware.h
+++ b/src/zabbix_server/poller/checks_simple_vmware.h
@@ -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/src/zabbix_server/poller/checks_snmp.c b/src/zabbix_server/poller/checks_snmp.c
index c93abbe1d90..e8c6994f0f6 100644
--- a/src/zabbix_server/poller/checks_snmp.c
+++ b/src/zabbix_server/poller/checks_snmp.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/src/zabbix_server/poller/checks_snmp.h b/src/zabbix_server/poller/checks_snmp.h
index 6e5f9f6dfc9..b80e427c200 100644
--- a/src/zabbix_server/poller/checks_snmp.h
+++ b/src/zabbix_server/poller/checks_snmp.h
@@ -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/src/zabbix_server/poller/checks_ssh.c b/src/zabbix_server/poller/checks_ssh.c
index 5a5823442ae..21cb08497d1 100644
--- a/src/zabbix_server/poller/checks_ssh.c
+++ b/src/zabbix_server/poller/checks_ssh.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/src/zabbix_server/poller/checks_ssh.h b/src/zabbix_server/poller/checks_ssh.h
index a5cf97a6599..dd1964fdaa2 100644
--- a/src/zabbix_server/poller/checks_ssh.h
+++ b/src/zabbix_server/poller/checks_ssh.h
@@ -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/src/zabbix_server/poller/checks_telnet.c b/src/zabbix_server/poller/checks_telnet.c
index 187b055a2f9..2f547ef71eb 100644
--- a/src/zabbix_server/poller/checks_telnet.c
+++ b/src/zabbix_server/poller/checks_telnet.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/src/zabbix_server/poller/checks_telnet.h b/src/zabbix_server/poller/checks_telnet.h
index 72eeb2b1cf5..f516650b72e 100644
--- a/src/zabbix_server/poller/checks_telnet.h
+++ b/src/zabbix_server/poller/checks_telnet.h
@@ -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/src/zabbix_server/poller/poller.c b/src/zabbix_server/poller/poller.c
index ee22ef1b0c4..31b67d643f7 100644
--- a/src/zabbix_server/poller/poller.c
+++ b/src/zabbix_server/poller/poller.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/src/zabbix_server/poller/poller.h b/src/zabbix_server/poller/poller.h
index d53a8445add..1391b3f8b9d 100644
--- a/src/zabbix_server/poller/poller.h
+++ b/src/zabbix_server/poller/poller.h
@@ -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/src/zabbix_server/postinit.c b/src/zabbix_server/postinit.c
index f9bf72c0d6a..3d81ac3106a 100644
--- a/src/zabbix_server/postinit.c
+++ b/src/zabbix_server/postinit.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/src/zabbix_server/postinit.h b/src/zabbix_server/postinit.h
index 2f7da384674..f71f9a43c05 100644
--- a/src/zabbix_server/postinit.h
+++ b/src/zabbix_server/postinit.h
@@ -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/src/zabbix_server/preprocessor/item_preproc.c b/src/zabbix_server/preprocessor/item_preproc.c
index d75163d8a91..30c39168da7 100644
--- a/src/zabbix_server/preprocessor/item_preproc.c
+++ b/src/zabbix_server/preprocessor/item_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/src/zabbix_server/preprocessor/item_preproc.h b/src/zabbix_server/preprocessor/item_preproc.h
index 66402060f54..dcb9fcac04e 100644
--- a/src/zabbix_server/preprocessor/item_preproc.h
+++ b/src/zabbix_server/preprocessor/item_preproc.h
@@ -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/src/zabbix_server/preprocessor/preproc_history.c b/src/zabbix_server/preprocessor/preproc_history.c
index f85828239ca..dbc269b5f57 100644
--- a/src/zabbix_server/preprocessor/preproc_history.c
+++ b/src/zabbix_server/preprocessor/preproc_history.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/src/zabbix_server/preprocessor/preproc_history.h b/src/zabbix_server/preprocessor/preproc_history.h
index 70179a586b0..f47685169c1 100644
--- a/src/zabbix_server/preprocessor/preproc_history.h
+++ b/src/zabbix_server/preprocessor/preproc_history.h
@@ -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/src/zabbix_server/preprocessor/preproc_manager.c b/src/zabbix_server/preprocessor/preproc_manager.c
index 1b2e6473a99..12c997634c8 100644
--- a/src/zabbix_server/preprocessor/preproc_manager.c
+++ b/src/zabbix_server/preprocessor/preproc_manager.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/src/zabbix_server/preprocessor/preproc_manager.h b/src/zabbix_server/preprocessor/preproc_manager.h
index 01006e269fd..80cadb6828c 100644
--- a/src/zabbix_server/preprocessor/preproc_manager.h
+++ b/src/zabbix_server/preprocessor/preproc_manager.h
@@ -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/src/zabbix_server/preprocessor/preproc_worker.c b/src/zabbix_server/preprocessor/preproc_worker.c
index be8e004c13d..c46b64fc578 100644
--- a/src/zabbix_server/preprocessor/preproc_worker.c
+++ b/src/zabbix_server/preprocessor/preproc_worker.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/src/zabbix_server/preprocessor/preproc_worker.h b/src/zabbix_server/preprocessor/preproc_worker.h
index d8e639e9555..b6e5bdbe0a3 100644
--- a/src/zabbix_server/preprocessor/preproc_worker.h
+++ b/src/zabbix_server/preprocessor/preproc_worker.h
@@ -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/src/zabbix_server/preprocessor/preprocessing.c b/src/zabbix_server/preprocessor/preprocessing.c
index 7db6ab251e5..3e0670b3588 100644
--- a/src/zabbix_server/preprocessor/preprocessing.c
+++ b/src/zabbix_server/preprocessor/preprocessing.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/src/zabbix_server/preprocessor/preprocessing.h b/src/zabbix_server/preprocessor/preprocessing.h
index ffd2add1533..309e0d349e5 100644
--- a/src/zabbix_server/preprocessor/preprocessing.h
+++ b/src/zabbix_server/preprocessor/preprocessing.h
@@ -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/src/zabbix_server/proxypoller/proxypoller.c b/src/zabbix_server/proxypoller/proxypoller.c
index c3858021c6c..d1cb479af4c 100644
--- a/src/zabbix_server/proxypoller/proxypoller.c
+++ b/src/zabbix_server/proxypoller/proxypoller.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/src/zabbix_server/proxypoller/proxypoller.h b/src/zabbix_server/proxypoller/proxypoller.h
index 11213166f1c..eab67b5b5be 100644
--- a/src/zabbix_server/proxypoller/proxypoller.h
+++ b/src/zabbix_server/proxypoller/proxypoller.h
@@ -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/src/zabbix_server/reporter/report_manager.c b/src/zabbix_server/reporter/report_manager.c
index 9472c3196bf..66afa14525e 100644
--- a/src/zabbix_server/reporter/report_manager.c
+++ b/src/zabbix_server/reporter/report_manager.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/src/zabbix_server/reporter/report_manager.h b/src/zabbix_server/reporter/report_manager.h
index 3dda3706f4f..8378d626d94 100644
--- a/src/zabbix_server/reporter/report_manager.h
+++ b/src/zabbix_server/reporter/report_manager.h
@@ -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/src/zabbix_server/reporter/report_protocol.c b/src/zabbix_server/reporter/report_protocol.c
index 84f73e79da0..5f55f515611 100644
--- a/src/zabbix_server/reporter/report_protocol.c
+++ b/src/zabbix_server/reporter/report_protocol.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/src/zabbix_server/reporter/report_protocol.h b/src/zabbix_server/reporter/report_protocol.h
index 98304872857..5c1d95115cf 100644
--- a/src/zabbix_server/reporter/report_protocol.h
+++ b/src/zabbix_server/reporter/report_protocol.h
@@ -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/src/zabbix_server/reporter/report_writer.c b/src/zabbix_server/reporter/report_writer.c
index b451aca747a..87d13643532 100644
--- a/src/zabbix_server/reporter/report_writer.c
+++ b/src/zabbix_server/reporter/report_writer.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/src/zabbix_server/reporter/report_writer.h b/src/zabbix_server/reporter/report_writer.h
index f3423d8814a..51e64bafa5f 100644
--- a/src/zabbix_server/reporter/report_writer.h
+++ b/src/zabbix_server/reporter/report_writer.h
@@ -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/src/zabbix_server/scripts/scripts.c b/src/zabbix_server/scripts/scripts.c
index b60295d0880..b76b99bc891 100644
--- a/src/zabbix_server/scripts/scripts.c
+++ b/src/zabbix_server/scripts/scripts.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/src/zabbix_server/scripts/scripts.h b/src/zabbix_server/scripts/scripts.h
index 3b69dc4c0a6..89b0bdc0850 100644
--- a/src/zabbix_server/scripts/scripts.h
+++ b/src/zabbix_server/scripts/scripts.h
@@ -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/src/zabbix_server/selfmon/selfmon.c b/src/zabbix_server/selfmon/selfmon.c
index eb92a90d8dd..f7762c009ab 100644
--- a/src/zabbix_server/selfmon/selfmon.c
+++ b/src/zabbix_server/selfmon/selfmon.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/src/zabbix_server/selfmon/selfmon.h b/src/zabbix_server/selfmon/selfmon.h
index 3b4faa6f32b..d7d1c4fd972 100644
--- a/src/zabbix_server/selfmon/selfmon.h
+++ b/src/zabbix_server/selfmon/selfmon.h
@@ -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/src/zabbix_server/server.c b/src/zabbix_server/server.c
index 8e1547620dc..e3319570546 100644
--- a/src/zabbix_server/server.c
+++ b/src/zabbix_server/server.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/src/zabbix_server/snmptrapper/snmptrapper.c b/src/zabbix_server/snmptrapper/snmptrapper.c
index 83b9c535283..42e6a29fa8c 100644
--- a/src/zabbix_server/snmptrapper/snmptrapper.c
+++ b/src/zabbix_server/snmptrapper/snmptrapper.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/src/zabbix_server/snmptrapper/snmptrapper.h b/src/zabbix_server/snmptrapper/snmptrapper.h
index 37c113a69c3..eb44e9ae724 100644
--- a/src/zabbix_server/snmptrapper/snmptrapper.h
+++ b/src/zabbix_server/snmptrapper/snmptrapper.h
@@ -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/src/zabbix_server/taskmanager/proxy_tasks.c b/src/zabbix_server/taskmanager/proxy_tasks.c
index 8f9b215aa5f..d2401f3978e 100644
--- a/src/zabbix_server/taskmanager/proxy_tasks.c
+++ b/src/zabbix_server/taskmanager/proxy_tasks.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/src/zabbix_server/taskmanager/taskmanager.c b/src/zabbix_server/taskmanager/taskmanager.c
index 7b57dbed5ce..c3464aae11c 100644
--- a/src/zabbix_server/taskmanager/taskmanager.c
+++ b/src/zabbix_server/taskmanager/taskmanager.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/src/zabbix_server/taskmanager/taskmanager.h b/src/zabbix_server/taskmanager/taskmanager.h
index 3da77d2b997..b410839f78b 100644
--- a/src/zabbix_server/taskmanager/taskmanager.h
+++ b/src/zabbix_server/taskmanager/taskmanager.h
@@ -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/src/zabbix_server/timer/timer.c b/src/zabbix_server/timer/timer.c
index f5d54f64bd6..19f251c2e3e 100644
--- a/src/zabbix_server/timer/timer.c
+++ b/src/zabbix_server/timer/timer.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/src/zabbix_server/timer/timer.h b/src/zabbix_server/timer/timer.h
index ac2d70d9414..339e9bd21b6 100644
--- a/src/zabbix_server/timer/timer.h
+++ b/src/zabbix_server/timer/timer.h
@@ -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/src/zabbix_server/trapper/active.c b/src/zabbix_server/trapper/active.c
index a02ed944381..cbb9747680e 100644
--- a/src/zabbix_server/trapper/active.c
+++ b/src/zabbix_server/trapper/active.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/src/zabbix_server/trapper/active.h b/src/zabbix_server/trapper/active.h
index 79185676d25..ad910164807 100644
--- a/src/zabbix_server/trapper/active.h
+++ b/src/zabbix_server/trapper/active.h
@@ -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/src/zabbix_server/trapper/nodecommand.c b/src/zabbix_server/trapper/nodecommand.c
index 88665a967cb..691c670bb8e 100644
--- a/src/zabbix_server/trapper/nodecommand.c
+++ b/src/zabbix_server/trapper/nodecommand.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/src/zabbix_server/trapper/nodecommand.h b/src/zabbix_server/trapper/nodecommand.h
index cd724a9f0e1..5a110558753 100644
--- a/src/zabbix_server/trapper/nodecommand.h
+++ b/src/zabbix_server/trapper/nodecommand.h
@@ -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/src/zabbix_server/trapper/proxyconfig.c b/src/zabbix_server/trapper/proxyconfig.c
index 9aec6462824..d07d898135b 100644
--- a/src/zabbix_server/trapper/proxyconfig.c
+++ b/src/zabbix_server/trapper/proxyconfig.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/src/zabbix_server/trapper/proxyconfig.h b/src/zabbix_server/trapper/proxyconfig.h
index 85a6fc6ac46..ccbcbd87ae3 100644
--- a/src/zabbix_server/trapper/proxyconfig.h
+++ b/src/zabbix_server/trapper/proxyconfig.h
@@ -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/src/zabbix_server/trapper/proxydata.c b/src/zabbix_server/trapper/proxydata.c
index 827184bcd3f..ef243d94195 100644
--- a/src/zabbix_server/trapper/proxydata.c
+++ b/src/zabbix_server/trapper/proxydata.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/src/zabbix_server/trapper/proxydata.h b/src/zabbix_server/trapper/proxydata.h
index 33ba5f772c8..62f927d01d6 100644
--- a/src/zabbix_server/trapper/proxydata.h
+++ b/src/zabbix_server/trapper/proxydata.h
@@ -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/src/zabbix_server/trapper/trapper.c b/src/zabbix_server/trapper/trapper.c
index ecd66a5f142..42fc4b008cf 100644
--- a/src/zabbix_server/trapper/trapper.c
+++ b/src/zabbix_server/trapper/trapper.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/src/zabbix_server/trapper/trapper.h b/src/zabbix_server/trapper/trapper.h
index 92149ed3abf..7d1ab134b5c 100644
--- a/src/zabbix_server/trapper/trapper.h
+++ b/src/zabbix_server/trapper/trapper.h
@@ -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/src/zabbix_server/trapper/trapper_auth.c b/src/zabbix_server/trapper/trapper_auth.c
index 4b2d01d0ab1..42171eeeb8f 100644
--- a/src/zabbix_server/trapper/trapper_auth.c
+++ b/src/zabbix_server/trapper/trapper_auth.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/src/zabbix_server/trapper/trapper_auth.h b/src/zabbix_server/trapper/trapper_auth.h
index 9aa00162a0b..0827fd7f660 100644
--- a/src/zabbix_server/trapper/trapper_auth.h
+++ b/src/zabbix_server/trapper/trapper_auth.h
@@ -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/src/zabbix_server/trapper/trapper_expressions_evaluate.c b/src/zabbix_server/trapper/trapper_expressions_evaluate.c
index 9742d420e2d..14545045973 100644
--- a/src/zabbix_server/trapper/trapper_expressions_evaluate.c
+++ b/src/zabbix_server/trapper/trapper_expressions_evaluate.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/src/zabbix_server/trapper/trapper_expressions_evaluate.h b/src/zabbix_server/trapper/trapper_expressions_evaluate.h
index 16d1a6bb104..01c8a685b5b 100644
--- a/src/zabbix_server/trapper/trapper_expressions_evaluate.h
+++ b/src/zabbix_server/trapper/trapper_expressions_evaluate.h
@@ -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/src/zabbix_server/trapper/trapper_item_test.c b/src/zabbix_server/trapper/trapper_item_test.c
index 00ef393cbe9..653e250220f 100644
--- a/src/zabbix_server/trapper/trapper_item_test.c
+++ b/src/zabbix_server/trapper/trapper_item_test.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/src/zabbix_server/trapper/trapper_item_test.h b/src/zabbix_server/trapper/trapper_item_test.h
index e6335ecfb51..60c29b8bf5e 100644
--- a/src/zabbix_server/trapper/trapper_item_test.h
+++ b/src/zabbix_server/trapper/trapper_item_test.h
@@ -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/src/zabbix_server/trapper/trapper_preproc.c b/src/zabbix_server/trapper/trapper_preproc.c
index 9ca7c519531..d3f784a7857 100644
--- a/src/zabbix_server/trapper/trapper_preproc.c
+++ b/src/zabbix_server/trapper/trapper_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/src/zabbix_server/trapper/trapper_preproc.h b/src/zabbix_server/trapper/trapper_preproc.h
index 50bccac5d38..1f8bf87be17 100644
--- a/src/zabbix_server/trapper/trapper_preproc.h
+++ b/src/zabbix_server/trapper/trapper_preproc.h
@@ -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/src/zabbix_server/trapper/trapper_proxy.c b/src/zabbix_server/trapper/trapper_proxy.c
index 6fe888d1ebf..f8e9a85e09e 100644
--- a/src/zabbix_server/trapper/trapper_proxy.c
+++ b/src/zabbix_server/trapper/trapper_proxy.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/src/zabbix_server/trapper/trapper_request.h b/src/zabbix_server/trapper/trapper_request.h
index 2b8eb4794b6..f116cc03907 100644
--- a/src/zabbix_server/trapper/trapper_request.h
+++ b/src/zabbix_server/trapper/trapper_request.h
@@ -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/src/zabbix_server/trapper/trapper_server.c b/src/zabbix_server/trapper/trapper_server.c
index 0540e0613e7..9408a31e0dd 100644
--- a/src/zabbix_server/trapper/trapper_server.c
+++ b/src/zabbix_server/trapper/trapper_server.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/src/zabbix_server/vmware/vmware.c b/src/zabbix_server/vmware/vmware.c
index bc3b9ec20f3..ff20f2abca2 100644
--- a/src/zabbix_server/vmware/vmware.c
+++ b/src/zabbix_server/vmware/vmware.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/src/zabbix_server/vmware/vmware.h b/src/zabbix_server/vmware/vmware.h
index 3715536a6bf..237e7759512 100644
--- a/src/zabbix_server/vmware/vmware.h
+++ b/src/zabbix_server/vmware/vmware.h
@@ -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