From 25a04c1172c2fddb215a470ae285259d7b7bb8f4 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Wed, 4 Feb 2026 16:32:32 -0800 Subject: [PATCH 1/2] chore: update copyright year to 2026 Co-Authored-By: Claude --- .licenserc.yml | 4 ++-- LICENSE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenserc.yml b/.licenserc.yml index 8a706a75..63b90e83 100644 --- a/.licenserc.yml +++ b/.licenserc.yml @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ header: license: spdx-id: Apache-2.0 copyright-owner: Salesforce, Inc. - copyright-year: '2022-2025' + copyright-year: '2022-2026' paths-ignore: - '.circleci' diff --git a/LICENSE b/LICENSE index 51ec3d01..610e297c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2022-2025 Salesforce, Inc. +Copyright (c) 2022-2026 Salesforce, Inc. All rights reserved. Apache License From a532255af5bf70dad2fc258b4b17c9c7a3231115 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Wed, 4 Feb 2026 16:36:58 -0800 Subject: [PATCH 2/2] chore: update copyright year to 2026 in all source files Co-Authored-By: Claude --- .circleci/runner/src/__init__.py | 2 +- .circleci/runner/src/circlerunner.py | 2 +- .circleci/runner/src/macrunner.py | 2 +- .circleci/runner/src/scripts/mac/code-sign.sh | 2 +- .circleci/runner/src/scripts/mac/setup-keychain.sh | 2 +- .circleci/runner/src/scripts/mac/teardown.sh | 2 +- .golangci.yml | 2 +- .goreleaser.yml | 2 +- Makefile | 2 +- cmd/app/add.go | 2 +- cmd/app/add_test.go | 2 +- cmd/app/app.go | 2 +- cmd/app/app_mock.go | 2 +- cmd/app/app_test.go | 2 +- cmd/app/delete.go | 2 +- cmd/app/delete_test.go | 2 +- cmd/app/link.go | 2 +- cmd/app/link_test.go | 2 +- cmd/app/list.go | 2 +- cmd/app/list_test.go | 2 +- cmd/app/settings.go | 2 +- cmd/app/settings_test.go | 2 +- cmd/app/uninstall.go | 2 +- cmd/app/uninstall_test.go | 2 +- cmd/app/unlink.go | 2 +- cmd/app/unlink_test.go | 2 +- cmd/auth/auth.go | 2 +- cmd/auth/auth_mock.go | 2 +- cmd/auth/auth_test.go | 2 +- cmd/auth/list.go | 2 +- cmd/auth/list_test.go | 2 +- cmd/auth/login.go | 2 +- cmd/auth/login_test.go | 2 +- cmd/auth/logout.go | 2 +- cmd/auth/logout_test.go | 2 +- cmd/auth/revoke.go | 2 +- cmd/auth/revoke_test.go | 2 +- cmd/auth/token.go | 2 +- cmd/auth/token_test.go | 2 +- cmd/collaborators/add.go | 2 +- cmd/collaborators/add_test.go | 2 +- cmd/collaborators/collaborators.go | 2 +- cmd/collaborators/collaborators_test.go | 2 +- cmd/collaborators/list.go | 2 +- cmd/collaborators/list_test.go | 2 +- cmd/collaborators/remove.go | 2 +- cmd/collaborators/remove_test.go | 2 +- cmd/collaborators/update.go | 2 +- cmd/collaborators/update_test.go | 2 +- cmd/datastore/bulk_delete.go | 2 +- cmd/datastore/bulk_delete_test.go | 2 +- cmd/datastore/bulk_get.go | 2 +- cmd/datastore/bulk_get_test.go | 2 +- cmd/datastore/bulk_put.go | 2 +- cmd/datastore/bulk_put_test.go | 2 +- cmd/datastore/count.go | 2 +- cmd/datastore/count_test.go | 2 +- cmd/datastore/datastore.go | 2 +- cmd/datastore/datastore_test.go | 2 +- cmd/datastore/delete.go | 2 +- cmd/datastore/delete_test.go | 2 +- cmd/datastore/get.go | 2 +- cmd/datastore/get_test.go | 2 +- cmd/datastore/put.go | 2 +- cmd/datastore/put_test.go | 2 +- cmd/datastore/query.go | 2 +- cmd/datastore/query_test.go | 2 +- cmd/datastore/update.go | 2 +- cmd/datastore/update_test.go | 2 +- cmd/docgen/docgen.go | 2 +- cmd/docgen/docgen_test.go | 2 +- cmd/doctor/check.go | 2 +- cmd/doctor/check_test.go | 2 +- cmd/doctor/doctor.go | 2 +- cmd/doctor/doctor_test.go | 2 +- cmd/env/add.go | 2 +- cmd/env/add_test.go | 2 +- cmd/env/env.go | 2 +- cmd/env/env_test.go | 2 +- cmd/env/list.go | 2 +- cmd/env/list_test.go | 2 +- cmd/env/remove.go | 2 +- cmd/env/remove_test.go | 2 +- cmd/externalauth/add.go | 2 +- cmd/externalauth/add_secret.go | 2 +- cmd/externalauth/add_secret_test.go | 2 +- cmd/externalauth/add_test.go | 2 +- cmd/externalauth/externalauth.go | 2 +- cmd/externalauth/externalauth_mock.go | 2 +- cmd/externalauth/externalauth_test.go | 2 +- cmd/externalauth/helpers_test.go | 2 +- cmd/externalauth/remove.go | 2 +- cmd/externalauth/remove_test.go | 2 +- cmd/externalauth/select_auth.go | 2 +- cmd/externalauth/select_auth_test.go | 2 +- cmd/feedback/feedback.go | 2 +- cmd/feedback/feedback_test.go | 2 +- cmd/fingerprint/fingerprint.go | 2 +- cmd/fingerprint/fingerprint_test.go | 2 +- cmd/function/access.go | 2 +- cmd/function/access_test.go | 2 +- cmd/function/function.go | 2 +- cmd/function/helpers_test.go | 2 +- cmd/function/mocks_test.go | 2 +- cmd/function/prompt.go | 2 +- cmd/function/prompt_test.go | 2 +- cmd/help/help.go | 2 +- cmd/help/help_test.go | 2 +- cmd/manifest/info.go | 2 +- cmd/manifest/info_test.go | 2 +- cmd/manifest/manifest.go | 2 +- cmd/manifest/manifest_test.go | 2 +- cmd/manifest/validate.go | 2 +- cmd/manifest/validate_test.go | 2 +- cmd/openformresponse/export.go | 2 +- cmd/openformresponse/export_test.go | 2 +- cmd/openformresponse/openformresponse.go | 2 +- cmd/platform/activity.go | 2 +- cmd/platform/activity_test.go | 2 +- cmd/platform/deploy.go | 2 +- cmd/platform/deploy_test.go | 2 +- cmd/platform/platform.go | 2 +- cmd/platform/platform_test.go | 2 +- cmd/platform/run.go | 2 +- cmd/platform/run_test.go | 2 +- cmd/project/create.go | 2 +- cmd/project/create_samples.go | 2 +- cmd/project/create_samples_test.go | 2 +- cmd/project/create_template.go | 2 +- cmd/project/create_test.go | 2 +- cmd/project/init.go | 2 +- cmd/project/init_test.go | 2 +- cmd/project/project.go | 2 +- cmd/project/project_test.go | 2 +- cmd/project/samples.go | 2 +- cmd/project/samples_test.go | 2 +- cmd/root.go | 2 +- cmd/root_test.go | 2 +- cmd/triggers/access.go | 2 +- cmd/triggers/access_test.go | 2 +- cmd/triggers/create.go | 2 +- cmd/triggers/create_test.go | 2 +- cmd/triggers/delete.go | 2 +- cmd/triggers/delete_test.go | 2 +- cmd/triggers/generate.go | 2 +- cmd/triggers/generate_test.go | 2 +- cmd/triggers/helpers_test.go | 2 +- cmd/triggers/info.go | 2 +- cmd/triggers/info_test.go | 2 +- cmd/triggers/list.go | 2 +- cmd/triggers/list_test.go | 2 +- cmd/triggers/triggers.go | 2 +- cmd/triggers/triggers_test.go | 2 +- cmd/triggers/update.go | 2 +- cmd/triggers/update_test.go | 2 +- cmd/upgrade/upgrade.go | 2 +- cmd/upgrade/upgrade_test.go | 2 +- cmd/version/version.go | 2 +- cmd/version/version_test.go | 2 +- codecov.yml | 2 +- internal/api/activity.go | 2 +- internal/api/activity_test.go | 2 +- internal/api/api_mock.go | 2 +- internal/api/app.go | 2 +- internal/api/app_test.go | 2 +- internal/api/auth.go | 2 +- internal/api/auth_test.go | 2 +- internal/api/channels.go | 2 +- internal/api/client.go | 2 +- internal/api/client_fake.go | 2 +- internal/api/collaborators.go | 2 +- internal/api/datastore.go | 2 +- internal/api/datastore_test.go | 2 +- internal/api/debug.go | 2 +- internal/api/debug_test.go | 2 +- internal/api/externalauth.go | 2 +- internal/api/externalauth_test.go | 2 +- internal/api/functiondistribution.go | 2 +- internal/api/functiondistribution_test.go | 2 +- internal/api/httpclient.go | 2 +- internal/api/icon.go | 2 +- internal/api/icon_mock.go | 2 +- internal/api/icon_test.go | 2 +- internal/api/s3_upload.go | 2 +- internal/api/s3_upload_mock.go | 2 +- internal/api/s3_upload_test.go | 2 +- internal/api/session.go | 2 +- internal/api/session_test.go | 2 +- internal/api/steps.go | 2 +- internal/api/steps_test.go | 2 +- internal/api/teams.go | 2 +- internal/api/teams_test.go | 2 +- internal/api/triggerpermissions.go | 2 +- internal/api/triggerpermissions_test.go | 2 +- internal/api/types.go | 2 +- internal/api/users.go | 2 +- internal/api/variables.go | 2 +- internal/api/variables_test.go | 2 +- internal/api/verify_errors.go | 2 +- internal/api/workflows.go | 2 +- internal/api/workflows_test.go | 2 +- internal/app/app.go | 2 +- internal/app/app_client.go | 2 +- internal/app/app_client_mock.go | 2 +- internal/app/app_client_test.go | 2 +- internal/app/app_test.go | 2 +- internal/app/manifest.go | 2 +- internal/app/manifest_mock.go | 2 +- internal/app/manifest_test.go | 2 +- internal/archiveutil/archiveutil.go | 2 +- internal/auth/auth.go | 2 +- internal/auth/auth_mock.go | 2 +- internal/auth/auth_test.go | 2 +- internal/auth/revoke.go | 2 +- internal/auth/revoke_test.go | 2 +- internal/cache/cache.go | 2 +- internal/cache/cache_mock.go | 2 +- internal/cache/cache_test.go | 2 +- internal/cache/hash.go | 2 +- internal/cache/hash_test.go | 2 +- internal/cache/manifest.go | 2 +- internal/cache/manifest_mock.go | 2 +- internal/cache/manifest_test.go | 2 +- internal/cmdutil/app.go | 2 +- internal/cmdutil/app_test.go | 2 +- internal/cmdutil/flags.go | 2 +- internal/cmdutil/process.go | 2 +- internal/cmdutil/process_test.go | 2 +- internal/cmdutil/project.go | 2 +- internal/cmdutil/project_test.go | 2 +- internal/config/config.go | 2 +- internal/config/config_test.go | 2 +- internal/config/context.go | 2 +- internal/config/dotenv.go | 2 +- internal/config/dotenv_test.go | 2 +- internal/config/experiments.go | 2 +- internal/config/experiments_test.go | 2 +- internal/config/flags.go | 2 +- internal/config/flags_test.go | 2 +- internal/config/manifest.go | 2 +- internal/config/manifest_test.go | 2 +- internal/config/project.go | 2 +- internal/config/project_mock.go | 2 +- internal/config/project_test.go | 2 +- internal/config/survey.go | 2 +- internal/config/survey_test.go | 2 +- internal/config/system.go | 2 +- internal/config/system_mock.go | 2 +- internal/config/system_test.go | 2 +- internal/deputil/deputil.go | 2 +- internal/deputil/url.go | 2 +- internal/deputil/url_test.go | 2 +- internal/experiment/experiment.go | 2 +- internal/experiment/experiment_test.go | 2 +- internal/goutils/json.go | 2 +- internal/goutils/json_test.go | 2 +- internal/goutils/map.go | 2 +- internal/goutils/map_test.go | 2 +- internal/goutils/recursivecopy.go | 2 +- internal/goutils/slices.go | 2 +- internal/goutils/slices_test.go | 2 +- internal/goutils/strings.go | 2 +- internal/goutils/strings_test.go | 2 +- internal/hooks/hook_executor_default.go | 2 +- internal/hooks/hook_executor_default_test.go | 2 +- internal/hooks/hook_executor_v2.go | 2 +- internal/hooks/hook_executor_v2_test.go | 2 +- internal/hooks/hooks.go | 2 +- internal/hooks/hooks_test.go | 2 +- internal/hooks/protocol.go | 2 +- internal/hooks/protocol_test.go | 2 +- internal/hooks/script.go | 2 +- internal/hooks/script_test.go | 2 +- internal/hooks/sdk_config.go | 2 +- internal/hooks/sdk_config_mock.go | 2 +- internal/hooks/sdk_config_test.go | 2 +- internal/hooks/shell.go | 2 +- internal/hooks/shell_mock.go | 2 +- internal/image/image.go | 2 +- internal/iostreams/init_unix.go | 2 +- internal/iostreams/init_windows.go | 2 +- internal/iostreams/iostreams.go | 2 +- internal/iostreams/iostreams_mock.go | 2 +- internal/iostreams/iostreams_test.go | 2 +- internal/iostreams/logfile.go | 2 +- internal/iostreams/logfile_test.go | 2 +- internal/iostreams/printer.go | 2 +- internal/iostreams/printer_mock.go | 2 +- internal/iostreams/printer_test.go | 2 +- internal/iostreams/reader.go | 2 +- internal/iostreams/reader_mock.go | 2 +- internal/iostreams/survey.go | 2 +- internal/iostreams/survey_mock.go | 2 +- internal/iostreams/survey_test.go | 2 +- internal/iostreams/writer.go | 2 +- internal/iostreams/writer_mock.go | 2 +- internal/iostreams/writer_test.go | 2 +- internal/ioutils/host.go | 2 +- internal/logger/logdata.go | 2 +- internal/logger/logevent.go | 2 +- internal/logger/logevent_test.go | 2 +- internal/logger/logger.go | 2 +- internal/logger/logger_test.go | 2 +- internal/pkg/apps/add.go | 2 +- internal/pkg/apps/add_test.go | 2 +- internal/pkg/apps/delete.go | 2 +- internal/pkg/apps/delete_test.go | 2 +- internal/pkg/apps/install.go | 2 +- internal/pkg/apps/install_test.go | 2 +- internal/pkg/apps/list.go | 2 +- internal/pkg/apps/list_test.go | 2 +- internal/pkg/apps/uninstall.go | 2 +- internal/pkg/apps/uninstall_test.go | 2 +- internal/pkg/auth/list.go | 2 +- internal/pkg/auth/list_test.go | 2 +- internal/pkg/auth/login.go | 2 +- internal/pkg/create/constants.go | 2 +- internal/pkg/create/create.go | 2 +- internal/pkg/create/create_test.go | 2 +- internal/pkg/create/sample.go | 2 +- internal/pkg/create/sample_mock.go | 2 +- internal/pkg/create/sample_test.go | 2 +- internal/pkg/create/template.go | 2 +- internal/pkg/create/template_test.go | 2 +- internal/pkg/datastore/bulk_delete.go | 2 +- internal/pkg/datastore/bulk_delete_test.go | 2 +- internal/pkg/datastore/bulk_get.go | 2 +- internal/pkg/datastore/bulk_get_test.go | 2 +- internal/pkg/datastore/bulk_put.go | 2 +- internal/pkg/datastore/bulk_put_test.go | 2 +- internal/pkg/datastore/delete.go | 2 +- internal/pkg/datastore/delete_test.go | 2 +- internal/pkg/datastore/get.go | 2 +- internal/pkg/datastore/get_test.go | 2 +- internal/pkg/datastore/put.go | 2 +- internal/pkg/datastore/put_test.go | 2 +- internal/pkg/datastore/query.go | 2 +- internal/pkg/datastore/query_test.go | 2 +- internal/pkg/datastore/update.go | 2 +- internal/pkg/datastore/update_test.go | 2 +- internal/pkg/externalauth/prompt_provider_auth_select.go | 2 +- internal/pkg/externalauth/prompt_provider_auth_select_test.go | 2 +- internal/pkg/externalauth/prompt_provider_select.go | 2 +- internal/pkg/externalauth/prompt_provider_select_test.go | 2 +- internal/pkg/externalauth/prompt_token_select.go | 2 +- internal/pkg/externalauth/prompt_token_select_test.go | 2 +- internal/pkg/externalauth/prompt_workflow_select.go | 2 +- internal/pkg/externalauth/prompt_workflow_select_test.go | 2 +- internal/pkg/manifest/validate.go | 2 +- internal/pkg/manifest/validate_test.go | 2 +- internal/pkg/platform/activity.go | 2 +- internal/pkg/platform/activity_test.go | 2 +- internal/pkg/platform/deploy.go | 2 +- internal/pkg/platform/deploy_test.go | 2 +- internal/pkg/platform/localserver.go | 2 +- internal/pkg/platform/localserver_mock.go | 2 +- internal/pkg/platform/localserver_test.go | 2 +- internal/pkg/platform/run.go | 2 +- internal/pkg/version/version.go | 2 +- internal/pkg/version/version_test.go | 2 +- internal/prompts/app_select.go | 2 +- internal/prompts/app_select_mock.go | 2 +- internal/prompts/app_select_test.go | 2 +- internal/prompts/function_permissions.go | 2 +- internal/prompts/trigger_permissions.go | 2 +- internal/runtime/deno/deno.go | 2 +- internal/runtime/deno/deno_test.go | 2 +- internal/runtime/node/node.go | 2 +- internal/runtime/node/node_test.go | 2 +- internal/runtime/node/npm.go | 2 +- internal/runtime/node/npm_mock.go | 2 +- internal/runtime/node/npm_test.go | 2 +- internal/runtime/python/python.go | 2 +- internal/runtime/python/python_test.go | 2 +- internal/runtime/runtime.go | 2 +- internal/runtime/runtime_test.go | 2 +- internal/shared/clients.go | 2 +- internal/shared/clients_mock.go | 2 +- internal/shared/clients_test.go | 2 +- internal/shared/types/activity.go | 2 +- internal/shared/types/app.go | 2 +- internal/shared/types/app_manifest.go | 2 +- internal/shared/types/app_manifest_mock.go | 2 +- internal/shared/types/app_manifest_test.go | 2 +- internal/shared/types/app_test.go | 2 +- internal/shared/types/auth.go | 2 +- internal/shared/types/auth_test.go | 2 +- internal/shared/types/channel.go | 2 +- internal/shared/types/channel_test.go | 2 +- internal/shared/types/datastore.go | 2 +- internal/shared/types/datastore_test.go | 2 +- internal/shared/types/env_variables.go | 2 +- internal/shared/types/external_auth.go | 2 +- internal/shared/types/function.go | 2 +- internal/shared/types/icon.go | 2 +- internal/shared/types/icon_test.go | 2 +- internal/shared/types/permissions.go | 2 +- internal/shared/types/permissions_test.go | 2 +- internal/shared/types/runtime.go | 2 +- internal/shared/types/slack_yaml.go | 2 +- internal/shared/types/slackdeps.go | 2 +- internal/shared/types/team.go | 2 +- internal/shared/types/team_test.go | 2 +- internal/shared/types/triggers.go | 2 +- internal/shared/types/triggers_test.go | 2 +- internal/shared/types/user.go | 2 +- internal/shared/types/user_test.go | 2 +- internal/slackcontext/slackcontext.go | 2 +- internal/slackcontext/slackcontext_mock.go | 2 +- internal/slackcontext/slackcontext_test.go | 2 +- internal/slackdeps/browser.go | 2 +- internal/slackdeps/browser_mock.go | 2 +- internal/slackdeps/browser_test.go | 2 +- internal/slackdeps/fs.go | 2 +- internal/slackdeps/fs_mock.go | 2 +- internal/slackdeps/fs_test.go | 2 +- internal/slackdeps/os.go | 2 +- internal/slackdeps/os_mock.go | 2 +- internal/slackdeps/os_test.go | 2 +- internal/slackerror/error.go | 2 +- internal/slackerror/error_test.go | 2 +- internal/slackerror/errors.go | 2 +- internal/slackerror/warn.go | 2 +- internal/slackerror/warn_test.go | 2 +- internal/slackhttp/http.go | 2 +- internal/slackhttp/http_mock.go | 2 +- internal/slackhttp/http_test.go | 2 +- internal/slacktrace/slacktrace.go | 2 +- internal/style/format.go | 2 +- internal/style/format_test.go | 2 +- internal/style/spinner.go | 2 +- internal/style/spinner_test.go | 2 +- internal/style/style.go | 2 +- internal/style/style_test.go | 2 +- internal/style/template.go | 2 +- internal/style/template_test.go | 2 +- internal/tracer/tracer.go | 2 +- internal/tracking/logstash_event.go | 2 +- internal/tracking/tracking.go | 2 +- internal/tracking/tracking_mock.go | 2 +- internal/tracking/tracking_test.go | 2 +- internal/update/autoupdate_test.go | 2 +- internal/update/cli.go | 2 +- internal/update/cli_autoupdate.go | 2 +- internal/update/cli_autoupdate_test.go | 2 +- internal/update/cli_metadata.go | 2 +- internal/update/cli_metadata_test.go | 2 +- internal/update/extract.go | 2 +- internal/update/homebrew.go | 2 +- internal/update/sdk.go | 2 +- internal/update/sdk_test.go | 2 +- internal/update/semver.go | 2 +- internal/update/semver_test.go | 2 +- internal/update/update.go | 2 +- internal/update/update_test.go | 2 +- main.go | 2 +- scripts/archive-test.sh | 2 +- scripts/archive.sh | 2 +- scripts/install-dev-test.sh | 2 +- scripts/install-dev.sh | 2 +- scripts/install-test.sh | 2 +- scripts/install-windows-dev.ps1 | 2 +- scripts/install-windows.ps1 | 2 +- scripts/install.sh | 2 +- test/slackmock/slackmock.go | 2 +- test/testutil/commandtests.go | 2 +- test/testutil/testutil.go | 2 +- test/testutil/testutil_test.go | 2 +- 468 files changed, 468 insertions(+), 468 deletions(-) diff --git a/.circleci/runner/src/__init__.py b/.circleci/runner/src/__init__.py index 40a21115..604f2dff 100644 --- a/.circleci/runner/src/__init__.py +++ b/.circleci/runner/src/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/.circleci/runner/src/circlerunner.py b/.circleci/runner/src/circlerunner.py index aec52868..a77f0fef 100755 --- a/.circleci/runner/src/circlerunner.py +++ b/.circleci/runner/src/circlerunner.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/.circleci/runner/src/macrunner.py b/.circleci/runner/src/macrunner.py index 21cb1365..5c4677ab 100755 --- a/.circleci/runner/src/macrunner.py +++ b/.circleci/runner/src/macrunner.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/.circleci/runner/src/scripts/mac/code-sign.sh b/.circleci/runner/src/scripts/mac/code-sign.sh index 9c1c52bc..e7eb6efa 100755 --- a/.circleci/runner/src/scripts/mac/code-sign.sh +++ b/.circleci/runner/src/scripts/mac/code-sign.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/.circleci/runner/src/scripts/mac/setup-keychain.sh b/.circleci/runner/src/scripts/mac/setup-keychain.sh index a0a6016f..bd65031f 100755 --- a/.circleci/runner/src/scripts/mac/setup-keychain.sh +++ b/.circleci/runner/src/scripts/mac/setup-keychain.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/.circleci/runner/src/scripts/mac/teardown.sh b/.circleci/runner/src/scripts/mac/teardown.sh index 5da95e47..63f91225 100755 --- a/.circleci/runner/src/scripts/mac/teardown.sh +++ b/.circleci/runner/src/scripts/mac/teardown.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/.golangci.yml b/.golangci.yml index 3931f2d5..ab673924 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/.goreleaser.yml b/.goreleaser.yml index 9baea138..35f5c8ca 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/Makefile b/Makefile index bed89e8b..e345664e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/app/add.go b/cmd/app/add.go index fa55b519..fb21a3c3 100644 --- a/cmd/app/add.go +++ b/cmd/app/add.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/add_test.go b/cmd/app/add_test.go index abfd52aa..8b549b69 100644 --- a/cmd/app/add_test.go +++ b/cmd/app/add_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app.go b/cmd/app/app.go index 17f4517c..e97d2b22 100644 --- a/cmd/app/app.go +++ b/cmd/app/app.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app_mock.go b/cmd/app/app_mock.go index bb2f1e9c..de38d4ad 100644 --- a/cmd/app/app_mock.go +++ b/cmd/app/app_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app_test.go b/cmd/app/app_test.go index 561583d6..39d286e7 100644 --- a/cmd/app/app_test.go +++ b/cmd/app/app_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/delete.go b/cmd/app/delete.go index e272f6e9..2ae6ae43 100644 --- a/cmd/app/delete.go +++ b/cmd/app/delete.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/delete_test.go b/cmd/app/delete_test.go index a0c8e8c6..d8444d0b 100644 --- a/cmd/app/delete_test.go +++ b/cmd/app/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/link.go b/cmd/app/link.go index ed183d77..a58ba8cb 100644 --- a/cmd/app/link.go +++ b/cmd/app/link.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/link_test.go b/cmd/app/link_test.go index 0808d464..e17de1ec 100644 --- a/cmd/app/link_test.go +++ b/cmd/app/link_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/list.go b/cmd/app/list.go index d907f5a3..290eeb6e 100644 --- a/cmd/app/list.go +++ b/cmd/app/list.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/list_test.go b/cmd/app/list_test.go index 63e221a9..dc6c9b03 100644 --- a/cmd/app/list_test.go +++ b/cmd/app/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/settings.go b/cmd/app/settings.go index e926e401..738a03f2 100644 --- a/cmd/app/settings.go +++ b/cmd/app/settings.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/settings_test.go b/cmd/app/settings_test.go index 1f3a16a9..bc004e80 100644 --- a/cmd/app/settings_test.go +++ b/cmd/app/settings_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/uninstall.go b/cmd/app/uninstall.go index ba20af14..9fca5027 100644 --- a/cmd/app/uninstall.go +++ b/cmd/app/uninstall.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/uninstall_test.go b/cmd/app/uninstall_test.go index 84d8d2ff..cfa1f355 100644 --- a/cmd/app/uninstall_test.go +++ b/cmd/app/uninstall_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/unlink.go b/cmd/app/unlink.go index 9d359cf7..e99e396a 100644 --- a/cmd/app/unlink.go +++ b/cmd/app/unlink.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/unlink_test.go b/cmd/app/unlink_test.go index 2372205b..ddd1b1b7 100644 --- a/cmd/app/unlink_test.go +++ b/cmd/app/unlink_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/auth.go b/cmd/auth/auth.go index 45b653f3..1fb458d4 100644 --- a/cmd/auth/auth.go +++ b/cmd/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/auth_mock.go b/cmd/auth/auth_mock.go index 307a11e6..6c1abd38 100644 --- a/cmd/auth/auth_mock.go +++ b/cmd/auth/auth_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/auth_test.go b/cmd/auth/auth_test.go index 956fb70a..9f37d6d7 100644 --- a/cmd/auth/auth_test.go +++ b/cmd/auth/auth_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/list.go b/cmd/auth/list.go index 67cb32c1..2dbd906a 100644 --- a/cmd/auth/list.go +++ b/cmd/auth/list.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/list_test.go b/cmd/auth/list_test.go index c8a23f8a..40070c93 100644 --- a/cmd/auth/list_test.go +++ b/cmd/auth/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/login.go b/cmd/auth/login.go index d1df1701..9141d6b5 100644 --- a/cmd/auth/login.go +++ b/cmd/auth/login.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/login_test.go b/cmd/auth/login_test.go index fe060ecc..63b59728 100644 --- a/cmd/auth/login_test.go +++ b/cmd/auth/login_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/logout.go b/cmd/auth/logout.go index 0c39f69d..2306c009 100644 --- a/cmd/auth/logout.go +++ b/cmd/auth/logout.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/logout_test.go b/cmd/auth/logout_test.go index de4f2e54..e81ff024 100644 --- a/cmd/auth/logout_test.go +++ b/cmd/auth/logout_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/revoke.go b/cmd/auth/revoke.go index 15be3761..94f61264 100644 --- a/cmd/auth/revoke.go +++ b/cmd/auth/revoke.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/revoke_test.go b/cmd/auth/revoke_test.go index d8730d84..a3afb69e 100644 --- a/cmd/auth/revoke_test.go +++ b/cmd/auth/revoke_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/token.go b/cmd/auth/token.go index bdf99c46..f9133991 100644 --- a/cmd/auth/token.go +++ b/cmd/auth/token.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/token_test.go b/cmd/auth/token_test.go index 34507b16..3bfaee22 100644 --- a/cmd/auth/token_test.go +++ b/cmd/auth/token_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/add.go b/cmd/collaborators/add.go index 7a0db5ed..ef2b7706 100644 --- a/cmd/collaborators/add.go +++ b/cmd/collaborators/add.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/add_test.go b/cmd/collaborators/add_test.go index 2a8b12dd..67ce4382 100644 --- a/cmd/collaborators/add_test.go +++ b/cmd/collaborators/add_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/collaborators.go b/cmd/collaborators/collaborators.go index 8a155f0e..376ff796 100644 --- a/cmd/collaborators/collaborators.go +++ b/cmd/collaborators/collaborators.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/collaborators_test.go b/cmd/collaborators/collaborators_test.go index 4b0bf1a5..b5ea0511 100644 --- a/cmd/collaborators/collaborators_test.go +++ b/cmd/collaborators/collaborators_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/list.go b/cmd/collaborators/list.go index e12fc35d..92a067a0 100644 --- a/cmd/collaborators/list.go +++ b/cmd/collaborators/list.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/list_test.go b/cmd/collaborators/list_test.go index 1d4e7a9d..1e0b3334 100644 --- a/cmd/collaborators/list_test.go +++ b/cmd/collaborators/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/remove.go b/cmd/collaborators/remove.go index 955ac330..eedaa07f 100644 --- a/cmd/collaborators/remove.go +++ b/cmd/collaborators/remove.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/remove_test.go b/cmd/collaborators/remove_test.go index 0877fe64..727ec70a 100644 --- a/cmd/collaborators/remove_test.go +++ b/cmd/collaborators/remove_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/update.go b/cmd/collaborators/update.go index cd8beebe..107ba793 100644 --- a/cmd/collaborators/update.go +++ b/cmd/collaborators/update.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/collaborators/update_test.go b/cmd/collaborators/update_test.go index e1ea7f0c..7861deb3 100644 --- a/cmd/collaborators/update_test.go +++ b/cmd/collaborators/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/bulk_delete.go b/cmd/datastore/bulk_delete.go index 8684dc39..cffc8b79 100644 --- a/cmd/datastore/bulk_delete.go +++ b/cmd/datastore/bulk_delete.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/bulk_delete_test.go b/cmd/datastore/bulk_delete_test.go index ca20ac1d..1b97c06d 100644 --- a/cmd/datastore/bulk_delete_test.go +++ b/cmd/datastore/bulk_delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/bulk_get.go b/cmd/datastore/bulk_get.go index e293f3ff..9a0fda6c 100644 --- a/cmd/datastore/bulk_get.go +++ b/cmd/datastore/bulk_get.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/bulk_get_test.go b/cmd/datastore/bulk_get_test.go index 2735dee3..b314800e 100644 --- a/cmd/datastore/bulk_get_test.go +++ b/cmd/datastore/bulk_get_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/bulk_put.go b/cmd/datastore/bulk_put.go index a86c130a..af984f9a 100644 --- a/cmd/datastore/bulk_put.go +++ b/cmd/datastore/bulk_put.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/bulk_put_test.go b/cmd/datastore/bulk_put_test.go index fa3f99c9..f4697096 100644 --- a/cmd/datastore/bulk_put_test.go +++ b/cmd/datastore/bulk_put_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/count.go b/cmd/datastore/count.go index cc175897..565ee2d4 100644 --- a/cmd/datastore/count.go +++ b/cmd/datastore/count.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/count_test.go b/cmd/datastore/count_test.go index 7a52b2c5..8bbf4ef0 100644 --- a/cmd/datastore/count_test.go +++ b/cmd/datastore/count_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/datastore.go b/cmd/datastore/datastore.go index e4d3134b..08dcdbb6 100644 --- a/cmd/datastore/datastore.go +++ b/cmd/datastore/datastore.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/datastore_test.go b/cmd/datastore/datastore_test.go index 5d47c5d5..bf2d2b23 100644 --- a/cmd/datastore/datastore_test.go +++ b/cmd/datastore/datastore_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/delete.go b/cmd/datastore/delete.go index 1a13954b..7f023b1d 100644 --- a/cmd/datastore/delete.go +++ b/cmd/datastore/delete.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/delete_test.go b/cmd/datastore/delete_test.go index d6236844..99e7b8c8 100644 --- a/cmd/datastore/delete_test.go +++ b/cmd/datastore/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/get.go b/cmd/datastore/get.go index 2a75f706..19343691 100644 --- a/cmd/datastore/get.go +++ b/cmd/datastore/get.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/get_test.go b/cmd/datastore/get_test.go index 1af0fa67..e9fae7d7 100644 --- a/cmd/datastore/get_test.go +++ b/cmd/datastore/get_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/put.go b/cmd/datastore/put.go index e3a5bce7..7128fae4 100644 --- a/cmd/datastore/put.go +++ b/cmd/datastore/put.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/put_test.go b/cmd/datastore/put_test.go index 3c4d1812..e6322f46 100644 --- a/cmd/datastore/put_test.go +++ b/cmd/datastore/put_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/query.go b/cmd/datastore/query.go index 776a93d5..c528e3d8 100644 --- a/cmd/datastore/query.go +++ b/cmd/datastore/query.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/query_test.go b/cmd/datastore/query_test.go index ed261f27..7169c248 100644 --- a/cmd/datastore/query_test.go +++ b/cmd/datastore/query_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/update.go b/cmd/datastore/update.go index cb2633ea..a691fcd4 100644 --- a/cmd/datastore/update.go +++ b/cmd/datastore/update.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/datastore/update_test.go b/cmd/datastore/update_test.go index 61188e9b..409b01f0 100644 --- a/cmd/datastore/update_test.go +++ b/cmd/datastore/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/docgen/docgen.go b/cmd/docgen/docgen.go index 12203b05..cd035390 100644 --- a/cmd/docgen/docgen.go +++ b/cmd/docgen/docgen.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/docgen/docgen_test.go b/cmd/docgen/docgen_test.go index 452c01ee..a07b081b 100644 --- a/cmd/docgen/docgen_test.go +++ b/cmd/docgen/docgen_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/doctor/check.go b/cmd/doctor/check.go index ec0b190d..d4c04a50 100644 --- a/cmd/doctor/check.go +++ b/cmd/doctor/check.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/doctor/check_test.go b/cmd/doctor/check_test.go index d608c1e2..3695a871 100644 --- a/cmd/doctor/check_test.go +++ b/cmd/doctor/check_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/doctor/doctor.go b/cmd/doctor/doctor.go index b95cec91..9375719e 100644 --- a/cmd/doctor/doctor.go +++ b/cmd/doctor/doctor.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/doctor/doctor_test.go b/cmd/doctor/doctor_test.go index 61d47c9f..27051df5 100644 --- a/cmd/doctor/doctor_test.go +++ b/cmd/doctor/doctor_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/add.go b/cmd/env/add.go index dbd0e6a3..2f11f152 100644 --- a/cmd/env/add.go +++ b/cmd/env/add.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/add_test.go b/cmd/env/add_test.go index 9e8f8f1d..56595b83 100644 --- a/cmd/env/add_test.go +++ b/cmd/env/add_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/env.go b/cmd/env/env.go index 72807a95..78a93e10 100644 --- a/cmd/env/env.go +++ b/cmd/env/env.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/env_test.go b/cmd/env/env_test.go index f5c92227..ebca06b7 100644 --- a/cmd/env/env_test.go +++ b/cmd/env/env_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/list.go b/cmd/env/list.go index faa3f2dc..02458a8e 100644 --- a/cmd/env/list.go +++ b/cmd/env/list.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/list_test.go b/cmd/env/list_test.go index 1b64c78b..394b5528 100644 --- a/cmd/env/list_test.go +++ b/cmd/env/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/remove.go b/cmd/env/remove.go index 17711302..6e161c14 100644 --- a/cmd/env/remove.go +++ b/cmd/env/remove.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/env/remove_test.go b/cmd/env/remove_test.go index 57d8aac3..b927d9c8 100644 --- a/cmd/env/remove_test.go +++ b/cmd/env/remove_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/add.go b/cmd/externalauth/add.go index 5be8c038..0dbe8329 100644 --- a/cmd/externalauth/add.go +++ b/cmd/externalauth/add.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/add_secret.go b/cmd/externalauth/add_secret.go index fa339ed5..df3f4c0c 100644 --- a/cmd/externalauth/add_secret.go +++ b/cmd/externalauth/add_secret.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/add_secret_test.go b/cmd/externalauth/add_secret_test.go index 4151f742..a58f37f7 100644 --- a/cmd/externalauth/add_secret_test.go +++ b/cmd/externalauth/add_secret_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/add_test.go b/cmd/externalauth/add_test.go index 85f50ca3..072d03fd 100644 --- a/cmd/externalauth/add_test.go +++ b/cmd/externalauth/add_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/externalauth.go b/cmd/externalauth/externalauth.go index 781c08d8..8b0dcfba 100644 --- a/cmd/externalauth/externalauth.go +++ b/cmd/externalauth/externalauth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/externalauth_mock.go b/cmd/externalauth/externalauth_mock.go index 33580a43..2fb105ad 100644 --- a/cmd/externalauth/externalauth_mock.go +++ b/cmd/externalauth/externalauth_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/externalauth_test.go b/cmd/externalauth/externalauth_test.go index c01400f1..b821f9f1 100644 --- a/cmd/externalauth/externalauth_test.go +++ b/cmd/externalauth/externalauth_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/helpers_test.go b/cmd/externalauth/helpers_test.go index c0db69c2..4284e2ca 100644 --- a/cmd/externalauth/helpers_test.go +++ b/cmd/externalauth/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/remove.go b/cmd/externalauth/remove.go index 4fece1d2..6ee4fa20 100644 --- a/cmd/externalauth/remove.go +++ b/cmd/externalauth/remove.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/remove_test.go b/cmd/externalauth/remove_test.go index 5eeae354..7cd8727f 100644 --- a/cmd/externalauth/remove_test.go +++ b/cmd/externalauth/remove_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/select_auth.go b/cmd/externalauth/select_auth.go index 9ce1bf7b..eb905c66 100644 --- a/cmd/externalauth/select_auth.go +++ b/cmd/externalauth/select_auth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/externalauth/select_auth_test.go b/cmd/externalauth/select_auth_test.go index d24ce36f..0b482ccb 100644 --- a/cmd/externalauth/select_auth_test.go +++ b/cmd/externalauth/select_auth_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/feedback/feedback.go b/cmd/feedback/feedback.go index 229c0821..43e7ebe4 100644 --- a/cmd/feedback/feedback.go +++ b/cmd/feedback/feedback.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/feedback/feedback_test.go b/cmd/feedback/feedback_test.go index 7a63d4cf..2a10d7bd 100644 --- a/cmd/feedback/feedback_test.go +++ b/cmd/feedback/feedback_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/fingerprint/fingerprint.go b/cmd/fingerprint/fingerprint.go index 353ee203..0a813376 100644 --- a/cmd/fingerprint/fingerprint.go +++ b/cmd/fingerprint/fingerprint.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/fingerprint/fingerprint_test.go b/cmd/fingerprint/fingerprint_test.go index 74472969..5aba680a 100644 --- a/cmd/fingerprint/fingerprint_test.go +++ b/cmd/fingerprint/fingerprint_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/function/access.go b/cmd/function/access.go index 4c0b1a9e..7eea19ce 100644 --- a/cmd/function/access.go +++ b/cmd/function/access.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/function/access_test.go b/cmd/function/access_test.go index ce23a01f..9aeb1af9 100644 --- a/cmd/function/access_test.go +++ b/cmd/function/access_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/function/function.go b/cmd/function/function.go index a81a0561..ddb2c55f 100644 --- a/cmd/function/function.go +++ b/cmd/function/function.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/function/helpers_test.go b/cmd/function/helpers_test.go index 44b9a627..90fbabd3 100644 --- a/cmd/function/helpers_test.go +++ b/cmd/function/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/function/mocks_test.go b/cmd/function/mocks_test.go index 99ee6a8b..b8e3c64d 100644 --- a/cmd/function/mocks_test.go +++ b/cmd/function/mocks_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/function/prompt.go b/cmd/function/prompt.go index 6098eb3f..8b03ff53 100644 --- a/cmd/function/prompt.go +++ b/cmd/function/prompt.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/function/prompt_test.go b/cmd/function/prompt_test.go index 960957de..c6167c4d 100644 --- a/cmd/function/prompt_test.go +++ b/cmd/function/prompt_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/help/help.go b/cmd/help/help.go index b32ad798..a4e5053d 100644 --- a/cmd/help/help.go +++ b/cmd/help/help.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/help/help_test.go b/cmd/help/help_test.go index c0686e1f..8d6d5e16 100644 --- a/cmd/help/help_test.go +++ b/cmd/help/help_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest/info.go b/cmd/manifest/info.go index 2603d076..bd4b521e 100644 --- a/cmd/manifest/info.go +++ b/cmd/manifest/info.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest/info_test.go b/cmd/manifest/info_test.go index 590e2671..04298ff8 100644 --- a/cmd/manifest/info_test.go +++ b/cmd/manifest/info_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest/manifest.go b/cmd/manifest/manifest.go index ed9827d3..9f9d3a57 100644 --- a/cmd/manifest/manifest.go +++ b/cmd/manifest/manifest.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest/manifest_test.go b/cmd/manifest/manifest_test.go index 9dda661d..b5646e67 100644 --- a/cmd/manifest/manifest_test.go +++ b/cmd/manifest/manifest_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest/validate.go b/cmd/manifest/validate.go index 4ac7634d..1ccac80b 100644 --- a/cmd/manifest/validate.go +++ b/cmd/manifest/validate.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest/validate_test.go b/cmd/manifest/validate_test.go index 3f58a3c5..912bdd1e 100644 --- a/cmd/manifest/validate_test.go +++ b/cmd/manifest/validate_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/openformresponse/export.go b/cmd/openformresponse/export.go index 25952879..3f696555 100644 --- a/cmd/openformresponse/export.go +++ b/cmd/openformresponse/export.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/openformresponse/export_test.go b/cmd/openformresponse/export_test.go index 46671a7d..de33a8c2 100644 --- a/cmd/openformresponse/export_test.go +++ b/cmd/openformresponse/export_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/openformresponse/openformresponse.go b/cmd/openformresponse/openformresponse.go index 17198f2d..e7aa62c8 100644 --- a/cmd/openformresponse/openformresponse.go +++ b/cmd/openformresponse/openformresponse.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/activity.go b/cmd/platform/activity.go index 96162a2f..72aa908a 100644 --- a/cmd/platform/activity.go +++ b/cmd/platform/activity.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/activity_test.go b/cmd/platform/activity_test.go index e947e868..59e1932c 100644 --- a/cmd/platform/activity_test.go +++ b/cmd/platform/activity_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/deploy.go b/cmd/platform/deploy.go index ff1f5825..ec8fb97f 100644 --- a/cmd/platform/deploy.go +++ b/cmd/platform/deploy.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/deploy_test.go b/cmd/platform/deploy_test.go index b03b0eb6..24ea2723 100644 --- a/cmd/platform/deploy_test.go +++ b/cmd/platform/deploy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/platform.go b/cmd/platform/platform.go index b22c17a6..1dbfcd69 100644 --- a/cmd/platform/platform.go +++ b/cmd/platform/platform.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/platform_test.go b/cmd/platform/platform_test.go index 08c01e97..c9ca7133 100644 --- a/cmd/platform/platform_test.go +++ b/cmd/platform/platform_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/run.go b/cmd/platform/run.go index 3392764b..1ae05a1f 100644 --- a/cmd/platform/run.go +++ b/cmd/platform/run.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/platform/run_test.go b/cmd/platform/run_test.go index 8d478df7..5d7643f9 100644 --- a/cmd/platform/run_test.go +++ b/cmd/platform/run_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/create.go b/cmd/project/create.go index 2eb578b1..15041562 100644 --- a/cmd/project/create.go +++ b/cmd/project/create.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/create_samples.go b/cmd/project/create_samples.go index c58163d5..adea91e2 100644 --- a/cmd/project/create_samples.go +++ b/cmd/project/create_samples.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/create_samples_test.go b/cmd/project/create_samples_test.go index a9c7e28c..dd4f20ad 100644 --- a/cmd/project/create_samples_test.go +++ b/cmd/project/create_samples_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/create_template.go b/cmd/project/create_template.go index 105cfdbe..62971404 100644 --- a/cmd/project/create_template.go +++ b/cmd/project/create_template.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/create_test.go b/cmd/project/create_test.go index 726cb961..d0a62f8d 100644 --- a/cmd/project/create_test.go +++ b/cmd/project/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/init.go b/cmd/project/init.go index 898ca65a..4ffe0089 100644 --- a/cmd/project/init.go +++ b/cmd/project/init.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/init_test.go b/cmd/project/init_test.go index f2bdc51f..2af500f4 100644 --- a/cmd/project/init_test.go +++ b/cmd/project/init_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/project.go b/cmd/project/project.go index aa364de5..bf436f06 100644 --- a/cmd/project/project.go +++ b/cmd/project/project.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/project_test.go b/cmd/project/project_test.go index 8bd8750a..01f8c6bc 100644 --- a/cmd/project/project_test.go +++ b/cmd/project/project_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/samples.go b/cmd/project/samples.go index 9d91d71e..84b5ca87 100644 --- a/cmd/project/samples.go +++ b/cmd/project/samples.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project/samples_test.go b/cmd/project/samples_test.go index b4c51380..c3eedbae 100644 --- a/cmd/project/samples_test.go +++ b/cmd/project/samples_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/root.go b/cmd/root.go index 2bc65e55..3412d49a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/root_test.go b/cmd/root_test.go index 47a7a372..2d83a598 100644 --- a/cmd/root_test.go +++ b/cmd/root_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/access.go b/cmd/triggers/access.go index 1fd0567e..0a3177af 100644 --- a/cmd/triggers/access.go +++ b/cmd/triggers/access.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/access_test.go b/cmd/triggers/access_test.go index 18a5f3fd..31dfebac 100644 --- a/cmd/triggers/access_test.go +++ b/cmd/triggers/access_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/create.go b/cmd/triggers/create.go index c7cfa547..4359ed29 100644 --- a/cmd/triggers/create.go +++ b/cmd/triggers/create.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/create_test.go b/cmd/triggers/create_test.go index d2576334..38013a27 100644 --- a/cmd/triggers/create_test.go +++ b/cmd/triggers/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/delete.go b/cmd/triggers/delete.go index 5523cfa3..e26a00aa 100644 --- a/cmd/triggers/delete.go +++ b/cmd/triggers/delete.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/delete_test.go b/cmd/triggers/delete_test.go index cb70a0d3..a7bafdfe 100644 --- a/cmd/triggers/delete_test.go +++ b/cmd/triggers/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/generate.go b/cmd/triggers/generate.go index 07984f15..459cf2ed 100644 --- a/cmd/triggers/generate.go +++ b/cmd/triggers/generate.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/generate_test.go b/cmd/triggers/generate_test.go index 358c6627..7e750896 100644 --- a/cmd/triggers/generate_test.go +++ b/cmd/triggers/generate_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/helpers_test.go b/cmd/triggers/helpers_test.go index ede3e748..102f3bae 100644 --- a/cmd/triggers/helpers_test.go +++ b/cmd/triggers/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/info.go b/cmd/triggers/info.go index 5c3f1599..039f15f5 100644 --- a/cmd/triggers/info.go +++ b/cmd/triggers/info.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/info_test.go b/cmd/triggers/info_test.go index cc95fc71..44c2ccd0 100644 --- a/cmd/triggers/info_test.go +++ b/cmd/triggers/info_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/list.go b/cmd/triggers/list.go index 0bce5aca..75c7dc12 100644 --- a/cmd/triggers/list.go +++ b/cmd/triggers/list.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/list_test.go b/cmd/triggers/list_test.go index e6680489..a1a884a0 100644 --- a/cmd/triggers/list_test.go +++ b/cmd/triggers/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/triggers.go b/cmd/triggers/triggers.go index e5d1f45f..4ef325df 100644 --- a/cmd/triggers/triggers.go +++ b/cmd/triggers/triggers.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/triggers_test.go b/cmd/triggers/triggers_test.go index 58969de8..872402e6 100644 --- a/cmd/triggers/triggers_test.go +++ b/cmd/triggers/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/update.go b/cmd/triggers/update.go index e459c20d..d2f7fbe3 100644 --- a/cmd/triggers/update.go +++ b/cmd/triggers/update.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/triggers/update_test.go b/cmd/triggers/update_test.go index 9421ac28..635e0bf9 100644 --- a/cmd/triggers/update_test.go +++ b/cmd/triggers/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/upgrade/upgrade.go b/cmd/upgrade/upgrade.go index 78d880a1..75488fe5 100644 --- a/cmd/upgrade/upgrade.go +++ b/cmd/upgrade/upgrade.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/upgrade/upgrade_test.go b/cmd/upgrade/upgrade_test.go index f36de97b..4b2e5bfc 100644 --- a/cmd/upgrade/upgrade_test.go +++ b/cmd/upgrade/upgrade_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/version/version.go b/cmd/version/version.go index 4c9282b8..675ae885 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/version/version_test.go b/cmd/version/version_test.go index cb85d5ef..040f2f3a 100644 --- a/cmd/version/version_test.go +++ b/cmd/version/version_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/codecov.yml b/codecov.yml index 104358da..a87060cd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/api/activity.go b/internal/api/activity.go index 52122036..873f22e5 100644 --- a/internal/api/activity.go +++ b/internal/api/activity.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/activity_test.go b/internal/api/activity_test.go index 272a9410..5eb5d69a 100644 --- a/internal/api/activity_test.go +++ b/internal/api/activity_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/api_mock.go b/internal/api/api_mock.go index 12be632c..898dd036 100644 --- a/internal/api/api_mock.go +++ b/internal/api/api_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/app.go b/internal/api/app.go index 7f6c7a15..32bb1df0 100644 --- a/internal/api/app.go +++ b/internal/api/app.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/app_test.go b/internal/api/app_test.go index ae14caf7..45ec65e5 100644 --- a/internal/api/app_test.go +++ b/internal/api/app_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/auth.go b/internal/api/auth.go index 2c9b5a61..cd746c13 100644 --- a/internal/api/auth.go +++ b/internal/api/auth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/auth_test.go b/internal/api/auth_test.go index 0f5e1cd2..cfef8ad8 100644 --- a/internal/api/auth_test.go +++ b/internal/api/auth_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/channels.go b/internal/api/channels.go index 216c1aa3..af38a35c 100644 --- a/internal/api/channels.go +++ b/internal/api/channels.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/client.go b/internal/api/client.go index 93d8ee52..df536b0c 100644 --- a/internal/api/client.go +++ b/internal/api/client.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/client_fake.go b/internal/api/client_fake.go index 3f3a4910..1bd6a68b 100644 --- a/internal/api/client_fake.go +++ b/internal/api/client_fake.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/collaborators.go b/internal/api/collaborators.go index 046b2983..4e71989d 100644 --- a/internal/api/collaborators.go +++ b/internal/api/collaborators.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/datastore.go b/internal/api/datastore.go index e2edc20a..469eed21 100644 --- a/internal/api/datastore.go +++ b/internal/api/datastore.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/datastore_test.go b/internal/api/datastore_test.go index 9a52bf3b..540f31cd 100644 --- a/internal/api/datastore_test.go +++ b/internal/api/datastore_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/debug.go b/internal/api/debug.go index 49dfeb59..402de03f 100644 --- a/internal/api/debug.go +++ b/internal/api/debug.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/debug_test.go b/internal/api/debug_test.go index d166bde1..d23069ef 100644 --- a/internal/api/debug_test.go +++ b/internal/api/debug_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/externalauth.go b/internal/api/externalauth.go index a5659c1c..ef83fd33 100644 --- a/internal/api/externalauth.go +++ b/internal/api/externalauth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/externalauth_test.go b/internal/api/externalauth_test.go index 5cfb864d..56f59094 100644 --- a/internal/api/externalauth_test.go +++ b/internal/api/externalauth_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/functiondistribution.go b/internal/api/functiondistribution.go index 70780e58..156d0e59 100644 --- a/internal/api/functiondistribution.go +++ b/internal/api/functiondistribution.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/functiondistribution_test.go b/internal/api/functiondistribution_test.go index d0b06c91..65b4c8d8 100644 --- a/internal/api/functiondistribution_test.go +++ b/internal/api/functiondistribution_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/httpclient.go b/internal/api/httpclient.go index 75de341d..24377b34 100644 --- a/internal/api/httpclient.go +++ b/internal/api/httpclient.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/icon.go b/internal/api/icon.go index 087e7f58..efee1f4f 100644 --- a/internal/api/icon.go +++ b/internal/api/icon.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/icon_mock.go b/internal/api/icon_mock.go index 8baa3d0d..f8b0a998 100644 --- a/internal/api/icon_mock.go +++ b/internal/api/icon_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/icon_test.go b/internal/api/icon_test.go index 67117d93..1197e67d 100644 --- a/internal/api/icon_test.go +++ b/internal/api/icon_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/s3_upload.go b/internal/api/s3_upload.go index 3c4a004c..09eb723c 100644 --- a/internal/api/s3_upload.go +++ b/internal/api/s3_upload.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/s3_upload_mock.go b/internal/api/s3_upload_mock.go index 474bb402..87dd7ca9 100644 --- a/internal/api/s3_upload_mock.go +++ b/internal/api/s3_upload_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/s3_upload_test.go b/internal/api/s3_upload_test.go index c2136967..f36e87c7 100644 --- a/internal/api/s3_upload_test.go +++ b/internal/api/s3_upload_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/session.go b/internal/api/session.go index 7cb46568..ea14c0c6 100644 --- a/internal/api/session.go +++ b/internal/api/session.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/session_test.go b/internal/api/session_test.go index 27c9b6fe..eee8f3f1 100644 --- a/internal/api/session_test.go +++ b/internal/api/session_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/steps.go b/internal/api/steps.go index 11c04750..f7a4a90e 100644 --- a/internal/api/steps.go +++ b/internal/api/steps.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/steps_test.go b/internal/api/steps_test.go index 562e1719..4a105408 100644 --- a/internal/api/steps_test.go +++ b/internal/api/steps_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/teams.go b/internal/api/teams.go index 5a31f4cb..cd1c3477 100644 --- a/internal/api/teams.go +++ b/internal/api/teams.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/teams_test.go b/internal/api/teams_test.go index 0df48b60..01756815 100644 --- a/internal/api/teams_test.go +++ b/internal/api/teams_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/triggerpermissions.go b/internal/api/triggerpermissions.go index e667b0a7..86f4c23e 100644 --- a/internal/api/triggerpermissions.go +++ b/internal/api/triggerpermissions.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/triggerpermissions_test.go b/internal/api/triggerpermissions_test.go index 2b87231e..b83e42ec 100644 --- a/internal/api/triggerpermissions_test.go +++ b/internal/api/triggerpermissions_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/types.go b/internal/api/types.go index 11dda0a0..e9cfe4a1 100644 --- a/internal/api/types.go +++ b/internal/api/types.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/users.go b/internal/api/users.go index 7596ad39..feae1353 100644 --- a/internal/api/users.go +++ b/internal/api/users.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/variables.go b/internal/api/variables.go index 0f746dd6..69c23b64 100644 --- a/internal/api/variables.go +++ b/internal/api/variables.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/variables_test.go b/internal/api/variables_test.go index fbbab617..00647a0d 100644 --- a/internal/api/variables_test.go +++ b/internal/api/variables_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/verify_errors.go b/internal/api/verify_errors.go index c3fefdec..9be9d070 100644 --- a/internal/api/verify_errors.go +++ b/internal/api/verify_errors.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/workflows.go b/internal/api/workflows.go index 8253a566..364ccd8f 100644 --- a/internal/api/workflows.go +++ b/internal/api/workflows.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/api/workflows_test.go b/internal/api/workflows_test.go index 0a988559..f66a17f0 100644 --- a/internal/api/workflows_test.go +++ b/internal/api/workflows_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app.go b/internal/app/app.go index e348dc8f..9ed01bf5 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app_client.go b/internal/app/app_client.go index 41df7ac1..aecaf513 100644 --- a/internal/app/app_client.go +++ b/internal/app/app_client.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app_client_mock.go b/internal/app/app_client_mock.go index ef5d45f2..562193bb 100644 --- a/internal/app/app_client_mock.go +++ b/internal/app/app_client_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app_client_test.go b/internal/app/app_client_test.go index 805e39ab..bfd887c3 100644 --- a/internal/app/app_client_test.go +++ b/internal/app/app_client_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/app_test.go b/internal/app/app_test.go index 4976f34c..dc7ef61f 100644 --- a/internal/app/app_test.go +++ b/internal/app/app_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/manifest.go b/internal/app/manifest.go index 46665c3c..2dc96ab8 100644 --- a/internal/app/manifest.go +++ b/internal/app/manifest.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/manifest_mock.go b/internal/app/manifest_mock.go index 83f51aed..15c5acc2 100644 --- a/internal/app/manifest_mock.go +++ b/internal/app/manifest_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/app/manifest_test.go b/internal/app/manifest_test.go index afa85566..568f9530 100644 --- a/internal/app/manifest_test.go +++ b/internal/app/manifest_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/archiveutil/archiveutil.go b/internal/archiveutil/archiveutil.go index 5ec8bee3..2dbe4981 100644 --- a/internal/archiveutil/archiveutil.go +++ b/internal/archiveutil/archiveutil.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/auth.go b/internal/auth/auth.go index 5398214c..61253336 100644 --- a/internal/auth/auth.go +++ b/internal/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/auth_mock.go b/internal/auth/auth_mock.go index 1ec176b9..8eff5ece 100644 --- a/internal/auth/auth_mock.go +++ b/internal/auth/auth_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/auth_test.go b/internal/auth/auth_test.go index 736648a9..5e7b59f3 100644 --- a/internal/auth/auth_test.go +++ b/internal/auth/auth_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/revoke.go b/internal/auth/revoke.go index b80278f0..62b07f9f 100644 --- a/internal/auth/revoke.go +++ b/internal/auth/revoke.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/auth/revoke_test.go b/internal/auth/revoke_test.go index 74e288de..2a82fa50 100644 --- a/internal/auth/revoke_test.go +++ b/internal/auth/revoke_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/cache.go b/internal/cache/cache.go index 5510ac1b..15350215 100644 --- a/internal/cache/cache.go +++ b/internal/cache/cache.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/cache_mock.go b/internal/cache/cache_mock.go index 0fdd7d46..e97ebd4c 100644 --- a/internal/cache/cache_mock.go +++ b/internal/cache/cache_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/cache_test.go b/internal/cache/cache_test.go index 8730d236..89f95412 100644 --- a/internal/cache/cache_test.go +++ b/internal/cache/cache_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/hash.go b/internal/cache/hash.go index f4edbf1c..9c97ebd3 100644 --- a/internal/cache/hash.go +++ b/internal/cache/hash.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/hash_test.go b/internal/cache/hash_test.go index 1845e553..69c6c7f4 100644 --- a/internal/cache/hash_test.go +++ b/internal/cache/hash_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/manifest.go b/internal/cache/manifest.go index 61e2dc33..c8648889 100644 --- a/internal/cache/manifest.go +++ b/internal/cache/manifest.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/manifest_mock.go b/internal/cache/manifest_mock.go index 1781acff..320d6191 100644 --- a/internal/cache/manifest_mock.go +++ b/internal/cache/manifest_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cache/manifest_test.go b/internal/cache/manifest_test.go index 6c9b394e..947acb7e 100644 --- a/internal/cache/manifest_test.go +++ b/internal/cache/manifest_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cmdutil/app.go b/internal/cmdutil/app.go index 0a8a84ec..152cd6a5 100644 --- a/internal/cmdutil/app.go +++ b/internal/cmdutil/app.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cmdutil/app_test.go b/internal/cmdutil/app_test.go index a0de28e7..1df4d0cc 100644 --- a/internal/cmdutil/app_test.go +++ b/internal/cmdutil/app_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cmdutil/flags.go b/internal/cmdutil/flags.go index 6448b36a..cdbea12a 100644 --- a/internal/cmdutil/flags.go +++ b/internal/cmdutil/flags.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cmdutil/process.go b/internal/cmdutil/process.go index 8c6d6a6d..201d7ed5 100644 --- a/internal/cmdutil/process.go +++ b/internal/cmdutil/process.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cmdutil/process_test.go b/internal/cmdutil/process_test.go index 2d26c293..bd4bd49c 100644 --- a/internal/cmdutil/process_test.go +++ b/internal/cmdutil/process_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cmdutil/project.go b/internal/cmdutil/project.go index a6ccba8e..a41937af 100644 --- a/internal/cmdutil/project.go +++ b/internal/cmdutil/project.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/cmdutil/project_test.go b/internal/cmdutil/project_test.go index da847be1..77a3ae8c 100644 --- a/internal/cmdutil/project_test.go +++ b/internal/cmdutil/project_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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 69d91ef2..9855825f 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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_test.go b/internal/config/config_test.go index 7cea4538..686285e8 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/context.go b/internal/config/context.go index ca25213d..a818494d 100644 --- a/internal/config/context.go +++ b/internal/config/context.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/dotenv.go b/internal/config/dotenv.go index 679a0f04..a186e3d7 100644 --- a/internal/config/dotenv.go +++ b/internal/config/dotenv.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/dotenv_test.go b/internal/config/dotenv_test.go index 9a1aae50..61c21abc 100644 --- a/internal/config/dotenv_test.go +++ b/internal/config/dotenv_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/experiments.go b/internal/config/experiments.go index 54d7e893..2cb5705a 100644 --- a/internal/config/experiments.go +++ b/internal/config/experiments.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/experiments_test.go b/internal/config/experiments_test.go index 36794554..a4584f87 100644 --- a/internal/config/experiments_test.go +++ b/internal/config/experiments_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/flags.go b/internal/config/flags.go index 080100a9..f2180181 100644 --- a/internal/config/flags.go +++ b/internal/config/flags.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/flags_test.go b/internal/config/flags_test.go index bcbdf0af..ffb69b80 100644 --- a/internal/config/flags_test.go +++ b/internal/config/flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest.go b/internal/config/manifest.go index 8f5c2f5f..5a1669dd 100644 --- a/internal/config/manifest.go +++ b/internal/config/manifest.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/manifest_test.go b/internal/config/manifest_test.go index 2e2651b3..00e2ca2a 100644 --- a/internal/config/manifest_test.go +++ b/internal/config/manifest_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project.go b/internal/config/project.go index b37546ca..8baca15c 100644 --- a/internal/config/project.go +++ b/internal/config/project.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project_mock.go b/internal/config/project_mock.go index 3de65986..37e4778d 100644 --- a/internal/config/project_mock.go +++ b/internal/config/project_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/project_test.go b/internal/config/project_test.go index 04770e9f..8fff1217 100644 --- a/internal/config/project_test.go +++ b/internal/config/project_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/survey.go b/internal/config/survey.go index c7ab9dad..cd7e2184 100644 --- a/internal/config/survey.go +++ b/internal/config/survey.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/survey_test.go b/internal/config/survey_test.go index 97bb4b4b..f4cce07e 100644 --- a/internal/config/survey_test.go +++ b/internal/config/survey_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/system.go b/internal/config/system.go index 7e879fdb..abb0db4b 100644 --- a/internal/config/system.go +++ b/internal/config/system.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/system_mock.go b/internal/config/system_mock.go index d592512d..d8f5b7fb 100644 --- a/internal/config/system_mock.go +++ b/internal/config/system_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/system_test.go b/internal/config/system_test.go index 162f35d5..34f85b7a 100644 --- a/internal/config/system_test.go +++ b/internal/config/system_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/deputil/deputil.go b/internal/deputil/deputil.go index d1694615..40b877c1 100644 --- a/internal/deputil/deputil.go +++ b/internal/deputil/deputil.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/deputil/url.go b/internal/deputil/url.go index 0e065225..be7deebd 100644 --- a/internal/deputil/url.go +++ b/internal/deputil/url.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/deputil/url_test.go b/internal/deputil/url_test.go index b7a89f46..026de13d 100644 --- a/internal/deputil/url_test.go +++ b/internal/deputil/url_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/experiment/experiment.go b/internal/experiment/experiment.go index d4de14dd..13cf2454 100644 --- a/internal/experiment/experiment.go +++ b/internal/experiment/experiment.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/experiment/experiment_test.go b/internal/experiment/experiment_test.go index 699f6e90..632fd002 100644 --- a/internal/experiment/experiment_test.go +++ b/internal/experiment/experiment_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/json.go b/internal/goutils/json.go index b3f3573c..59b5a95a 100644 --- a/internal/goutils/json.go +++ b/internal/goutils/json.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/json_test.go b/internal/goutils/json_test.go index b3bb2a0a..604abf1f 100644 --- a/internal/goutils/json_test.go +++ b/internal/goutils/json_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/map.go b/internal/goutils/map.go index 82a492de..72de0045 100644 --- a/internal/goutils/map.go +++ b/internal/goutils/map.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/map_test.go b/internal/goutils/map_test.go index fc80dc69..3739e4ed 100644 --- a/internal/goutils/map_test.go +++ b/internal/goutils/map_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/recursivecopy.go b/internal/goutils/recursivecopy.go index 3eb83290..3f754836 100644 --- a/internal/goutils/recursivecopy.go +++ b/internal/goutils/recursivecopy.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/slices.go b/internal/goutils/slices.go index d80d7e8c..1d0f63f8 100644 --- a/internal/goutils/slices.go +++ b/internal/goutils/slices.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/slices_test.go b/internal/goutils/slices_test.go index 7527543d..c381a43e 100644 --- a/internal/goutils/slices_test.go +++ b/internal/goutils/slices_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/strings.go b/internal/goutils/strings.go index f80cb491..7530fa2d 100644 --- a/internal/goutils/strings.go +++ b/internal/goutils/strings.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/goutils/strings_test.go b/internal/goutils/strings_test.go index b84993cd..9e668a44 100644 --- a/internal/goutils/strings_test.go +++ b/internal/goutils/strings_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/hook_executor_default.go b/internal/hooks/hook_executor_default.go index dc259116..eb9ab2b6 100644 --- a/internal/hooks/hook_executor_default.go +++ b/internal/hooks/hook_executor_default.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/hook_executor_default_test.go b/internal/hooks/hook_executor_default_test.go index b3d3186d..2b4e1667 100644 --- a/internal/hooks/hook_executor_default_test.go +++ b/internal/hooks/hook_executor_default_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/hook_executor_v2.go b/internal/hooks/hook_executor_v2.go index 39f249f4..96b146f5 100644 --- a/internal/hooks/hook_executor_v2.go +++ b/internal/hooks/hook_executor_v2.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/hook_executor_v2_test.go b/internal/hooks/hook_executor_v2_test.go index 5ffea258..25a8233f 100644 --- a/internal/hooks/hook_executor_v2_test.go +++ b/internal/hooks/hook_executor_v2_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/hooks.go b/internal/hooks/hooks.go index eb70e9b4..dcf3a33a 100644 --- a/internal/hooks/hooks.go +++ b/internal/hooks/hooks.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/hooks_test.go b/internal/hooks/hooks_test.go index e117a833..04e961c5 100644 --- a/internal/hooks/hooks_test.go +++ b/internal/hooks/hooks_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/protocol.go b/internal/hooks/protocol.go index 111bb0bb..0a00d0bb 100644 --- a/internal/hooks/protocol.go +++ b/internal/hooks/protocol.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/protocol_test.go b/internal/hooks/protocol_test.go index 10289100..d40134e8 100644 --- a/internal/hooks/protocol_test.go +++ b/internal/hooks/protocol_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/script.go b/internal/hooks/script.go index 528212ae..0b0fc435 100644 --- a/internal/hooks/script.go +++ b/internal/hooks/script.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/script_test.go b/internal/hooks/script_test.go index ad2c61a0..7c327453 100644 --- a/internal/hooks/script_test.go +++ b/internal/hooks/script_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/sdk_config.go b/internal/hooks/sdk_config.go index 94419d08..e3ae830f 100644 --- a/internal/hooks/sdk_config.go +++ b/internal/hooks/sdk_config.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/sdk_config_mock.go b/internal/hooks/sdk_config_mock.go index 2d536f97..5f714444 100644 --- a/internal/hooks/sdk_config_mock.go +++ b/internal/hooks/sdk_config_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/sdk_config_test.go b/internal/hooks/sdk_config_test.go index 25b95402..1a4694e8 100644 --- a/internal/hooks/sdk_config_test.go +++ b/internal/hooks/sdk_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/shell.go b/internal/hooks/shell.go index b0c23a2c..f661d22e 100644 --- a/internal/hooks/shell.go +++ b/internal/hooks/shell.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/hooks/shell_mock.go b/internal/hooks/shell_mock.go index ca002ecb..fbf12179 100644 --- a/internal/hooks/shell_mock.go +++ b/internal/hooks/shell_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/image/image.go b/internal/image/image.go index 3427dea7..59331568 100644 --- a/internal/image/image.go +++ b/internal/image/image.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/init_unix.go b/internal/iostreams/init_unix.go index 790e96dc..ab5f8e0e 100644 --- a/internal/iostreams/init_unix.go +++ b/internal/iostreams/init_unix.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/init_windows.go b/internal/iostreams/init_windows.go index 6592e085..269ae9af 100644 --- a/internal/iostreams/init_windows.go +++ b/internal/iostreams/init_windows.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/iostreams.go b/internal/iostreams/iostreams.go index 9692fb46..6dc85ea1 100644 --- a/internal/iostreams/iostreams.go +++ b/internal/iostreams/iostreams.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/iostreams_mock.go b/internal/iostreams/iostreams_mock.go index 6b548009..fcb86ac5 100644 --- a/internal/iostreams/iostreams_mock.go +++ b/internal/iostreams/iostreams_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/iostreams_test.go b/internal/iostreams/iostreams_test.go index 5f8eb00b..ab3a6771 100644 --- a/internal/iostreams/iostreams_test.go +++ b/internal/iostreams/iostreams_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/logfile.go b/internal/iostreams/logfile.go index fde4938c..bb321fdf 100644 --- a/internal/iostreams/logfile.go +++ b/internal/iostreams/logfile.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/logfile_test.go b/internal/iostreams/logfile_test.go index 8ffd02ae..4e1c5f80 100644 --- a/internal/iostreams/logfile_test.go +++ b/internal/iostreams/logfile_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/printer.go b/internal/iostreams/printer.go index a9ae4177..3510765e 100644 --- a/internal/iostreams/printer.go +++ b/internal/iostreams/printer.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/printer_mock.go b/internal/iostreams/printer_mock.go index dc7358fa..b13f7996 100644 --- a/internal/iostreams/printer_mock.go +++ b/internal/iostreams/printer_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/printer_test.go b/internal/iostreams/printer_test.go index 064ca3e2..4755901a 100644 --- a/internal/iostreams/printer_test.go +++ b/internal/iostreams/printer_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/reader.go b/internal/iostreams/reader.go index 350fa382..420d3b6e 100644 --- a/internal/iostreams/reader.go +++ b/internal/iostreams/reader.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/reader_mock.go b/internal/iostreams/reader_mock.go index f7713699..2bf0459c 100644 --- a/internal/iostreams/reader_mock.go +++ b/internal/iostreams/reader_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/survey.go b/internal/iostreams/survey.go index 5a094ab1..1f26f79e 100644 --- a/internal/iostreams/survey.go +++ b/internal/iostreams/survey.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/survey_mock.go b/internal/iostreams/survey_mock.go index e040eb39..751d117d 100644 --- a/internal/iostreams/survey_mock.go +++ b/internal/iostreams/survey_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/survey_test.go b/internal/iostreams/survey_test.go index 9fcda057..6c4e8feb 100644 --- a/internal/iostreams/survey_test.go +++ b/internal/iostreams/survey_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/writer.go b/internal/iostreams/writer.go index 3ed4ebb7..6c9e710c 100644 --- a/internal/iostreams/writer.go +++ b/internal/iostreams/writer.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/writer_mock.go b/internal/iostreams/writer_mock.go index 42f1c404..dd7f422c 100644 --- a/internal/iostreams/writer_mock.go +++ b/internal/iostreams/writer_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/iostreams/writer_test.go b/internal/iostreams/writer_test.go index a7f04d06..f0bde3f7 100644 --- a/internal/iostreams/writer_test.go +++ b/internal/iostreams/writer_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/ioutils/host.go b/internal/ioutils/host.go index d970b795..f18fa4ba 100644 --- a/internal/ioutils/host.go +++ b/internal/ioutils/host.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/logger/logdata.go b/internal/logger/logdata.go index 5fc42c8a..c52d4dab 100644 --- a/internal/logger/logdata.go +++ b/internal/logger/logdata.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/logger/logevent.go b/internal/logger/logevent.go index 3a622e95..283e5ac2 100644 --- a/internal/logger/logevent.go +++ b/internal/logger/logevent.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/logger/logevent_test.go b/internal/logger/logevent_test.go index fb9d5cb8..9aed77a7 100644 --- a/internal/logger/logevent_test.go +++ b/internal/logger/logevent_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/logger/logger.go b/internal/logger/logger.go index 1be10aed..f899a21b 100644 --- a/internal/logger/logger.go +++ b/internal/logger/logger.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/logger/logger_test.go b/internal/logger/logger_test.go index 0b4b1ea7..9a5e65ee 100644 --- a/internal/logger/logger_test.go +++ b/internal/logger/logger_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/add.go b/internal/pkg/apps/add.go index 287d059b..421fa940 100644 --- a/internal/pkg/apps/add.go +++ b/internal/pkg/apps/add.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/add_test.go b/internal/pkg/apps/add_test.go index 1b696e0f..504e435e 100644 --- a/internal/pkg/apps/add_test.go +++ b/internal/pkg/apps/add_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/delete.go b/internal/pkg/apps/delete.go index a89cb52b..dabd9fa2 100644 --- a/internal/pkg/apps/delete.go +++ b/internal/pkg/apps/delete.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/delete_test.go b/internal/pkg/apps/delete_test.go index 50b47255..ea15bb38 100644 --- a/internal/pkg/apps/delete_test.go +++ b/internal/pkg/apps/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/install.go b/internal/pkg/apps/install.go index 8eff94dc..ba9ea229 100644 --- a/internal/pkg/apps/install.go +++ b/internal/pkg/apps/install.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/install_test.go b/internal/pkg/apps/install_test.go index 6763a943..0e1582b2 100644 --- a/internal/pkg/apps/install_test.go +++ b/internal/pkg/apps/install_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/list.go b/internal/pkg/apps/list.go index f59b97c7..68a78a76 100644 --- a/internal/pkg/apps/list.go +++ b/internal/pkg/apps/list.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/list_test.go b/internal/pkg/apps/list_test.go index 610de84a..3a11e38e 100644 --- a/internal/pkg/apps/list_test.go +++ b/internal/pkg/apps/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/uninstall.go b/internal/pkg/apps/uninstall.go index dba57da6..e10c0b93 100644 --- a/internal/pkg/apps/uninstall.go +++ b/internal/pkg/apps/uninstall.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/apps/uninstall_test.go b/internal/pkg/apps/uninstall_test.go index 4599a811..b3be21b4 100644 --- a/internal/pkg/apps/uninstall_test.go +++ b/internal/pkg/apps/uninstall_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/auth/list.go b/internal/pkg/auth/list.go index d5810013..e80e1419 100644 --- a/internal/pkg/auth/list.go +++ b/internal/pkg/auth/list.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/auth/list_test.go b/internal/pkg/auth/list_test.go index 89bba534..f82a3daa 100644 --- a/internal/pkg/auth/list_test.go +++ b/internal/pkg/auth/list_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/auth/login.go b/internal/pkg/auth/login.go index d2e1b285..644d646b 100644 --- a/internal/pkg/auth/login.go +++ b/internal/pkg/auth/login.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/constants.go b/internal/pkg/create/constants.go index 8a9a932f..992e30d3 100644 --- a/internal/pkg/create/constants.go +++ b/internal/pkg/create/constants.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/create.go b/internal/pkg/create/create.go index 617bba04..6e37f41b 100644 --- a/internal/pkg/create/create.go +++ b/internal/pkg/create/create.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/create_test.go b/internal/pkg/create/create_test.go index 397db160..c64fea52 100644 --- a/internal/pkg/create/create_test.go +++ b/internal/pkg/create/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/sample.go b/internal/pkg/create/sample.go index 2ef59e85..5d8ac097 100644 --- a/internal/pkg/create/sample.go +++ b/internal/pkg/create/sample.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/sample_mock.go b/internal/pkg/create/sample_mock.go index ff568230..9f0fae0b 100644 --- a/internal/pkg/create/sample_mock.go +++ b/internal/pkg/create/sample_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/sample_test.go b/internal/pkg/create/sample_test.go index 7e28309c..48f04972 100644 --- a/internal/pkg/create/sample_test.go +++ b/internal/pkg/create/sample_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/template.go b/internal/pkg/create/template.go index 0798965f..ee3e25d9 100644 --- a/internal/pkg/create/template.go +++ b/internal/pkg/create/template.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/create/template_test.go b/internal/pkg/create/template_test.go index 5926d52c..3015e2ab 100644 --- a/internal/pkg/create/template_test.go +++ b/internal/pkg/create/template_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/bulk_delete.go b/internal/pkg/datastore/bulk_delete.go index 6d1ea7b2..8015bc87 100644 --- a/internal/pkg/datastore/bulk_delete.go +++ b/internal/pkg/datastore/bulk_delete.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/bulk_delete_test.go b/internal/pkg/datastore/bulk_delete_test.go index a859ed53..cfb80099 100644 --- a/internal/pkg/datastore/bulk_delete_test.go +++ b/internal/pkg/datastore/bulk_delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/bulk_get.go b/internal/pkg/datastore/bulk_get.go index 5572f485..2aeff35c 100644 --- a/internal/pkg/datastore/bulk_get.go +++ b/internal/pkg/datastore/bulk_get.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/bulk_get_test.go b/internal/pkg/datastore/bulk_get_test.go index 8ad21f5a..f3e954fb 100644 --- a/internal/pkg/datastore/bulk_get_test.go +++ b/internal/pkg/datastore/bulk_get_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/bulk_put.go b/internal/pkg/datastore/bulk_put.go index 8f0001f8..5e23ed58 100644 --- a/internal/pkg/datastore/bulk_put.go +++ b/internal/pkg/datastore/bulk_put.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/bulk_put_test.go b/internal/pkg/datastore/bulk_put_test.go index 8b59733a..65aa6e6f 100644 --- a/internal/pkg/datastore/bulk_put_test.go +++ b/internal/pkg/datastore/bulk_put_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/delete.go b/internal/pkg/datastore/delete.go index 8c0aba5b..e41fb4f0 100644 --- a/internal/pkg/datastore/delete.go +++ b/internal/pkg/datastore/delete.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/delete_test.go b/internal/pkg/datastore/delete_test.go index 5e96900a..f2ac155f 100644 --- a/internal/pkg/datastore/delete_test.go +++ b/internal/pkg/datastore/delete_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/get.go b/internal/pkg/datastore/get.go index a53090aa..97781ea8 100644 --- a/internal/pkg/datastore/get.go +++ b/internal/pkg/datastore/get.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/get_test.go b/internal/pkg/datastore/get_test.go index ee1ae0e6..867798da 100644 --- a/internal/pkg/datastore/get_test.go +++ b/internal/pkg/datastore/get_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/put.go b/internal/pkg/datastore/put.go index 10ab68c0..12ef1e42 100644 --- a/internal/pkg/datastore/put.go +++ b/internal/pkg/datastore/put.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/put_test.go b/internal/pkg/datastore/put_test.go index 0b36a810..e75d0aee 100644 --- a/internal/pkg/datastore/put_test.go +++ b/internal/pkg/datastore/put_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/query.go b/internal/pkg/datastore/query.go index 269a3105..88fa1a4f 100644 --- a/internal/pkg/datastore/query.go +++ b/internal/pkg/datastore/query.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/query_test.go b/internal/pkg/datastore/query_test.go index 8d8c628f..65ab7305 100644 --- a/internal/pkg/datastore/query_test.go +++ b/internal/pkg/datastore/query_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/update.go b/internal/pkg/datastore/update.go index 916c63b3..6360bfc1 100644 --- a/internal/pkg/datastore/update.go +++ b/internal/pkg/datastore/update.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/datastore/update_test.go b/internal/pkg/datastore/update_test.go index b538b7a5..917dbe77 100644 --- a/internal/pkg/datastore/update_test.go +++ b/internal/pkg/datastore/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_provider_auth_select.go b/internal/pkg/externalauth/prompt_provider_auth_select.go index 4ef20688..c92ce12a 100644 --- a/internal/pkg/externalauth/prompt_provider_auth_select.go +++ b/internal/pkg/externalauth/prompt_provider_auth_select.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_provider_auth_select_test.go b/internal/pkg/externalauth/prompt_provider_auth_select_test.go index 38c18559..f3c786f8 100644 --- a/internal/pkg/externalauth/prompt_provider_auth_select_test.go +++ b/internal/pkg/externalauth/prompt_provider_auth_select_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_provider_select.go b/internal/pkg/externalauth/prompt_provider_select.go index 0fdf4ce2..4fdac627 100644 --- a/internal/pkg/externalauth/prompt_provider_select.go +++ b/internal/pkg/externalauth/prompt_provider_select.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_provider_select_test.go b/internal/pkg/externalauth/prompt_provider_select_test.go index 9d42dfbb..1ebf4ecf 100644 --- a/internal/pkg/externalauth/prompt_provider_select_test.go +++ b/internal/pkg/externalauth/prompt_provider_select_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_token_select.go b/internal/pkg/externalauth/prompt_token_select.go index 2c2b1435..fe1eb1e3 100644 --- a/internal/pkg/externalauth/prompt_token_select.go +++ b/internal/pkg/externalauth/prompt_token_select.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_token_select_test.go b/internal/pkg/externalauth/prompt_token_select_test.go index 3ab25f71..256eea7e 100644 --- a/internal/pkg/externalauth/prompt_token_select_test.go +++ b/internal/pkg/externalauth/prompt_token_select_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_workflow_select.go b/internal/pkg/externalauth/prompt_workflow_select.go index 9b8eeb91..79c512fb 100644 --- a/internal/pkg/externalauth/prompt_workflow_select.go +++ b/internal/pkg/externalauth/prompt_workflow_select.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/externalauth/prompt_workflow_select_test.go b/internal/pkg/externalauth/prompt_workflow_select_test.go index 1c2e9eb5..99a92c38 100644 --- a/internal/pkg/externalauth/prompt_workflow_select_test.go +++ b/internal/pkg/externalauth/prompt_workflow_select_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/manifest/validate.go b/internal/pkg/manifest/validate.go index 18a742bd..c937e8af 100644 --- a/internal/pkg/manifest/validate.go +++ b/internal/pkg/manifest/validate.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/manifest/validate_test.go b/internal/pkg/manifest/validate_test.go index 5ee4ebc6..e3b20508 100644 --- a/internal/pkg/manifest/validate_test.go +++ b/internal/pkg/manifest/validate_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/activity.go b/internal/pkg/platform/activity.go index e86eb84d..befefecf 100644 --- a/internal/pkg/platform/activity.go +++ b/internal/pkg/platform/activity.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/activity_test.go b/internal/pkg/platform/activity_test.go index 7d109951..2398eb62 100644 --- a/internal/pkg/platform/activity_test.go +++ b/internal/pkg/platform/activity_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/deploy.go b/internal/pkg/platform/deploy.go index 0b0095ca..b564a32d 100644 --- a/internal/pkg/platform/deploy.go +++ b/internal/pkg/platform/deploy.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/deploy_test.go b/internal/pkg/platform/deploy_test.go index 012fd723..e2ed0d42 100644 --- a/internal/pkg/platform/deploy_test.go +++ b/internal/pkg/platform/deploy_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/localserver.go b/internal/pkg/platform/localserver.go index 71e02a93..5834340c 100644 --- a/internal/pkg/platform/localserver.go +++ b/internal/pkg/platform/localserver.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/localserver_mock.go b/internal/pkg/platform/localserver_mock.go index bae8f8b6..a9182321 100644 --- a/internal/pkg/platform/localserver_mock.go +++ b/internal/pkg/platform/localserver_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/localserver_test.go b/internal/pkg/platform/localserver_test.go index da13af79..e31f10f1 100644 --- a/internal/pkg/platform/localserver_test.go +++ b/internal/pkg/platform/localserver_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/platform/run.go b/internal/pkg/platform/run.go index 4f0f19ed..4a9cf36d 100644 --- a/internal/pkg/platform/run.go +++ b/internal/pkg/platform/run.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/version/version.go b/internal/pkg/version/version.go index 54d40e42..4ea807c9 100644 --- a/internal/pkg/version/version.go +++ b/internal/pkg/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/pkg/version/version_test.go b/internal/pkg/version/version_test.go index eb09a1fc..3c93c2cc 100644 --- a/internal/pkg/version/version_test.go +++ b/internal/pkg/version/version_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/prompts/app_select.go b/internal/prompts/app_select.go index 29f56eeb..2038f69f 100644 --- a/internal/prompts/app_select.go +++ b/internal/prompts/app_select.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/prompts/app_select_mock.go b/internal/prompts/app_select_mock.go index 369ff711..5353486e 100644 --- a/internal/prompts/app_select_mock.go +++ b/internal/prompts/app_select_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/prompts/app_select_test.go b/internal/prompts/app_select_test.go index c171e420..644436ac 100644 --- a/internal/prompts/app_select_test.go +++ b/internal/prompts/app_select_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/prompts/function_permissions.go b/internal/prompts/function_permissions.go index ee73d865..c4f96306 100644 --- a/internal/prompts/function_permissions.go +++ b/internal/prompts/function_permissions.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/prompts/trigger_permissions.go b/internal/prompts/trigger_permissions.go index 5c4a9f00..e7a3a664 100644 --- a/internal/prompts/trigger_permissions.go +++ b/internal/prompts/trigger_permissions.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/deno/deno.go b/internal/runtime/deno/deno.go index 7dcaddf2..4cf9e4d5 100644 --- a/internal/runtime/deno/deno.go +++ b/internal/runtime/deno/deno.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/deno/deno_test.go b/internal/runtime/deno/deno_test.go index 4e507cbf..078cbd4a 100644 --- a/internal/runtime/deno/deno_test.go +++ b/internal/runtime/deno/deno_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/node/node.go b/internal/runtime/node/node.go index 8c4eb525..183f3f51 100644 --- a/internal/runtime/node/node.go +++ b/internal/runtime/node/node.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/node/node_test.go b/internal/runtime/node/node_test.go index ebfb2e5f..2f1b4e64 100644 --- a/internal/runtime/node/node_test.go +++ b/internal/runtime/node/node_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/node/npm.go b/internal/runtime/node/npm.go index 11d6034f..63ba563a 100644 --- a/internal/runtime/node/npm.go +++ b/internal/runtime/node/npm.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/node/npm_mock.go b/internal/runtime/node/npm_mock.go index edb68dd9..50d5c0b7 100644 --- a/internal/runtime/node/npm_mock.go +++ b/internal/runtime/node/npm_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/node/npm_test.go b/internal/runtime/node/npm_test.go index 2a2f040c..11f46204 100644 --- a/internal/runtime/node/npm_test.go +++ b/internal/runtime/node/npm_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/python/python.go b/internal/runtime/python/python.go index eb56d225..b6e81cf8 100644 --- a/internal/runtime/python/python.go +++ b/internal/runtime/python/python.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/python/python_test.go b/internal/runtime/python/python_test.go index e8fcbf1b..7194b9b0 100644 --- a/internal/runtime/python/python_test.go +++ b/internal/runtime/python/python_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/runtime.go b/internal/runtime/runtime.go index 03a2e6c3..11d35492 100644 --- a/internal/runtime/runtime.go +++ b/internal/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/runtime/runtime_test.go b/internal/runtime/runtime_test.go index 53263a7a..60d42444 100644 --- a/internal/runtime/runtime_test.go +++ b/internal/runtime/runtime_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/clients.go b/internal/shared/clients.go index 7bf0e7b2..ee51b049 100644 --- a/internal/shared/clients.go +++ b/internal/shared/clients.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/clients_mock.go b/internal/shared/clients_mock.go index bc3b3156..f6270324 100644 --- a/internal/shared/clients_mock.go +++ b/internal/shared/clients_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/clients_test.go b/internal/shared/clients_test.go index 74ea4534..29d5cde3 100644 --- a/internal/shared/clients_test.go +++ b/internal/shared/clients_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/activity.go b/internal/shared/types/activity.go index 75121acf..b76af96f 100644 --- a/internal/shared/types/activity.go +++ b/internal/shared/types/activity.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/app.go b/internal/shared/types/app.go index 48b9539f..48fe62f2 100644 --- a/internal/shared/types/app.go +++ b/internal/shared/types/app.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/app_manifest.go b/internal/shared/types/app_manifest.go index 77146518..8d30c5b9 100644 --- a/internal/shared/types/app_manifest.go +++ b/internal/shared/types/app_manifest.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/app_manifest_mock.go b/internal/shared/types/app_manifest_mock.go index 98b6b9aa..0dbb37a2 100644 --- a/internal/shared/types/app_manifest_mock.go +++ b/internal/shared/types/app_manifest_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/app_manifest_test.go b/internal/shared/types/app_manifest_test.go index a6cd7d5a..8f325865 100644 --- a/internal/shared/types/app_manifest_test.go +++ b/internal/shared/types/app_manifest_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/app_test.go b/internal/shared/types/app_test.go index 63e9cf8e..07391cba 100644 --- a/internal/shared/types/app_test.go +++ b/internal/shared/types/app_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/auth.go b/internal/shared/types/auth.go index e1edcc1e..303c6ec8 100644 --- a/internal/shared/types/auth.go +++ b/internal/shared/types/auth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/auth_test.go b/internal/shared/types/auth_test.go index b8c199a1..d2e7e890 100644 --- a/internal/shared/types/auth_test.go +++ b/internal/shared/types/auth_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/channel.go b/internal/shared/types/channel.go index deead418..20621022 100644 --- a/internal/shared/types/channel.go +++ b/internal/shared/types/channel.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/channel_test.go b/internal/shared/types/channel_test.go index dc9c35ad..13767aeb 100644 --- a/internal/shared/types/channel_test.go +++ b/internal/shared/types/channel_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/datastore.go b/internal/shared/types/datastore.go index a3a75ca3..cb302624 100644 --- a/internal/shared/types/datastore.go +++ b/internal/shared/types/datastore.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/datastore_test.go b/internal/shared/types/datastore_test.go index 45f7375c..93c8e9ab 100644 --- a/internal/shared/types/datastore_test.go +++ b/internal/shared/types/datastore_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/env_variables.go b/internal/shared/types/env_variables.go index c50b7617..f018d997 100644 --- a/internal/shared/types/env_variables.go +++ b/internal/shared/types/env_variables.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/external_auth.go b/internal/shared/types/external_auth.go index bc4e0f54..2be87f7b 100644 --- a/internal/shared/types/external_auth.go +++ b/internal/shared/types/external_auth.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/function.go b/internal/shared/types/function.go index 540f5baf..3ad836c7 100644 --- a/internal/shared/types/function.go +++ b/internal/shared/types/function.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/icon.go b/internal/shared/types/icon.go index 12c35c4a..0d97591a 100644 --- a/internal/shared/types/icon.go +++ b/internal/shared/types/icon.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/icon_test.go b/internal/shared/types/icon_test.go index eb45ccc4..9f2c1482 100644 --- a/internal/shared/types/icon_test.go +++ b/internal/shared/types/icon_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/permissions.go b/internal/shared/types/permissions.go index f4c73390..6b6d3b7d 100644 --- a/internal/shared/types/permissions.go +++ b/internal/shared/types/permissions.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/permissions_test.go b/internal/shared/types/permissions_test.go index f2e780dc..ee112b92 100644 --- a/internal/shared/types/permissions_test.go +++ b/internal/shared/types/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/runtime.go b/internal/shared/types/runtime.go index a5a97e49..e3e3e56e 100644 --- a/internal/shared/types/runtime.go +++ b/internal/shared/types/runtime.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/slack_yaml.go b/internal/shared/types/slack_yaml.go index 23f48eaa..106135b2 100644 --- a/internal/shared/types/slack_yaml.go +++ b/internal/shared/types/slack_yaml.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/slackdeps.go b/internal/shared/types/slackdeps.go index 88b1f156..f2dd1ae0 100644 --- a/internal/shared/types/slackdeps.go +++ b/internal/shared/types/slackdeps.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/team.go b/internal/shared/types/team.go index 21d44e96..8d475920 100644 --- a/internal/shared/types/team.go +++ b/internal/shared/types/team.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/team_test.go b/internal/shared/types/team_test.go index f23fcf56..f4bf902a 100644 --- a/internal/shared/types/team_test.go +++ b/internal/shared/types/team_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/triggers.go b/internal/shared/types/triggers.go index 83685922..e0b5d07a 100644 --- a/internal/shared/types/triggers.go +++ b/internal/shared/types/triggers.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/triggers_test.go b/internal/shared/types/triggers_test.go index 501a21cd..d8c1b339 100644 --- a/internal/shared/types/triggers_test.go +++ b/internal/shared/types/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/user.go b/internal/shared/types/user.go index 82fb574f..10738da5 100644 --- a/internal/shared/types/user.go +++ b/internal/shared/types/user.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/shared/types/user_test.go b/internal/shared/types/user_test.go index dbe5a720..1f34edd0 100644 --- a/internal/shared/types/user_test.go +++ b/internal/shared/types/user_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackcontext/slackcontext.go b/internal/slackcontext/slackcontext.go index b5c347db..ccb86ec3 100644 --- a/internal/slackcontext/slackcontext.go +++ b/internal/slackcontext/slackcontext.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackcontext/slackcontext_mock.go b/internal/slackcontext/slackcontext_mock.go index 053d596d..b4679a1c 100644 --- a/internal/slackcontext/slackcontext_mock.go +++ b/internal/slackcontext/slackcontext_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackcontext/slackcontext_test.go b/internal/slackcontext/slackcontext_test.go index 323a2e75..82d5ebe5 100644 --- a/internal/slackcontext/slackcontext_test.go +++ b/internal/slackcontext/slackcontext_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/browser.go b/internal/slackdeps/browser.go index ec4c0a17..aaab6039 100644 --- a/internal/slackdeps/browser.go +++ b/internal/slackdeps/browser.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/browser_mock.go b/internal/slackdeps/browser_mock.go index 429f4dab..20673ea5 100644 --- a/internal/slackdeps/browser_mock.go +++ b/internal/slackdeps/browser_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/browser_test.go b/internal/slackdeps/browser_test.go index c2693760..9d6574ad 100644 --- a/internal/slackdeps/browser_test.go +++ b/internal/slackdeps/browser_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/fs.go b/internal/slackdeps/fs.go index 992247f5..c5746d33 100644 --- a/internal/slackdeps/fs.go +++ b/internal/slackdeps/fs.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/fs_mock.go b/internal/slackdeps/fs_mock.go index 4e4359f8..77f069d2 100644 --- a/internal/slackdeps/fs_mock.go +++ b/internal/slackdeps/fs_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/fs_test.go b/internal/slackdeps/fs_test.go index 027c004f..dbc6061a 100644 --- a/internal/slackdeps/fs_test.go +++ b/internal/slackdeps/fs_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/os.go b/internal/slackdeps/os.go index a9ab366b..d61c3f1b 100644 --- a/internal/slackdeps/os.go +++ b/internal/slackdeps/os.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/os_mock.go b/internal/slackdeps/os_mock.go index bc93c55f..ec19f156 100644 --- a/internal/slackdeps/os_mock.go +++ b/internal/slackdeps/os_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackdeps/os_test.go b/internal/slackdeps/os_test.go index 7ebbd20b..2fed7f7b 100644 --- a/internal/slackdeps/os_test.go +++ b/internal/slackdeps/os_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackerror/error.go b/internal/slackerror/error.go index ca38f288..f3b5ad72 100644 --- a/internal/slackerror/error.go +++ b/internal/slackerror/error.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackerror/error_test.go b/internal/slackerror/error_test.go index 03c141ea..c0f7813c 100644 --- a/internal/slackerror/error_test.go +++ b/internal/slackerror/error_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackerror/errors.go b/internal/slackerror/errors.go index 0b773eb6..0ad6dd7e 100644 --- a/internal/slackerror/errors.go +++ b/internal/slackerror/errors.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackerror/warn.go b/internal/slackerror/warn.go index f671ce4b..a1429715 100644 --- a/internal/slackerror/warn.go +++ b/internal/slackerror/warn.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackerror/warn_test.go b/internal/slackerror/warn_test.go index 2323e4ca..a8208745 100644 --- a/internal/slackerror/warn_test.go +++ b/internal/slackerror/warn_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackhttp/http.go b/internal/slackhttp/http.go index 4ff831ba..f8e2ce2b 100644 --- a/internal/slackhttp/http.go +++ b/internal/slackhttp/http.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackhttp/http_mock.go b/internal/slackhttp/http_mock.go index 0b5f9aca..9c150c7e 100644 --- a/internal/slackhttp/http_mock.go +++ b/internal/slackhttp/http_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slackhttp/http_test.go b/internal/slackhttp/http_test.go index 89fc269e..614f865e 100644 --- a/internal/slackhttp/http_test.go +++ b/internal/slackhttp/http_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/slacktrace/slacktrace.go b/internal/slacktrace/slacktrace.go index 8d9d418d..8bd9253f 100644 --- a/internal/slacktrace/slacktrace.go +++ b/internal/slacktrace/slacktrace.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/format.go b/internal/style/format.go index 3659795a..5d4781c4 100644 --- a/internal/style/format.go +++ b/internal/style/format.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/format_test.go b/internal/style/format_test.go index 8278953b..1065c1d3 100644 --- a/internal/style/format_test.go +++ b/internal/style/format_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/spinner.go b/internal/style/spinner.go index 96a5fc54..c202ea53 100644 --- a/internal/style/spinner.go +++ b/internal/style/spinner.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/spinner_test.go b/internal/style/spinner_test.go index d3b676a7..a186988a 100644 --- a/internal/style/spinner_test.go +++ b/internal/style/spinner_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/style.go b/internal/style/style.go index 5eace7c6..dcf3bb30 100644 --- a/internal/style/style.go +++ b/internal/style/style.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/style_test.go b/internal/style/style_test.go index 46d6404e..371bdf00 100644 --- a/internal/style/style_test.go +++ b/internal/style/style_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/template.go b/internal/style/template.go index 608bd8eb..9a7766a1 100644 --- a/internal/style/template.go +++ b/internal/style/template.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/style/template_test.go b/internal/style/template_test.go index 040c0407..4e60b8ac 100644 --- a/internal/style/template_test.go +++ b/internal/style/template_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/tracer/tracer.go b/internal/tracer/tracer.go index 8206c9c9..93dacc2c 100644 --- a/internal/tracer/tracer.go +++ b/internal/tracer/tracer.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/tracking/logstash_event.go b/internal/tracking/logstash_event.go index 4562b30c..50731012 100644 --- a/internal/tracking/logstash_event.go +++ b/internal/tracking/logstash_event.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/tracking/tracking.go b/internal/tracking/tracking.go index b714cb1a..38b1f203 100644 --- a/internal/tracking/tracking.go +++ b/internal/tracking/tracking.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/tracking/tracking_mock.go b/internal/tracking/tracking_mock.go index 61df50b0..31cbbea0 100644 --- a/internal/tracking/tracking_mock.go +++ b/internal/tracking/tracking_mock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/tracking/tracking_test.go b/internal/tracking/tracking_test.go index 1be1bfd0..0be6accf 100644 --- a/internal/tracking/tracking_test.go +++ b/internal/tracking/tracking_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/autoupdate_test.go b/internal/update/autoupdate_test.go index 0840cd59..47fad728 100644 --- a/internal/update/autoupdate_test.go +++ b/internal/update/autoupdate_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/cli.go b/internal/update/cli.go index 7635594d..259aeb26 100644 --- a/internal/update/cli.go +++ b/internal/update/cli.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/cli_autoupdate.go b/internal/update/cli_autoupdate.go index 162f5f87..0279a213 100644 --- a/internal/update/cli_autoupdate.go +++ b/internal/update/cli_autoupdate.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/cli_autoupdate_test.go b/internal/update/cli_autoupdate_test.go index 5efa5fa6..864ca521 100644 --- a/internal/update/cli_autoupdate_test.go +++ b/internal/update/cli_autoupdate_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/cli_metadata.go b/internal/update/cli_metadata.go index 8c4c7e0c..b3c1116d 100644 --- a/internal/update/cli_metadata.go +++ b/internal/update/cli_metadata.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/cli_metadata_test.go b/internal/update/cli_metadata_test.go index 2e38b08e..36f96d04 100644 --- a/internal/update/cli_metadata_test.go +++ b/internal/update/cli_metadata_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/extract.go b/internal/update/extract.go index 69b0b4a4..63948fed 100644 --- a/internal/update/extract.go +++ b/internal/update/extract.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/homebrew.go b/internal/update/homebrew.go index 59aa5968..2716d5ea 100644 --- a/internal/update/homebrew.go +++ b/internal/update/homebrew.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/sdk.go b/internal/update/sdk.go index d502bb6a..ecc3089d 100644 --- a/internal/update/sdk.go +++ b/internal/update/sdk.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/sdk_test.go b/internal/update/sdk_test.go index 19ff1a68..4a6d4fd6 100644 --- a/internal/update/sdk_test.go +++ b/internal/update/sdk_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/semver.go b/internal/update/semver.go index 478fa2e5..dc0518ce 100644 --- a/internal/update/semver.go +++ b/internal/update/semver.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/semver_test.go b/internal/update/semver_test.go index 6e8bfb7b..12ef19b0 100644 --- a/internal/update/semver_test.go +++ b/internal/update/semver_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/update.go b/internal/update/update.go index 7daeb3dd..984c56da 100644 --- a/internal/update/update.go +++ b/internal/update/update.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/update/update_test.go b/internal/update/update_test.go index dd9c44ad..1fc06d74 100644 --- a/internal/update/update_test.go +++ b/internal/update/update_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/main.go b/main.go index a12e209a..601b4b26 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/archive-test.sh b/scripts/archive-test.sh index d04a1a7e..59b7c146 100755 --- a/scripts/archive-test.sh +++ b/scripts/archive-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/archive.sh b/scripts/archive.sh index 8a95cab6..e9dad671 100755 --- a/scripts/archive.sh +++ b/scripts/archive.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/install-dev-test.sh b/scripts/install-dev-test.sh index 3eef780b..0de889e5 100755 --- a/scripts/install-dev-test.sh +++ b/scripts/install-dev-test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/install-dev.sh b/scripts/install-dev.sh index 476d9b17..452d8c1a 100755 --- a/scripts/install-dev.sh +++ b/scripts/install-dev.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/install-test.sh b/scripts/install-test.sh index 4fd43fbe..4c5562d9 100755 --- a/scripts/install-test.sh +++ b/scripts/install-test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/install-windows-dev.ps1 b/scripts/install-windows-dev.ps1 index 9d3abe1a..0b821548 100644 --- a/scripts/install-windows-dev.ps1 +++ b/scripts/install-windows-dev.ps1 @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/install-windows.ps1 b/scripts/install-windows.ps1 index dbd7dc25..d1a319e0 100644 --- a/scripts/install-windows.ps1 +++ b/scripts/install-windows.ps1 @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/install.sh b/scripts/install.sh index e2315c2a..e9fab3a3 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022-2025 Salesforce, Inc. +# Copyright 2022-2026 Salesforce, 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/test/slackmock/slackmock.go b/test/slackmock/slackmock.go index e924849f..0d3c3ee7 100644 --- a/test/slackmock/slackmock.go +++ b/test/slackmock/slackmock.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/test/testutil/commandtests.go b/test/testutil/commandtests.go index 9ee1d320..b850e128 100644 --- a/test/testutil/commandtests.go +++ b/test/testutil/commandtests.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/test/testutil/testutil.go b/test/testutil/testutil.go index 3a8c61ce..00aba041 100644 --- a/test/testutil/testutil.go +++ b/test/testutil/testutil.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, 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/test/testutil/testutil_test.go b/test/testutil/testutil_test.go index 179cf43a..5e5ee378 100644 --- a/test/testutil/testutil_test.go +++ b/test/testutil/testutil_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2025 Salesforce, Inc. +// Copyright 2022-2026 Salesforce, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.