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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/pkg/version/version.go')
-rw-r--r--src/go/pkg/version/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/pkg/version/version.go b/src/go/pkg/version/version.go
index 016c56aec1d..5fc56820b79 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 = "beta2"
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."