From 7f10606108e36275802c3a19694dcf3dfe6f243c Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 23 Jan 2026 16:25:50 +0800 Subject: [PATCH] update licenses --- cmd/manifest/update_latest_version.go | 2 +- cmd/ticloud/main.go | 2 +- gen_doc.go | 2 +- install.sh | 2 +- internal/cli/auth/auth.go | 2 +- internal/cli/auth/login.go | 2 +- internal/cli/auth/logout.go | 2 +- internal/cli/auth/whoami.go | 2 +- internal/cli/config/config.go | 2 +- internal/cli/config/create.go | 2 +- internal/cli/config/create_test.go | 2 +- internal/cli/config/delete.go | 2 +- internal/cli/config/delete_test.go | 2 +- internal/cli/config/describe.go | 2 +- internal/cli/config/describe_test.go | 2 +- internal/cli/config/edit.go | 2 +- internal/cli/config/list.go | 2 +- internal/cli/config/list_test.go | 2 +- internal/cli/config/set.go | 2 +- internal/cli/config/set_test.go | 2 +- internal/cli/config/use.go | 2 +- internal/cli/config/use_test.go | 2 +- internal/cli/project/list.go | 2 +- internal/cli/project/list_test.go | 2 +- internal/cli/project/project.go | 2 +- internal/cli/root.go | 2 +- internal/cli/root_test.go | 2 +- internal/cli/serverless/auditlog/auditlog.go | 2 +- internal/cli/serverless/auditlog/config/config.go | 2 +- internal/cli/serverless/auditlog/config/describe.go | 2 +- internal/cli/serverless/auditlog/config/ui.go | 2 +- internal/cli/serverless/auditlog/config/update.go | 2 +- internal/cli/serverless/auditlog/download.go | 2 +- internal/cli/serverless/auditlog/download_with_prompt.go | 2 +- internal/cli/serverless/auditlog/download_without_prompt.go | 2 +- internal/cli/serverless/auditlog/filter/create.go | 2 +- internal/cli/serverless/auditlog/filter/delete.go | 2 +- internal/cli/serverless/auditlog/filter/describe.go | 2 +- internal/cli/serverless/auditlog/filter/filter.go | 2 +- internal/cli/serverless/auditlog/filter/list.go | 2 +- internal/cli/serverless/auditlog/filter/template.go | 2 +- internal/cli/serverless/auditlog/filter/update.go | 2 +- internal/cli/serverless/authorizednetwork/authorized_network.go | 2 +- internal/cli/serverless/authorizednetwork/create.go | 2 +- internal/cli/serverless/authorizednetwork/create_test.go | 2 +- internal/cli/serverless/authorizednetwork/delete.go | 2 +- internal/cli/serverless/authorizednetwork/delete_test.go | 2 +- internal/cli/serverless/authorizednetwork/list.go | 2 +- internal/cli/serverless/authorizednetwork/list_test.go | 2 +- internal/cli/serverless/authorizednetwork/update.go | 2 +- internal/cli/serverless/authorizednetwork/update_test.go | 2 +- internal/cli/serverless/backup/backup.go | 2 +- internal/cli/serverless/backup/delete.go | 2 +- internal/cli/serverless/backup/delete_test.go | 2 +- internal/cli/serverless/backup/describe.go | 2 +- internal/cli/serverless/backup/describe_test.go | 2 +- internal/cli/serverless/backup/list.go | 2 +- internal/cli/serverless/backup/list_test.go | 2 +- internal/cli/serverless/branch/branch.go | 2 +- internal/cli/serverless/branch/create.go | 2 +- internal/cli/serverless/branch/create_test.go | 2 +- internal/cli/serverless/branch/delete.go | 2 +- internal/cli/serverless/branch/delete_test.go | 2 +- internal/cli/serverless/branch/describe.go | 2 +- internal/cli/serverless/branch/describe_test.go | 2 +- internal/cli/serverless/branch/list.go | 2 +- internal/cli/serverless/branch/list_test.go | 2 +- internal/cli/serverless/branch/reset.go | 2 +- internal/cli/serverless/branch/reset_test.go | 2 +- internal/cli/serverless/branch/shell.go | 2 +- internal/cli/serverless/capacity.go | 2 +- internal/cli/serverless/capacity_test.go | 2 +- internal/cli/serverless/changefeed/changefeed.go | 2 +- internal/cli/serverless/changefeed/create.go | 2 +- internal/cli/serverless/changefeed/delete.go | 2 +- internal/cli/serverless/changefeed/describe.go | 2 +- internal/cli/serverless/changefeed/edit.go | 2 +- internal/cli/serverless/changefeed/list.go | 2 +- internal/cli/serverless/changefeed/pause.go | 2 +- internal/cli/serverless/changefeed/resume.go | 2 +- internal/cli/serverless/changefeed/template.go | 2 +- internal/cli/serverless/changefeed/ui.go | 2 +- internal/cli/serverless/cluster.go | 2 +- internal/cli/serverless/create.go | 2 +- internal/cli/serverless/create_test.go | 2 +- internal/cli/serverless/dataimport/cancel.go | 2 +- internal/cli/serverless/dataimport/cancel_test.go | 2 +- internal/cli/serverless/dataimport/describe.go | 2 +- internal/cli/serverless/dataimport/describe_test.go | 2 +- internal/cli/serverless/dataimport/import.go | 2 +- internal/cli/serverless/dataimport/list.go | 2 +- internal/cli/serverless/dataimport/list_test.go | 2 +- internal/cli/serverless/dataimport/start/azblob.go | 2 +- internal/cli/serverless/dataimport/start/azblob_test.go | 2 +- internal/cli/serverless/dataimport/start/gcs.go | 2 +- internal/cli/serverless/dataimport/start/gcs_test.go | 2 +- internal/cli/serverless/dataimport/start/local.go | 2 +- internal/cli/serverless/dataimport/start/local_test.go | 2 +- internal/cli/serverless/dataimport/start/oss.go | 2 +- internal/cli/serverless/dataimport/start/oss_test.go | 2 +- internal/cli/serverless/dataimport/start/s3.go | 2 +- internal/cli/serverless/dataimport/start/s3_test.go | 2 +- internal/cli/serverless/dataimport/start/start.go | 2 +- internal/cli/serverless/delete.go | 2 +- internal/cli/serverless/delete_test.go | 2 +- internal/cli/serverless/describe.go | 2 +- internal/cli/serverless/describe_test.go | 2 +- internal/cli/serverless/export/cancel.go | 2 +- internal/cli/serverless/export/cancel_test.go | 2 +- internal/cli/serverless/export/create.go | 2 +- internal/cli/serverless/export/create_test.go | 2 +- internal/cli/serverless/export/describe.go | 2 +- internal/cli/serverless/export/describe_test.go | 2 +- internal/cli/serverless/export/download.go | 2 +- internal/cli/serverless/export/download_with_prompt.go | 2 +- internal/cli/serverless/export/download_without_prompt.go | 2 +- internal/cli/serverless/export/export.go | 2 +- internal/cli/serverless/export/list.go | 2 +- internal/cli/serverless/export/list_test.go | 2 +- internal/cli/serverless/export/ui.go | 2 +- internal/cli/serverless/list.go | 2 +- internal/cli/serverless/list_test.go | 2 +- internal/cli/serverless/migration/create.go | 2 +- internal/cli/serverless/migration/create_test.go | 2 +- internal/cli/serverless/migration/delete.go | 2 +- internal/cli/serverless/migration/delete_test.go | 2 +- internal/cli/serverless/migration/describe.go | 2 +- internal/cli/serverless/migration/describe_test.go | 2 +- internal/cli/serverless/migration/list.go | 2 +- internal/cli/serverless/migration/list_test.go | 2 +- internal/cli/serverless/migration/migration.go | 2 +- internal/cli/serverless/migration/pause.go | 2 +- internal/cli/serverless/migration/pause_test.go | 2 +- internal/cli/serverless/migration/resume.go | 2 +- internal/cli/serverless/migration/resume_test.go | 2 +- internal/cli/serverless/migration/template.go | 2 +- internal/cli/serverless/migration/template_test.go | 2 +- internal/cli/serverless/privatelink/attach.go | 2 +- internal/cli/serverless/privatelink/create.go | 2 +- internal/cli/serverless/privatelink/delete.go | 2 +- internal/cli/serverless/privatelink/describe.go | 2 +- internal/cli/serverless/privatelink/detach.go | 2 +- internal/cli/serverless/privatelink/list.go | 2 +- internal/cli/serverless/privatelink/privatelink.go | 2 +- internal/cli/serverless/privatelink/ui.go | 2 +- internal/cli/serverless/privatelink/zone.go | 2 +- internal/cli/serverless/region.go | 2 +- internal/cli/serverless/restore.go | 2 +- internal/cli/serverless/restore_test.go | 2 +- internal/cli/serverless/shell.go | 2 +- internal/cli/serverless/spending_limit.go | 2 +- internal/cli/serverless/spending_limit_test.go | 2 +- internal/cli/serverless/sqluser/create.go | 2 +- internal/cli/serverless/sqluser/create_test.go | 2 +- internal/cli/serverless/sqluser/delete.go | 2 +- internal/cli/serverless/sqluser/delete_test.go | 2 +- internal/cli/serverless/sqluser/list.go | 2 +- internal/cli/serverless/sqluser/list_test.go | 2 +- internal/cli/serverless/sqluser/sqluser.go | 2 +- internal/cli/serverless/sqluser/update.go | 2 +- internal/cli/serverless/sqluser/update_test.go | 2 +- internal/cli/serverless/update.go | 2 +- internal/cli/serverless/update_test.go | 2 +- internal/cli/upgrade/upgrade.go | 2 +- internal/cli/version/version.go | 2 +- internal/config/config.go | 2 +- internal/config/profile.go | 2 +- internal/config/profile_test.go | 2 +- internal/config/store/keyring.go | 2 +- internal/config/store/keyring_darwin.go | 2 +- internal/config/store/keyring_linux.go | 2 +- internal/config/store/keyring_windows.go | 2 +- internal/flag/flag.go | 2 +- internal/helper.go | 2 +- internal/iostream/iostream.go | 2 +- internal/log/logger.go | 2 +- internal/output/output.go | 2 +- internal/prop/property.go | 2 +- internal/service/aws/s3/default_read_seeker_write_to.go | 2 +- internal/service/aws/s3/default_read_seeker_write_to_windows.go | 2 +- internal/service/aws/s3/pool.go | 2 +- internal/service/aws/s3/uploader.go | 2 +- internal/service/cloud/api_client.go | 2 +- internal/service/cloud/logic.go | 2 +- internal/service/github/version.go | 2 +- internal/telemetry/command.go | 2 +- internal/telemetry/event.go | 2 +- internal/telemetry/event_test.go | 2 +- internal/telemetry/installer_darwin.go | 2 +- internal/telemetry/installer_linux.go | 2 +- internal/telemetry/installer_windows.go | 2 +- internal/telemetry/sender.go | 2 +- internal/telemetry/telemetry.go | 2 +- internal/telemetry/tracker.go | 2 +- internal/telemetry/tracker_test.go | 2 +- internal/ui/chat_box_model.go | 2 +- internal/ui/common.go | 2 +- internal/ui/confirm_model.go | 2 +- internal/ui/process_model.go | 2 +- internal/ui/select_model.go | 2 +- internal/ui/spinner_model.go | 2 +- internal/ui/text_area_model.go | 2 +- internal/ui/text_input_model.go | 2 +- internal/util/arg.go | 2 +- internal/util/authorized_network.go | 2 +- internal/util/browser.go | 2 +- internal/util/constant.go | 2 +- internal/util/download.go | 2 +- internal/util/error.go | 2 +- internal/util/search.go | 2 +- internal/util/shell.go | 2 +- internal/util/sqluser.go | 2 +- internal/util/test.go | 2 +- internal/util/toml.go | 2 +- internal/util/validation.go | 2 +- internal/util/wordwrap.go | 2 +- internal/util/wordwrap_test.go | 2 +- internal/version/version.go | 2 +- scripts/add-copy.sh | 2 +- scripts/fix-lint.sh | 2 +- scripts/fmt.sh | 2 +- 221 files changed, 221 insertions(+), 221 deletions(-) diff --git a/cmd/manifest/update_latest_version.go b/cmd/manifest/update_latest_version.go index 757acbdc..f5c5d3ef 100644 --- a/cmd/manifest/update_latest_version.go +++ b/cmd/manifest/update_latest_version.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmd/ticloud/main.go b/cmd/ticloud/main.go index ffaeed7b..8165475d 100644 --- a/cmd/ticloud/main.go +++ b/cmd/ticloud/main.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/gen_doc.go b/gen_doc.go index 5b86fa69..9ca17ed7 100644 --- a/gen_doc.go +++ b/gen_doc.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/install.sh b/install.sh index 9f7d9c73..734af567 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2025 PingCAP, Inc. +# Copyright 2026 PingCAP, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/internal/cli/auth/auth.go b/internal/cli/auth/auth.go index 86551df2..fde9fd3b 100644 --- a/internal/cli/auth/auth.go +++ b/internal/cli/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/auth/login.go b/internal/cli/auth/login.go index 2a0c79c0..8692e7f0 100644 --- a/internal/cli/auth/login.go +++ b/internal/cli/auth/login.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/auth/logout.go b/internal/cli/auth/logout.go index 7d131098..19719fa5 100644 --- a/internal/cli/auth/logout.go +++ b/internal/cli/auth/logout.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/auth/whoami.go b/internal/cli/auth/whoami.go index e65a4b1b..bdea4cf8 100644 --- a/internal/cli/auth/whoami.go +++ b/internal/cli/auth/whoami.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/config.go b/internal/cli/config/config.go index 1ba221b3..6c42d9a3 100644 --- a/internal/cli/config/config.go +++ b/internal/cli/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/create.go b/internal/cli/config/create.go index 8ea82ada..beb52188 100644 --- a/internal/cli/config/create.go +++ b/internal/cli/config/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/create_test.go b/internal/cli/config/create_test.go index 403660e7..ffa7c94d 100644 --- a/internal/cli/config/create_test.go +++ b/internal/cli/config/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/delete.go b/internal/cli/config/delete.go index d403261a..293fcaef 100644 --- a/internal/cli/config/delete.go +++ b/internal/cli/config/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/delete_test.go b/internal/cli/config/delete_test.go index 1a1e9cfb..e1214a55 100644 --- a/internal/cli/config/delete_test.go +++ b/internal/cli/config/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/describe.go b/internal/cli/config/describe.go index f97c5415..aa9edb1c 100644 --- a/internal/cli/config/describe.go +++ b/internal/cli/config/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/describe_test.go b/internal/cli/config/describe_test.go index 87357a43..ff574dc6 100644 --- a/internal/cli/config/describe_test.go +++ b/internal/cli/config/describe_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/edit.go b/internal/cli/config/edit.go index d959225d..3e9e5409 100644 --- a/internal/cli/config/edit.go +++ b/internal/cli/config/edit.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/list.go b/internal/cli/config/list.go index b4d80c78..016dfd14 100644 --- a/internal/cli/config/list.go +++ b/internal/cli/config/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/list_test.go b/internal/cli/config/list_test.go index 47181b7e..439e27f8 100644 --- a/internal/cli/config/list_test.go +++ b/internal/cli/config/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/set.go b/internal/cli/config/set.go index dcc0d472..d1290ad7 100644 --- a/internal/cli/config/set.go +++ b/internal/cli/config/set.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/set_test.go b/internal/cli/config/set_test.go index f5dd398e..8e284e95 100644 --- a/internal/cli/config/set_test.go +++ b/internal/cli/config/set_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/use.go b/internal/cli/config/use.go index 4d930ba7..716d10d9 100644 --- a/internal/cli/config/use.go +++ b/internal/cli/config/use.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/config/use_test.go b/internal/cli/config/use_test.go index 2cc4ad00..7058d5b3 100644 --- a/internal/cli/config/use_test.go +++ b/internal/cli/config/use_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/project/list.go b/internal/cli/project/list.go index 9b047ba2..02e182f3 100644 --- a/internal/cli/project/list.go +++ b/internal/cli/project/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/project/list_test.go b/internal/cli/project/list_test.go index d203f5ae..ae30496e 100644 --- a/internal/cli/project/list_test.go +++ b/internal/cli/project/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/project/project.go b/internal/cli/project/project.go index 9fc6030e..ba83c9f3 100644 --- a/internal/cli/project/project.go +++ b/internal/cli/project/project.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/root.go b/internal/cli/root.go index 6fba6f58..847c9b22 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/root_test.go b/internal/cli/root_test.go index 1997615d..9ca7a49c 100644 --- a/internal/cli/root_test.go +++ b/internal/cli/root_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/auditlog.go b/internal/cli/serverless/auditlog/auditlog.go index 9bee0d61..ba14c318 100644 --- a/internal/cli/serverless/auditlog/auditlog.go +++ b/internal/cli/serverless/auditlog/auditlog.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/config/config.go b/internal/cli/serverless/auditlog/config/config.go index b781e3c0..234b21b5 100644 --- a/internal/cli/serverless/auditlog/config/config.go +++ b/internal/cli/serverless/auditlog/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/config/describe.go b/internal/cli/serverless/auditlog/config/describe.go index dd3184d2..cb5e90ff 100644 --- a/internal/cli/serverless/auditlog/config/describe.go +++ b/internal/cli/serverless/auditlog/config/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/config/ui.go b/internal/cli/serverless/auditlog/config/ui.go index 8770b4a1..5302b7c8 100644 --- a/internal/cli/serverless/auditlog/config/ui.go +++ b/internal/cli/serverless/auditlog/config/ui.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/config/update.go b/internal/cli/serverless/auditlog/config/update.go index 41625519..8903934a 100644 --- a/internal/cli/serverless/auditlog/config/update.go +++ b/internal/cli/serverless/auditlog/config/update.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/download.go b/internal/cli/serverless/auditlog/download.go index 310e7b02..ba03d0e5 100644 --- a/internal/cli/serverless/auditlog/download.go +++ b/internal/cli/serverless/auditlog/download.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/download_with_prompt.go b/internal/cli/serverless/auditlog/download_with_prompt.go index a275f71a..2b29c46e 100644 --- a/internal/cli/serverless/auditlog/download_with_prompt.go +++ b/internal/cli/serverless/auditlog/download_with_prompt.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/download_without_prompt.go b/internal/cli/serverless/auditlog/download_without_prompt.go index b28fbb7e..1bc103cf 100644 --- a/internal/cli/serverless/auditlog/download_without_prompt.go +++ b/internal/cli/serverless/auditlog/download_without_prompt.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/filter/create.go b/internal/cli/serverless/auditlog/filter/create.go index cdc43e9f..c581f047 100644 --- a/internal/cli/serverless/auditlog/filter/create.go +++ b/internal/cli/serverless/auditlog/filter/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/filter/delete.go b/internal/cli/serverless/auditlog/filter/delete.go index d15fc287..e4e0e84e 100644 --- a/internal/cli/serverless/auditlog/filter/delete.go +++ b/internal/cli/serverless/auditlog/filter/delete.go @@ -1,5 +1,5 @@ /* -Copyright 2025 PingCAP, Inc. +Copyright 2026 PingCAP, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/filter/describe.go b/internal/cli/serverless/auditlog/filter/describe.go index 5295b7aa..df11338b 100644 --- a/internal/cli/serverless/auditlog/filter/describe.go +++ b/internal/cli/serverless/auditlog/filter/describe.go @@ -1,5 +1,5 @@ /* -Copyright 2025 PingCAP, Inc. +Copyright 2026 PingCAP, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/filter/filter.go b/internal/cli/serverless/auditlog/filter/filter.go index 4400245a..015d9e32 100644 --- a/internal/cli/serverless/auditlog/filter/filter.go +++ b/internal/cli/serverless/auditlog/filter/filter.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/filter/list.go b/internal/cli/serverless/auditlog/filter/list.go index 70636eed..f1acc31b 100644 --- a/internal/cli/serverless/auditlog/filter/list.go +++ b/internal/cli/serverless/auditlog/filter/list.go @@ -1,5 +1,5 @@ /* -Copyright 2025 PingCAP, Inc. +Copyright 2026 PingCAP, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/filter/template.go b/internal/cli/serverless/auditlog/filter/template.go index 4a5de297..11b680e8 100644 --- a/internal/cli/serverless/auditlog/filter/template.go +++ b/internal/cli/serverless/auditlog/filter/template.go @@ -1,5 +1,5 @@ /* -Copyright 2025 PingCAP, Inc. +Copyright 2026 PingCAP, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/auditlog/filter/update.go b/internal/cli/serverless/auditlog/filter/update.go index a1273fd3..ab37fd14 100644 --- a/internal/cli/serverless/auditlog/filter/update.go +++ b/internal/cli/serverless/auditlog/filter/update.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/authorized_network.go b/internal/cli/serverless/authorizednetwork/authorized_network.go index afc6298d..9eaff2f8 100644 --- a/internal/cli/serverless/authorizednetwork/authorized_network.go +++ b/internal/cli/serverless/authorizednetwork/authorized_network.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/create.go b/internal/cli/serverless/authorizednetwork/create.go index 2cee87c7..190dbb03 100644 --- a/internal/cli/serverless/authorizednetwork/create.go +++ b/internal/cli/serverless/authorizednetwork/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/create_test.go b/internal/cli/serverless/authorizednetwork/create_test.go index e1465c37..67fa2c39 100644 --- a/internal/cli/serverless/authorizednetwork/create_test.go +++ b/internal/cli/serverless/authorizednetwork/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/delete.go b/internal/cli/serverless/authorizednetwork/delete.go index 8f60e3c7..1106a664 100644 --- a/internal/cli/serverless/authorizednetwork/delete.go +++ b/internal/cli/serverless/authorizednetwork/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/delete_test.go b/internal/cli/serverless/authorizednetwork/delete_test.go index 2e52751d..373b09e2 100644 --- a/internal/cli/serverless/authorizednetwork/delete_test.go +++ b/internal/cli/serverless/authorizednetwork/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/list.go b/internal/cli/serverless/authorizednetwork/list.go index 459bf2b7..6a39a701 100644 --- a/internal/cli/serverless/authorizednetwork/list.go +++ b/internal/cli/serverless/authorizednetwork/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/list_test.go b/internal/cli/serverless/authorizednetwork/list_test.go index 13d76595..59d078eb 100644 --- a/internal/cli/serverless/authorizednetwork/list_test.go +++ b/internal/cli/serverless/authorizednetwork/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/update.go b/internal/cli/serverless/authorizednetwork/update.go index a1e5ae47..99e05a59 100644 --- a/internal/cli/serverless/authorizednetwork/update.go +++ b/internal/cli/serverless/authorizednetwork/update.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/authorizednetwork/update_test.go b/internal/cli/serverless/authorizednetwork/update_test.go index 6aa74e3d..41c13b8a 100644 --- a/internal/cli/serverless/authorizednetwork/update_test.go +++ b/internal/cli/serverless/authorizednetwork/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/backup/backup.go b/internal/cli/serverless/backup/backup.go index 1a78e4a8..359f107d 100644 --- a/internal/cli/serverless/backup/backup.go +++ b/internal/cli/serverless/backup/backup.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/backup/delete.go b/internal/cli/serverless/backup/delete.go index 2e4392ff..48783aed 100644 --- a/internal/cli/serverless/backup/delete.go +++ b/internal/cli/serverless/backup/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/backup/delete_test.go b/internal/cli/serverless/backup/delete_test.go index 92ebcc8b..e43a77b3 100644 --- a/internal/cli/serverless/backup/delete_test.go +++ b/internal/cli/serverless/backup/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/backup/describe.go b/internal/cli/serverless/backup/describe.go index d1f7f790..9cc45787 100644 --- a/internal/cli/serverless/backup/describe.go +++ b/internal/cli/serverless/backup/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/backup/describe_test.go b/internal/cli/serverless/backup/describe_test.go index ba2b20af..eedef8a4 100644 --- a/internal/cli/serverless/backup/describe_test.go +++ b/internal/cli/serverless/backup/describe_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/backup/list.go b/internal/cli/serverless/backup/list.go index 7de3434b..6f204351 100644 --- a/internal/cli/serverless/backup/list.go +++ b/internal/cli/serverless/backup/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/backup/list_test.go b/internal/cli/serverless/backup/list_test.go index 97425b64..6e2e0715 100644 --- a/internal/cli/serverless/backup/list_test.go +++ b/internal/cli/serverless/backup/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/branch.go b/internal/cli/serverless/branch/branch.go index cfae8d7a..8d8c38e6 100644 --- a/internal/cli/serverless/branch/branch.go +++ b/internal/cli/serverless/branch/branch.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/create.go b/internal/cli/serverless/branch/create.go index 0f62e9f8..34f962b7 100644 --- a/internal/cli/serverless/branch/create.go +++ b/internal/cli/serverless/branch/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/create_test.go b/internal/cli/serverless/branch/create_test.go index d4cd3d54..ff67153b 100644 --- a/internal/cli/serverless/branch/create_test.go +++ b/internal/cli/serverless/branch/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/delete.go b/internal/cli/serverless/branch/delete.go index 3bf96839..3c00aa6b 100644 --- a/internal/cli/serverless/branch/delete.go +++ b/internal/cli/serverless/branch/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/delete_test.go b/internal/cli/serverless/branch/delete_test.go index bd91f3e9..12c466c3 100644 --- a/internal/cli/serverless/branch/delete_test.go +++ b/internal/cli/serverless/branch/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/describe.go b/internal/cli/serverless/branch/describe.go index c1a66795..f1365aaa 100644 --- a/internal/cli/serverless/branch/describe.go +++ b/internal/cli/serverless/branch/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/describe_test.go b/internal/cli/serverless/branch/describe_test.go index d6b4919a..3199320f 100644 --- a/internal/cli/serverless/branch/describe_test.go +++ b/internal/cli/serverless/branch/describe_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/list.go b/internal/cli/serverless/branch/list.go index 22276a13..5327edd1 100644 --- a/internal/cli/serverless/branch/list.go +++ b/internal/cli/serverless/branch/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/list_test.go b/internal/cli/serverless/branch/list_test.go index a85d2199..34718e14 100644 --- a/internal/cli/serverless/branch/list_test.go +++ b/internal/cli/serverless/branch/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/reset.go b/internal/cli/serverless/branch/reset.go index 0a397c96..24830c76 100644 --- a/internal/cli/serverless/branch/reset.go +++ b/internal/cli/serverless/branch/reset.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/reset_test.go b/internal/cli/serverless/branch/reset_test.go index ce861e23..30d59c74 100644 --- a/internal/cli/serverless/branch/reset_test.go +++ b/internal/cli/serverless/branch/reset_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/branch/shell.go b/internal/cli/serverless/branch/shell.go index 6040f8db..b857d158 100644 --- a/internal/cli/serverless/branch/shell.go +++ b/internal/cli/serverless/branch/shell.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/capacity.go b/internal/cli/serverless/capacity.go index 054648c6..90ef4f42 100644 --- a/internal/cli/serverless/capacity.go +++ b/internal/cli/serverless/capacity.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/capacity_test.go b/internal/cli/serverless/capacity_test.go index 42cba38e..13228836 100644 --- a/internal/cli/serverless/capacity_test.go +++ b/internal/cli/serverless/capacity_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/changefeed.go b/internal/cli/serverless/changefeed/changefeed.go index adee3a23..fa9504c3 100644 --- a/internal/cli/serverless/changefeed/changefeed.go +++ b/internal/cli/serverless/changefeed/changefeed.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/create.go b/internal/cli/serverless/changefeed/create.go index 11e74dec..3931c2e2 100644 --- a/internal/cli/serverless/changefeed/create.go +++ b/internal/cli/serverless/changefeed/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/delete.go b/internal/cli/serverless/changefeed/delete.go index 99a4cdc5..2adaedcb 100644 --- a/internal/cli/serverless/changefeed/delete.go +++ b/internal/cli/serverless/changefeed/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/describe.go b/internal/cli/serverless/changefeed/describe.go index 21987d3c..9848269f 100644 --- a/internal/cli/serverless/changefeed/describe.go +++ b/internal/cli/serverless/changefeed/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/edit.go b/internal/cli/serverless/changefeed/edit.go index a635968a..ed64e2f4 100644 --- a/internal/cli/serverless/changefeed/edit.go +++ b/internal/cli/serverless/changefeed/edit.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/list.go b/internal/cli/serverless/changefeed/list.go index 8b5269de..2d6a64c0 100644 --- a/internal/cli/serverless/changefeed/list.go +++ b/internal/cli/serverless/changefeed/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/pause.go b/internal/cli/serverless/changefeed/pause.go index 11df1773..8f8f8d11 100644 --- a/internal/cli/serverless/changefeed/pause.go +++ b/internal/cli/serverless/changefeed/pause.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/resume.go b/internal/cli/serverless/changefeed/resume.go index f1a641b0..4838b588 100644 --- a/internal/cli/serverless/changefeed/resume.go +++ b/internal/cli/serverless/changefeed/resume.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/template.go b/internal/cli/serverless/changefeed/template.go index 367ecabe..9c679fc9 100644 --- a/internal/cli/serverless/changefeed/template.go +++ b/internal/cli/serverless/changefeed/template.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/changefeed/ui.go b/internal/cli/serverless/changefeed/ui.go index 407b5207..8f3b0c0c 100644 --- a/internal/cli/serverless/changefeed/ui.go +++ b/internal/cli/serverless/changefeed/ui.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/cluster.go b/internal/cli/serverless/cluster.go index 16abdfb2..5f3b8574 100644 --- a/internal/cli/serverless/cluster.go +++ b/internal/cli/serverless/cluster.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/create.go b/internal/cli/serverless/create.go index 8354f147..7de5d6c2 100644 --- a/internal/cli/serverless/create.go +++ b/internal/cli/serverless/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/create_test.go b/internal/cli/serverless/create_test.go index ae1cc379..1d34490d 100644 --- a/internal/cli/serverless/create_test.go +++ b/internal/cli/serverless/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/cancel.go b/internal/cli/serverless/dataimport/cancel.go index e734c5e7..fba8aa84 100644 --- a/internal/cli/serverless/dataimport/cancel.go +++ b/internal/cli/serverless/dataimport/cancel.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/cancel_test.go b/internal/cli/serverless/dataimport/cancel_test.go index 59459917..0089caf2 100644 --- a/internal/cli/serverless/dataimport/cancel_test.go +++ b/internal/cli/serverless/dataimport/cancel_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/describe.go b/internal/cli/serverless/dataimport/describe.go index 18aea5ba..a262ec7e 100644 --- a/internal/cli/serverless/dataimport/describe.go +++ b/internal/cli/serverless/dataimport/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/describe_test.go b/internal/cli/serverless/dataimport/describe_test.go index 97af8af8..ab8b8d25 100644 --- a/internal/cli/serverless/dataimport/describe_test.go +++ b/internal/cli/serverless/dataimport/describe_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/import.go b/internal/cli/serverless/dataimport/import.go index dbba58b0..849322c0 100644 --- a/internal/cli/serverless/dataimport/import.go +++ b/internal/cli/serverless/dataimport/import.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/list.go b/internal/cli/serverless/dataimport/list.go index c1c062a7..2707fbf7 100644 --- a/internal/cli/serverless/dataimport/list.go +++ b/internal/cli/serverless/dataimport/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/list_test.go b/internal/cli/serverless/dataimport/list_test.go index 981eb5e8..131d8dec 100644 --- a/internal/cli/serverless/dataimport/list_test.go +++ b/internal/cli/serverless/dataimport/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/azblob.go b/internal/cli/serverless/dataimport/start/azblob.go index 46c3b561..56a87c6a 100644 --- a/internal/cli/serverless/dataimport/start/azblob.go +++ b/internal/cli/serverless/dataimport/start/azblob.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/azblob_test.go b/internal/cli/serverless/dataimport/start/azblob_test.go index 5eddbe5a..222b5ccc 100644 --- a/internal/cli/serverless/dataimport/start/azblob_test.go +++ b/internal/cli/serverless/dataimport/start/azblob_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/gcs.go b/internal/cli/serverless/dataimport/start/gcs.go index 06105fd9..bc2bfa31 100644 --- a/internal/cli/serverless/dataimport/start/gcs.go +++ b/internal/cli/serverless/dataimport/start/gcs.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/gcs_test.go b/internal/cli/serverless/dataimport/start/gcs_test.go index 7245e41a..b0fcbd27 100644 --- a/internal/cli/serverless/dataimport/start/gcs_test.go +++ b/internal/cli/serverless/dataimport/start/gcs_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/local.go b/internal/cli/serverless/dataimport/start/local.go index 5a115a35..14e1347c 100644 --- a/internal/cli/serverless/dataimport/start/local.go +++ b/internal/cli/serverless/dataimport/start/local.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/local_test.go b/internal/cli/serverless/dataimport/start/local_test.go index 5a7fc6e9..c50da623 100644 --- a/internal/cli/serverless/dataimport/start/local_test.go +++ b/internal/cli/serverless/dataimport/start/local_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/oss.go b/internal/cli/serverless/dataimport/start/oss.go index 5028a84e..1ee46a7d 100644 --- a/internal/cli/serverless/dataimport/start/oss.go +++ b/internal/cli/serverless/dataimport/start/oss.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/oss_test.go b/internal/cli/serverless/dataimport/start/oss_test.go index 6e900ba1..c169c6b2 100644 --- a/internal/cli/serverless/dataimport/start/oss_test.go +++ b/internal/cli/serverless/dataimport/start/oss_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/s3.go b/internal/cli/serverless/dataimport/start/s3.go index de65bd98..8a380151 100644 --- a/internal/cli/serverless/dataimport/start/s3.go +++ b/internal/cli/serverless/dataimport/start/s3.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/s3_test.go b/internal/cli/serverless/dataimport/start/s3_test.go index 7b4cf10b..cb42eea4 100644 --- a/internal/cli/serverless/dataimport/start/s3_test.go +++ b/internal/cli/serverless/dataimport/start/s3_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/dataimport/start/start.go b/internal/cli/serverless/dataimport/start/start.go index 1f888380..ee097808 100644 --- a/internal/cli/serverless/dataimport/start/start.go +++ b/internal/cli/serverless/dataimport/start/start.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/delete.go b/internal/cli/serverless/delete.go index c73d9324..994d19b5 100644 --- a/internal/cli/serverless/delete.go +++ b/internal/cli/serverless/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/delete_test.go b/internal/cli/serverless/delete_test.go index 821f5467..20730e56 100644 --- a/internal/cli/serverless/delete_test.go +++ b/internal/cli/serverless/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/describe.go b/internal/cli/serverless/describe.go index 7652b752..1a8f3c06 100644 --- a/internal/cli/serverless/describe.go +++ b/internal/cli/serverless/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/describe_test.go b/internal/cli/serverless/describe_test.go index d527ae1a..7990b2d3 100644 --- a/internal/cli/serverless/describe_test.go +++ b/internal/cli/serverless/describe_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/cancel.go b/internal/cli/serverless/export/cancel.go index 4fbd8160..4a8ced09 100644 --- a/internal/cli/serverless/export/cancel.go +++ b/internal/cli/serverless/export/cancel.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/cancel_test.go b/internal/cli/serverless/export/cancel_test.go index 53d81e59..de940a48 100644 --- a/internal/cli/serverless/export/cancel_test.go +++ b/internal/cli/serverless/export/cancel_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/create.go b/internal/cli/serverless/export/create.go index 8689ed01..d30f0d9b 100644 --- a/internal/cli/serverless/export/create.go +++ b/internal/cli/serverless/export/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/create_test.go b/internal/cli/serverless/export/create_test.go index 72f87ec0..91595317 100644 --- a/internal/cli/serverless/export/create_test.go +++ b/internal/cli/serverless/export/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/describe.go b/internal/cli/serverless/export/describe.go index 95ed25cc..0ad343d1 100644 --- a/internal/cli/serverless/export/describe.go +++ b/internal/cli/serverless/export/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/describe_test.go b/internal/cli/serverless/export/describe_test.go index ee68e937..eabb3841 100644 --- a/internal/cli/serverless/export/describe_test.go +++ b/internal/cli/serverless/export/describe_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/download.go b/internal/cli/serverless/export/download.go index 16669cf9..7f7b0552 100644 --- a/internal/cli/serverless/export/download.go +++ b/internal/cli/serverless/export/download.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/download_with_prompt.go b/internal/cli/serverless/export/download_with_prompt.go index ca22e9cb..1119dd4a 100644 --- a/internal/cli/serverless/export/download_with_prompt.go +++ b/internal/cli/serverless/export/download_with_prompt.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/download_without_prompt.go b/internal/cli/serverless/export/download_without_prompt.go index 0f6c0984..7e65bbc5 100644 --- a/internal/cli/serverless/export/download_without_prompt.go +++ b/internal/cli/serverless/export/download_without_prompt.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/export.go b/internal/cli/serverless/export/export.go index c315179b..1ffd60a7 100644 --- a/internal/cli/serverless/export/export.go +++ b/internal/cli/serverless/export/export.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/list.go b/internal/cli/serverless/export/list.go index ba023ef7..2be2e949 100644 --- a/internal/cli/serverless/export/list.go +++ b/internal/cli/serverless/export/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/list_test.go b/internal/cli/serverless/export/list_test.go index f1a542de..7845e893 100644 --- a/internal/cli/serverless/export/list_test.go +++ b/internal/cli/serverless/export/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/export/ui.go b/internal/cli/serverless/export/ui.go index 8964a20d..15a11b2c 100644 --- a/internal/cli/serverless/export/ui.go +++ b/internal/cli/serverless/export/ui.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/list.go b/internal/cli/serverless/list.go index 162e3c43..54bf31b7 100644 --- a/internal/cli/serverless/list.go +++ b/internal/cli/serverless/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/list_test.go b/internal/cli/serverless/list_test.go index 7d42253b..cd4f3ad6 100644 --- a/internal/cli/serverless/list_test.go +++ b/internal/cli/serverless/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/create.go b/internal/cli/serverless/migration/create.go index 5e91c2bd..6e70f9fc 100644 --- a/internal/cli/serverless/migration/create.go +++ b/internal/cli/serverless/migration/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/create_test.go b/internal/cli/serverless/migration/create_test.go index 06860de6..23461daf 100644 --- a/internal/cli/serverless/migration/create_test.go +++ b/internal/cli/serverless/migration/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/delete.go b/internal/cli/serverless/migration/delete.go index 1abe641c..3abfbf8b 100644 --- a/internal/cli/serverless/migration/delete.go +++ b/internal/cli/serverless/migration/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/delete_test.go b/internal/cli/serverless/migration/delete_test.go index 812e3384..f589b166 100644 --- a/internal/cli/serverless/migration/delete_test.go +++ b/internal/cli/serverless/migration/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/describe.go b/internal/cli/serverless/migration/describe.go index fb0a68f7..e194287a 100644 --- a/internal/cli/serverless/migration/describe.go +++ b/internal/cli/serverless/migration/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/describe_test.go b/internal/cli/serverless/migration/describe_test.go index 0396c8ca..dfe63708 100644 --- a/internal/cli/serverless/migration/describe_test.go +++ b/internal/cli/serverless/migration/describe_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/list.go b/internal/cli/serverless/migration/list.go index 798d3576..398772f4 100644 --- a/internal/cli/serverless/migration/list.go +++ b/internal/cli/serverless/migration/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/list_test.go b/internal/cli/serverless/migration/list_test.go index d77a8928..48dfd221 100644 --- a/internal/cli/serverless/migration/list_test.go +++ b/internal/cli/serverless/migration/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/migration.go b/internal/cli/serverless/migration/migration.go index 1ad0195d..48697de0 100644 --- a/internal/cli/serverless/migration/migration.go +++ b/internal/cli/serverless/migration/migration.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/pause.go b/internal/cli/serverless/migration/pause.go index 01b0c207..719f8b11 100644 --- a/internal/cli/serverless/migration/pause.go +++ b/internal/cli/serverless/migration/pause.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/pause_test.go b/internal/cli/serverless/migration/pause_test.go index cf0873b3..65bde2f8 100644 --- a/internal/cli/serverless/migration/pause_test.go +++ b/internal/cli/serverless/migration/pause_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/resume.go b/internal/cli/serverless/migration/resume.go index 100fa6ae..115294b4 100644 --- a/internal/cli/serverless/migration/resume.go +++ b/internal/cli/serverless/migration/resume.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/resume_test.go b/internal/cli/serverless/migration/resume_test.go index 7970cdf2..38aa7173 100644 --- a/internal/cli/serverless/migration/resume_test.go +++ b/internal/cli/serverless/migration/resume_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/template.go b/internal/cli/serverless/migration/template.go index 5a0ab5fc..8ce8ea04 100644 --- a/internal/cli/serverless/migration/template.go +++ b/internal/cli/serverless/migration/template.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/migration/template_test.go b/internal/cli/serverless/migration/template_test.go index 10c005d6..e5b0667e 100644 --- a/internal/cli/serverless/migration/template_test.go +++ b/internal/cli/serverless/migration/template_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/attach.go b/internal/cli/serverless/privatelink/attach.go index d15adb6b..65df8377 100644 --- a/internal/cli/serverless/privatelink/attach.go +++ b/internal/cli/serverless/privatelink/attach.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/create.go b/internal/cli/serverless/privatelink/create.go index a8845173..6d0ac0e7 100644 --- a/internal/cli/serverless/privatelink/create.go +++ b/internal/cli/serverless/privatelink/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/delete.go b/internal/cli/serverless/privatelink/delete.go index 77f1ff91..230e2e74 100644 --- a/internal/cli/serverless/privatelink/delete.go +++ b/internal/cli/serverless/privatelink/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/describe.go b/internal/cli/serverless/privatelink/describe.go index 8002e117..f44e7c0f 100644 --- a/internal/cli/serverless/privatelink/describe.go +++ b/internal/cli/serverless/privatelink/describe.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/detach.go b/internal/cli/serverless/privatelink/detach.go index 50c41226..5570ed34 100644 --- a/internal/cli/serverless/privatelink/detach.go +++ b/internal/cli/serverless/privatelink/detach.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/list.go b/internal/cli/serverless/privatelink/list.go index c7deb220..2388fee3 100644 --- a/internal/cli/serverless/privatelink/list.go +++ b/internal/cli/serverless/privatelink/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/privatelink.go b/internal/cli/serverless/privatelink/privatelink.go index 7adce7fa..47584b89 100644 --- a/internal/cli/serverless/privatelink/privatelink.go +++ b/internal/cli/serverless/privatelink/privatelink.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/ui.go b/internal/cli/serverless/privatelink/ui.go index 4203191d..02ff833f 100644 --- a/internal/cli/serverless/privatelink/ui.go +++ b/internal/cli/serverless/privatelink/ui.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/privatelink/zone.go b/internal/cli/serverless/privatelink/zone.go index 5c1dddce..5af72223 100644 --- a/internal/cli/serverless/privatelink/zone.go +++ b/internal/cli/serverless/privatelink/zone.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/region.go b/internal/cli/serverless/region.go index 602bd5ea..4415a7fa 100644 --- a/internal/cli/serverless/region.go +++ b/internal/cli/serverless/region.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/restore.go b/internal/cli/serverless/restore.go index cdf61a25..9eecd406 100644 --- a/internal/cli/serverless/restore.go +++ b/internal/cli/serverless/restore.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/restore_test.go b/internal/cli/serverless/restore_test.go index 276021a8..2280fd5f 100644 --- a/internal/cli/serverless/restore_test.go +++ b/internal/cli/serverless/restore_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/shell.go b/internal/cli/serverless/shell.go index eb001b09..155c4036 100644 --- a/internal/cli/serverless/shell.go +++ b/internal/cli/serverless/shell.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/spending_limit.go b/internal/cli/serverless/spending_limit.go index ebcf0ccc..698a52ea 100644 --- a/internal/cli/serverless/spending_limit.go +++ b/internal/cli/serverless/spending_limit.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/spending_limit_test.go b/internal/cli/serverless/spending_limit_test.go index b5db8a1e..f0d3bd1e 100644 --- a/internal/cli/serverless/spending_limit_test.go +++ b/internal/cli/serverless/spending_limit_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/create.go b/internal/cli/serverless/sqluser/create.go index 35979e2f..59729b34 100644 --- a/internal/cli/serverless/sqluser/create.go +++ b/internal/cli/serverless/sqluser/create.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/create_test.go b/internal/cli/serverless/sqluser/create_test.go index 1c5e84e3..36083a7f 100644 --- a/internal/cli/serverless/sqluser/create_test.go +++ b/internal/cli/serverless/sqluser/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/delete.go b/internal/cli/serverless/sqluser/delete.go index d8b7bc66..c384160e 100644 --- a/internal/cli/serverless/sqluser/delete.go +++ b/internal/cli/serverless/sqluser/delete.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/delete_test.go b/internal/cli/serverless/sqluser/delete_test.go index 02c38c3f..67472bd6 100644 --- a/internal/cli/serverless/sqluser/delete_test.go +++ b/internal/cli/serverless/sqluser/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/list.go b/internal/cli/serverless/sqluser/list.go index 3fae4914..131d8b6e 100644 --- a/internal/cli/serverless/sqluser/list.go +++ b/internal/cli/serverless/sqluser/list.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/list_test.go b/internal/cli/serverless/sqluser/list_test.go index 3c9956af..5675e4bf 100644 --- a/internal/cli/serverless/sqluser/list_test.go +++ b/internal/cli/serverless/sqluser/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/sqluser.go b/internal/cli/serverless/sqluser/sqluser.go index 4b6c444d..8eb29125 100644 --- a/internal/cli/serverless/sqluser/sqluser.go +++ b/internal/cli/serverless/sqluser/sqluser.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/update.go b/internal/cli/serverless/sqluser/update.go index fe128169..9c8b4955 100644 --- a/internal/cli/serverless/sqluser/update.go +++ b/internal/cli/serverless/sqluser/update.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/sqluser/update_test.go b/internal/cli/serverless/sqluser/update_test.go index 27fe9738..3c59e7d3 100644 --- a/internal/cli/serverless/sqluser/update_test.go +++ b/internal/cli/serverless/sqluser/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/update.go b/internal/cli/serverless/update.go index 23a66dab..c35a6cea 100644 --- a/internal/cli/serverless/update.go +++ b/internal/cli/serverless/update.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/serverless/update_test.go b/internal/cli/serverless/update_test.go index 4ac0cd63..8114caad 100644 --- a/internal/cli/serverless/update_test.go +++ b/internal/cli/serverless/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/upgrade/upgrade.go b/internal/cli/upgrade/upgrade.go index cfb7215e..752409cd 100644 --- a/internal/cli/upgrade/upgrade.go +++ b/internal/cli/upgrade/upgrade.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/cli/version/version.go b/internal/cli/version/version.go index d54ac015..eba09639 100644 --- a/internal/cli/version/version.go +++ b/internal/cli/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/config.go b/internal/config/config.go index 95aacf41..1baf0012 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/profile.go b/internal/config/profile.go index 126745fd..8736052c 100644 --- a/internal/config/profile.go +++ b/internal/config/profile.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/profile_test.go b/internal/config/profile_test.go index 8faecdeb..16e0009a 100644 --- a/internal/config/profile_test.go +++ b/internal/config/profile_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/store/keyring.go b/internal/config/store/keyring.go index d7443e7b..7b3c61d5 100644 --- a/internal/config/store/keyring.go +++ b/internal/config/store/keyring.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/store/keyring_darwin.go b/internal/config/store/keyring_darwin.go index 2963e14e..2046cd77 100644 --- a/internal/config/store/keyring_darwin.go +++ b/internal/config/store/keyring_darwin.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/store/keyring_linux.go b/internal/config/store/keyring_linux.go index 8afeb35d..35eab54d 100644 --- a/internal/config/store/keyring_linux.go +++ b/internal/config/store/keyring_linux.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/store/keyring_windows.go b/internal/config/store/keyring_windows.go index 599048cc..0fc11d81 100644 --- a/internal/config/store/keyring_windows.go +++ b/internal/config/store/keyring_windows.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/flag/flag.go b/internal/flag/flag.go index 807940b7..315d91b4 100644 --- a/internal/flag/flag.go +++ b/internal/flag/flag.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/helper.go b/internal/helper.go index 39736e31..e39d947d 100644 --- a/internal/helper.go +++ b/internal/helper.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/iostream/iostream.go b/internal/iostream/iostream.go index 657abe50..7d136b5c 100644 --- a/internal/iostream/iostream.go +++ b/internal/iostream/iostream.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/log/logger.go b/internal/log/logger.go index f792bd3b..cb435e4c 100644 --- a/internal/log/logger.go +++ b/internal/log/logger.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/output/output.go b/internal/output/output.go index 5a3ba968..1ab012ad 100644 --- a/internal/output/output.go +++ b/internal/output/output.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/prop/property.go b/internal/prop/property.go index 0bf9b383..102f23ef 100644 --- a/internal/prop/property.go +++ b/internal/prop/property.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/service/aws/s3/default_read_seeker_write_to.go b/internal/service/aws/s3/default_read_seeker_write_to.go index 041a5673..6741bf46 100644 --- a/internal/service/aws/s3/default_read_seeker_write_to.go +++ b/internal/service/aws/s3/default_read_seeker_write_to.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/service/aws/s3/default_read_seeker_write_to_windows.go b/internal/service/aws/s3/default_read_seeker_write_to_windows.go index ed01164a..c9f20ec9 100644 --- a/internal/service/aws/s3/default_read_seeker_write_to_windows.go +++ b/internal/service/aws/s3/default_read_seeker_write_to_windows.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/service/aws/s3/pool.go b/internal/service/aws/s3/pool.go index 35147739..8ef07884 100644 --- a/internal/service/aws/s3/pool.go +++ b/internal/service/aws/s3/pool.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/service/aws/s3/uploader.go b/internal/service/aws/s3/uploader.go index 0da5269e..c1fcfaee 100644 --- a/internal/service/aws/s3/uploader.go +++ b/internal/service/aws/s3/uploader.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/service/cloud/api_client.go b/internal/service/cloud/api_client.go index 5e4f9533..760aba20 100644 --- a/internal/service/cloud/api_client.go +++ b/internal/service/cloud/api_client.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/service/cloud/logic.go b/internal/service/cloud/logic.go index 57b27561..673a745e 100644 --- a/internal/service/cloud/logic.go +++ b/internal/service/cloud/logic.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/service/github/version.go b/internal/service/github/version.go index 38880b8d..6f2edb97 100644 --- a/internal/service/github/version.go +++ b/internal/service/github/version.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/command.go b/internal/telemetry/command.go index 72cecd0d..e41cf184 100644 --- a/internal/telemetry/command.go +++ b/internal/telemetry/command.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/event.go b/internal/telemetry/event.go index 98639bbb..8019ec34 100644 --- a/internal/telemetry/event.go +++ b/internal/telemetry/event.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/event_test.go b/internal/telemetry/event_test.go index f6589682..71ff34d5 100644 --- a/internal/telemetry/event_test.go +++ b/internal/telemetry/event_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/installer_darwin.go b/internal/telemetry/installer_darwin.go index 4b616f67..467b71ac 100644 --- a/internal/telemetry/installer_darwin.go +++ b/internal/telemetry/installer_darwin.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/installer_linux.go b/internal/telemetry/installer_linux.go index 99c4831a..a1213465 100644 --- a/internal/telemetry/installer_linux.go +++ b/internal/telemetry/installer_linux.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/installer_windows.go b/internal/telemetry/installer_windows.go index 2a96271f..fbecb248 100644 --- a/internal/telemetry/installer_windows.go +++ b/internal/telemetry/installer_windows.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/sender.go b/internal/telemetry/sender.go index 39b9ef56..d69dc448 100644 --- a/internal/telemetry/sender.go +++ b/internal/telemetry/sender.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/telemetry.go b/internal/telemetry/telemetry.go index 5cfcd2bb..923c422c 100644 --- a/internal/telemetry/telemetry.go +++ b/internal/telemetry/telemetry.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/tracker.go b/internal/telemetry/tracker.go index 47614ba3..9025007c 100644 --- a/internal/telemetry/tracker.go +++ b/internal/telemetry/tracker.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/telemetry/tracker_test.go b/internal/telemetry/tracker_test.go index d37abb3c..afbd9e6a 100644 --- a/internal/telemetry/tracker_test.go +++ b/internal/telemetry/tracker_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/chat_box_model.go b/internal/ui/chat_box_model.go index d4181322..b4ebf6ca 100644 --- a/internal/ui/chat_box_model.go +++ b/internal/ui/chat_box_model.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/common.go b/internal/ui/common.go index bdce8159..d4c6927f 100644 --- a/internal/ui/common.go +++ b/internal/ui/common.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/confirm_model.go b/internal/ui/confirm_model.go index b533088d..2547485d 100644 --- a/internal/ui/confirm_model.go +++ b/internal/ui/confirm_model.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/process_model.go b/internal/ui/process_model.go index 30826379..cd1b755d 100644 --- a/internal/ui/process_model.go +++ b/internal/ui/process_model.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/select_model.go b/internal/ui/select_model.go index c98127db..7342a4e9 100644 --- a/internal/ui/select_model.go +++ b/internal/ui/select_model.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/spinner_model.go b/internal/ui/spinner_model.go index 5772d529..49ffd8c2 100644 --- a/internal/ui/spinner_model.go +++ b/internal/ui/spinner_model.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/text_area_model.go b/internal/ui/text_area_model.go index 8671f0a2..e2165cd7 100644 --- a/internal/ui/text_area_model.go +++ b/internal/ui/text_area_model.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ui/text_input_model.go b/internal/ui/text_input_model.go index b2b6659b..0ea7a51c 100644 --- a/internal/ui/text_input_model.go +++ b/internal/ui/text_input_model.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/arg.go b/internal/util/arg.go index 6ed753ab..f4e81996 100644 --- a/internal/util/arg.go +++ b/internal/util/arg.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/authorized_network.go b/internal/util/authorized_network.go index 6210c8b6..ec23fcc3 100644 --- a/internal/util/authorized_network.go +++ b/internal/util/authorized_network.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/browser.go b/internal/util/browser.go index 1bd4bc0f..3e59cc76 100644 --- a/internal/util/browser.go +++ b/internal/util/browser.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/constant.go b/internal/util/constant.go index ca929e34..526b56ca 100644 --- a/internal/util/constant.go +++ b/internal/util/constant.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/download.go b/internal/util/download.go index e899ed4b..a9b50635 100644 --- a/internal/util/download.go +++ b/internal/util/download.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/error.go b/internal/util/error.go index 7999afd4..d7073299 100644 --- a/internal/util/error.go +++ b/internal/util/error.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/search.go b/internal/util/search.go index 121354fb..2d2d6dd9 100644 --- a/internal/util/search.go +++ b/internal/util/search.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/shell.go b/internal/util/shell.go index 2a754a95..222becf3 100644 --- a/internal/util/shell.go +++ b/internal/util/shell.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/sqluser.go b/internal/util/sqluser.go index b00e7514..c2a75aa1 100644 --- a/internal/util/sqluser.go +++ b/internal/util/sqluser.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/test.go b/internal/util/test.go index 9cf6b970..71d87ead 100644 --- a/internal/util/test.go +++ b/internal/util/test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/toml.go b/internal/util/toml.go index 7f2721bd..2513d5d2 100644 --- a/internal/util/toml.go +++ b/internal/util/toml.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/validation.go b/internal/util/validation.go index 2476d3c3..9455131a 100644 --- a/internal/util/validation.go +++ b/internal/util/validation.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/wordwrap.go b/internal/util/wordwrap.go index 867a582d..5aa7c078 100644 --- a/internal/util/wordwrap.go +++ b/internal/util/wordwrap.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/util/wordwrap_test.go b/internal/util/wordwrap_test.go index ef46b6c2..7f5b671d 100644 --- a/internal/util/wordwrap_test.go +++ b/internal/util/wordwrap_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/version/version.go b/internal/version/version.go index 230c9022..64200270 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2025 PingCAP, Inc. +// Copyright 2026 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/scripts/add-copy.sh b/scripts/add-copy.sh index 2e3a4ef4..16dc717f 100755 --- a/scripts/add-copy.sh +++ b/scripts/add-copy.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2025 PingCAP, Inc. +# Copyright 2026 PingCAP, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/fix-lint.sh b/scripts/fix-lint.sh index a04b627e..341d9e42 100755 --- a/scripts/fix-lint.sh +++ b/scripts/fix-lint.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2025 PingCAP, Inc. +# Copyright 2026 PingCAP, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/fmt.sh b/scripts/fmt.sh index 75d587e9..cce0c753 100755 --- a/scripts/fmt.sh +++ b/scripts/fmt.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2025 PingCAP, Inc. +# Copyright 2026 PingCAP, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.