diff --git a/.licenserc.yaml b/.licenserc.yaml index 60fcfc859e..0db7da52ac 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -2,8 +2,8 @@ header: - paths: - "**/*.go" paths-ignore: - - "**/agent/**" - - "**/admin/**" + - "agent/**" + - "admin/**" - "**/mock_*" - "**/*.pb.go" - "**/*.pb.gw.go" @@ -12,62 +12,23 @@ header: - "**/json/client/**" - "**/amclient/**" - "**/ammodels/**" - - "qan-api2/migrations/" + - "qan-api2/migrations/**" - "managed/services/dbaas/kubernetes/client/kubeclient_interface.go" - "managed/services/dbaas/olm/operator_service_interface.go" - "managed/services/dbaas/kubernetes/operator_service_interface.go" license: - spdx-id: AGPL-3.0 - content: | - // Copyright (C) 2019 Percona LLC - // - // This program is free software: you can redistribute it and/or modify - // it under the terms of the GNU Affero General Public License as published by - // the Free Software Foundation, either version 3 of the License, or - // (at your option) any later version. - // - // This program is distributed in the hope that it will be useful, - // but WITHOUT ANY WARRANTY; without even the implied warranty of - // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - // GNU Affero General Public License for more details. - // - // You should have received a copy of the GNU Affero General Public License - // along with this program. If not, see . + spdx-id: AGPL-3.0-or-later + copyright-owner: Percona LLC + copyright-year: 2023 - paths: - - "./agent/**/*.go" - - "./admin/**/.go" + - "agent/**/*.go" + - "admin/**/*.go" paths-ignore: - "**/*_reform.go" - "**/mock_*" - "**/json/client/**" license: - content: | - // Copyright (C) 2019 Percona LLC - // - // Licensed under the Apache License, Version 2.0 (the "License"); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. - - pattern: | - // Copyright \(C\) 20\d{2} Percona LLC - // - // Licensed under the Apache License, Version 2.0 \(the "License"\); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. + spdx-id: Apache-2.0 + copyright-owner: Percona LLC + copyright-year: 2023 diff --git a/admin/agentlocal/agentlocal.go b/admin/agentlocal/agentlocal.go index 56e4fb3d5a..26a7aa18cc 100644 --- a/admin/agentlocal/agentlocal.go +++ b/admin/agentlocal/agentlocal.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/cli/cli.go b/admin/cli/cli.go index 8b5def5d9a..9db76727dc 100644 --- a/admin/cli/cli.go +++ b/admin/cli/cli.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/cli/flags/global.go b/admin/cli/flags/global.go index 9a2e42f71b..8ede216a51 100644 --- a/admin/cli/flags/global.go +++ b/admin/cli/flags/global.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/cmd/bootstrap.go b/admin/cmd/bootstrap.go index 44b96b0fe0..e302946ecb 100644 --- a/admin/cmd/bootstrap.go +++ b/admin/cmd/bootstrap.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/cmd/pmm-admin/main.go b/admin/cmd/pmm-admin/main.go index d2746fdb9a..c376184e68 100644 --- a/admin/cmd/pmm-admin/main.go +++ b/admin/cmd/pmm-admin/main.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/cmd/pmm-admin/main_test.go b/admin/cmd/pmm-admin/main_test.go index c434b1f60f..d7dc2e40b1 100644 --- a/admin/cmd/pmm-admin/main_test.go +++ b/admin/cmd/pmm-admin/main_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/cmd/pmm/main.go b/admin/cmd/pmm/main.go index 45b6697355..6800636f6d 100644 --- a/admin/cmd/pmm/main.go +++ b/admin/cmd/pmm/main.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/annotation.go b/admin/commands/annotation.go index ca39d4c93f..78239a7549 100644 --- a/admin/commands/annotation.go +++ b/admin/commands/annotation.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/base.go b/admin/commands/base.go index 66074bf9b3..9289789951 100644 --- a/admin/commands/base.go +++ b/admin/commands/base.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/base/setup.go b/admin/commands/base/setup.go index 35d35b82d4..a7dc9a472f 100644 --- a/admin/commands/base/setup.go +++ b/admin/commands/base/setup.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/base_test.go b/admin/commands/base_test.go index d7015e3115..0b3f7ac205 100644 --- a/admin/commands/base_test.go +++ b/admin/commands/base_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/completion.go b/admin/commands/completion.go index 0e8df896ae..fbbc66b86c 100644 --- a/admin/commands/completion.go +++ b/admin/commands/completion.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/config.go b/admin/commands/config.go index 44cf7a0220..eda73cf1a2 100644 --- a/admin/commands/config.go +++ b/admin/commands/config.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/config_test.go b/admin/commands/config_test.go index 60da3239b0..792e981221 100644 --- a/admin/commands/config_test.go +++ b/admin/commands/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_external_exporter.go b/admin/commands/inventory/add_agent_external_exporter.go index 0f658a9d08..8d83d9240e 100644 --- a/admin/commands/inventory/add_agent_external_exporter.go +++ b/admin/commands/inventory/add_agent_external_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_mongodb_exporter.go b/admin/commands/inventory/add_agent_mongodb_exporter.go index 3c3d92ea4a..fb258a39c6 100644 --- a/admin/commands/inventory/add_agent_mongodb_exporter.go +++ b/admin/commands/inventory/add_agent_mongodb_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_mysqld_exporter.go b/admin/commands/inventory/add_agent_mysqld_exporter.go index 3558de47b7..ab828cbfae 100644 --- a/admin/commands/inventory/add_agent_mysqld_exporter.go +++ b/admin/commands/inventory/add_agent_mysqld_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_mysqld_exporter_test.go b/admin/commands/inventory/add_agent_mysqld_exporter_test.go index 390ed2b9ba..3f74a626ce 100644 --- a/admin/commands/inventory/add_agent_mysqld_exporter_test.go +++ b/admin/commands/inventory/add_agent_mysqld_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_node_exporter.go b/admin/commands/inventory/add_agent_node_exporter.go index b6b2a44ea2..982befd0e6 100644 --- a/admin/commands/inventory/add_agent_node_exporter.go +++ b/admin/commands/inventory/add_agent_node_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_pmm_agent.go b/admin/commands/inventory/add_agent_pmm_agent.go index dc7fd315a1..df8057e766 100644 --- a/admin/commands/inventory/add_agent_pmm_agent.go +++ b/admin/commands/inventory/add_agent_pmm_agent.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_postgres_exporter.go b/admin/commands/inventory/add_agent_postgres_exporter.go index 9e607fa5fb..3dbca7ca90 100644 --- a/admin/commands/inventory/add_agent_postgres_exporter.go +++ b/admin/commands/inventory/add_agent_postgres_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_postgres_exporter_test.go b/admin/commands/inventory/add_agent_postgres_exporter_test.go index 29465034c4..25554a53fb 100644 --- a/admin/commands/inventory/add_agent_postgres_exporter_test.go +++ b/admin/commands/inventory/add_agent_postgres_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_proxysql_exporter.go b/admin/commands/inventory/add_agent_proxysql_exporter.go index abfe4e55b5..a4c2e7fc4d 100644 --- a/admin/commands/inventory/add_agent_proxysql_exporter.go +++ b/admin/commands/inventory/add_agent_proxysql_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_qan_mongodb_profiler_agent.go b/admin/commands/inventory/add_agent_qan_mongodb_profiler_agent.go index 5dd330f1ea..22fbd3dabf 100644 --- a/admin/commands/inventory/add_agent_qan_mongodb_profiler_agent.go +++ b/admin/commands/inventory/add_agent_qan_mongodb_profiler_agent.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_qan_mysql_perfschema_agent.go b/admin/commands/inventory/add_agent_qan_mysql_perfschema_agent.go index cf8939fc6f..82492ad33c 100644 --- a/admin/commands/inventory/add_agent_qan_mysql_perfschema_agent.go +++ b/admin/commands/inventory/add_agent_qan_mysql_perfschema_agent.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_qan_mysql_slowlog_agent.go b/admin/commands/inventory/add_agent_qan_mysql_slowlog_agent.go index c74af0a3c7..1ca83e9bbc 100644 --- a/admin/commands/inventory/add_agent_qan_mysql_slowlog_agent.go +++ b/admin/commands/inventory/add_agent_qan_mysql_slowlog_agent.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_qan_postgres_pgstatements_agent.go b/admin/commands/inventory/add_agent_qan_postgres_pgstatements_agent.go index 8c04c0f234..8800accb96 100644 --- a/admin/commands/inventory/add_agent_qan_postgres_pgstatements_agent.go +++ b/admin/commands/inventory/add_agent_qan_postgres_pgstatements_agent.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_qan_postgres_pgstatmonitor_agent.go b/admin/commands/inventory/add_agent_qan_postgres_pgstatmonitor_agent.go index f18b16506a..53df775c57 100644 --- a/admin/commands/inventory/add_agent_qan_postgres_pgstatmonitor_agent.go +++ b/admin/commands/inventory/add_agent_qan_postgres_pgstatmonitor_agent.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_agent_rds_exporter.go b/admin/commands/inventory/add_agent_rds_exporter.go index 772e415228..5d694ec7f2 100644 --- a/admin/commands/inventory/add_agent_rds_exporter.go +++ b/admin/commands/inventory/add_agent_rds_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_node_container.go b/admin/commands/inventory/add_node_container.go index 311d45ea09..18fabfe19a 100644 --- a/admin/commands/inventory/add_node_container.go +++ b/admin/commands/inventory/add_node_container.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_node_generic.go b/admin/commands/inventory/add_node_generic.go index ddd71631b3..6bd51dc15a 100644 --- a/admin/commands/inventory/add_node_generic.go +++ b/admin/commands/inventory/add_node_generic.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_node_remote.go b/admin/commands/inventory/add_node_remote.go index 0727c2712e..38fef75509 100644 --- a/admin/commands/inventory/add_node_remote.go +++ b/admin/commands/inventory/add_node_remote.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_node_remote_rds.go b/admin/commands/inventory/add_node_remote_rds.go index 7bfdba300b..fb045bfbce 100644 --- a/admin/commands/inventory/add_node_remote_rds.go +++ b/admin/commands/inventory/add_node_remote_rds.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_node_remote_rds_test.go b/admin/commands/inventory/add_node_remote_rds_test.go index f3ee4163d2..85420b49ca 100644 --- a/admin/commands/inventory/add_node_remote_rds_test.go +++ b/admin/commands/inventory/add_node_remote_rds_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_external.go b/admin/commands/inventory/add_service_external.go index 995a7bd779..4b957148f6 100644 --- a/admin/commands/inventory/add_service_external.go +++ b/admin/commands/inventory/add_service_external.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_external_test.go b/admin/commands/inventory/add_service_external_test.go index 8676261dea..659ca3aa4c 100644 --- a/admin/commands/inventory/add_service_external_test.go +++ b/admin/commands/inventory/add_service_external_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_haproxy.go b/admin/commands/inventory/add_service_haproxy.go index 4aebbf1167..a7fd48b922 100644 --- a/admin/commands/inventory/add_service_haproxy.go +++ b/admin/commands/inventory/add_service_haproxy.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_haproxy_test.go b/admin/commands/inventory/add_service_haproxy_test.go index bcec05d9f2..599aa69829 100644 --- a/admin/commands/inventory/add_service_haproxy_test.go +++ b/admin/commands/inventory/add_service_haproxy_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_mongodb.go b/admin/commands/inventory/add_service_mongodb.go index a821db8f63..3314324991 100644 --- a/admin/commands/inventory/add_service_mongodb.go +++ b/admin/commands/inventory/add_service_mongodb.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_mongodb_test.go b/admin/commands/inventory/add_service_mongodb_test.go index dbe294ddf6..40b4ac16a1 100644 --- a/admin/commands/inventory/add_service_mongodb_test.go +++ b/admin/commands/inventory/add_service_mongodb_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_mysql.go b/admin/commands/inventory/add_service_mysql.go index 7b13ba8514..ad05f1f057 100644 --- a/admin/commands/inventory/add_service_mysql.go +++ b/admin/commands/inventory/add_service_mysql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_mysql_test.go b/admin/commands/inventory/add_service_mysql_test.go index 0d9f02642a..2867984f19 100644 --- a/admin/commands/inventory/add_service_mysql_test.go +++ b/admin/commands/inventory/add_service_mysql_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_postgres_test.go b/admin/commands/inventory/add_service_postgres_test.go index 6e1927a98c..027d47aba6 100644 --- a/admin/commands/inventory/add_service_postgres_test.go +++ b/admin/commands/inventory/add_service_postgres_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_postgresql.go b/admin/commands/inventory/add_service_postgresql.go index ac94fc97a6..992c3883af 100644 --- a/admin/commands/inventory/add_service_postgresql.go +++ b/admin/commands/inventory/add_service_postgresql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_proxysql.go b/admin/commands/inventory/add_service_proxysql.go index e1db402313..60f50ea6cc 100644 --- a/admin/commands/inventory/add_service_proxysql.go +++ b/admin/commands/inventory/add_service_proxysql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/add_service_proxysql_test.go b/admin/commands/inventory/add_service_proxysql_test.go index 2749b147df..6b2e2ac2e0 100644 --- a/admin/commands/inventory/add_service_proxysql_test.go +++ b/admin/commands/inventory/add_service_proxysql_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/inventory.go b/admin/commands/inventory/inventory.go index b45ef031f9..8de367d9f1 100644 --- a/admin/commands/inventory/inventory.go +++ b/admin/commands/inventory/inventory.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/list_agents.go b/admin/commands/inventory/list_agents.go index 3234b65b5a..22ffc6da64 100644 --- a/admin/commands/inventory/list_agents.go +++ b/admin/commands/inventory/list_agents.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/list_nodes.go b/admin/commands/inventory/list_nodes.go index 4f01842e02..e9febcd072 100644 --- a/admin/commands/inventory/list_nodes.go +++ b/admin/commands/inventory/list_nodes.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/list_services.go b/admin/commands/inventory/list_services.go index 15d5fb3269..d3808fb8b8 100644 --- a/admin/commands/inventory/list_services.go +++ b/admin/commands/inventory/list_services.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/remove_agent.go b/admin/commands/inventory/remove_agent.go index 36e3e6a901..ff04ba8c02 100644 --- a/admin/commands/inventory/remove_agent.go +++ b/admin/commands/inventory/remove_agent.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/remove_node.go b/admin/commands/inventory/remove_node.go index 9b1fa9f87a..6184a5974b 100644 --- a/admin/commands/inventory/remove_node.go +++ b/admin/commands/inventory/remove_node.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/inventory/remove_service.go b/admin/commands/inventory/remove_service.go index eb15114de3..551a28ca79 100644 --- a/admin/commands/inventory/remove_service.go +++ b/admin/commands/inventory/remove_service.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/list.go b/admin/commands/list.go index d508e9de02..128cd1841f 100644 --- a/admin/commands/list.go +++ b/admin/commands/list.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/list_test.go b/admin/commands/list_test.go index df3e279801..2eb4406b4c 100644 --- a/admin/commands/list_test.go +++ b/admin/commands/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add.go b/admin/commands/management/add.go index 59c623fe3f..e69826e8cb 100644 --- a/admin/commands/management/add.go +++ b/admin/commands/management/add.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_external.go b/admin/commands/management/add_external.go index a65f9f5582..0b9ee64ff4 100644 --- a/admin/commands/management/add_external.go +++ b/admin/commands/management/add_external.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_external_serverless.go b/admin/commands/management/add_external_serverless.go index f9893caa40..f7a7d08c0e 100644 --- a/admin/commands/management/add_external_serverless.go +++ b/admin/commands/management/add_external_serverless.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_external_test.go b/admin/commands/management/add_external_test.go index e06cf6e56d..635f74c813 100644 --- a/admin/commands/management/add_external_test.go +++ b/admin/commands/management/add_external_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_haproxy.go b/admin/commands/management/add_haproxy.go index 36ff6ba026..b6e7c556a6 100644 --- a/admin/commands/management/add_haproxy.go +++ b/admin/commands/management/add_haproxy.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_haproxy_test.go b/admin/commands/management/add_haproxy_test.go index 7e7c5e9299..3f352cd11a 100644 --- a/admin/commands/management/add_haproxy_test.go +++ b/admin/commands/management/add_haproxy_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_mongodb.go b/admin/commands/management/add_mongodb.go index bb455df47d..96af140476 100644 --- a/admin/commands/management/add_mongodb.go +++ b/admin/commands/management/add_mongodb.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_mongodb_test.go b/admin/commands/management/add_mongodb_test.go index c0b9c5424c..53b3622e13 100644 --- a/admin/commands/management/add_mongodb_test.go +++ b/admin/commands/management/add_mongodb_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_mysql.go b/admin/commands/management/add_mysql.go index 13e5cd24ba..08d5fc537d 100644 --- a/admin/commands/management/add_mysql.go +++ b/admin/commands/management/add_mysql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_mysql_test.go b/admin/commands/management/add_mysql_test.go index ce6e74c4d2..400fbced84 100644 --- a/admin/commands/management/add_mysql_test.go +++ b/admin/commands/management/add_mysql_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_postgresql.go b/admin/commands/management/add_postgresql.go index af61b7a9a4..ca5244183e 100644 --- a/admin/commands/management/add_postgresql.go +++ b/admin/commands/management/add_postgresql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_proxysql.go b/admin/commands/management/add_proxysql.go index dd4bd8d957..f02a11a5b3 100644 --- a/admin/commands/management/add_proxysql.go +++ b/admin/commands/management/add_proxysql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/add_test.go b/admin/commands/management/add_test.go index 58f1e3d62a..72fe768f50 100644 --- a/admin/commands/management/add_test.go +++ b/admin/commands/management/add_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/management.go b/admin/commands/management/management.go index 5de74c8f43..13398ca7db 100644 --- a/admin/commands/management/management.go +++ b/admin/commands/management/management.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/register.go b/admin/commands/management/register.go index 95b3bfe98a..93e16cd2d8 100644 --- a/admin/commands/management/register.go +++ b/admin/commands/management/register.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/remove.go b/admin/commands/management/remove.go index 77575aa849..94b1107e82 100644 --- a/admin/commands/management/remove.go +++ b/admin/commands/management/remove.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/management/unregister.go b/admin/commands/management/unregister.go index 2b1a751ec8..7632b34433 100644 --- a/admin/commands/management/unregister.go +++ b/admin/commands/management/unregister.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/client/base.go b/admin/commands/pmm/client/base.go index 24da73a78d..b0546f0646 100644 --- a/admin/commands/pmm/client/base.go +++ b/admin/commands/pmm/client/base.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/client/install.go b/admin/commands/pmm/client/install.go index 391d810a43..baaa9c6689 100644 --- a/admin/commands/pmm/client/install.go +++ b/admin/commands/pmm/client/install.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/client/upgrade.go b/admin/commands/pmm/client/upgrade.go index 9b7fef7480..b61c39c5bc 100644 --- a/admin/commands/pmm/client/upgrade.go +++ b/admin/commands/pmm/client/upgrade.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/common/shutdown_result.go b/admin/commands/pmm/common/shutdown_result.go index f31a7c6a9a..1a53faa94d 100644 --- a/admin/commands/pmm/common/shutdown_result.go +++ b/admin/commands/pmm/common/shutdown_result.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/base.go b/admin/commands/pmm/server/base.go index 795be8f5f8..b600baa843 100644 --- a/admin/commands/pmm/server/base.go +++ b/admin/commands/pmm/server/base.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/base.go b/admin/commands/pmm/server/docker/base.go index b3e67bf930..32a16a82b5 100644 --- a/admin/commands/pmm/server/docker/base.go +++ b/admin/commands/pmm/server/docker/base.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/base_test.go b/admin/commands/pmm/server/docker/base_test.go index 90a366f53e..cc1b042cb4 100644 --- a/admin/commands/pmm/server/docker/base_test.go +++ b/admin/commands/pmm/server/docker/base_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/common.go b/admin/commands/pmm/server/docker/common.go index d720203875..d7431fac67 100644 --- a/admin/commands/pmm/server/docker/common.go +++ b/admin/commands/pmm/server/docker/common.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/deps.go b/admin/commands/pmm/server/docker/deps.go index 45664aa57b..f87ce886c6 100644 --- a/admin/commands/pmm/server/docker/deps.go +++ b/admin/commands/pmm/server/docker/deps.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/install.go b/admin/commands/pmm/server/docker/install.go index 00c4a9f0e9..eec6e3df77 100644 --- a/admin/commands/pmm/server/docker/install.go +++ b/admin/commands/pmm/server/docker/install.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/install_test.go b/admin/commands/pmm/server/docker/install_test.go index 472e06f0a4..0a5721b7b5 100644 --- a/admin/commands/pmm/server/docker/install_test.go +++ b/admin/commands/pmm/server/docker/install_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/upgrade.go b/admin/commands/pmm/server/docker/upgrade.go index 31e7ebeff9..c8ce3a419b 100644 --- a/admin/commands/pmm/server/docker/upgrade.go +++ b/admin/commands/pmm/server/docker/upgrade.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/pmm/server/docker/upgrade_test.go b/admin/commands/pmm/server/docker/upgrade_test.go index e9d9e04099..ea3186bd74 100644 --- a/admin/commands/pmm/server/docker/upgrade_test.go +++ b/admin/commands/pmm/server/docker/upgrade_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/status.go b/admin/commands/status.go index 9bce4969f3..b46281f068 100644 --- a/admin/commands/status.go +++ b/admin/commands/status.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/status_test.go b/admin/commands/status_test.go index c2426d9319..d83d9def8e 100644 --- a/admin/commands/status_test.go +++ b/admin/commands/status_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/summary.go b/admin/commands/summary.go index 998f177d13..270d7b7892 100644 --- a/admin/commands/summary.go +++ b/admin/commands/summary.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/summary_test.go b/admin/commands/summary_test.go index 5d84d4ea6c..3ce52965b7 100644 --- a/admin/commands/summary_test.go +++ b/admin/commands/summary_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/commands/version.go b/admin/commands/version.go index 1c6194cebb..4e229c62a2 100644 --- a/admin/commands/version.go +++ b/admin/commands/version.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/helpers/helpers.go b/admin/helpers/helpers.go index 26abe42e5d..4f90c21ff7 100644 --- a/admin/helpers/helpers.go +++ b/admin/helpers/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/logger/text_formatter.go b/admin/logger/text_formatter.go index 9c992bbe2e..41a722dd19 100644 --- a/admin/logger/text_formatter.go +++ b/admin/logger/text_formatter.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/bubbles/progress/size.go b/admin/pkg/bubbles/progress/size.go index 2dc15d05d5..8384268baa 100644 --- a/admin/pkg/bubbles/progress/size.go +++ b/admin/pkg/bubbles/progress/size.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/bubbles/styles/styles.go b/admin/pkg/bubbles/styles/styles.go index fad7bfdf87..b041119eac 100644 --- a/admin/pkg/bubbles/styles/styles.go +++ b/admin/pkg/bubbles/styles/styles.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/client/client.go b/admin/pkg/client/client.go index cc57ffa3e7..fda402a668 100644 --- a/admin/pkg/client/client.go +++ b/admin/pkg/client/client.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/client/tarball/tarball.go b/admin/pkg/client/tarball/tarball.go index 39ce808ff5..f9651f8bc3 100644 --- a/admin/pkg/client/tarball/tarball.go +++ b/admin/pkg/client/tarball/tarball.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/common/common.go b/admin/pkg/common/common.go index e9611c1474..6e6f3fde15 100644 --- a/admin/pkg/common/common.go +++ b/admin/pkg/common/common.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/common/distribution.go b/admin/pkg/common/distribution.go index 121cb2da74..0606480fe4 100644 --- a/admin/pkg/common/distribution.go +++ b/admin/pkg/common/distribution.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/docker/docker.go b/admin/pkg/docker/docker.go index 04d7fdb7ac..9fe875ab51 100644 --- a/admin/pkg/docker/docker.go +++ b/admin/pkg/docker/docker.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/admin/pkg/docker/pull_image.go b/admin/pkg/docker/pull_image.go index 8265d990c6..e28824084b 100644 --- a/admin/pkg/docker/pull_image.go +++ b/admin/pkg/docker/pull_image.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agentlocal/agent_local.go b/agent/agentlocal/agent_local.go index e0809b2494..d23f2a8224 100644 --- a/agent/agentlocal/agent_local.go +++ b/agent/agentlocal/agent_local.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agentlocal/agent_local_test.go b/agent/agentlocal/agent_local_test.go index eb151042e4..858e834072 100644 --- a/agent/agentlocal/agent_local_test.go +++ b/agent/agentlocal/agent_local_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agentlocal/deps.go b/agent/agentlocal/deps.go index b948131412..a727541b82 100644 --- a/agent/agentlocal/deps.go +++ b/agent/agentlocal/deps.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/agents.go b/agent/agents/agents.go index 5a0648107f..b0ddb0aba4 100644 --- a/agent/agents/agents.go +++ b/agent/agents/agents.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/agents_test.go b/agent/agents/agents_test.go index 9801ca46ff..49a11ecaf3 100644 --- a/agent/agents/agents_test.go +++ b/agent/agents/agents_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/cache/cache.go b/agent/agents/cache/cache.go index f7aba164a5..fd3708049a 100644 --- a/agent/agents/cache/cache.go +++ b/agent/agents/cache/cache.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/cache/cache_test.go b/agent/agents/cache/cache_test.go index fd82ab594a..6299f736bb 100644 --- a/agent/agents/cache/cache_test.go +++ b/agent/agents/cache/cache_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/cache/metrics.go b/agent/agents/cache/metrics.go index 5d08951a81..c720e5efef 100644 --- a/agent/agents/cache/metrics.go +++ b/agent/agents/cache/metrics.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/aggregator/aggregator.go b/agent/agents/mongodb/internal/profiler/aggregator/aggregator.go index 9a2bd129e1..9bb033f840 100644 --- a/agent/agents/mongodb/internal/profiler/aggregator/aggregator.go +++ b/agent/agents/mongodb/internal/profiler/aggregator/aggregator.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/aggregator/aggregator_test.go b/agent/agents/mongodb/internal/profiler/aggregator/aggregator_test.go index d902885724..6bd641f012 100644 --- a/agent/agents/mongodb/internal/profiler/aggregator/aggregator_test.go +++ b/agent/agents/mongodb/internal/profiler/aggregator/aggregator_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/collector/collector.go b/agent/agents/mongodb/internal/profiler/collector/collector.go index 0668832223..1ac997d3e9 100644 --- a/agent/agents/mongodb/internal/profiler/collector/collector.go +++ b/agent/agents/mongodb/internal/profiler/collector/collector.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/collector/collector_test.go b/agent/agents/mongodb/internal/profiler/collector/collector_test.go index e3dcaad8f2..ba3b22eeed 100644 --- a/agent/agents/mongodb/internal/profiler/collector/collector_test.go +++ b/agent/agents/mongodb/internal/profiler/collector/collector_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/monitor.go b/agent/agents/mongodb/internal/profiler/monitor.go index 1390e6ce60..0dfe03b99b 100644 --- a/agent/agents/mongodb/internal/profiler/monitor.go +++ b/agent/agents/mongodb/internal/profiler/monitor.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/monitors.go b/agent/agents/mongodb/internal/profiler/monitors.go index 400c37e2a0..1ad90db4bd 100644 --- a/agent/agents/mongodb/internal/profiler/monitors.go +++ b/agent/agents/mongodb/internal/profiler/monitors.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/parser/parser.go b/agent/agents/mongodb/internal/profiler/parser/parser.go index 12b475f9c8..e926a66c0d 100644 --- a/agent/agents/mongodb/internal/profiler/parser/parser.go +++ b/agent/agents/mongodb/internal/profiler/parser/parser.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/parser/parser_test.go b/agent/agents/mongodb/internal/profiler/parser/parser_test.go index f46bf36607..834fe7cc19 100644 --- a/agent/agents/mongodb/internal/profiler/parser/parser_test.go +++ b/agent/agents/mongodb/internal/profiler/parser/parser_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/profiler.go b/agent/agents/mongodb/internal/profiler/profiler.go index 64c98d2e2d..66a6c6a967 100644 --- a/agent/agents/mongodb/internal/profiler/profiler.go +++ b/agent/agents/mongodb/internal/profiler/profiler.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/profiler_test.go b/agent/agents/mongodb/internal/profiler/profiler_test.go index a050820ecf..304d069ada 100644 --- a/agent/agents/mongodb/internal/profiler/profiler_test.go +++ b/agent/agents/mongodb/internal/profiler/profiler_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/sender/sender.go b/agent/agents/mongodb/internal/profiler/sender/sender.go index 7e36ba7904..abfe1f8d62 100644 --- a/agent/agents/mongodb/internal/profiler/sender/sender.go +++ b/agent/agents/mongodb/internal/profiler/sender/sender.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/profiler/sender/senter_test.go b/agent/agents/mongodb/internal/profiler/sender/senter_test.go index 162625a79b..0b87235f7d 100644 --- a/agent/agents/mongodb/internal/profiler/sender/senter_test.go +++ b/agent/agents/mongodb/internal/profiler/sender/senter_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/report/report.go b/agent/agents/mongodb/internal/report/report.go index 85d35f7ee8..ef0c2c2337 100644 --- a/agent/agents/mongodb/internal/report/report.go +++ b/agent/agents/mongodb/internal/report/report.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/internal/report/report_test.go b/agent/agents/mongodb/internal/report/report_test.go index 3bef3e859c..534f845521 100644 --- a/agent/agents/mongodb/internal/report/report_test.go +++ b/agent/agents/mongodb/internal/report/report_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/mongodb.go b/agent/agents/mongodb/mongodb.go index 6f34fc74be..f3a0dc8d40 100644 --- a/agent/agents/mongodb/mongodb.go +++ b/agent/agents/mongodb/mongodb.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mongodb/mongodb_test.go b/agent/agents/mongodb/mongodb_test.go index cc8a10e668..8cb15a336e 100644 --- a/agent/agents/mongodb/mongodb_test.go +++ b/agent/agents/mongodb/mongodb_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/perfschema/history.go b/agent/agents/mysql/perfschema/history.go index 5f35ec9a2b..1e3faf25fa 100644 --- a/agent/agents/mysql/perfschema/history.go +++ b/agent/agents/mysql/perfschema/history.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/perfschema/models.go b/agent/agents/mysql/perfschema/models.go index 6bfe62b19c..721f76ff38 100644 --- a/agent/agents/mysql/perfschema/models.go +++ b/agent/agents/mysql/perfschema/models.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/perfschema/perfschema.go b/agent/agents/mysql/perfschema/perfschema.go index 9dc5500dbe..04312fcf8a 100644 --- a/agent/agents/mysql/perfschema/perfschema.go +++ b/agent/agents/mysql/perfschema/perfschema.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/perfschema/perfschema_test.go b/agent/agents/mysql/perfschema/perfschema_test.go index 9db43c60ab..3351673af8 100644 --- a/agent/agents/mysql/perfschema/perfschema_test.go +++ b/agent/agents/mysql/perfschema/perfschema_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/perfschema/summaries.go b/agent/agents/mysql/perfschema/summaries.go index ffd7afd9aa..448b2808a8 100644 --- a/agent/agents/mysql/perfschema/summaries.go +++ b/agent/agents/mysql/perfschema/summaries.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/continuous_file_reader.go b/agent/agents/mysql/slowlog/parser/continuous_file_reader.go index 7904d08739..04be72e572 100644 --- a/agent/agents/mysql/slowlog/parser/continuous_file_reader.go +++ b/agent/agents/mysql/slowlog/parser/continuous_file_reader.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/continuous_file_reader_test.go b/agent/agents/mysql/slowlog/parser/continuous_file_reader_test.go index d2190bc7e9..f07dfb10d7 100644 --- a/agent/agents/mysql/slowlog/parser/continuous_file_reader_test.go +++ b/agent/agents/mysql/slowlog/parser/continuous_file_reader_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/logger.go b/agent/agents/mysql/slowlog/parser/logger.go index 689ad527ed..2dd916f83c 100644 --- a/agent/agents/mysql/slowlog/parser/logger.go +++ b/agent/agents/mysql/slowlog/parser/logger.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/logger_test.go b/agent/agents/mysql/slowlog/parser/logger_test.go index 49fbf171f9..40e9b79f08 100644 --- a/agent/agents/mysql/slowlog/parser/logger_test.go +++ b/agent/agents/mysql/slowlog/parser/logger_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/parser.go b/agent/agents/mysql/slowlog/parser/parser.go index e7cae9ca1e..514dd8e937 100644 --- a/agent/agents/mysql/slowlog/parser/parser.go +++ b/agent/agents/mysql/slowlog/parser/parser.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/parser_bench_test.go b/agent/agents/mysql/slowlog/parser/parser_bench_test.go index 624123dd98..26f466ddc0 100644 --- a/agent/agents/mysql/slowlog/parser/parser_bench_test.go +++ b/agent/agents/mysql/slowlog/parser/parser_bench_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/parser_fuzz.go b/agent/agents/mysql/slowlog/parser/parser_fuzz.go index c19c366420..63e8d46fd9 100644 --- a/agent/agents/mysql/slowlog/parser/parser_fuzz.go +++ b/agent/agents/mysql/slowlog/parser/parser_fuzz.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/parser_test.go b/agent/agents/mysql/slowlog/parser/parser_test.go index 2e30d4db9f..8031a327ef 100644 --- a/agent/agents/mysql/slowlog/parser/parser_test.go +++ b/agent/agents/mysql/slowlog/parser/parser_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/reader.go b/agent/agents/mysql/slowlog/parser/reader.go index 89c645bcab..ae47a979d5 100644 --- a/agent/agents/mysql/slowlog/parser/reader.go +++ b/agent/agents/mysql/slowlog/parser/reader.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/parser/simple_file_reader.go b/agent/agents/mysql/slowlog/parser/simple_file_reader.go index 38f6ab0919..0d32fdad18 100644 --- a/agent/agents/mysql/slowlog/parser/simple_file_reader.go +++ b/agent/agents/mysql/slowlog/parser/simple_file_reader.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/slowlog.go b/agent/agents/mysql/slowlog/slowlog.go index 05081a68f9..398c117d3f 100644 --- a/agent/agents/mysql/slowlog/slowlog.go +++ b/agent/agents/mysql/slowlog/slowlog.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/mysql/slowlog/slowlog_test.go b/agent/agents/mysql/slowlog/slowlog_test.go index e0c78f0208..f049ef1a66 100644 --- a/agent/agents/mysql/slowlog/slowlog_test.go +++ b/agent/agents/mysql/slowlog/slowlog_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/noop/noop.go b/agent/agents/noop/noop.go index 3941eb5aed..d10817175b 100644 --- a/agent/agents/noop/noop.go +++ b/agent/agents/noop/noop.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/noop/noop_test.go b/agent/agents/noop/noop_test.go index 712cb1a246..ccce01930d 100644 --- a/agent/agents/noop/noop_test.go +++ b/agent/agents/noop/noop_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/parser/parser.go b/agent/agents/postgres/parser/parser.go index a0d67220cc..f57d0918cc 100644 --- a/agent/agents/postgres/parser/parser.go +++ b/agent/agents/postgres/parser/parser.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/parser/parser_fuzz.go b/agent/agents/postgres/parser/parser_fuzz.go index d96ec2fbf1..ef41184880 100644 --- a/agent/agents/postgres/parser/parser_fuzz.go +++ b/agent/agents/postgres/parser/parser_fuzz.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/parser/parser_test.go b/agent/agents/postgres/parser/parser_test.go index 4f4243f56d..289765d567 100644 --- a/agent/agents/postgres/parser/parser_test.go +++ b/agent/agents/postgres/parser/parser_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatmonitor/models.go b/agent/agents/postgres/pgstatmonitor/models.go index 218fb368ec..db1a502340 100644 --- a/agent/agents/postgres/pgstatmonitor/models.go +++ b/agent/agents/postgres/pgstatmonitor/models.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatmonitor/pgstatmonitor.go b/agent/agents/postgres/pgstatmonitor/pgstatmonitor.go index 22f84a0f74..4545595db6 100644 --- a/agent/agents/postgres/pgstatmonitor/pgstatmonitor.go +++ b/agent/agents/postgres/pgstatmonitor/pgstatmonitor.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatmonitor/pgstatmonitor_models.go b/agent/agents/postgres/pgstatmonitor/pgstatmonitor_models.go index bd67c58502..261f5d4a4b 100644 --- a/agent/agents/postgres/pgstatmonitor/pgstatmonitor_models.go +++ b/agent/agents/postgres/pgstatmonitor/pgstatmonitor_models.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatmonitor/pgstatmonitor_test.go b/agent/agents/postgres/pgstatmonitor/pgstatmonitor_test.go index 9e99e1b9bc..2226e04e8b 100644 --- a/agent/agents/postgres/pgstatmonitor/pgstatmonitor_test.go +++ b/agent/agents/postgres/pgstatmonitor/pgstatmonitor_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatmonitor/stat_monitor_cache.go b/agent/agents/postgres/pgstatmonitor/stat_monitor_cache.go index 0b3801cd9d..0744b1b18d 100644 --- a/agent/agents/postgres/pgstatmonitor/stat_monitor_cache.go +++ b/agent/agents/postgres/pgstatmonitor/stat_monitor_cache.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatmonitor/stat_monitor_cache_test.go b/agent/agents/postgres/pgstatmonitor/stat_monitor_cache_test.go index bfaf963560..900ca13f21 100644 --- a/agent/agents/postgres/pgstatmonitor/stat_monitor_cache_test.go +++ b/agent/agents/postgres/pgstatmonitor/stat_monitor_cache_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatstatements/models.go b/agent/agents/postgres/pgstatstatements/models.go index 8b7b52a5aa..00746732fe 100644 --- a/agent/agents/postgres/pgstatstatements/models.go +++ b/agent/agents/postgres/pgstatstatements/models.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatstatements/pgstatstatements.go b/agent/agents/postgres/pgstatstatements/pgstatstatements.go index d880eebab8..4a912b7599 100644 --- a/agent/agents/postgres/pgstatstatements/pgstatstatements.go +++ b/agent/agents/postgres/pgstatstatements/pgstatstatements.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatstatements/pgstatstatements_test.go b/agent/agents/postgres/pgstatstatements/pgstatstatements_test.go index eac93e5d3a..36b0740417 100644 --- a/agent/agents/postgres/pgstatstatements/pgstatstatements_test.go +++ b/agent/agents/postgres/pgstatstatements/pgstatstatements_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/postgres/pgstatstatements/utils.go b/agent/agents/postgres/pgstatstatements/utils.go index 71c59b5a06..7c175d9547 100644 --- a/agent/agents/postgres/pgstatstatements/utils.go +++ b/agent/agents/postgres/pgstatstatements/utils.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/process/process.go b/agent/agents/process/process.go index 3d47680094..2ebddccf13 100644 --- a/agent/agents/process/process.go +++ b/agent/agents/process/process.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/process/process_child.go b/agent/agents/process/process_child.go index d1ed2b3c19..3aab4cd4e7 100644 --- a/agent/agents/process/process_child.go +++ b/agent/agents/process/process_child.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/process/process_export.go b/agent/agents/process/process_export.go index 24fb606ffa..b8ea6a8951 100644 --- a/agent/agents/process/process_export.go +++ b/agent/agents/process/process_export.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/process/process_logger.go b/agent/agents/process/process_logger.go index 048990c1d3..865a12eaf1 100644 --- a/agent/agents/process/process_logger.go +++ b/agent/agents/process/process_logger.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/process/process_logger_test.go b/agent/agents/process/process_logger_test.go index ccf7a53cf2..5312f6b610 100644 --- a/agent/agents/process/process_logger_test.go +++ b/agent/agents/process/process_logger_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/process/process_noterm.go b/agent/agents/process/process_noterm.go index f083b19b1c..b221d85afd 100644 --- a/agent/agents/process/process_noterm.go +++ b/agent/agents/process/process_noterm.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/process/process_test.go b/agent/agents/process/process_test.go index 719d23138e..d40d555e24 100644 --- a/agent/agents/process/process_test.go +++ b/agent/agents/process/process_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/supervisor/deps.go b/agent/agents/supervisor/deps.go index 9058ba6394..c4a6db3397 100644 --- a/agent/agents/supervisor/deps.go +++ b/agent/agents/supervisor/deps.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/supervisor/ports_registry.go b/agent/agents/supervisor/ports_registry.go index ffeaac4641..53f04a37ee 100644 --- a/agent/agents/supervisor/ports_registry.go +++ b/agent/agents/supervisor/ports_registry.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/supervisor/ports_registry_test.go b/agent/agents/supervisor/ports_registry_test.go index 4a8e4cc5d7..4528a35793 100644 --- a/agent/agents/supervisor/ports_registry_test.go +++ b/agent/agents/supervisor/ports_registry_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/supervisor/supervisor.go b/agent/agents/supervisor/supervisor.go index 2a481b9238..d426980942 100644 --- a/agent/agents/supervisor/supervisor.go +++ b/agent/agents/supervisor/supervisor.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/agents/supervisor/supervisor_test.go b/agent/agents/supervisor/supervisor_test.go index 33673f0462..5811e34504 100644 --- a/agent/agents/supervisor/supervisor_test.go +++ b/agent/agents/supervisor/supervisor_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/basic_auth.go b/agent/client/basic_auth.go index ae38d59a5b..5055250fc9 100644 --- a/agent/client/basic_auth.go +++ b/agent/client/basic_auth.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/channel/channel.go b/agent/client/channel/channel.go index ce272b2e35..324f8ca27b 100644 --- a/agent/client/channel/channel.go +++ b/agent/client/channel/channel.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/channel/channel_test.go b/agent/client/channel/channel_test.go index e12fa4f860..5a785fa508 100644 --- a/agent/client/channel/channel_test.go +++ b/agent/client/channel/channel_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/client.go b/agent/client/client.go index a7906b6ef1..5e8811d9ee 100644 --- a/agent/client/client.go +++ b/agent/client/client.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/client_test.go b/agent/client/client_test.go index afb17d091b..49c0d697d4 100644 --- a/agent/client/client_test.go +++ b/agent/client/client_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/deps.go b/agent/client/deps.go index 4310931445..21ecbadf43 100644 --- a/agent/client/deps.go +++ b/agent/client/deps.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/pbm.go b/agent/client/pbm.go index 3534b9d76f..d4191d166b 100644 --- a/agent/client/pbm.go +++ b/agent/client/pbm.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/client/version.go b/agent/client/version.go index 7b5961ca0c..b2a7604394 100644 --- a/agent/client/version.go +++ b/agent/client/version.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/cmd/pmm-agent-entrypoint/main.go b/agent/cmd/pmm-agent-entrypoint/main.go index 001d7208a8..29205c30d4 100644 --- a/agent/cmd/pmm-agent-entrypoint/main.go +++ b/agent/cmd/pmm-agent-entrypoint/main.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/commands/clients.go b/agent/commands/clients.go index fd45ebcb7e..a1552c7a5f 100644 --- a/agent/commands/clients.go +++ b/agent/commands/clients.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/commands/run.go b/agent/commands/run.go index cc384a75a9..43111807b1 100644 --- a/agent/commands/run.go +++ b/agent/commands/run.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/commands/setup.go b/agent/commands/setup.go index 8489a5dbf9..16db5e6fa5 100644 --- a/agent/commands/setup.go +++ b/agent/commands/setup.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/config/config.go b/agent/config/config.go index 0ca42d6c96..c81438aef5 100644 --- a/agent/config/config.go +++ b/agent/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/config/config_test.go b/agent/config/config_test.go index dad8c43458..490f6c450f 100644 --- a/agent/config/config_test.go +++ b/agent/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/config/logger.go b/agent/config/logger.go index 781f206c4f..a2930f3711 100644 --- a/agent/config/logger.go +++ b/agent/config/logger.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/config/storage.go b/agent/config/storage.go index d3c8630ee2..821d425f03 100644 --- a/agent/config/storage.go +++ b/agent/config/storage.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/connectionchecker/connection_checker.go b/agent/connectionchecker/connection_checker.go index 280c406844..c59ac148e8 100644 --- a/agent/connectionchecker/connection_checker.go +++ b/agent/connectionchecker/connection_checker.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/connectionchecker/connection_checker_test.go b/agent/connectionchecker/connection_checker_test.go index 94aef528fd..cf06e94bc7 100644 --- a/agent/connectionchecker/connection_checker_test.go +++ b/agent/connectionchecker/connection_checker_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/connectionuptime/service.go b/agent/connectionuptime/service.go index 5bac5c4555..304c048a58 100644 --- a/agent/connectionuptime/service.go +++ b/agent/connectionuptime/service.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/connectionuptime/service_test.go b/agent/connectionuptime/service_test.go index e6ddcc1c41..b244e90618 100644 --- a/agent/connectionuptime/service_test.go +++ b/agent/connectionuptime/service_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/main.go b/agent/main.go index 155ddae61d..7bf443c56e 100644 --- a/agent/main.go +++ b/agent/main.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/main_test.go b/agent/main_test.go index 4c6cd30161..e3eb03dacf 100644 --- a/agent/main_test.go +++ b/agent/main_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/maincover_test.go b/agent/maincover_test.go index aeecdceafc..6a751993f8 100644 --- a/agent/maincover_test.go +++ b/agent/maincover_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/queryparser/helpers.go b/agent/queryparser/helpers.go index 2862a2f3b0..e1277106e6 100644 --- a/agent/queryparser/helpers.go +++ b/agent/queryparser/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/queryparser/parser.go b/agent/queryparser/parser.go index a8e4c3e2f3..eb43d26a04 100644 --- a/agent/queryparser/parser.go +++ b/agent/queryparser/parser.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/queryparser/parser_test.go b/agent/queryparser/parser_test.go index 6528941277..2b453a6ba3 100644 --- a/agent/queryparser/parser_test.go +++ b/agent/queryparser/parser_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/action.go b/agent/runner/actions/action.go index 6ade8f3cf4..5a9625f9c8 100644 --- a/agent/runner/actions/action.go +++ b/agent/runner/actions/action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/common.go b/agent/runner/actions/common.go index 44f8bb5151..e81b843d24 100644 --- a/agent/runner/actions/common.go +++ b/agent/runner/actions/common.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/common_test.go b/agent/runner/actions/common_test.go index ea01fd5a72..91b2494739 100644 --- a/agent/runner/actions/common_test.go +++ b/agent/runner/actions/common_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mongodb_explain_action.go b/agent/runner/actions/mongodb_explain_action.go index 93eb10cedb..944572ee59 100644 --- a/agent/runner/actions/mongodb_explain_action.go +++ b/agent/runner/actions/mongodb_explain_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mongodb_explain_action_test.go b/agent/runner/actions/mongodb_explain_action_test.go index 1b503b5ff8..1ac5fe2764 100644 --- a/agent/runner/actions/mongodb_explain_action_test.go +++ b/agent/runner/actions/mongodb_explain_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mongodb_query_admincommand_action.go b/agent/runner/actions/mongodb_query_admincommand_action.go index c7b8e1a133..2ded20cf5e 100644 --- a/agent/runner/actions/mongodb_query_admincommand_action.go +++ b/agent/runner/actions/mongodb_query_admincommand_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mongodb_query_admincommand_action_test.go b/agent/runner/actions/mongodb_query_admincommand_action_test.go index efc306fd77..6318594b5a 100644 --- a/agent/runner/actions/mongodb_query_admincommand_action_test.go +++ b/agent/runner/actions/mongodb_query_admincommand_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_explain_action.go b/agent/runner/actions/mysql_explain_action.go index 78e8dd3f7d..2ac3ff4ca5 100644 --- a/agent/runner/actions/mysql_explain_action.go +++ b/agent/runner/actions/mysql_explain_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_explain_action_test.go b/agent/runner/actions/mysql_explain_action_test.go index 140fb8eb43..b8e58f5b9a 100644 --- a/agent/runner/actions/mysql_explain_action_test.go +++ b/agent/runner/actions/mysql_explain_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_query_select_action.go b/agent/runner/actions/mysql_query_select_action.go index b9bdfcc52b..39833e5b11 100644 --- a/agent/runner/actions/mysql_query_select_action.go +++ b/agent/runner/actions/mysql_query_select_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_query_select_action_test.go b/agent/runner/actions/mysql_query_select_action_test.go index 30d778d3d4..e5281478d8 100644 --- a/agent/runner/actions/mysql_query_select_action_test.go +++ b/agent/runner/actions/mysql_query_select_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_query_show_action.go b/agent/runner/actions/mysql_query_show_action.go index a00f61b1bd..4081e1898e 100644 --- a/agent/runner/actions/mysql_query_show_action.go +++ b/agent/runner/actions/mysql_query_show_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_query_show_action_test.go b/agent/runner/actions/mysql_query_show_action_test.go index f2baefee7d..dd1ce37653 100644 --- a/agent/runner/actions/mysql_query_show_action_test.go +++ b/agent/runner/actions/mysql_query_show_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_show_create_table_action.go b/agent/runner/actions/mysql_show_create_table_action.go index c7fd7225a1..7ca727f2c6 100644 --- a/agent/runner/actions/mysql_show_create_table_action.go +++ b/agent/runner/actions/mysql_show_create_table_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_show_create_table_action_test.go b/agent/runner/actions/mysql_show_create_table_action_test.go index f61e7abd3a..1c5bb7eaaa 100644 --- a/agent/runner/actions/mysql_show_create_table_action_test.go +++ b/agent/runner/actions/mysql_show_create_table_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_show_index_action.go b/agent/runner/actions/mysql_show_index_action.go index d226951bed..1a2bc070fe 100644 --- a/agent/runner/actions/mysql_show_index_action.go +++ b/agent/runner/actions/mysql_show_index_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_show_index_action_test.go b/agent/runner/actions/mysql_show_index_action_test.go index 9ddf0f7ed9..00fdbf83b9 100644 --- a/agent/runner/actions/mysql_show_index_action_test.go +++ b/agent/runner/actions/mysql_show_index_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_show_table_status_action.go b/agent/runner/actions/mysql_show_table_status_action.go index 2baa53e772..1d7c5331ae 100644 --- a/agent/runner/actions/mysql_show_table_status_action.go +++ b/agent/runner/actions/mysql_show_table_status_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/mysql_show_table_status_action_test.go b/agent/runner/actions/mysql_show_table_status_action_test.go index 9c82418364..843ed282bf 100644 --- a/agent/runner/actions/mysql_show_table_status_action_test.go +++ b/agent/runner/actions/mysql_show_table_status_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_query_select_action.go b/agent/runner/actions/postgresql_query_select_action.go index 6223aca7d3..4e21de6582 100644 --- a/agent/runner/actions/postgresql_query_select_action.go +++ b/agent/runner/actions/postgresql_query_select_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_query_select_action_test.go b/agent/runner/actions/postgresql_query_select_action_test.go index 74451f4efc..3f52823a17 100644 --- a/agent/runner/actions/postgresql_query_select_action_test.go +++ b/agent/runner/actions/postgresql_query_select_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_query_show_action.go b/agent/runner/actions/postgresql_query_show_action.go index 190c0928d7..c4ab4e2fdb 100644 --- a/agent/runner/actions/postgresql_query_show_action.go +++ b/agent/runner/actions/postgresql_query_show_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_query_show_action_test.go b/agent/runner/actions/postgresql_query_show_action_test.go index e95c8b52ed..afd1196b87 100644 --- a/agent/runner/actions/postgresql_query_show_action_test.go +++ b/agent/runner/actions/postgresql_query_show_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_show_create_table_action.go b/agent/runner/actions/postgresql_show_create_table_action.go index 3a33adce77..ad15129432 100644 --- a/agent/runner/actions/postgresql_show_create_table_action.go +++ b/agent/runner/actions/postgresql_show_create_table_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_show_create_table_action_test.go b/agent/runner/actions/postgresql_show_create_table_action_test.go index ba74a95304..176b70ba9e 100644 --- a/agent/runner/actions/postgresql_show_create_table_action_test.go +++ b/agent/runner/actions/postgresql_show_create_table_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_show_index_action.go b/agent/runner/actions/postgresql_show_index_action.go index 08c21ceb13..b91d823d96 100644 --- a/agent/runner/actions/postgresql_show_index_action.go +++ b/agent/runner/actions/postgresql_show_index_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/postgresql_show_index_action_test.go b/agent/runner/actions/postgresql_show_index_action_test.go index 32daae5bf3..38516865d1 100644 --- a/agent/runner/actions/postgresql_show_index_action_test.go +++ b/agent/runner/actions/postgresql_show_index_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/process_action.go b/agent/runner/actions/process_action.go index b8c04d6de2..2b0d16baa9 100644 --- a/agent/runner/actions/process_action.go +++ b/agent/runner/actions/process_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/process_action_test.go b/agent/runner/actions/process_action_test.go index a80786e7cf..52bcd13cb2 100644 --- a/agent/runner/actions/process_action_test.go +++ b/agent/runner/actions/process_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/pt_mysql_summary_action.go b/agent/runner/actions/pt_mysql_summary_action.go index a049d45b7f..bce06cc268 100644 --- a/agent/runner/actions/pt_mysql_summary_action.go +++ b/agent/runner/actions/pt_mysql_summary_action.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/pt_mysql_summary_action_test.go b/agent/runner/actions/pt_mysql_summary_action_test.go index 3a9deabc18..6226827dbe 100644 --- a/agent/runner/actions/pt_mysql_summary_action_test.go +++ b/agent/runner/actions/pt_mysql_summary_action_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/query_transform.go b/agent/runner/actions/query_transform.go index 64f00a6d26..8e0bd2aa33 100644 --- a/agent/runner/actions/query_transform.go +++ b/agent/runner/actions/query_transform.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/actions/query_transform_test.go b/agent/runner/actions/query_transform_test.go index 4520dbaeb3..db31e62545 100644 --- a/agent/runner/actions/query_transform_test.go +++ b/agent/runner/actions/query_transform_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/backup_location.go b/agent/runner/jobs/backup_location.go index b77bf1e418..d72b012102 100644 --- a/agent/runner/jobs/backup_location.go +++ b/agent/runner/jobs/backup_location.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/common.go b/agent/runner/jobs/common.go index 57a2c2521c..f110bd309d 100644 --- a/agent/runner/jobs/common.go +++ b/agent/runner/jobs/common.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/deps.go b/agent/runner/jobs/deps.go index b161813b47..8838103192 100644 --- a/agent/runner/jobs/deps.go +++ b/agent/runner/jobs/deps.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/errors.go b/agent/runner/jobs/errors.go index 0010e58982..ce90511e8b 100644 --- a/agent/runner/jobs/errors.go +++ b/agent/runner/jobs/errors.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/job.go b/agent/runner/jobs/job.go index 0543f4f786..6d4c2eabdf 100644 --- a/agent/runner/jobs/job.go +++ b/agent/runner/jobs/job.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/mongodb_backup_job.go b/agent/runner/jobs/mongodb_backup_job.go index 12f4d51620..7c321844b7 100644 --- a/agent/runner/jobs/mongodb_backup_job.go +++ b/agent/runner/jobs/mongodb_backup_job.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/mongodb_backup_job_test.go b/agent/runner/jobs/mongodb_backup_job_test.go index 70e4388275..669b3f6580 100644 --- a/agent/runner/jobs/mongodb_backup_job_test.go +++ b/agent/runner/jobs/mongodb_backup_job_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/mongodb_restore_job.go b/agent/runner/jobs/mongodb_restore_job.go index a95f8e856f..c11ae699d5 100644 --- a/agent/runner/jobs/mongodb_restore_job.go +++ b/agent/runner/jobs/mongodb_restore_job.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/mysql_backup_job.go b/agent/runner/jobs/mysql_backup_job.go index ac1dc27896..fd8b613aee 100644 --- a/agent/runner/jobs/mysql_backup_job.go +++ b/agent/runner/jobs/mysql_backup_job.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/mysql_restore_job.go b/agent/runner/jobs/mysql_restore_job.go index d5b528de22..0c8fb7abca 100644 --- a/agent/runner/jobs/mysql_restore_job.go +++ b/agent/runner/jobs/mysql_restore_job.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/pbm_helpers.go b/agent/runner/jobs/pbm_helpers.go index b8f5777c8b..09e9c4006b 100644 --- a/agent/runner/jobs/pbm_helpers.go +++ b/agent/runner/jobs/pbm_helpers.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/pbm_helpers_test.go b/agent/runner/jobs/pbm_helpers_test.go index 38e8022e72..3fe1bc8be8 100644 --- a/agent/runner/jobs/pbm_helpers_test.go +++ b/agent/runner/jobs/pbm_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/jobs/pbm_job_logger.go b/agent/runner/jobs/pbm_job_logger.go index 87b27c4120..e1a1511018 100644 --- a/agent/runner/jobs/pbm_job_logger.go +++ b/agent/runner/jobs/pbm_job_logger.go @@ -1,4 +1,4 @@ -// Copyright 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/runner.go b/agent/runner/runner.go index d3efa8a177..8b89afe18b 100644 --- a/agent/runner/runner.go +++ b/agent/runner/runner.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/runner/runner_test.go b/agent/runner/runner_test.go index f731c45be9..b5ed9ddb7a 100644 --- a/agent/runner/runner_test.go +++ b/agent/runner/runner_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/tailog/store.go b/agent/tailog/store.go index e558125f7a..02d56a71ea 100644 --- a/agent/tailog/store.go +++ b/agent/tailog/store.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/tlshelpers/mysql.go b/agent/tlshelpers/mysql.go index 590cc86b9a..b16352a268 100644 --- a/agent/tlshelpers/mysql.go +++ b/agent/tlshelpers/mysql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/backoff/backoff.go b/agent/utils/backoff/backoff.go index 562c1a93af..7b4717f1f5 100644 --- a/agent/utils/backoff/backoff.go +++ b/agent/utils/backoff/backoff.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/backoff/backoff_draw.go b/agent/utils/backoff/backoff_draw.go index 3901d35bd1..a08a2063b9 100644 --- a/agent/utils/backoff/backoff_draw.go +++ b/agent/utils/backoff/backoff_draw.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/backoff/backoff_test.go b/agent/utils/backoff/backoff_test.go index 7811ddf94e..fe10a7e0d4 100644 --- a/agent/utils/backoff/backoff_test.go +++ b/agent/utils/backoff/backoff_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/depstests/depstests.go b/agent/utils/depstests/depstests.go index 6667361914..7df756679a 100644 --- a/agent/utils/depstests/depstests.go +++ b/agent/utils/depstests/depstests.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/depstests/protobuf_test.go b/agent/utils/depstests/protobuf_test.go index c930e0e539..d030b75c4c 100644 --- a/agent/utils/depstests/protobuf_test.go +++ b/agent/utils/depstests/protobuf_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/errors/errors.go b/agent/utils/errors/errors.go index 1f3d832e84..55ca35f1f4 100644 --- a/agent/utils/errors/errors.go +++ b/agent/utils/errors/errors.go @@ -1,4 +1,4 @@ -// Copyright 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/mongo_fix/mongo_fix.go b/agent/utils/mongo_fix/mongo_fix.go index 8811fb450f..ea56431b47 100644 --- a/agent/utils/mongo_fix/mongo_fix.go +++ b/agent/utils/mongo_fix/mongo_fix.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/mongo_fix/mongo_fix_test.go b/agent/utils/mongo_fix/mongo_fix_test.go index c27dbfebd9..146a6135de 100644 --- a/agent/utils/mongo_fix/mongo_fix_test.go +++ b/agent/utils/mongo_fix/mongo_fix_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/templates/template.go b/agent/utils/templates/template.go index b585f06817..78f258e448 100644 --- a/agent/utils/templates/template.go +++ b/agent/utils/templates/template.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/templates/template_test.go b/agent/utils/templates/template_test.go index 394a8bb194..43aab0ab6c 100644 --- a/agent/utils/templates/template_test.go +++ b/agent/utils/templates/template_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/tests/db.go b/agent/utils/tests/db.go index 4d1d8c40db..a38bddc8ee 100644 --- a/agent/utils/tests/db.go +++ b/agent/utils/tests/db.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/tests/log.go b/agent/utils/tests/log.go index cedca49584..534a285dc7 100644 --- a/agent/utils/tests/log.go +++ b/agent/utils/tests/log.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/tests/mongodb.go b/agent/utils/tests/mongodb.go index 7e435a0d34..6c6364a681 100644 --- a/agent/utils/tests/mongodb.go +++ b/agent/utils/tests/mongodb.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/tests/mysql.go b/agent/utils/tests/mysql.go index ee4047f90d..c0cd5e6e0a 100644 --- a/agent/utils/tests/mysql.go +++ b/agent/utils/tests/mysql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/tests/postgresql.go b/agent/utils/tests/postgresql.go index 9e7b73e5c2..e88adb9b68 100644 --- a/agent/utils/tests/postgresql.go +++ b/agent/utils/tests/postgresql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/tests/qan.go b/agent/utils/tests/qan.go index f57dcaa8ff..319950d56f 100644 --- a/agent/utils/tests/qan.go +++ b/agent/utils/tests/qan.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/truncate/query.go b/agent/utils/truncate/query.go index 8e46b29f05..3e71f6fecf 100644 --- a/agent/utils/truncate/query.go +++ b/agent/utils/truncate/query.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/truncate/query_test.go b/agent/utils/truncate/query_test.go index 27b0b57a61..7be09ebbf0 100644 --- a/agent/utils/truncate/query_test.go +++ b/agent/utils/truncate/query_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/version/mysql.go b/agent/utils/version/mysql.go index cc6ae6b33f..358cc5e875 100644 --- a/agent/utils/version/mysql.go +++ b/agent/utils/version/mysql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/version/mysql_test.go b/agent/utils/version/mysql_test.go index 043f6e699a..fac6fc456c 100644 --- a/agent/utils/version/mysql_test.go +++ b/agent/utils/version/mysql_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/version/postgresql.go b/agent/utils/version/postgresql.go index 71f5d44eca..f88f906a13 100644 --- a/agent/utils/version/postgresql.go +++ b/agent/utils/version/postgresql.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/utils/version/postgresql_test.go b/agent/utils/version/postgresql_test.go index 9d5001f25c..1f7df6ca85 100644 --- a/agent/utils/version/postgresql_test.go +++ b/agent/utils/version/postgresql_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/versioner/versioner.go b/agent/versioner/versioner.go index 8cb4a12191..6da2eaa099 100644 --- a/agent/versioner/versioner.go +++ b/agent/versioner/versioner.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/agent/versioner/versioner_test.go b/agent/versioner/versioner_test.go index e23ccccd57..b650bdb774 100644 --- a/agent/versioner/versioner_test.go +++ b/agent/versioner/versioner_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/api-tests/helpers.go b/api-tests/helpers.go index d5559ea0cd..5ef69250b9 100644 --- a/api-tests/helpers.go +++ b/api-tests/helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/init.go b/api-tests/init.go index d581c00fcb..91490bc281 100644 --- a/api-tests/init.go +++ b/api-tests/init.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_azure_database_exporter_test.go b/api-tests/inventory/agents_azure_database_exporter_test.go index 8762c1866a..5228a6169e 100644 --- a/api-tests/inventory/agents_azure_database_exporter_test.go +++ b/api-tests/inventory/agents_azure_database_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_external_exporter_test.go b/api-tests/inventory/agents_external_exporter_test.go index a39632cc46..d1562a148e 100644 --- a/api-tests/inventory/agents_external_exporter_test.go +++ b/api-tests/inventory/agents_external_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_mongodb_exporter_test.go b/api-tests/inventory/agents_mongodb_exporter_test.go index 3485be366a..92e937b248 100644 --- a/api-tests/inventory/agents_mongodb_exporter_test.go +++ b/api-tests/inventory/agents_mongodb_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_mysqld_exporter_test.go b/api-tests/inventory/agents_mysqld_exporter_test.go index 963cbb7781..014c78d2a6 100644 --- a/api-tests/inventory/agents_mysqld_exporter_test.go +++ b/api-tests/inventory/agents_mysqld_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_node_exporter_test.go b/api-tests/inventory/agents_node_exporter_test.go index f1e66e7086..2cfdd8f20a 100644 --- a/api-tests/inventory/agents_node_exporter_test.go +++ b/api-tests/inventory/agents_node_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_postgres_exporter_test.go b/api-tests/inventory/agents_postgres_exporter_test.go index d81f5c80e4..218412fbd4 100644 --- a/api-tests/inventory/agents_postgres_exporter_test.go +++ b/api-tests/inventory/agents_postgres_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_proxysql_exporter_test.go b/api-tests/inventory/agents_proxysql_exporter_test.go index 472360232e..0e1bd10654 100644 --- a/api-tests/inventory/agents_proxysql_exporter_test.go +++ b/api-tests/inventory/agents_proxysql_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_rds_exporter_test.go b/api-tests/inventory/agents_rds_exporter_test.go index 9fd25072a6..7b59c38938 100644 --- a/api-tests/inventory/agents_rds_exporter_test.go +++ b/api-tests/inventory/agents_rds_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/agents_test.go b/api-tests/inventory/agents_test.go index f760ab10ce..5c785b77e5 100644 --- a/api-tests/inventory/agents_test.go +++ b/api-tests/inventory/agents_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/helpers.go b/api-tests/inventory/helpers.go index 0cc8d4555d..dbce94c22e 100644 --- a/api-tests/inventory/helpers.go +++ b/api-tests/inventory/helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/nodes_test.go b/api-tests/inventory/nodes_test.go index 0907f2a8ea..fe7e3142ec 100644 --- a/api-tests/inventory/nodes_test.go +++ b/api-tests/inventory/nodes_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/inventory/services_test.go b/api-tests/inventory/services_test.go index 33e032428e..d019fb0f46 100644 --- a/api-tests/inventory/services_test.go +++ b/api-tests/inventory/services_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/action/explain_test.go b/api-tests/management/action/explain_test.go index 6dfe108329..23772f2ba0 100644 --- a/api-tests/management/action/explain_test.go +++ b/api-tests/management/action/explain_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/action/ptsummary_test.go b/api-tests/management/action/ptsummary_test.go index 92b82a252d..205a3f9ad6 100644 --- a/api-tests/management/action/ptsummary_test.go +++ b/api-tests/management/action/ptsummary_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/alerting/alerting_test.go b/api-tests/management/alerting/alerting_test.go index f68107683f..1a6ffedbb7 100644 --- a/api-tests/management/alerting/alerting_test.go +++ b/api-tests/management/alerting/alerting_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/annotation_test.go b/api-tests/management/annotation_test.go index 062673b43c..e35272cb74 100644 --- a/api-tests/management/annotation_test.go +++ b/api-tests/management/annotation_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/backup/backups_test.go b/api-tests/management/backup/backups_test.go index 2faff86eaf..609989133d 100644 --- a/api-tests/management/backup/backups_test.go +++ b/api-tests/management/backup/backups_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/backup/locations_test.go b/api-tests/management/backup/locations_test.go index 9f82a6a48c..c80087b722 100644 --- a/api-tests/management/backup/locations_test.go +++ b/api-tests/management/backup/locations_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/dbaas/helpers.go b/api-tests/management/dbaas/helpers.go index 78591afb93..9d5fd87694 100644 --- a/api-tests/management/dbaas/helpers.go +++ b/api-tests/management/dbaas/helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/dbaas/kubernetes_server_test.go b/api-tests/management/dbaas/kubernetes_server_test.go index 17c90f2908..a6c663ab44 100644 --- a/api-tests/management/dbaas/kubernetes_server_test.go +++ b/api-tests/management/dbaas/kubernetes_server_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/dbaas/psmdb_cluster_test.go b/api-tests/management/dbaas/psmdb_cluster_test.go index 6a685ce5e5..4044fdfd36 100644 --- a/api-tests/management/dbaas/psmdb_cluster_test.go +++ b/api-tests/management/dbaas/psmdb_cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/dbaas/pxc_cluster_test.go b/api-tests/management/dbaas/pxc_cluster_test.go index c9c8ab07d3..c12f3f665c 100644 --- a/api-tests/management/dbaas/pxc_cluster_test.go +++ b/api-tests/management/dbaas/pxc_cluster_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/external_test.go b/api-tests/management/external_test.go index f87fa9ec58..c044ee654b 100644 --- a/api-tests/management/external_test.go +++ b/api-tests/management/external_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/haproxy_test.go b/api-tests/management/haproxy_test.go index e805be8de8..ceaa2bc147 100644 --- a/api-tests/management/haproxy_test.go +++ b/api-tests/management/haproxy_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/helpers.go b/api-tests/management/helpers.go index c3c83ef115..9a69dd3eff 100644 --- a/api-tests/management/helpers.go +++ b/api-tests/management/helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/ia/alerts_test.go b/api-tests/management/ia/alerts_test.go index ecdbfc5c85..2b8ec88450 100644 --- a/api-tests/management/ia/alerts_test.go +++ b/api-tests/management/ia/alerts_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/ia/channels_test.go b/api-tests/management/ia/channels_test.go index fa29d7bbde..88bf0276ca 100644 --- a/api-tests/management/ia/channels_test.go +++ b/api-tests/management/ia/channels_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/ia/rules_test.go b/api-tests/management/ia/rules_test.go index 7015c1228e..fe887e4ef9 100644 --- a/api-tests/management/ia/rules_test.go +++ b/api-tests/management/ia/rules_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/mongodb_test.go b/api-tests/management/mongodb_test.go index 98d137f939..75c6623fb9 100644 --- a/api-tests/management/mongodb_test.go +++ b/api-tests/management/mongodb_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/mysql_test.go b/api-tests/management/mysql_test.go index 0b93e7f90d..5f7490183c 100644 --- a/api-tests/management/mysql_test.go +++ b/api-tests/management/mysql_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/nodes_test.go b/api-tests/management/nodes_test.go index 633f800d32..7c417fea83 100644 --- a/api-tests/management/nodes_test.go +++ b/api-tests/management/nodes_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/postgresql_test.go b/api-tests/management/postgresql_test.go index 23bd00629c..9e575730f2 100644 --- a/api-tests/management/postgresql_test.go +++ b/api-tests/management/postgresql_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/proxysql_test.go b/api-tests/management/proxysql_test.go index d3b823e54e..907987abe9 100644 --- a/api-tests/management/proxysql_test.go +++ b/api-tests/management/proxysql_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/management/rds_test.go b/api-tests/management/rds_test.go index 235726cb15..1adf167602 100644 --- a/api-tests/management/rds_test.go +++ b/api-tests/management/rds_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/advisor_metrics_test.go b/api-tests/server/advisor_metrics_test.go index 7d590da340..bbbb37a843 100644 --- a/api-tests/server/advisor_metrics_test.go +++ b/api-tests/server/advisor_metrics_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/advisors_test.go b/api-tests/server/advisors_test.go index 44ad3676bf..d8ca14e3a9 100644 --- a/api-tests/server/advisors_test.go +++ b/api-tests/server/advisors_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/alertmanager_test.go b/api-tests/server/alertmanager_test.go index 3b31f745a6..1a2ecadab2 100644 --- a/api-tests/server/alertmanager_test.go +++ b/api-tests/server/alertmanager_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/auth_test.go b/api-tests/server/auth_test.go index f58a205190..99158daac5 100644 --- a/api-tests/server/auth_test.go +++ b/api-tests/server/auth_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/helpers.go b/api-tests/server/helpers.go index 8c2ed1dbca..60f96e5c50 100644 --- a/api-tests/server/helpers.go +++ b/api-tests/server/helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/logs_test.go b/api-tests/server/logs_test.go index d0ae29faa7..5c4585836c 100644 --- a/api-tests/server/logs_test.go +++ b/api-tests/server/logs_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/panics_test.go b/api-tests/server/panics_test.go index 216a0645e7..b2c565366b 100644 --- a/api-tests/server/panics_test.go +++ b/api-tests/server/panics_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/platform_test.go b/api-tests/server/platform_test.go index 2852f8947b..4f8670156b 100644 --- a/api-tests/server/platform_test.go +++ b/api-tests/server/platform_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/readyz_test.go b/api-tests/server/readyz_test.go index 093ea8c57e..25a05f13ad 100644 --- a/api-tests/server/readyz_test.go +++ b/api-tests/server/readyz_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/settings_test.go b/api-tests/server/settings_test.go index eca6865a29..73497ef213 100644 --- a/api-tests/server/settings_test.go +++ b/api-tests/server/settings_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/updates_test.go b/api-tests/server/updates_test.go index 560408eb24..f4b8c68336 100644 --- a/api-tests/server/updates_test.go +++ b/api-tests/server/updates_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/server/version_test.go b/api-tests/server/version_test.go index 0332c31c30..3ac20024b2 100644 --- a/api-tests/server/version_test.go +++ b/api-tests/server/version_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api-tests/tools/tools.go b/api-tests/tools/tools.go index 4da6391791..91e91b75dc 100644 --- a/api-tests/tools/tools.go +++ b/api-tests/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/agentpb/agent.go b/api/agentpb/agent.go index 4b90297431..74cc4969e1 100644 --- a/api/agentpb/agent.go +++ b/api/agentpb/agent.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/agentpb/metadata.go b/api/agentpb/metadata.go index 895a5d289f..0b456db85a 100644 --- a/api/agentpb/metadata.go +++ b/api/agentpb/metadata.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/agentpb/query.go b/api/agentpb/query.go index 44d27edae6..069f020745 100644 --- a/api/agentpb/query.go +++ b/api/agentpb/query.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/agentpb/query_test.go b/api/agentpb/query_test.go index a7c3f573e2..faaec610b9 100644 --- a/api/agentpb/query_test.go +++ b/api/agentpb/query_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/agents.go b/api/inventorypb/agents.go index 8b919fe4eb..578b3f389c 100644 --- a/api/inventorypb/agents.go +++ b/api/inventorypb/agents.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/agents_test.go b/api/inventorypb/agents_test.go index 2926fb74ca..f8f6e46248 100644 --- a/api/inventorypb/agents_test.go +++ b/api/inventorypb/agents_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/nodes.go b/api/inventorypb/nodes.go index 5612d35323..f51e9b9ecc 100644 --- a/api/inventorypb/nodes.go +++ b/api/inventorypb/nodes.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/nodes_test.go b/api/inventorypb/nodes_test.go index f5e7399323..722cae686d 100644 --- a/api/inventorypb/nodes_test.go +++ b/api/inventorypb/nodes_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/services.go b/api/inventorypb/services.go index f4aa147f43..fba1cb6495 100644 --- a/api/inventorypb/services.go +++ b/api/inventorypb/services.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/services_test.go b/api/inventorypb/services_test.go index dd2697d948..0dea92474a 100644 --- a/api/inventorypb/services_test.go +++ b/api/inventorypb/services_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/types/agent_types.go b/api/inventorypb/types/agent_types.go index 56817deb9a..8be8950c55 100644 --- a/api/inventorypb/types/agent_types.go +++ b/api/inventorypb/types/agent_types.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/types/node_types.go b/api/inventorypb/types/node_types.go index e861436d5e..8737e0d479 100644 --- a/api/inventorypb/types/node_types.go +++ b/api/inventorypb/types/node_types.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/inventorypb/types/service_types.go b/api/inventorypb/types/service_types.go index a1b24ba061..77301e2400 100644 --- a/api/inventorypb/types/service_types.go +++ b/api/inventorypb/types/service_types.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/api/main_test.go b/api/main_test.go index a797c4c6ae..518d42d8bb 100644 --- a/api/main_test.go +++ b/api/main_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/ia_migration.py b/ia_migration.py index 444796ea93..2ccfec126a 100755 --- a/ia_migration.py +++ b/ia_migration.py @@ -2,7 +2,7 @@ import argparse import requests -# Copyright (C) 2022 Percona LLC +# Copyright (C) 2017 Percona LLC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/managed/cmd/pmm-managed-init/main.go b/managed/cmd/pmm-managed-init/main.go index 92b0039620..1d52155db1 100644 --- a/managed/cmd/pmm-managed-init/main.go +++ b/managed/cmd/pmm-managed-init/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/cmd/pmm-managed-starlark/main.go b/managed/cmd/pmm-managed-starlark/main.go index 8247879f6d..f976d67a7f 100644 --- a/managed/cmd/pmm-managed-starlark/main.go +++ b/managed/cmd/pmm-managed-starlark/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/cmd/pmm-managed-starlark/main_test.go b/managed/cmd/pmm-managed-starlark/main_test.go index e7a03037e1..ecb2dde83a 100644 --- a/managed/cmd/pmm-managed-starlark/main_test.go +++ b/managed/cmd/pmm-managed-starlark/main_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/cmd/pmm-managed/main.go b/managed/cmd/pmm-managed/main.go index c3d7bf5e86..ab347034f8 100644 --- a/managed/cmd/pmm-managed/main.go +++ b/managed/cmd/pmm-managed/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/cmd/pmm-managed/main_test.go b/managed/cmd/pmm-managed/main_test.go index 2b97955616..4ce740f9ef 100644 --- a/managed/cmd/pmm-managed/main_test.go +++ b/managed/cmd/pmm-managed/main_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/cmd/pmm-managed/maincover_test.go b/managed/cmd/pmm-managed/maincover_test.go index a1e85dbf87..4f5accd141 100644 --- a/managed/cmd/pmm-managed/maincover_test.go +++ b/managed/cmd/pmm-managed/maincover_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/data/gen.go b/managed/data/gen.go index 4e01fb7a53..13a2804e8d 100644 --- a/managed/data/gen.go +++ b/managed/data/gen.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/action_helpers.go b/managed/models/action_helpers.go index a61f08bdca..761fa84826 100644 --- a/managed/models/action_helpers.go +++ b/managed/models/action_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/action_helpers_test.go b/managed/models/action_helpers_test.go index 20270553d8..30009aeb95 100644 --- a/managed/models/action_helpers_test.go +++ b/managed/models/action_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/action_models.go b/managed/models/action_models.go index eee93990d2..451932d8ce 100644 --- a/managed/models/action_models.go +++ b/managed/models/action_models.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/agent_helpers.go b/managed/models/agent_helpers.go index 21df05d004..4d6e65c22e 100644 --- a/managed/models/agent_helpers.go +++ b/managed/models/agent_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/agent_helpers_test.go b/managed/models/agent_helpers_test.go index 44c679d846..dd48be34e7 100644 --- a/managed/models/agent_helpers_test.go +++ b/managed/models/agent_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/agent_model.go b/managed/models/agent_model.go index 1ae1cb2d22..c7cfc2f5c8 100644 --- a/managed/models/agent_model.go +++ b/managed/models/agent_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/agent_model_test.go b/managed/models/agent_model_test.go index 0fa15a86af..fd4eacd881 100644 --- a/managed/models/agent_model_test.go +++ b/managed/models/agent_model_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/artifact_helpers.go b/managed/models/artifact_helpers.go index e518845e61..ed8a95a0cd 100644 --- a/managed/models/artifact_helpers.go +++ b/managed/models/artifact_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/artifact_helpers_test.go b/managed/models/artifact_helpers_test.go index a7ba3b423f..8d2cc84783 100644 --- a/managed/models/artifact_helpers_test.go +++ b/managed/models/artifact_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/artifact_model.go b/managed/models/artifact_model.go index 6c879d4d24..2ec01b4c6b 100644 --- a/managed/models/artifact_model.go +++ b/managed/models/artifact_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/channel.go b/managed/models/channel.go index 2d13e040a6..653085ac3b 100644 --- a/managed/models/channel.go +++ b/managed/models/channel.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/channel_helpers.go b/managed/models/channel_helpers.go index c39f9a24e4..5d016e2906 100644 --- a/managed/models/channel_helpers.go +++ b/managed/models/channel_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/channel_helpers_test.go b/managed/models/channel_helpers_test.go index e6531021e7..9770efc18f 100644 --- a/managed/models/channel_helpers_test.go +++ b/managed/models/channel_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/check_settings_helper.go b/managed/models/check_settings_helper.go index ad9d09ac97..d22855ffcf 100644 --- a/managed/models/check_settings_helper.go +++ b/managed/models/check_settings_helper.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/check_settings_helper_test.go b/managed/models/check_settings_helper_test.go index 427de8750a..b64de25bd1 100644 --- a/managed/models/check_settings_helper_test.go +++ b/managed/models/check_settings_helper_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/check_settings_model.go b/managed/models/check_settings_model.go index 76c6fa62ba..133b6d64a9 100644 --- a/managed/models/check_settings_model.go +++ b/managed/models/check_settings_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/common_helpers.go b/managed/models/common_helpers.go index 5e81f7563e..ee79c6a590 100644 --- a/managed/models/common_helpers.go +++ b/managed/models/common_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/database.go b/managed/models/database.go index f1291d50b0..189037f922 100644 --- a/managed/models/database.go +++ b/managed/models/database.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/database_test.go b/managed/models/database_test.go index f58cd39e1d..0f86574b19 100644 --- a/managed/models/database_test.go +++ b/managed/models/database_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/delimiter.go b/managed/models/delimiter.go index 9e96c707ff..23d9e0025b 100644 --- a/managed/models/delimiter.go +++ b/managed/models/delimiter.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/dsn_helpers.go b/managed/models/dsn_helpers.go index 34d4c722b2..a702e6efac 100644 --- a/managed/models/dsn_helpers.go +++ b/managed/models/dsn_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/dsn_helpers_test.go b/managed/models/dsn_helpers_test.go index 712d3bc24c..668f8863ce 100644 --- a/managed/models/dsn_helpers_test.go +++ b/managed/models/dsn_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/errors.go b/managed/models/errors.go index a0c1551e08..f97b89692c 100644 --- a/managed/models/errors.go +++ b/managed/models/errors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/job_helpers.go b/managed/models/job_helpers.go index 1762c7b34f..08327e2cd9 100644 --- a/managed/models/job_helpers.go +++ b/managed/models/job_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/job_helpers_test.go b/managed/models/job_helpers_test.go index 9c2cf9793d..c554b04e7a 100644 --- a/managed/models/job_helpers_test.go +++ b/managed/models/job_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/job_models.go b/managed/models/job_models.go index 43cd975d84..e34d404a93 100644 --- a/managed/models/job_models.go +++ b/managed/models/job_models.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/kubernetes_helpers.go b/managed/models/kubernetes_helpers.go index fad875311d..8128803ddd 100644 --- a/managed/models/kubernetes_helpers.go +++ b/managed/models/kubernetes_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/kubernetes_helpers_test.go b/managed/models/kubernetes_helpers_test.go index 1b8eb72600..6b602ba728 100644 --- a/managed/models/kubernetes_helpers_test.go +++ b/managed/models/kubernetes_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/kubernetes_models.go b/managed/models/kubernetes_models.go index 55e875265e..aef490cd3e 100644 --- a/managed/models/kubernetes_models.go +++ b/managed/models/kubernetes_models.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/location_helpers.go b/managed/models/location_helpers.go index de7da55a21..8172d25a0a 100644 --- a/managed/models/location_helpers.go +++ b/managed/models/location_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/location_helpers_test.go b/managed/models/location_helpers_test.go index 032240a1d1..4ad3df1796 100644 --- a/managed/models/location_helpers_test.go +++ b/managed/models/location_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/location_model.go b/managed/models/location_model.go index 9cb2246acb..5272b5c624 100644 --- a/managed/models/location_model.go +++ b/managed/models/location_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/models.go b/managed/models/models.go index b65d461cd4..2ee68f37f4 100644 --- a/managed/models/models.go +++ b/managed/models/models.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/models_json_test.go b/managed/models/models_json_test.go index 8baec878a5..1e590c9d18 100644 --- a/managed/models/models_json_test.go +++ b/managed/models/models_json_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/models_test.go b/managed/models/models_test.go index 3a39b091d9..3490c90af7 100644 --- a/managed/models/models_test.go +++ b/managed/models/models_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/node_helpers.go b/managed/models/node_helpers.go index 638273634a..34c743bab5 100644 --- a/managed/models/node_helpers.go +++ b/managed/models/node_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/node_helpers_test.go b/managed/models/node_helpers_test.go index e0873a93cf..6e3ac6b770 100644 --- a/managed/models/node_helpers_test.go +++ b/managed/models/node_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/node_model.go b/managed/models/node_model.go index 07587fb50e..3406071eb5 100644 --- a/managed/models/node_model.go +++ b/managed/models/node_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/node_model_test.go b/managed/models/node_model_test.go index 6bda8f5b0e..cee4269105 100644 --- a/managed/models/node_model_test.go +++ b/managed/models/node_model_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/percona_sso_model.go b/managed/models/percona_sso_model.go index 15629ff959..afa5009e84 100644 --- a/managed/models/percona_sso_model.go +++ b/managed/models/percona_sso_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/percona_sso_model_helpers.go b/managed/models/percona_sso_model_helpers.go index e91935b49b..55cda53440 100644 --- a/managed/models/percona_sso_model_helpers.go +++ b/managed/models/percona_sso_model_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/percona_sso_model_helpers_test.go b/managed/models/percona_sso_model_helpers_test.go index d4386350af..23f59c2d7d 100644 --- a/managed/models/percona_sso_model_helpers_test.go +++ b/managed/models/percona_sso_model_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/postgres.go b/managed/models/postgres.go index 641abefea0..72b6dfc906 100644 --- a/managed/models/postgres.go +++ b/managed/models/postgres.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/postgresql_version.go b/managed/models/postgresql_version.go index 2a5cba30e9..47136278b0 100644 --- a/managed/models/postgresql_version.go +++ b/managed/models/postgresql_version.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/postgresql_version_test.go b/managed/models/postgresql_version_test.go index 5a676118ca..98828bba84 100644 --- a/managed/models/postgresql_version_test.go +++ b/managed/models/postgresql_version_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/restore_history_helpers.go b/managed/models/restore_history_helpers.go index 8680f97341..65bef9c0d2 100644 --- a/managed/models/restore_history_helpers.go +++ b/managed/models/restore_history_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/restore_history_helpers_test.go b/managed/models/restore_history_helpers_test.go index db837c1644..1621fe51d8 100644 --- a/managed/models/restore_history_helpers_test.go +++ b/managed/models/restore_history_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/restore_history_model.go b/managed/models/restore_history_model.go index fba2d166a4..ccfdb1a4eb 100644 --- a/managed/models/restore_history_model.go +++ b/managed/models/restore_history_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/role_helpers.go b/managed/models/role_helpers.go index 9abcd2ab21..da1c25057b 100644 --- a/managed/models/role_helpers.go +++ b/managed/models/role_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/role_helpers_test.go b/managed/models/role_helpers_test.go index 17394c4ff6..9121665095 100644 --- a/managed/models/role_helpers_test.go +++ b/managed/models/role_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/role_model.go b/managed/models/role_model.go index 964098b9c4..16d653e9f3 100644 --- a/managed/models/role_model.go +++ b/managed/models/role_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/rule_helpers.go b/managed/models/rule_helpers.go index 38620c1c8e..07580d162f 100644 --- a/managed/models/rule_helpers.go +++ b/managed/models/rule_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/rule_helpers_test.go b/managed/models/rule_helpers_test.go index f6c02c2c14..277f7576b8 100644 --- a/managed/models/rule_helpers_test.go +++ b/managed/models/rule_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/rule_model.go b/managed/models/rule_model.go index 5866910bec..fab7db7597 100644 --- a/managed/models/rule_model.go +++ b/managed/models/rule_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/scheduled_task_models.go b/managed/models/scheduled_task_models.go index 4e928f9f84..b4419531f1 100644 --- a/managed/models/scheduled_task_models.go +++ b/managed/models/scheduled_task_models.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/scheduled_tasks_helpers.go b/managed/models/scheduled_tasks_helpers.go index d639387542..be58f5eaf5 100644 --- a/managed/models/scheduled_tasks_helpers.go +++ b/managed/models/scheduled_tasks_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/scheduled_tasks_helpers_test.go b/managed/models/scheduled_tasks_helpers_test.go index 50a1f2b555..c890838f9e 100644 --- a/managed/models/scheduled_tasks_helpers_test.go +++ b/managed/models/scheduled_tasks_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/service_helpers.go b/managed/models/service_helpers.go index 6c9f8b3e4f..257fae1f61 100644 --- a/managed/models/service_helpers.go +++ b/managed/models/service_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/service_helpers_test.go b/managed/models/service_helpers_test.go index 95e38b02fa..47d4dc317c 100644 --- a/managed/models/service_helpers_test.go +++ b/managed/models/service_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/service_model.go b/managed/models/service_model.go index c022296c1f..04c7484156 100644 --- a/managed/models/service_model.go +++ b/managed/models/service_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/service_model_test.go b/managed/models/service_model_test.go index 7493c5fe13..a26dcce51a 100644 --- a/managed/models/service_model_test.go +++ b/managed/models/service_model_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/settings.go b/managed/models/settings.go index 590920bde1..981f2fee9c 100644 --- a/managed/models/settings.go +++ b/managed/models/settings.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/settings_helpers.go b/managed/models/settings_helpers.go index 8e73d73601..b439121cf8 100644 --- a/managed/models/settings_helpers.go +++ b/managed/models/settings_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/settings_helpers_test.go b/managed/models/settings_helpers_test.go index 941e1745d7..81dd18299d 100644 --- a/managed/models/settings_helpers_test.go +++ b/managed/models/settings_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/software_version.go b/managed/models/software_version.go index ac9410ff97..0fc5d38b37 100644 --- a/managed/models/software_version.go +++ b/managed/models/software_version.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/software_version_helpers.go b/managed/models/software_version_helpers.go index 9d49e33b4c..853ae749df 100644 --- a/managed/models/software_version_helpers.go +++ b/managed/models/software_version_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/software_version_helpers_test.go b/managed/models/software_version_helpers_test.go index a0ea43e75f..24b7c32a17 100644 --- a/managed/models/software_version_helpers_test.go +++ b/managed/models/software_version_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/template_helpers.go b/managed/models/template_helpers.go index 2aae1437b6..7c0ca1ee57 100644 --- a/managed/models/template_helpers.go +++ b/managed/models/template_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/template_helpers_test.go b/managed/models/template_helpers_test.go index b364ae06ba..ab0782c364 100644 --- a/managed/models/template_helpers_test.go +++ b/managed/models/template_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/template_model.go b/managed/models/template_model.go index 622028827a..500774b965 100644 --- a/managed/models/template_model.go +++ b/managed/models/template_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/user_flags_helpers.go b/managed/models/user_flags_helpers.go index 7d7b9fc969..20f7faea2b 100644 --- a/managed/models/user_flags_helpers.go +++ b/managed/models/user_flags_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/user_flags_model.go b/managed/models/user_flags_model.go index 8876c9b994..5f7e8cff1e 100644 --- a/managed/models/user_flags_model.go +++ b/managed/models/user_flags_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/user_roles_helpers.go b/managed/models/user_roles_helpers.go index 8bdbc6aa63..47c861f477 100644 --- a/managed/models/user_roles_helpers.go +++ b/managed/models/user_roles_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/user_roles_model.go b/managed/models/user_roles_model.go index 7ba870216d..ca8fa2c4d3 100644 --- a/managed/models/user_roles_model.go +++ b/managed/models/user_roles_model.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/victoriametrics_params.go b/managed/models/victoriametrics_params.go index f033b5a4f4..14a86a5d41 100644 --- a/managed/models/victoriametrics_params.go +++ b/managed/models/victoriametrics_params.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/models/victoriametrics_params_test.go b/managed/models/victoriametrics_params_test.go index b0f55796f6..9f673c7518 100644 --- a/managed/models/victoriametrics_params_test.go +++ b/managed/models/victoriametrics_params_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/actions.go b/managed/services/agents/actions.go index c2834b8c3a..52a1097d8a 100644 --- a/managed/services/agents/actions.go +++ b/managed/services/agents/actions.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/agents.go b/managed/services/agents/agents.go index 0d7ffa4853..5a6c9bb036 100644 --- a/managed/services/agents/agents.go +++ b/managed/services/agents/agents.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/agents_test.go b/managed/services/agents/agents_test.go index 1497a0ac5d..ce0e846241 100644 --- a/managed/services/agents/agents_test.go +++ b/managed/services/agents/agents_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/agentversion.go b/managed/services/agents/agentversion.go index 427b501f22..9486511d3c 100644 --- a/managed/services/agents/agentversion.go +++ b/managed/services/agents/agentversion.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/agentversion_test.go b/managed/services/agents/agentversion_test.go index f6b22abb49..ebbad646fc 100644 --- a/managed/services/agents/agentversion_test.go +++ b/managed/services/agents/agentversion_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/azure_database.go b/managed/services/agents/azure_database.go index 2ccff9d96c..c53417306a 100644 --- a/managed/services/agents/azure_database.go +++ b/managed/services/agents/azure_database.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/azure_database_test.go b/managed/services/agents/azure_database_test.go index 0cdd20b727..17d1302fbc 100644 --- a/managed/services/agents/azure_database_test.go +++ b/managed/services/agents/azure_database_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/channel/channel.go b/managed/services/agents/channel/channel.go index dfbb859174..1229ab6fab 100644 --- a/managed/services/agents/channel/channel.go +++ b/managed/services/agents/channel/channel.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/channel/channel_test.go b/managed/services/agents/channel/channel_test.go index 5f877fc60b..0944d85936 100644 --- a/managed/services/agents/channel/channel_test.go +++ b/managed/services/agents/channel/channel_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/configure_test.go b/managed/services/agents/configure_test.go index 2f56d2e1bb..be8d98b9a1 100644 --- a/managed/services/agents/configure_test.go +++ b/managed/services/agents/configure_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/connection_checker.go b/managed/services/agents/connection_checker.go index b784fd4d85..256481be3b 100644 --- a/managed/services/agents/connection_checker.go +++ b/managed/services/agents/connection_checker.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/deps.go b/managed/services/agents/deps.go index 396517c7d1..9774ce6e73 100644 --- a/managed/services/agents/deps.go +++ b/managed/services/agents/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/grpc/agent_server.go b/managed/services/agents/grpc/agent_server.go index 42ef5b0d09..da6e23502d 100644 --- a/managed/services/agents/grpc/agent_server.go +++ b/managed/services/agents/grpc/agent_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/handler.go b/managed/services/agents/handler.go index 9163dd0dbd..011ce90a84 100644 --- a/managed/services/agents/handler.go +++ b/managed/services/agents/handler.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/jobs.go b/managed/services/agents/jobs.go index a78fffd381..56a6430e14 100644 --- a/managed/services/agents/jobs.go +++ b/managed/services/agents/jobs.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/jobs_test.go b/managed/services/agents/jobs_test.go index e6788e581d..cfb93abbc6 100644 --- a/managed/services/agents/jobs_test.go +++ b/managed/services/agents/jobs_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/log_level.go b/managed/services/agents/log_level.go index 57f236c1f0..a7cc24c273 100644 --- a/managed/services/agents/log_level.go +++ b/managed/services/agents/log_level.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/mongodb.go b/managed/services/agents/mongodb.go index f0d14243fe..e51f4ba393 100644 --- a/managed/services/agents/mongodb.go +++ b/managed/services/agents/mongodb.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/mongodb_test.go b/managed/services/agents/mongodb_test.go index 9630519b50..9e01fe3eff 100644 --- a/managed/services/agents/mongodb_test.go +++ b/managed/services/agents/mongodb_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/mysql.go b/managed/services/agents/mysql.go index 56a67d7077..a2ecf8bfd3 100644 --- a/managed/services/agents/mysql.go +++ b/managed/services/agents/mysql.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/mysql_test.go b/managed/services/agents/mysql_test.go index 9b80f23483..0dd26767cc 100644 --- a/managed/services/agents/mysql_test.go +++ b/managed/services/agents/mysql_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/node.go b/managed/services/agents/node.go index ddd51efe2d..0189db757b 100644 --- a/managed/services/agents/node.go +++ b/managed/services/agents/node.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/node_test.go b/managed/services/agents/node_test.go index b050f8295f..e458847eca 100644 --- a/managed/services/agents/node_test.go +++ b/managed/services/agents/node_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/postgresql.go b/managed/services/agents/postgresql.go index e3503ed638..d777e56b47 100644 --- a/managed/services/agents/postgresql.go +++ b/managed/services/agents/postgresql.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/postgresql_test.go b/managed/services/agents/postgresql_test.go index 0e0131f3d9..312fa86757 100644 --- a/managed/services/agents/postgresql_test.go +++ b/managed/services/agents/postgresql_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/proxysql.go b/managed/services/agents/proxysql.go index cccec78944..94eb9694f7 100644 --- a/managed/services/agents/proxysql.go +++ b/managed/services/agents/proxysql.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/proxysql_test.go b/managed/services/agents/proxysql_test.go index ce4ee0ae0b..afcac95b5e 100644 --- a/managed/services/agents/proxysql_test.go +++ b/managed/services/agents/proxysql_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/rds.go b/managed/services/agents/rds.go index b882a30cc3..6f255f3e6b 100644 --- a/managed/services/agents/rds.go +++ b/managed/services/agents/rds.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/rds_test.go b/managed/services/agents/rds_test.go index 5cbf6d133f..52b4c6ebc3 100644 --- a/managed/services/agents/rds_test.go +++ b/managed/services/agents/rds_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/registry.go b/managed/services/agents/registry.go index d786d2474f..9f381c8ed8 100644 --- a/managed/services/agents/registry.go +++ b/managed/services/agents/registry.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/roster.go b/managed/services/agents/roster.go index 4eba720bf2..4747075933 100644 --- a/managed/services/agents/roster.go +++ b/managed/services/agents/roster.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/roster_test.go b/managed/services/agents/roster_test.go index fc6b339a8c..d3e94482bc 100644 --- a/managed/services/agents/roster_test.go +++ b/managed/services/agents/roster_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/state.go b/managed/services/agents/state.go index 96f8f0562c..1bf2dc043b 100644 --- a/managed/services/agents/state.go +++ b/managed/services/agents/state.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/versioner.go b/managed/services/agents/versioner.go index d91709128f..ae1bff828a 100644 --- a/managed/services/agents/versioner.go +++ b/managed/services/agents/versioner.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/versioner_test.go b/managed/services/agents/versioner_test.go index 53e1cc0b53..1135d44729 100644 --- a/managed/services/agents/versioner_test.go +++ b/managed/services/agents/versioner_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/vmagent.go b/managed/services/agents/vmagent.go index b5586df710..b13bfc9876 100644 --- a/managed/services/agents/vmagent.go +++ b/managed/services/agents/vmagent.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/agents/vmagent_test.go b/managed/services/agents/vmagent_test.go index 43402e56ad..a7bce4b3d6 100644 --- a/managed/services/agents/vmagent_test.go +++ b/managed/services/agents/vmagent_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/alert_rule.go b/managed/services/alert_rule.go index 563aa2dc5f..8c6517957a 100644 --- a/managed/services/alert_rule.go +++ b/managed/services/alert_rule.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/alertmanager/alertmanager.go b/managed/services/alertmanager/alertmanager.go index 8f6f380ae4..8a52c24a7a 100644 --- a/managed/services/alertmanager/alertmanager.go +++ b/managed/services/alertmanager/alertmanager.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/alertmanager/alertmanager_test.go b/managed/services/alertmanager/alertmanager_test.go index 7c323d2dbf..f3461dcb03 100644 --- a/managed/services/alertmanager/alertmanager_test.go +++ b/managed/services/alertmanager/alertmanager_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/alertmanager/emailer.go b/managed/services/alertmanager/emailer.go index 50fa91e9b8..e07da67a3f 100644 --- a/managed/services/alertmanager/emailer.go +++ b/managed/services/alertmanager/emailer.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/backup_service.go b/managed/services/backup/backup_service.go index 9847b32173..e23cab52d2 100644 --- a/managed/services/backup/backup_service.go +++ b/managed/services/backup/backup_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/backup_service_test.go b/managed/services/backup/backup_service_test.go index e599b7c12b..1b5d80801f 100644 --- a/managed/services/backup/backup_service_test.go +++ b/managed/services/backup/backup_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/compatibility_helpers.go b/managed/services/backup/compatibility_helpers.go index d82a2a2d46..94f0f18882 100644 --- a/managed/services/backup/compatibility_helpers.go +++ b/managed/services/backup/compatibility_helpers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/compatibility_helpers_test.go b/managed/services/backup/compatibility_helpers_test.go index 7795d73187..9d5e975572 100644 --- a/managed/services/backup/compatibility_helpers_test.go +++ b/managed/services/backup/compatibility_helpers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/compatibility_service.go b/managed/services/backup/compatibility_service.go index 9d2372afdb..04796cee20 100644 --- a/managed/services/backup/compatibility_service.go +++ b/managed/services/backup/compatibility_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/compatibility_service_test.go b/managed/services/backup/compatibility_service_test.go index eaf777e5fe..4859073fd8 100644 --- a/managed/services/backup/compatibility_service_test.go +++ b/managed/services/backup/compatibility_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/deps.go b/managed/services/backup/deps.go index 86c0caf8a4..3ec7340976 100644 --- a/managed/services/backup/deps.go +++ b/managed/services/backup/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/errors.go b/managed/services/backup/errors.go index f6b5d15c6b..4001dbba8e 100644 --- a/managed/services/backup/errors.go +++ b/managed/services/backup/errors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/metrics.go b/managed/services/backup/metrics.go index b97148a958..1aa661deca 100644 --- a/managed/services/backup/metrics.go +++ b/managed/services/backup/metrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/pitr_timerange_service.go b/managed/services/backup/pitr_timerange_service.go index 8f691a7777..000ca1c22c 100644 --- a/managed/services/backup/pitr_timerange_service.go +++ b/managed/services/backup/pitr_timerange_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/pitr_timerange_service_test.go b/managed/services/backup/pitr_timerange_service_test.go index ed9765293b..4f7e3cbfee 100644 --- a/managed/services/backup/pitr_timerange_service_test.go +++ b/managed/services/backup/pitr_timerange_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/removal_service.go b/managed/services/backup/removal_service.go index 50e4e7ab01..dff93e5cac 100644 --- a/managed/services/backup/removal_service.go +++ b/managed/services/backup/removal_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/removal_service_test.go b/managed/services/backup/removal_service_test.go index 5afb9691b9..b0f9b2dc13 100644 --- a/managed/services/backup/removal_service_test.go +++ b/managed/services/backup/removal_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/retention_service.go b/managed/services/backup/retention_service.go index c46a56e1ec..562babc703 100644 --- a/managed/services/backup/retention_service.go +++ b/managed/services/backup/retention_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/backup/retention_service_test.go b/managed/services/backup/retention_service_test.go index 738729fb8f..66bc5fb4b0 100644 --- a/managed/services/backup/retention_service_test.go +++ b/managed/services/backup/retention_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/checks/checks.go b/managed/services/checks/checks.go index f0c4c34360..4a58993930 100644 --- a/managed/services/checks/checks.go +++ b/managed/services/checks/checks.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/checks/checks_test.go b/managed/services/checks/checks_test.go index 2d89d9ddbe..b38f0b1d4e 100644 --- a/managed/services/checks/checks_test.go +++ b/managed/services/checks/checks_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/checks/deps.go b/managed/services/checks/deps.go index 267d69b5f5..8e9912ba16 100644 --- a/managed/services/checks/deps.go +++ b/managed/services/checks/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/checks/funcs.go b/managed/services/checks/funcs.go index 29927f4832..aa046777d5 100644 --- a/managed/services/checks/funcs.go +++ b/managed/services/checks/funcs.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/checks/funcs_test.go b/managed/services/checks/funcs_test.go index 2212e34e6f..2723d4e8c8 100644 --- a/managed/services/checks/funcs_test.go +++ b/managed/services/checks/funcs_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/checks/registry.go b/managed/services/checks/registry.go index 2be7d5c706..1ccb42932c 100644 --- a/managed/services/checks/registry.go +++ b/managed/services/checks/registry.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/checks/registry_test.go b/managed/services/checks/registry_test.go index ae5eb55f1d..6ef6d1d26a 100644 --- a/managed/services/checks/registry_test.go +++ b/managed/services/checks/registry_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/config/config.go b/managed/services/config/config.go index c8637bd278..da63fa58e7 100644 --- a/managed/services/config/config.go +++ b/managed/services/config/config.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/converters.go b/managed/services/converters.go index 299776441c..a4da1283f0 100644 --- a/managed/services/converters.go +++ b/managed/services/converters.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/dbaas_client.go b/managed/services/dbaas/dbaas_client.go index 2e3ec415f6..2768eea2b1 100644 --- a/managed/services/dbaas/dbaas_client.go +++ b/managed/services/dbaas/dbaas_client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/client/client.go b/managed/services/dbaas/kubernetes/client/client.go index 309887ee9f..83c6c12499 100644 --- a/managed/services/dbaas/kubernetes/client/client.go +++ b/managed/services/dbaas/kubernetes/client/client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/client/client_test.go b/managed/services/dbaas/kubernetes/client/client_test.go index 542fa2b927..6bcdcf0e62 100644 --- a/managed/services/dbaas/kubernetes/client/client_test.go +++ b/managed/services/dbaas/kubernetes/client/client_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/client/ctl.go b/managed/services/dbaas/kubernetes/client/ctl.go index 795f0863f9..a3081c35bb 100644 --- a/managed/services/dbaas/kubernetes/client/ctl.go +++ b/managed/services/dbaas/kubernetes/client/ctl.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/client/database/database.go b/managed/services/dbaas/kubernetes/client/database/database.go index d5a0aacda7..b332f0f1e9 100644 --- a/managed/services/dbaas/kubernetes/client/database/database.go +++ b/managed/services/dbaas/kubernetes/client/database/database.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/client/gen.go b/managed/services/dbaas/kubernetes/client/gen.go index fe733886cf..1b9eddf585 100644 --- a/managed/services/dbaas/kubernetes/client/gen.go +++ b/managed/services/dbaas/kubernetes/client/gen.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/client/load_config.go b/managed/services/dbaas/kubernetes/client/load_config.go index 4d993af1ba..ec8cffa41c 100644 --- a/managed/services/dbaas/kubernetes/client/load_config.go +++ b/managed/services/dbaas/kubernetes/client/load_config.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/client/writer.go b/managed/services/dbaas/kubernetes/client/writer.go index a058cc0531..2c5839504c 100644 --- a/managed/services/dbaas/kubernetes/client/writer.go +++ b/managed/services/dbaas/kubernetes/client/writer.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/kubernetes.go b/managed/services/dbaas/kubernetes/kubernetes.go index 5fe45368a7..9582a2c76a 100644 --- a/managed/services/dbaas/kubernetes/kubernetes.go +++ b/managed/services/dbaas/kubernetes/kubernetes.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/olm_operator_test.go b/managed/services/dbaas/kubernetes/olm_operator_test.go index b9cb55d414..83906ee61b 100644 --- a/managed/services/dbaas/kubernetes/olm_operator_test.go +++ b/managed/services/dbaas/kubernetes/olm_operator_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/types.go b/managed/services/dbaas/kubernetes/types.go index 867491f48f..db29220e1c 100644 --- a/managed/services/dbaas/kubernetes/types.go +++ b/managed/services/dbaas/kubernetes/types.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/kubernetes/types_test.go b/managed/services/dbaas/kubernetes/types_test.go index 21f132a3f3..08daf4c349 100644 --- a/managed/services/dbaas/kubernetes/types_test.go +++ b/managed/services/dbaas/kubernetes/types_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/utils/convertors/convertors.go b/managed/services/dbaas/utils/convertors/convertors.go index b6481ae467..a7f3d2f55d 100644 --- a/managed/services/dbaas/utils/convertors/convertors.go +++ b/managed/services/dbaas/utils/convertors/convertors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/dbaas/utils/convertors/convertors_test.go b/managed/services/dbaas/utils/convertors/convertors_test.go index fd9ab7b1c6..d3eefec788 100644 --- a/managed/services/dbaas/utils/convertors/convertors_test.go +++ b/managed/services/dbaas/utils/convertors/convertors_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/errors.go b/managed/services/errors.go index a58d0eff19..9de5a80d00 100644 --- a/managed/services/errors.go +++ b/managed/services/errors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/grafana/auth_server.go b/managed/services/grafana/auth_server.go index 72d0368b00..2d7cf38cc3 100644 --- a/managed/services/grafana/auth_server.go +++ b/managed/services/grafana/auth_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/grafana/auth_server_fuzz.go b/managed/services/grafana/auth_server_fuzz.go index 2abdb9c911..d72f17a776 100644 --- a/managed/services/grafana/auth_server_fuzz.go +++ b/managed/services/grafana/auth_server_fuzz.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/grafana/auth_server_test.go b/managed/services/grafana/auth_server_test.go index 1c02bfe0d4..77d341a36b 100644 --- a/managed/services/grafana/auth_server_test.go +++ b/managed/services/grafana/auth_server_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/grafana/client.go b/managed/services/grafana/client.go index 4287f6942e..20333cf1bb 100644 --- a/managed/services/grafana/client.go +++ b/managed/services/grafana/client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/grafana/client_test.go b/managed/services/grafana/client_test.go index 546dbcaa7f..75b4e5376f 100644 --- a/managed/services/grafana/client_test.go +++ b/managed/services/grafana/client_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/grafana/deps.go b/managed/services/grafana/deps.go index e58ce85e8b..496065a021 100644 --- a/managed/services/grafana/deps.go +++ b/managed/services/grafana/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/agents.go b/managed/services/inventory/agents.go index 6e35a6c371..6a27106db9 100644 --- a/managed/services/inventory/agents.go +++ b/managed/services/inventory/agents.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/agents_test.go b/managed/services/inventory/agents_test.go index 3e9082bd87..6157ea2d9a 100644 --- a/managed/services/inventory/agents_test.go +++ b/managed/services/inventory/agents_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/deps.go b/managed/services/inventory/deps.go index a1471ea79c..37c2faab3e 100644 --- a/managed/services/inventory/deps.go +++ b/managed/services/inventory/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/grpc/agents_server.go b/managed/services/inventory/grpc/agents_server.go index b7d1a73eb5..3e4277d394 100644 --- a/managed/services/inventory/grpc/agents_server.go +++ b/managed/services/inventory/grpc/agents_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/grpc/nodes_server.go b/managed/services/inventory/grpc/nodes_server.go index 12fafcce8d..18b57b1d4d 100644 --- a/managed/services/inventory/grpc/nodes_server.go +++ b/managed/services/inventory/grpc/nodes_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/grpc/services_server.go b/managed/services/inventory/grpc/services_server.go index 7636617249..0a6207ce87 100644 --- a/managed/services/inventory/grpc/services_server.go +++ b/managed/services/inventory/grpc/services_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/nodes.go b/managed/services/inventory/nodes.go index 66bbd95c54..31a4f304d4 100644 --- a/managed/services/inventory/nodes.go +++ b/managed/services/inventory/nodes.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/nodes_test.go b/managed/services/inventory/nodes_test.go index 7dd7a874b0..d03ab7ed8c 100644 --- a/managed/services/inventory/nodes_test.go +++ b/managed/services/inventory/nodes_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/services.go b/managed/services/inventory/services.go index 885300bb2f..89e6d3b966 100644 --- a/managed/services/inventory/services.go +++ b/managed/services/inventory/services.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/inventory/services_test.go b/managed/services/inventory/services_test.go index c908cbb333..40f0d75d0b 100644 --- a/managed/services/inventory/services_test.go +++ b/managed/services/inventory/services_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/agent.go b/managed/services/management/agent.go index 645c31c7f9..b501440cd5 100644 --- a/managed/services/management/agent.go +++ b/managed/services/management/agent.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/agent_test.go b/managed/services/management/agent_test.go index c566b911f7..d88718ba99 100644 --- a/managed/services/management/agent_test.go +++ b/managed/services/management/agent_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/alerting/deps.go b/managed/services/management/alerting/deps.go index 6b21b5387c..42ea52543c 100644 --- a/managed/services/management/alerting/deps.go +++ b/managed/services/management/alerting/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/alerting/service.go b/managed/services/management/alerting/service.go index 47e2f23fe3..3c5aca955f 100644 --- a/managed/services/management/alerting/service.go +++ b/managed/services/management/alerting/service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/alerting/service_test.go b/managed/services/management/alerting/service_test.go index 37de5b37a2..812637ca9f 100644 --- a/managed/services/management/alerting/service_test.go +++ b/managed/services/management/alerting/service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/annotation.go b/managed/services/management/annotation.go index 1888130b33..26222cf541 100644 --- a/managed/services/management/annotation.go +++ b/managed/services/management/annotation.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/annotation_test.go b/managed/services/management/annotation_test.go index 386bedb80c..977a278ae4 100644 --- a/managed/services/management/annotation_test.go +++ b/managed/services/management/annotation_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/azure_database.go b/managed/services/management/azure_database.go index c305a24c58..dda84b4fae 100644 --- a/managed/services/management/azure_database.go +++ b/managed/services/management/azure_database.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/artifacts_service.go b/managed/services/management/backup/artifacts_service.go index e278f6dc34..3f4d212dfc 100644 --- a/managed/services/management/backup/artifacts_service.go +++ b/managed/services/management/backup/artifacts_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/artifacts_service_test.go b/managed/services/management/backup/artifacts_service_test.go index 9dddfd29ae..a60afc3fe6 100644 --- a/managed/services/management/backup/artifacts_service_test.go +++ b/managed/services/management/backup/artifacts_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/backups_service.go b/managed/services/management/backup/backups_service.go index 7d7d02d02d..ff7e48fa93 100644 --- a/managed/services/management/backup/backups_service.go +++ b/managed/services/management/backup/backups_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/backups_service_test.go b/managed/services/management/backup/backups_service_test.go index e1afdd22a0..07fdd1531f 100644 --- a/managed/services/management/backup/backups_service_test.go +++ b/managed/services/management/backup/backups_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/deps.go b/managed/services/management/backup/deps.go index 5b8b794122..a8493dbe7a 100644 --- a/managed/services/management/backup/deps.go +++ b/managed/services/management/backup/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/locations_service.go b/managed/services/management/backup/locations_service.go index 9b64c835e6..a81dca8aa0 100644 --- a/managed/services/management/backup/locations_service.go +++ b/managed/services/management/backup/locations_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/locations_service_test.go b/managed/services/management/backup/locations_service_test.go index 00bcb2108c..b8e39f107a 100644 --- a/managed/services/management/backup/locations_service_test.go +++ b/managed/services/management/backup/locations_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/backup/restore_history_service.go b/managed/services/management/backup/restore_history_service.go index e54ee8c95a..1c901fc5d6 100644 --- a/managed/services/management/backup/restore_history_service.go +++ b/managed/services/management/backup/restore_history_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/checks.go b/managed/services/management/checks.go index 999e63b733..d1d8049c2b 100644 --- a/managed/services/management/checks.go +++ b/managed/services/management/checks.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/checks_test.go b/managed/services/management/checks_test.go index 27fca1950b..bd2e5697d1 100644 --- a/managed/services/management/checks_test.go +++ b/managed/services/management/checks_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/common/common.go b/managed/services/management/common/common.go index 6dae1f8719..9697e70451 100644 --- a/managed/services/management/common/common.go +++ b/managed/services/management/common/common.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/components_service.go b/managed/services/management/dbaas/components_service.go index ffa549968a..e33497aabe 100644 --- a/managed/services/management/dbaas/components_service.go +++ b/managed/services/management/dbaas/components_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/components_service_test.go b/managed/services/management/dbaas/components_service_test.go index 8d5399bf9e..3a8198301c 100644 --- a/managed/services/management/dbaas/components_service_test.go +++ b/managed/services/management/dbaas/components_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/db_cluster_service.go b/managed/services/management/dbaas/db_cluster_service.go index 3746727b5c..fd42534e5e 100644 --- a/managed/services/management/dbaas/db_cluster_service.go +++ b/managed/services/management/dbaas/db_cluster_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/db_cluster_service_test.go b/managed/services/management/dbaas/db_cluster_service_test.go index 88a736f21c..8afa320443 100644 --- a/managed/services/management/dbaas/db_cluster_service_test.go +++ b/managed/services/management/dbaas/db_cluster_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/dbaas_initializer.go b/managed/services/management/dbaas/dbaas_initializer.go index f8b10b6529..155570e388 100644 --- a/managed/services/management/dbaas/dbaas_initializer.go +++ b/managed/services/management/dbaas/dbaas_initializer.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/deps.go b/managed/services/management/dbaas/deps.go index 84509c0236..3f9be6d5f5 100644 --- a/managed/services/management/dbaas/deps.go +++ b/managed/services/management/dbaas/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/kube_clients.go b/managed/services/management/dbaas/kube_clients.go index c6328b4f06..305cf55c7e 100644 --- a/managed/services/management/dbaas/kube_clients.go +++ b/managed/services/management/dbaas/kube_clients.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/kubeconfig_test.go b/managed/services/management/dbaas/kubeconfig_test.go index 4e71660870..670ae780f3 100644 --- a/managed/services/management/dbaas/kubeconfig_test.go +++ b/managed/services/management/dbaas/kubeconfig_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/kubernetes_server.go b/managed/services/management/dbaas/kubernetes_server.go index fcb9ed9aa6..5a72cb79e5 100644 --- a/managed/services/management/dbaas/kubernetes_server.go +++ b/managed/services/management/dbaas/kubernetes_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/kubernetes_server_test.go b/managed/services/management/dbaas/kubernetes_server_test.go index a1d21b60a9..5794a27d41 100644 --- a/managed/services/management/dbaas/kubernetes_server_test.go +++ b/managed/services/management/dbaas/kubernetes_server_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/logs_service.go b/managed/services/management/dbaas/logs_service.go index 6cef57780c..0609f58d7a 100644 --- a/managed/services/management/dbaas/logs_service.go +++ b/managed/services/management/dbaas/logs_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/psmdb_cluster_service.go b/managed/services/management/dbaas/psmdb_cluster_service.go index 66365ae9b9..7a9fdea706 100644 --- a/managed/services/management/dbaas/psmdb_cluster_service.go +++ b/managed/services/management/dbaas/psmdb_cluster_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/psmdb_cluster_service_test.go b/managed/services/management/dbaas/psmdb_cluster_service_test.go index f9791dfe9c..b406675433 100644 --- a/managed/services/management/dbaas/psmdb_cluster_service_test.go +++ b/managed/services/management/dbaas/psmdb_cluster_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/pxc_cluster_service.go b/managed/services/management/dbaas/pxc_cluster_service.go index e9b007a197..de510c9998 100644 --- a/managed/services/management/dbaas/pxc_cluster_service.go +++ b/managed/services/management/dbaas/pxc_cluster_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/pxc_cluster_service_test.go b/managed/services/management/dbaas/pxc_cluster_service_test.go index da64a7f261..d5da41acfd 100644 --- a/managed/services/management/dbaas/pxc_cluster_service_test.go +++ b/managed/services/management/dbaas/pxc_cluster_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/template_service.go b/managed/services/management/dbaas/template_service.go index 527e667857..8680164533 100644 --- a/managed/services/management/dbaas/template_service.go +++ b/managed/services/management/dbaas/template_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/version_service_client.go b/managed/services/management/dbaas/version_service_client.go index db0fb82cb7..934d9bebba 100644 --- a/managed/services/management/dbaas/version_service_client.go +++ b/managed/services/management/dbaas/version_service_client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/dbaas/version_service_client_test.go b/managed/services/management/dbaas/version_service_client_test.go index 3eb41bff61..fed2e3037e 100644 --- a/managed/services/management/dbaas/version_service_client_test.go +++ b/managed/services/management/dbaas/version_service_client_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/deps.go b/managed/services/management/deps.go index b87ae574e3..9849a0c2f6 100644 --- a/managed/services/management/deps.go +++ b/managed/services/management/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/external.go b/managed/services/management/external.go index 933e02d990..7bb3253f8c 100644 --- a/managed/services/management/external.go +++ b/managed/services/management/external.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/grpc/actions_server.go b/managed/services/management/grpc/actions_server.go index 64b59b0b70..cfcfdac444 100644 --- a/managed/services/management/grpc/actions_server.go +++ b/managed/services/management/grpc/actions_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/grpc/annotation_server.go b/managed/services/management/grpc/annotation_server.go index ed9da9dea7..47fba492bd 100644 --- a/managed/services/management/grpc/annotation_server.go +++ b/managed/services/management/grpc/annotation_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/grpc/mongodb_server.go b/managed/services/management/grpc/mongodb_server.go index c6c3a41091..8836f2f230 100644 --- a/managed/services/management/grpc/mongodb_server.go +++ b/managed/services/management/grpc/mongodb_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/grpc/mysql_server.go b/managed/services/management/grpc/mysql_server.go index 754770bbbc..43048d48cc 100644 --- a/managed/services/management/grpc/mysql_server.go +++ b/managed/services/management/grpc/mysql_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/grpc/node_server.go b/managed/services/management/grpc/node_server.go index 57e54e5a30..e8922fc62c 100644 --- a/managed/services/management/grpc/node_server.go +++ b/managed/services/management/grpc/node_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/grpc/postgresql_server.go b/managed/services/management/grpc/postgresql_server.go index cad7f99a94..80aa8de52a 100644 --- a/managed/services/management/grpc/postgresql_server.go +++ b/managed/services/management/grpc/postgresql_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/grpc/proxysql_server.go b/managed/services/management/grpc/proxysql_server.go index 2394827148..d548cb62bc 100644 --- a/managed/services/management/grpc/proxysql_server.go +++ b/managed/services/management/grpc/proxysql_server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/haproxy.go b/managed/services/management/haproxy.go index a3763f9749..320b7bd1b5 100644 --- a/managed/services/management/haproxy.go +++ b/managed/services/management/haproxy.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/ia/alerts_service.go b/managed/services/management/ia/alerts_service.go index 575d3c687f..d1809ab0cb 100644 --- a/managed/services/management/ia/alerts_service.go +++ b/managed/services/management/ia/alerts_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/ia/alerts_service_test.go b/managed/services/management/ia/alerts_service_test.go index 1ca2a3e25d..21e452dcce 100644 --- a/managed/services/management/ia/alerts_service_test.go +++ b/managed/services/management/ia/alerts_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/ia/channels_service.go b/managed/services/management/ia/channels_service.go index fe31991d66..96990bc337 100644 --- a/managed/services/management/ia/channels_service.go +++ b/managed/services/management/ia/channels_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/ia/common.go b/managed/services/management/ia/common.go index 4f219fa67c..73af3400e0 100644 --- a/managed/services/management/ia/common.go +++ b/managed/services/management/ia/common.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/ia/deps.go b/managed/services/management/ia/deps.go index 1a9d39b33d..02ed8f676c 100644 --- a/managed/services/management/ia/deps.go +++ b/managed/services/management/ia/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/ia/rules_service.go b/managed/services/management/ia/rules_service.go index 7ea8f672a1..e6034cce40 100644 --- a/managed/services/management/ia/rules_service.go +++ b/managed/services/management/ia/rules_service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/ia/rules_service_test.go b/managed/services/management/ia/rules_service_test.go index f264e6c5c5..a925fd51d7 100644 --- a/managed/services/management/ia/rules_service_test.go +++ b/managed/services/management/ia/rules_service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/management.go b/managed/services/management/management.go index e45bbc22fd..fcf312062c 100644 --- a/managed/services/management/management.go +++ b/managed/services/management/management.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/mongodb.go b/managed/services/management/mongodb.go index de7d063415..e016d47aa5 100644 --- a/managed/services/management/mongodb.go +++ b/managed/services/management/mongodb.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/mysql.go b/managed/services/management/mysql.go index 5493bbdffb..e67f05eced 100644 --- a/managed/services/management/mysql.go +++ b/managed/services/management/mysql.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/node.go b/managed/services/management/node.go index 0c17d5e3ea..f8a43a2220 100644 --- a/managed/services/management/node.go +++ b/managed/services/management/node.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/node_mgmt.go b/managed/services/management/node_mgmt.go index 694706b116..cacc35a460 100644 --- a/managed/services/management/node_mgmt.go +++ b/managed/services/management/node_mgmt.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/node_mgmt_test.go b/managed/services/management/node_mgmt_test.go index bde08a60d7..92ca762c90 100644 --- a/managed/services/management/node_mgmt_test.go +++ b/managed/services/management/node_mgmt_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/node_test.go b/managed/services/management/node_test.go index fe2c67281e..8f6bcf9f14 100644 --- a/managed/services/management/node_test.go +++ b/managed/services/management/node_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/postgresql.go b/managed/services/management/postgresql.go index dfdf559fa4..536d593b42 100644 --- a/managed/services/management/postgresql.go +++ b/managed/services/management/postgresql.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/proxysql.go b/managed/services/management/proxysql.go index 88b883bfff..d356b8b321 100644 --- a/managed/services/management/proxysql.go +++ b/managed/services/management/proxysql.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/rds.go b/managed/services/management/rds.go index 4b4b2723d0..a669e2c472 100644 --- a/managed/services/management/rds.go +++ b/managed/services/management/rds.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/rds_test.go b/managed/services/management/rds_test.go index a710c465b4..3cac4518e4 100644 --- a/managed/services/management/rds_test.go +++ b/managed/services/management/rds_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/role.go b/managed/services/management/role.go index c8164c8e52..2448ee88dc 100644 --- a/managed/services/management/role.go +++ b/managed/services/management/role.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/role_test.go b/managed/services/management/role_test.go index 1c3ee4dfcc..5aeaa57c24 100644 --- a/managed/services/management/role_test.go +++ b/managed/services/management/role_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/service.go b/managed/services/management/service.go index 4d9a49f68a..e659a31375 100644 --- a/managed/services/management/service.go +++ b/managed/services/management/service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/service_mgmt.go b/managed/services/management/service_mgmt.go index aefa0dcc63..73f3febf5d 100644 --- a/managed/services/management/service_mgmt.go +++ b/managed/services/management/service_mgmt.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/service_mgmt_test.go b/managed/services/management/service_mgmt_test.go index c6e34c290f..29f783428d 100644 --- a/managed/services/management/service_mgmt_test.go +++ b/managed/services/management/service_mgmt_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/management/service_test.go b/managed/services/management/service_test.go index 8167f91520..0c4c535d9d 100644 --- a/managed/services/management/service_test.go +++ b/managed/services/management/service_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/minio/client.go b/managed/services/minio/client.go index 103ac3b19d..037d6c84cb 100644 --- a/managed/services/minio/client.go +++ b/managed/services/minio/client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/platform/deps.go b/managed/services/platform/deps.go index 501299f19a..ce6e4c2f09 100644 --- a/managed/services/platform/deps.go +++ b/managed/services/platform/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/platform/platform.go b/managed/services/platform/platform.go index 5af433c5db..4b75510ed9 100644 --- a/managed/services/platform/platform.go +++ b/managed/services/platform/platform.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/preconditions.go b/managed/services/preconditions.go index d6b09579d4..8df82edd78 100644 --- a/managed/services/preconditions.go +++ b/managed/services/preconditions.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/preconditions_test.go b/managed/services/preconditions_test.go index ba73f4e597..259b09e4db 100644 --- a/managed/services/preconditions_test.go +++ b/managed/services/preconditions_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/qan/client.go b/managed/services/qan/client.go index b6adaef8d7..b84f4b87e8 100644 --- a/managed/services/qan/client.go +++ b/managed/services/qan/client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/qan/client_test.go b/managed/services/qan/client_test.go index dc4bc1887e..dce12fce95 100644 --- a/managed/services/qan/client_test.go +++ b/managed/services/qan/client_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/qan/deps.go b/managed/services/qan/deps.go index f745e18e53..77ce35a6e6 100644 --- a/managed/services/qan/deps.go +++ b/managed/services/qan/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/scheduler/deps.go b/managed/services/scheduler/deps.go index 0820f524b5..e0faed3bbf 100644 --- a/managed/services/scheduler/deps.go +++ b/managed/services/scheduler/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/scheduler/scheduler.go b/managed/services/scheduler/scheduler.go index 127416d724..bce97c3832 100644 --- a/managed/services/scheduler/scheduler.go +++ b/managed/services/scheduler/scheduler.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/scheduler/scheduler_test.go b/managed/services/scheduler/scheduler_test.go index d71eb2ad35..0967c34b77 100644 --- a/managed/services/scheduler/scheduler_test.go +++ b/managed/services/scheduler/scheduler_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/scheduler/task.go b/managed/services/scheduler/task.go index c277623822..0a26b869ec 100644 --- a/managed/services/scheduler/task.go +++ b/managed/services/scheduler/task.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/scheduler/task_test.go b/managed/services/scheduler/task_test.go index a83e80bcb5..c08b65025f 100644 --- a/managed/services/scheduler/task_test.go +++ b/managed/services/scheduler/task_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/server/aws_instance_checker.go b/managed/services/server/aws_instance_checker.go index a233eb4ea3..7b95abbaf1 100644 --- a/managed/services/server/aws_instance_checker.go +++ b/managed/services/server/aws_instance_checker.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/server/aws_instance_checker_test.go b/managed/services/server/aws_instance_checker_test.go index a82df34a22..86888b9028 100644 --- a/managed/services/server/aws_instance_checker_test.go +++ b/managed/services/server/aws_instance_checker_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/server/deps.go b/managed/services/server/deps.go index 3eef78b54a..d7c139830b 100644 --- a/managed/services/server/deps.go +++ b/managed/services/server/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/server/server.go b/managed/services/server/server.go index 08bec308bc..84c8d67ae1 100644 --- a/managed/services/server/server.go +++ b/managed/services/server/server.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/server/server_test.go b/managed/services/server/server_test.go index 004df80387..0ffec40532 100644 --- a/managed/services/server/server_test.go +++ b/managed/services/server/server_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/deps.go b/managed/services/supervisord/deps.go index 8dea19e974..9de477c334 100644 --- a/managed/services/supervisord/deps.go +++ b/managed/services/supervisord/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/devcontainer_test.go b/managed/services/supervisord/devcontainer_test.go index 0110cfb793..6a545e7ec9 100644 --- a/managed/services/supervisord/devcontainer_test.go +++ b/managed/services/supervisord/devcontainer_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/logs.go b/managed/services/supervisord/logs.go index 7752a1b97f..0445ab97cd 100644 --- a/managed/services/supervisord/logs.go +++ b/managed/services/supervisord/logs.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/logs_test.go b/managed/services/supervisord/logs_test.go index e7de37dae9..ebdf0f78f6 100644 --- a/managed/services/supervisord/logs_test.go +++ b/managed/services/supervisord/logs_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/maintail.go b/managed/services/supervisord/maintail.go index 1d61e30586..1dd1f62e4c 100644 --- a/managed/services/supervisord/maintail.go +++ b/managed/services/supervisord/maintail.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/maintail_test.go b/managed/services/supervisord/maintail_test.go index 94603da72d..2e108a66f6 100644 --- a/managed/services/supervisord/maintail_test.go +++ b/managed/services/supervisord/maintail_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/pmm_config.go b/managed/services/supervisord/pmm_config.go index 581e6de282..fbe7f2b51f 100644 --- a/managed/services/supervisord/pmm_config.go +++ b/managed/services/supervisord/pmm_config.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/pmm_update_checker.go b/managed/services/supervisord/pmm_update_checker.go index aa06b04048..fe062da7fe 100644 --- a/managed/services/supervisord/pmm_update_checker.go +++ b/managed/services/supervisord/pmm_update_checker.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/pprof_config.go b/managed/services/supervisord/pprof_config.go index f4cc63ed62..52ab238389 100644 --- a/managed/services/supervisord/pprof_config.go +++ b/managed/services/supervisord/pprof_config.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/supervisord.go b/managed/services/supervisord/supervisord.go index 7172bbe8fa..79335b5b77 100644 --- a/managed/services/supervisord/supervisord.go +++ b/managed/services/supervisord/supervisord.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/supervisord/supervisord_test.go b/managed/services/supervisord/supervisord_test.go index 3263efa842..6676406f39 100644 --- a/managed/services/supervisord/supervisord_test.go +++ b/managed/services/supervisord/supervisord_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/config.go b/managed/services/telemetry/config.go index 813d0fa437..40372b297f 100644 --- a/managed/services/telemetry/config.go +++ b/managed/services/telemetry/config.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/config_test.go b/managed/services/telemetry/config_test.go index 33868fbf45..5d497688d0 100644 --- a/managed/services/telemetry/config_test.go +++ b/managed/services/telemetry/config_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/datasource_grafana_sqlitedb.go b/managed/services/telemetry/datasource_grafana_sqlitedb.go index dfa6606a3b..689a3decfd 100644 --- a/managed/services/telemetry/datasource_grafana_sqlitedb.go +++ b/managed/services/telemetry/datasource_grafana_sqlitedb.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/datasource_grafana_sqlitedb_test.go b/managed/services/telemetry/datasource_grafana_sqlitedb_test.go index 8edadf5ec8..4877c9263d 100644 --- a/managed/services/telemetry/datasource_grafana_sqlitedb_test.go +++ b/managed/services/telemetry/datasource_grafana_sqlitedb_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/datasource_pmmdb_select.go b/managed/services/telemetry/datasource_pmmdb_select.go index 75bfdc9d7b..08e6485e36 100644 --- a/managed/services/telemetry/datasource_pmmdb_select.go +++ b/managed/services/telemetry/datasource_pmmdb_select.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/datasource_qandb_select.go b/managed/services/telemetry/datasource_qandb_select.go index 0aa29a5778..3f80053282 100644 --- a/managed/services/telemetry/datasource_qandb_select.go +++ b/managed/services/telemetry/datasource_qandb_select.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/datasource_victoria_metrics.go b/managed/services/telemetry/datasource_victoria_metrics.go index 2c406d4301..359032aa5c 100644 --- a/managed/services/telemetry/datasource_victoria_metrics.go +++ b/managed/services/telemetry/datasource_victoria_metrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/datasources.go b/managed/services/telemetry/datasources.go index 6f116bc0e9..01f5e75996 100644 --- a/managed/services/telemetry/datasources.go +++ b/managed/services/telemetry/datasources.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/deps.go b/managed/services/telemetry/deps.go index 465e757e95..e2f47d9100 100644 --- a/managed/services/telemetry/deps.go +++ b/managed/services/telemetry/deps.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/distribution_util.go b/managed/services/telemetry/distribution_util.go index 28213dfd3b..7c27be9d3e 100644 --- a/managed/services/telemetry/distribution_util.go +++ b/managed/services/telemetry/distribution_util.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/distribution_util_test.go b/managed/services/telemetry/distribution_util_test.go index 59c62bb5c9..cfd1ac5ae8 100644 --- a/managed/services/telemetry/distribution_util_test.go +++ b/managed/services/telemetry/distribution_util_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/telemetry.go b/managed/services/telemetry/telemetry.go index be935063a2..81f2450215 100644 --- a/managed/services/telemetry/telemetry.go +++ b/managed/services/telemetry/telemetry.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/telemetry_test.go b/managed/services/telemetry/telemetry_test.go index 477ff027d4..842b6e9233 100644 --- a/managed/services/telemetry/telemetry_test.go +++ b/managed/services/telemetry/telemetry_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/transform.go b/managed/services/telemetry/transform.go index 95339047dd..b9ab4c7ac6 100644 --- a/managed/services/telemetry/transform.go +++ b/managed/services/telemetry/transform.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/telemetry/transform_test.go b/managed/services/telemetry/transform_test.go index 971e80ba4b..6e4e8f2cbc 100644 --- a/managed/services/telemetry/transform_test.go +++ b/managed/services/telemetry/transform_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/types.go b/managed/services/types.go index 04720ff2f5..9573660b91 100644 --- a/managed/services/types.go +++ b/managed/services/types.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/user/user.go b/managed/services/user/user.go index 0934c93809..c0dd0d5365 100644 --- a/managed/services/user/user.go +++ b/managed/services/user/user.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/versioncache/versioncache.go b/managed/services/versioncache/versioncache.go index aaa4d006b6..e51dfe6506 100644 --- a/managed/services/versioncache/versioncache.go +++ b/managed/services/versioncache/versioncache.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/versioncache/versioncache_test.go b/managed/services/versioncache/versioncache_test.go index d9fb69ce3f..1fadc032f6 100644 --- a/managed/services/versioncache/versioncache_test.go +++ b/managed/services/versioncache/versioncache_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/victoriametrics/prometheus.go b/managed/services/victoriametrics/prometheus.go index 304c20742c..717868763f 100644 --- a/managed/services/victoriametrics/prometheus.go +++ b/managed/services/victoriametrics/prometheus.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/victoriametrics/scrape_configs.go b/managed/services/victoriametrics/scrape_configs.go index 977a7b5dbd..e47df63673 100644 --- a/managed/services/victoriametrics/scrape_configs.go +++ b/managed/services/victoriametrics/scrape_configs.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/victoriametrics/scrape_configs_test.go b/managed/services/victoriametrics/scrape_configs_test.go index 7969431400..29d08272dc 100644 --- a/managed/services/victoriametrics/scrape_configs_test.go +++ b/managed/services/victoriametrics/scrape_configs_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/victoriametrics/victoriametrics.go b/managed/services/victoriametrics/victoriametrics.go index 7a70108d67..746e3008d7 100644 --- a/managed/services/victoriametrics/victoriametrics.go +++ b/managed/services/victoriametrics/victoriametrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/victoriametrics/victoriametrics_test.go b/managed/services/victoriametrics/victoriametrics_test.go index 90607082fb..d6a7db56cb 100644 --- a/managed/services/victoriametrics/victoriametrics_test.go +++ b/managed/services/victoriametrics/victoriametrics_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/vmalert/external_rules.go b/managed/services/vmalert/external_rules.go index e87030895e..b60ff6d8e2 100644 --- a/managed/services/vmalert/external_rules.go +++ b/managed/services/vmalert/external_rules.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/vmalert/init_test.go b/managed/services/vmalert/init_test.go index 2399a45e94..d147f53360 100644 --- a/managed/services/vmalert/init_test.go +++ b/managed/services/vmalert/init_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/vmalert/vmalert.go b/managed/services/vmalert/vmalert.go index bc8c0f74b8..f5c86c03e0 100644 --- a/managed/services/vmalert/vmalert.go +++ b/managed/services/vmalert/vmalert.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/services/vmalert/vmalert_test.go b/managed/services/vmalert/vmalert_test.go index 47221fa94d..3d3da6afe9 100644 --- a/managed/services/vmalert/vmalert_test.go +++ b/managed/services/vmalert/vmalert_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/clean/clean.go b/managed/utils/clean/clean.go index 8ca7e69aa6..2a319e165e 100644 --- a/managed/utils/clean/clean.go +++ b/managed/utils/clean/clean.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/clean/clean_test.go b/managed/utils/clean/clean_test.go index 8991b20850..95e2d6881e 100644 --- a/managed/utils/clean/clean_test.go +++ b/managed/utils/clean/clean_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/collectors/collectors.go b/managed/utils/collectors/collectors.go index f08905b150..66e464ff40 100644 --- a/managed/utils/collectors/collectors.go +++ b/managed/utils/collectors/collectors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/depstests/depstests.go b/managed/utils/depstests/depstests.go index dd08cf3750..f7b17754f1 100644 --- a/managed/utils/depstests/depstests.go +++ b/managed/utils/depstests/depstests.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/depstests/protobuf_test.go b/managed/utils/depstests/protobuf_test.go index 7d1ecce53c..472c9fc4e3 100644 --- a/managed/utils/depstests/protobuf_test.go +++ b/managed/utils/depstests/protobuf_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/dir/dir.go b/managed/utils/dir/dir.go index bd5f7ceb59..7714b9025c 100644 --- a/managed/utils/dir/dir.go +++ b/managed/utils/dir/dir.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/dir/dir_test.go b/managed/utils/dir/dir_test.go index e23f8cea3e..8c05ccafb7 100644 --- a/managed/utils/dir/dir_test.go +++ b/managed/utils/dir/dir_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/envvars/parser.go b/managed/utils/envvars/parser.go index 7847419984..3412e95f23 100644 --- a/managed/utils/envvars/parser.go +++ b/managed/utils/envvars/parser.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/envvars/parser_test.go b/managed/utils/envvars/parser_test.go index 6bb5d91a83..2d823ea055 100644 --- a/managed/utils/envvars/parser_test.go +++ b/managed/utils/envvars/parser_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/interceptors/grpc_extension.go b/managed/utils/interceptors/grpc_extension.go index 16b8c4b584..19046adefc 100644 --- a/managed/utils/interceptors/grpc_extension.go +++ b/managed/utils/interceptors/grpc_extension.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/interceptors/interceptors.go b/managed/utils/interceptors/interceptors.go index a783a4ab2b..039de49143 100644 --- a/managed/utils/interceptors/interceptors.go +++ b/managed/utils/interceptors/interceptors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/interceptors/middlewares.go b/managed/utils/interceptors/middlewares.go index 6fa1a82837..fdd9e0d581 100644 --- a/managed/utils/interceptors/middlewares.go +++ b/managed/utils/interceptors/middlewares.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/interceptors/service.go b/managed/utils/interceptors/service.go index cf47ebd6de..86c5040e41 100644 --- a/managed/utils/interceptors/service.go +++ b/managed/utils/interceptors/service.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/irt/logger.go b/managed/utils/irt/logger.go index cbaa896b91..5a28fe31b0 100644 --- a/managed/utils/irt/logger.go +++ b/managed/utils/irt/logger.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/irt/metrics.go b/managed/utils/irt/metrics.go index e895325ee4..57a72ebc03 100644 --- a/managed/utils/irt/metrics.go +++ b/managed/utils/irt/metrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/platform/client.go b/managed/utils/platform/client.go index e6367d910d..c199e501e0 100644 --- a/managed/utils/platform/client.go +++ b/managed/utils/platform/client.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/pprof/pprof.go b/managed/utils/pprof/pprof.go index 007a8b39f3..71c5687c76 100644 --- a/managed/utils/pprof/pprof.go +++ b/managed/utils/pprof/pprof.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/pprof/pprof_test.go b/managed/utils/pprof/pprof_test.go index f80204a99a..1dcc59a4ba 100644 --- a/managed/utils/pprof/pprof_test.go +++ b/managed/utils/pprof/pprof_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/signatures/signatures.go b/managed/utils/signatures/signatures.go index d5e4f9e02a..8d6d905d29 100644 --- a/managed/utils/signatures/signatures.go +++ b/managed/utils/signatures/signatures.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/signatures/signatures_test.go b/managed/utils/signatures/signatures_test.go index af86cf0fd8..9e8935421e 100644 --- a/managed/utils/signatures/signatures_test.go +++ b/managed/utils/signatures/signatures_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/stringset/stringset.go b/managed/utils/stringset/stringset.go index 548f07ad4f..b59b3c02af 100644 --- a/managed/utils/stringset/stringset.go +++ b/managed/utils/stringset/stringset.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/testdb/db.go b/managed/utils/testdb/db.go index 1a2354ff9f..d5707e367a 100644 --- a/managed/utils/testdb/db.go +++ b/managed/utils/testdb/db.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/tests/asserts.go b/managed/utils/tests/asserts.go index 6371f8dc46..cb52d9296a 100644 --- a/managed/utils/tests/asserts.go +++ b/managed/utils/tests/asserts.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/tests/aws.go b/managed/utils/tests/aws.go index 8537fa1a72..ed003a2350 100644 --- a/managed/utils/tests/aws.go +++ b/managed/utils/tests/aws.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/tests/credentials.go b/managed/utils/tests/credentials.go index cac0241de7..8d5852ec73 100644 --- a/managed/utils/tests/credentials.go +++ b/managed/utils/tests/credentials.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/tests/fuzz.go b/managed/utils/tests/fuzz.go index 36dd4f4583..918e7c5bd9 100644 --- a/managed/utils/tests/fuzz.go +++ b/managed/utils/tests/fuzz.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/tests/id.go b/managed/utils/tests/id.go index 846a1d9083..d49ccc706e 100644 --- a/managed/utils/tests/id.go +++ b/managed/utils/tests/id.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/validators/alerting_rules.go b/managed/utils/validators/alerting_rules.go index 81fb8aa66f..d00de9a17f 100644 --- a/managed/utils/validators/alerting_rules.go +++ b/managed/utils/validators/alerting_rules.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/validators/alerting_rules_test.go b/managed/utils/validators/alerting_rules_test.go index 859dde22d7..ed40d7daff 100644 --- a/managed/utils/validators/alerting_rules_test.go +++ b/managed/utils/validators/alerting_rules_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/managed/utils/validators/validators.go b/managed/utils/validators/validators.go index 7257cf917e..8a4fd3d983 100644 --- a/managed/utils/validators/validators.go +++ b/managed/utils/validators/validators.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/db.go b/qan-api2/db.go index de3ed9d776..8c87408258 100644 --- a/qan-api2/db.go +++ b/qan-api2/db.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/db_test.go b/qan-api2/db_test.go index 1eb145ea93..fc06a5fd7d 100644 --- a/qan-api2/db_test.go +++ b/qan-api2/db_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/exporters/slow_log.go b/qan-api2/exporters/slow_log.go index e13c81e03f..db3d6cd0cc 100644 --- a/qan-api2/exporters/slow_log.go +++ b/qan-api2/exporters/slow_log.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/main.go b/qan-api2/main.go index b0f7ffa422..c155e85c1e 100644 --- a/qan-api2/main.go +++ b/qan-api2/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/maincover_test.go b/qan-api2/maincover_test.go index 1828a08ed0..4f5accd141 100644 --- a/qan-api2/maincover_test.go +++ b/qan-api2/maincover_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/models/base.go b/qan-api2/models/base.go index 4f0368d8aa..45a3493b98 100644 --- a/qan-api2/models/base.go +++ b/qan-api2/models/base.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/models/data_ingestion.go b/qan-api2/models/data_ingestion.go index 6a8746ccbf..d6eda35ba5 100644 --- a/qan-api2/models/data_ingestion.go +++ b/qan-api2/models/data_ingestion.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/models/metrics.go b/qan-api2/models/metrics.go index 4b34dcb178..70dac41689 100644 --- a/qan-api2/models/metrics.go +++ b/qan-api2/models/metrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/models/reporter.go b/qan-api2/models/reporter.go index 4ceebcd10f..4a5e463626 100644 --- a/qan-api2/models/reporter.go +++ b/qan-api2/models/reporter.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/base.go b/qan-api2/services/analytics/base.go index b9e9bd54e0..5d91cf5014 100644 --- a/qan-api2/services/analytics/base.go +++ b/qan-api2/services/analytics/base.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/filters.go b/qan-api2/services/analytics/filters.go index da6cdc9bfe..97d46ba1de 100644 --- a/qan-api2/services/analytics/filters.go +++ b/qan-api2/services/analytics/filters.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/filters_test.go b/qan-api2/services/analytics/filters_test.go index 163ffd8c25..31b4fb81f4 100644 --- a/qan-api2/services/analytics/filters_test.go +++ b/qan-api2/services/analytics/filters_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/metrics_names.go b/qan-api2/services/analytics/metrics_names.go index 5d5074e0a3..4f913d80dd 100644 --- a/qan-api2/services/analytics/metrics_names.go +++ b/qan-api2/services/analytics/metrics_names.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/metrics_names_test.go b/qan-api2/services/analytics/metrics_names_test.go index b9ca476b6f..c7e8edc667 100644 --- a/qan-api2/services/analytics/metrics_names_test.go +++ b/qan-api2/services/analytics/metrics_names_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/object_details.go b/qan-api2/services/analytics/object_details.go index 72024f41b9..f3bdc191fb 100644 --- a/qan-api2/services/analytics/object_details.go +++ b/qan-api2/services/analytics/object_details.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/object_details_test.go b/qan-api2/services/analytics/object_details_test.go index 9bc076f37b..05793dd581 100644 --- a/qan-api2/services/analytics/object_details_test.go +++ b/qan-api2/services/analytics/object_details_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/profile.go b/qan-api2/services/analytics/profile.go index de0e498254..d2cb850cda 100644 --- a/qan-api2/services/analytics/profile.go +++ b/qan-api2/services/analytics/profile.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/analytics/profile_test.go b/qan-api2/services/analytics/profile_test.go index 8597d17a93..895a7f4dfd 100644 --- a/qan-api2/services/analytics/profile_test.go +++ b/qan-api2/services/analytics/profile_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/services/receiver/receiver.go b/qan-api2/services/receiver/receiver.go index 4d963dd2b7..127f4c0fba 100644 --- a/qan-api2/services/receiver/receiver.go +++ b/qan-api2/services/receiver/receiver.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/utils/interceptors/interceptors.go b/qan-api2/utils/interceptors/interceptors.go index d60ef711f8..fa2cda3033 100644 --- a/qan-api2/utils/interceptors/interceptors.go +++ b/qan-api2/utils/interceptors/interceptors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/utils/logger/grpc.go b/qan-api2/utils/logger/grpc.go index f6e2673182..7fa6342b83 100644 --- a/qan-api2/utils/logger/grpc.go +++ b/qan-api2/utils/logger/grpc.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/qan-api2/utils/logger/logger.go b/qan-api2/utils/logger/logger.go index 45bfe362ef..5bc5b12f8e 100644 --- a/qan-api2/utils/logger/logger.go +++ b/qan-api2/utils/logger/logger.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/tools/go.mod b/tools/go.mod index 77e899de1f..b8b7409c4e 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -7,7 +7,7 @@ replace github.com/go-openapi/spec => github.com/Percona-Lab/spec v0.20.5-percon require ( github.com/BurntSushi/go-sumtype v0.0.0-20190304192233-fcb4a6205bdc github.com/Percona-Lab/swagger-order v0.0.0-20191002141859-166b3973d026 - github.com/apache/skywalking-eyes v0.4.0 + github.com/apache/skywalking-eyes v0.5.0 github.com/bufbuild/buf v1.26.1 github.com/daixiang0/gci v0.11.0 github.com/envoyproxy/protoc-gen-validate v1.0.2 @@ -36,11 +36,12 @@ require ( cloud.google.com/go/datastore v1.14.0 // indirect github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect github.com/Masterminds/goutils v1.1.1 // indirect - github.com/Masterminds/semver/v3 v3.1.1 // indirect - github.com/Masterminds/sprig/v3 v3.2.2 // indirect + github.com/Masterminds/semver/v3 v3.2.0 // indirect + github.com/Masterminds/sprig/v3 v3.2.3 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect - github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect + github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect + github.com/acomagu/bufpipe v1.0.4 // indirect github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect @@ -63,11 +64,15 @@ require ( github.com/docker/docker-credential-helpers v0.8.0 // indirect github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.5.0 // indirect + github.com/emirpasic/gods v1.18.1 // indirect github.com/felixge/fgprof v0.9.3 // indirect github.com/felixge/httpsnoop v1.0.3 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-chi/chi/v5 v5.0.10 // indirect github.com/go-delve/liner v1.2.3-0.20220127212407-d32d89dd2a5d // indirect + github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect + github.com/go-git/go-billy/v5 v5.4.1 // indirect + github.com/go-git/go-git/v5 v5.8.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-openapi/analysis v0.21.3 // indirect @@ -114,16 +119,18 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01 // indirect github.com/hexops/gotextdiff v1.0.3 // indirect - github.com/huandu/xstrings v1.3.1 // indirect + github.com/huandu/xstrings v1.4.0 // indirect github.com/iancoleman/orderedmap v0.2.0 // indirect github.com/iancoleman/strcase v0.2.0 // indirect - github.com/imdario/mergo v0.3.12 // indirect + github.com/imdario/mergo v0.3.16 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jackc/pgx v3.6.2+incompatible // indirect + github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/jdxcode/netrc v0.0.0-20221124155335-4616370d1a84 // indirect github.com/jessevdk/go-flags v1.5.0 // indirect github.com/jinzhu/copier v0.3.5 // indirect github.com/josharian/intern v1.0.0 // indirect + github.com/kevinburke/ssh_config v1.2.0 // indirect github.com/kisielk/gotool v1.0.0 // indirect github.com/klauspost/compress v1.16.7 // indirect github.com/klauspost/pgzip v1.2.6 // indirect @@ -138,10 +145,10 @@ require ( github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mattn/go-shellwords v1.0.12 // indirect github.com/mattn/go-sqlite3 v1.14.6 // indirect - github.com/mitchellh/copystructure v1.0.0 // indirect + github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect - github.com/mitchellh/reflectwalk v1.0.1 // indirect + github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/moby/term v0.5.0 // indirect github.com/morikuni/aec v1.0.0 // indirect github.com/oklog/ulid v1.3.1 // indirect @@ -149,6 +156,7 @@ require ( github.com/opencontainers/image-spec v1.1.0-rc4 // indirect github.com/opentracing/opentracing-go v1.2.0 // indirect github.com/pelletier/go-toml/v2 v2.0.6 // indirect + github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pkg/profile v1.7.0 // indirect @@ -160,8 +168,10 @@ require ( github.com/rs/cors v1.9.0 // indirect github.com/rs/zerolog v1.29.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect - github.com/shopspring/decimal v1.2.0 // indirect + github.com/sergi/go-diff v1.3.1 // indirect + github.com/shopspring/decimal v1.3.1 // indirect github.com/sirupsen/logrus v1.9.3 // indirect + github.com/skeema/knownhosts v1.2.0 // indirect github.com/spf13/afero v1.9.3 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/cobra v1.7.0 // indirect @@ -174,6 +184,7 @@ require ( github.com/vbatts/tar-split v0.11.3 // indirect github.com/vvakame/sdlog v1.2.0 // indirect github.com/xanzy/go-gitlab v0.91.1 // indirect + github.com/xanzy/ssh-agent v0.3.3 // indirect go.mongodb.org/mongo-driver v1.9.0 // indirect go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/otel v1.16.0 // indirect @@ -205,6 +216,7 @@ require ( google.golang.org/grpc v1.58.0 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect gopkg.in/ini.v1 v1.67.0 // indirect + gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/tools/go.sum b/tools/go.sum index c8a85d7523..e930fc604a 100644 --- a/tools/go.sum +++ b/tools/go.sum @@ -60,10 +60,11 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190129172621-c8b1d7a94ddf/go.mod h1:aJ4qN3TfrelA6NZ6AXsXRfmEVaYin3EDbSPJrKS8OXo= github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI= github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= -github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc= -github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= -github.com/Masterminds/sprig/v3 v3.2.2 h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8= -github.com/Masterminds/sprig/v3 v3.2.2/go.mod h1:UoaO7Yp8KlPnJIYWTFkMaqPUYKTfGFPhxNuwnnxkKlk= +github.com/Masterminds/semver/v3 v3.2.0 h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g= +github.com/Masterminds/semver/v3 v3.2.0/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ= +github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA= +github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM= +github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= @@ -71,12 +72,15 @@ github.com/Percona-Lab/spec v0.20.5-percona h1:ViCJVq52QIZxpP8/Nv4/nIed+WnqUirNj github.com/Percona-Lab/spec v0.20.5-percona/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/Percona-Lab/swagger-order v0.0.0-20191002141859-166b3973d026 h1:jvuxsQEuFpoSVw9HCP4kSF52BXYzTvB7CA3eryQXaRc= github.com/Percona-Lab/swagger-order v0.0.0-20191002141859-166b3973d026/go.mod h1:rTCUGM0dF3N6kw5DdoxLDWe7FL49OxY13Y0Ev1jS/BQ= -github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA= github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g= +github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 h1:KLq8BE0KwCL+mmXnjLWEAOYO+2l2AE4YMmqG1ZpZHBs= +github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= github.com/PuerkitoBio/goquery v1.5.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc= github.com/aclements/go-gg v0.0.0-20170118225347-6dbb4e4fefb0/go.mod h1:55qNq4vcpkIuHowELi5C8e+1yUHtoLoOUR9QU5j7Tes= github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 h1:xlwdaKcTNVW4PtpQb8aKA4Pjy0CdJHEqvFbAnvR5m2g= github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794/go.mod h1:7e+I0LQFUI9AXWxOfsQROs9xPhoJtbsyWcjJqDd4KPY= +github.com/acomagu/bufpipe v1.0.4 h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ= +github.com/acomagu/bufpipe v1.0.4/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= github.com/ajstarks/svgo v0.0.0-20210923152817-c3b6e2f0c527/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= @@ -86,12 +90,14 @@ github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRF github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc= github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= github.com/andybalholm/cascadia v1.1.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y= +github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/apache/skywalking-eyes v0.4.0 h1:O13kdRU6FCEZevfD01mdhTgCZLLfPZIQ0GXZrLl7FpQ= -github.com/apache/skywalking-eyes v0.4.0/go.mod h1:WblDbBgOLsLN0FJEBa9xj6PhuUA/J6spKYVTG4/F8Ls= +github.com/apache/skywalking-eyes v0.5.0 h1:X41jAhmnJazHuR5mOGt1nZA7mFaAluf9mvB1JBzr5xI= +github.com/apache/skywalking-eyes v0.5.0/go.mod h1:rwVEbfh8GovISedSOc7nHGrcnkQ7sfTc31iYU5hSpEE= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= +github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ= github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= @@ -152,7 +158,6 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cosiner/argv v0.1.0 h1:BVDiEL32lwHukgJKP87btEPenzrrHUjajs/8yzaqcXg= github.com/cosiner/argv v0.1.0/go.mod h1:EusR6TucWKX+zFgtdUsKT2Cvg45K5rtpCcWz4hK06d8= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w= github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= @@ -180,6 +185,9 @@ github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKoh github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= +github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 h1:RIB4cRk+lBqKK3Oy0r2gRX4ui7tuhiZq2SuTtTCi0/0= +github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= +github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= @@ -204,6 +212,7 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY= github.com/go-chi/chi/v5 v5.0.10 h1:rLz5avzKpjqxrYwXNfmjkrYYXOyLJd37pz53UFHC6vk= github.com/go-chi/chi/v5 v5.0.10/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= github.com/go-delve/delve v1.21.0 h1:npcc8TZhdVxaMSJon+zqcE3bXM/ck8SSOOWw/id13jI= @@ -215,6 +224,13 @@ github.com/go-fonts/latin-modern v0.2.0/go.mod h1:rQVLdDMK+mK1xscDwsqM5J8U2jrRa3 github.com/go-fonts/liberation v0.1.1/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= github.com/go-fonts/liberation v0.2.0/go.mod h1:K6qoJYypsmfVjWg8KOVDQhLc8UDgIK2HYqyqAO9z7GY= github.com/go-fonts/stix v0.1.0/go.mod h1:w/c1f0ldAUlJmLBvlbkvVXLAD+tAMqobIIQpmnUIzUY= +github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI= +github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic= +github.com/go-git/go-billy/v5 v5.4.1 h1:Uwp5tDRkPr+l/TnbHOQzp+tmJfLceOlbVucgpTz8ix4= +github.com/go-git/go-billy/v5 v5.4.1/go.mod h1:vjbugF6Fz7JIflbVpl1hJsGjSHNltrSw45YK/ukIvQg= +github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20230305113008-0c11038e723f h1:Pz0DHeFij3XFhoBRGUDPzSJ+w2UcK5/0JvF8DRI58r8= +github.com/go-git/go-git/v5 v5.8.0 h1:Rc543s6Tyq+YcyPwZRvU4jzZGM8rB/wWu94TnTIYALQ= +github.com/go-git/go-git/v5 v5.8.0/go.mod h1:coJHKEOk5kUClpsNlXrUvPrDxY3w3gjHvhcZd8Fodw8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -468,8 +484,9 @@ github.com/haya14busa/go-checkstyle v0.0.0-20170303121022-5e9d09f51fa1/go.mod h1 github.com/haya14busa/go-sarif v0.0.0-20210102043135-e2c5fed2fa3d/go.mod h1:1Hkn3JseGMB/hv1ywzkapVQDWV3bFgp6POZobZmR/5g= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg= -github.com/huandu/xstrings v1.3.1 h1:4jgBlKK6tLKFvO8u5pmYjG91cqytmDCDvGh7ECVFfFs= -github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= +github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= +github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU= +github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/iancoleman/orderedmap v0.2.0 h1:sq1N/TFpYH++aViPcaKjys3bDClUEU7s5B+z6jq8pNA= github.com/iancoleman/orderedmap v0.2.0/go.mod h1:N0Wam8K1arqPXNWjMo21EXnBPOPp36vB07FNRdD2geA= github.com/iancoleman/strcase v0.2.0 h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0= @@ -478,8 +495,8 @@ github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1: github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= -github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU= -github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= +github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= +github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= @@ -487,6 +504,8 @@ github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 h1:vr3AYkKovP8uR8AvSGGU github.com/jackc/fake v0.0.0-20150926172116-812a484cc733/go.mod h1:WrMFNQdiFJ80sQsxDoMokWK1W5TQtxBFNpzWTD84ibQ= github.com/jackc/pgx v3.6.2+incompatible h1:2zP5OD7kiyR3xzRYMhOcXVvkDZsImVXfj+yIyTQf3/o= github.com/jackc/pgx v3.6.2+incompatible/go.mod h1:0ZGrqGqkRlliWnWB4zKnWtjbSWbGkVEFm4TeybAXq+I= +github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= +github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jdxcode/netrc v0.0.0-20221124155335-4616370d1a84 h1:2uT3aivO7NVpUPGcQX7RbHijHMyWix/yCnIrCWc+5co= github.com/jdxcode/netrc v0.0.0-20221124155335-4616370d1a84/go.mod h1:Zi/ZFkEqFHTm7qkjyNJjaWH4LQA9LQhGJyF0lTYGpxw= github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc= @@ -509,6 +528,8 @@ github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+ github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= +github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4= +github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= @@ -547,6 +568,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE= github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0= +github.com/matryer/is v1.2.0 h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A= +github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= @@ -568,8 +591,9 @@ github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= -github.com/mitchellh/copystructure v1.0.0 h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ= github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw= +github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= +github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= @@ -583,8 +607,8 @@ github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= -github.com/mitchellh/reflectwalk v1.0.1 h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE= -github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= +github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ= +github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0= github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -610,6 +634,8 @@ github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= +github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4= +github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI= github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU= github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= @@ -665,18 +691,23 @@ github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfF github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245/go.mod h1:pQAZKsJ8yyVxGRWYNEm9oFB8ieLgKFnamEyDmSA0BRk= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ= +github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8= +github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= +github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8= +github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= -github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= +github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= +github.com/skeema/knownhosts v1.2.0 h1:h9r9cf0+u7wSE+M183ZtMGgOJKiL96brpaz5ekfJCpM= +github.com/skeema/knownhosts v1.2.0/go.mod h1:g4fPeYpque7P0xefxtGzV81ihjC8sX2IqpAoNkjxbMo= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= @@ -690,7 +721,6 @@ github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo= -github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g= github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I= github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= @@ -738,6 +768,8 @@ github.com/vvakame/sdlog v1.2.0 h1:gwZRXZ0EmhJQJN/Do/+PTQigcmFiSqZ07aDjxqGOLT8= github.com/vvakame/sdlog v1.2.0/go.mod h1:gFYv2g/iR3pJSxkJz0YnkNmhNbXT5R3PzWsfZKGQADY= github.com/xanzy/go-gitlab v0.91.1 h1:gnV57IPGYywWer32oXKBcdmc8dVxeKl3AauV8Bu17rw= github.com/xanzy/go-gitlab v0.91.1/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= +github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= +github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM= @@ -747,7 +779,6 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.mongodb.org/mongo-driver v1.7.3/go.mod h1:NqaYOwnXWr5Pm7AOpO5QFxKJ503nbMse/R79oO62zWg= @@ -797,14 +828,14 @@ golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20200414173820-0848c9571904/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck= @@ -857,7 +888,6 @@ golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= @@ -900,10 +930,7 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220517181318-183a9ca12b87/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= @@ -921,7 +948,6 @@ golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE= golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4= golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4= @@ -938,7 +964,6 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= @@ -984,6 +1009,7 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210304124612-50617c2ba197/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -996,10 +1022,7 @@ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1103,7 +1126,6 @@ golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.13.0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ= @@ -1112,7 +1134,6 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk= golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= @@ -1239,9 +1260,11 @@ gopkg.in/alecthomas/kingpin.v2 v2.2.6 h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQ gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= @@ -1249,6 +1272,8 @@ gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/reform.v1 v1.5.1 h1:7vhDFW1n1xAPC6oDSvIvVvpRkaRpXlxgJ4QB4s3aDdo= gopkg.in/reform.v1 v1.5.1/go.mod h1:AIv0CbDRJ0ljQwptGeaIXfpDRo02uJwTq92aMFELEeU= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= +gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME= +gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -1262,7 +1287,6 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0= diff --git a/tools/tools.go b/tools/tools.go index bbe45acd65..bac23abc14 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/main.go b/update/main.go index 01c71fa3ad..e1f87f921c 100644 --- a/update/main.go +++ b/update/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/main_test.go b/update/main_test.go index 5731973001..98a41a6c14 100644 --- a/update/main_test.go +++ b/update/main_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/maincover_test.go b/update/maincover_test.go index 921c29afbf..aa26b16d85 100644 --- a/update/maincover_test.go +++ b/update/maincover_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/ansible/ansible.go b/update/pkg/ansible/ansible.go index 00889e47bb..08c1d05547 100644 --- a/update/pkg/ansible/ansible.go +++ b/update/pkg/ansible/ansible.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/ansible/ansible_test.go b/update/pkg/ansible/ansible_test.go index a98f8d41c4..6f4e34eb20 100644 --- a/update/pkg/ansible/ansible_test.go +++ b/update/pkg/ansible/ansible_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/run/run.go b/update/pkg/run/run.go index b370d24963..399a903273 100644 --- a/update/pkg/run/run.go +++ b/update/pkg/run/run.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/run/run_test.go b/update/pkg/run/run_test.go index 1f73d825a8..8557880ab8 100644 --- a/update/pkg/run/run_test.go +++ b/update/pkg/run/run_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/yum/info.go b/update/pkg/yum/info.go index f705d2922e..95728e928d 100644 --- a/update/pkg/yum/info.go +++ b/update/pkg/yum/info.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/yum/info_test.go b/update/pkg/yum/info_test.go index d8cc827c80..1604e92d1d 100644 --- a/update/pkg/yum/info_test.go +++ b/update/pkg/yum/info_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/yum/yum.go b/update/pkg/yum/yum.go index f9b906f86d..008ad208b1 100644 --- a/update/pkg/yum/yum.go +++ b/update/pkg/yum/yum.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/update/pkg/yum/yum_test.go b/update/pkg/yum/yum_test.go index 5b3e70131a..d2ad230000 100644 --- a/update/pkg/yum/yum_test.go +++ b/update/pkg/yum/yum_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/depstests/depstests.go b/utils/depstests/depstests.go index 67fa07dda4..f7b17754f1 100644 --- a/utils/depstests/depstests.go +++ b/utils/depstests/depstests.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/depstests/protobuf_test.go b/utils/depstests/protobuf_test.go index 788c5ecbcc..941aa6f7f8 100644 --- a/utils/depstests/protobuf_test.go +++ b/utils/depstests/protobuf_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/errors/errors.go b/utils/errors/errors.go index 9550f5843e..1499d84778 100644 --- a/utils/errors/errors.go +++ b/utils/errors/errors.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/logger/global.go b/utils/logger/global.go index ec5ed4f4aa..9368bb145c 100644 --- a/utils/logger/global.go +++ b/utils/logger/global.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/logger/grpc.go b/utils/logger/grpc.go index 1b5c04998d..fcc4f2219e 100644 --- a/utils/logger/grpc.go +++ b/utils/logger/grpc.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/logger/logger.go b/utils/logger/logger.go index 2ff85b60a0..89a0211ad1 100644 --- a/utils/logger/logger.go +++ b/utils/logger/logger.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/nodeinfo/nodeinfo.go b/utils/nodeinfo/nodeinfo.go index c8ade0b3a2..f8f928bf89 100644 --- a/utils/nodeinfo/nodeinfo.go +++ b/utils/nodeinfo/nodeinfo.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/nodeinfo/nodeinfo_test.go b/utils/nodeinfo/nodeinfo_test.go index 159b824116..ea97b4b761 100644 --- a/utils/nodeinfo/nodeinfo_test.go +++ b/utils/nodeinfo/nodeinfo_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/pdeathsig/pdeathsig.go b/utils/pdeathsig/pdeathsig.go index 28d33fbbbf..cf31b6ee32 100644 --- a/utils/pdeathsig/pdeathsig.go +++ b/utils/pdeathsig/pdeathsig.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/pdeathsig/pdeathsig_linux.go b/utils/pdeathsig/pdeathsig_linux.go index 1738028d05..87ecf654a1 100644 --- a/utils/pdeathsig/pdeathsig_linux.go +++ b/utils/pdeathsig/pdeathsig_linux.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/sqlmetrics/reform.go b/utils/sqlmetrics/reform.go index 843ffced74..c7d8577140 100644 --- a/utils/sqlmetrics/reform.go +++ b/utils/sqlmetrics/reform.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/sqlmetrics/sqlmetrics.go b/utils/sqlmetrics/sqlmetrics.go index 3fe412feb3..00a582ef4d 100644 --- a/utils/sqlmetrics/sqlmetrics.go +++ b/utils/sqlmetrics/sqlmetrics.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/utils/tlsconfig/tlsconfig.go b/utils/tlsconfig/tlsconfig.go index 29e101e3b1..e527cc6371 100644 --- a/utils/tlsconfig/tlsconfig.go +++ b/utils/tlsconfig/tlsconfig.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/version/parsed.go b/version/parsed.go index c312272d52..dce3d6887d 100644 --- a/version/parsed.go +++ b/version/parsed.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/version/parsed_test.go b/version/parsed_test.go index c049811b19..cba04bd74a 100644 --- a/version/parsed_test.go +++ b/version/parsed_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/version/release.go b/version/release.go index 7e74cfc8df..e35ce12602 100644 --- a/version/release.go +++ b/version/release.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/version/release_test.go b/version/release_test.go index 019668c407..46db728e84 100644 --- a/version/release_test.go +++ b/version/release_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/version/update.go b/version/update.go index 165b712cf3..5441043343 100644 --- a/version/update.go +++ b/version/update.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/vmproxy/main.go b/vmproxy/main.go index a955dbf4a4..f52ed527f4 100644 --- a/vmproxy/main.go +++ b/vmproxy/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/vmproxy/main_test.go b/vmproxy/main_test.go index c4d72f4287..8b003d232b 100644 --- a/vmproxy/main_test.go +++ b/vmproxy/main_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/vmproxy/proxy/proxy.go b/vmproxy/proxy/proxy.go index 8d7f5ec762..dbc1aa0730 100644 --- a/vmproxy/proxy/proxy.go +++ b/vmproxy/proxy/proxy.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/vmproxy/proxy/proxy_test.go b/vmproxy/proxy/proxy_test.go index 6a5008ea8c..daa35dbd5b 100644 --- a/vmproxy/proxy/proxy_test.go +++ b/vmproxy/proxy/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Percona LLC +// Copyright (C) 2023 Percona LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by