diff --git a/.licenserc.yaml b/.licenserc.yaml index 07b4f740fb..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,7 +12,7 @@ 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" @@ -22,8 +22,8 @@ header: copyright-year: 2023 - paths: - - "./agent/**/*.go" - - "./admin/**/.go" + - "agent/**/*.go" + - "admin/**/*.go" paths-ignore: - "**/*_reform.go" - "**/mock_*" 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/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.