From 37092efc3e0685b66ca00f5a4e87817319805d6b Mon Sep 17 00:00:00 2001 From: Zdenek Farana Date: Thu, 17 Sep 2026 11:07:03 +0200 Subject: [PATCH] fix licenses --- .github/workflows/ci.yml | 2 + NOTICE | 2 +- cf-custom-resources/eslint.config.js | 2 +- .../lib/alb-rule-priority-generator.js | 1 + .../lib/backlog-per-task-calculator.js | 1 + cf-custom-resources/lib/bucket-cleaner.js | 1 + cf-custom-resources/lib/cert-replicator.js | 1 + .../lib/custom-domain-app-runner.js | 1 + cf-custom-resources/lib/custom-domain.js | 1 + .../lib/desired-count-delegation.js | 1 + cf-custom-resources/lib/dns-cert-validator.js | 1 + cf-custom-resources/lib/dns-delegation.js | 1 + cf-custom-resources/lib/env-controller.js | 1 + .../lib/trigger-state-machine.js | 1 + cf-custom-resources/lib/unique-json-values.js | 1 + .../lib/wkld-cert-validator.js | 1 + cf-custom-resources/lib/wkld-custom-domain.js | 1 + cf-custom-resources/scripts/package.js | 2 +- .../test/alb-rule-priority-generator-test.js | 1 + .../test/backlog-per-task-calculator-test.js | 1 + .../test/bucket-cleaner-test.js | 1 + .../test/cert-replicator-test.js | 1 + .../test/custom-domain-app-runner-test.js | 1 + .../test/custom-domain-test.js | 1 + .../test/desired-count-delegation-test.js | 1 + .../test/dns-cert-validator-test.js | 1 + .../test/dns-delegation-test.js | 1 + .../test/env-controller-test.js | 1 + cf-custom-resources/test/lambda-tester.js | 2 +- cf-custom-resources/test/setup-vitest.js | 2 +- .../test/trigger-state-machine-test.js | 1 + .../test/unique-json-values-test.js | 1 + .../test/wkld-cert-validator-test.js | 1 + .../test/wkld-custom-domain-test.js | 1 + cf-custom-resources/vitest.config.js | 2 +- cmd/copilot/description.go | 1 + cmd/copilot/description_windows.go | 1 + cmd/copilot/main.go | 1 + cmd/copilot/main_test.go | 2 +- cmd/copilot/template/macro.go | 1 + cmd/copilot/template/template.go | 1 + .../app_with_domain_suite_test.go | 1 + e2e/app-with-domain/app_with_domain_test.go | 1 + e2e/app-with-domain/src/index.js | 1 + e2e/apprunner/apprunner_suite_test.go | 1 + e2e/apprunner/apprunner_test.go | 1 + e2e/apprunner/back-end/main.go | 1 + e2e/apprunner/front-end/main.go | 1 + e2e/cloudfront/cloudfront_suite_test.go | 1 + e2e/cloudfront/cloudfront_test.go | 1 + .../customized_env_suite_test.go | 1 + e2e/customized-env/customized_env_test.go | 1 + e2e/exec/exec_suite_test.go | 1 + e2e/exec/exec_test.go | 1 + e2e/import-certs/import_cert_suite_test.go | 1 + e2e/import-certs/import_cert_test.go | 1 + e2e/init/init_suite_test.go | 1 + e2e/init/init_test.go | 1 + e2e/internal/client/aws.go | 1 + e2e/internal/client/bash.go | 1 + e2e/internal/client/cli.go | 1 + e2e/internal/client/docker.go | 1 + e2e/internal/client/outputs.go | 1 + e2e/internal/command/command.go | 1 + e2e/isolated/backend/main.go | 1 + e2e/isolated/isolated_suite_test.go | 1 + e2e/isolated/isolated_test.go | 1 + e2e/multi-env-app/multi_env_suite_test.go | 1 + e2e/multi-env-app/multi_env_test.go | 1 + .../multi_pipeline_suite_test.go | 1 + e2e/multi-pipeline/multi_pipeline_test.go | 1 + e2e/multi-svc-app/back-end/main.go | 1 + e2e/multi-svc-app/front-end/main.go | 1 + e2e/multi-svc-app/multi_svc_app_suite_test.go | 1 + e2e/multi-svc-app/multi_svc_app_test.go | 1 + e2e/multi-svc-app/www/main.go | 1 + e2e/pipeline/pipeline_suite_test.go | 1 + e2e/pipeline/pipeline_test.go | 1 + e2e/root/root_suite_test.go | 1 + e2e/root/root_test.go | 1 + e2e/sidecars/hello/server.js | 1 + e2e/sidecars/sidecars_suite_test.go | 1 + e2e/sidecars/sidecars_test.go | 1 + e2e/static-site/static_site_suite_test.go | 1 + e2e/static-site/static_site_test.go | 1 + e2e/task/task_suite_test.go | 1 + e2e/task/task_test.go | 1 + internal/pkg/addon/addon_integration_test.go | 1 + internal/pkg/addon/addons.go | 1 + internal/pkg/addon/addons_test.go | 1 + internal/pkg/addon/cloudformation.go | 1 + internal/pkg/addon/errors.go | 1 + internal/pkg/addon/output.go | 1 + internal/pkg/addon/output_test.go | 1 + internal/pkg/addon/package.go | 1 + internal/pkg/addon/package_test.go | 1 + internal/pkg/addon/storage.go | 1 + internal/pkg/addon/storage_test.go | 1 + internal/pkg/apprunner/apprunner.go | 1 + internal/pkg/apprunner/apprunner_test.go | 1 + internal/pkg/aws/aas/aas.go | 1 + internal/pkg/aws/aas/aas_test.go | 1 + internal/pkg/aws/acm/acm.go | 1 + internal/pkg/aws/acm/acm_test.go | 1 + internal/pkg/aws/apprunner/apprunner.go | 1 + internal/pkg/aws/apprunner/apprunner_test.go | 1 + internal/pkg/aws/apprunner/errors.go | 1 + internal/pkg/aws/apprunner/service.go | 1 + internal/pkg/aws/cloudformation/changeset.go | 1 + .../pkg/aws/cloudformation/cloudformation.go | 1 + .../aws/cloudformation/cloudformation_test.go | 1 + .../cloudformationtest/cloudformationtest.go | 1 + internal/pkg/aws/cloudformation/errors.go | 1 + internal/pkg/aws/cloudformation/interfaces.go | 1 + internal/pkg/aws/cloudformation/parse.go | 1 + internal/pkg/aws/cloudformation/parse_test.go | 1 + internal/pkg/aws/cloudformation/stack.go | 1 + internal/pkg/aws/cloudformation/stack_test.go | 1 + .../cloudformation/stackset/description.go | 1 + .../pkg/aws/cloudformation/stackset/errors.go | 1 + .../cloudformation/stackset/errors_test.go | 1 + .../aws/cloudformation/stackset/stackset.go | 1 + .../cloudformation/stackset/stackset_test.go | 1 + .../pkg/aws/cloudformation/stackset/status.go | 1 + .../cloudformation/stackset/status_test.go | 1 + .../pkg/aws/cloudformation/stackstatus.go | 1 + .../aws/cloudformation/stackstatus_test.go | 1 + internal/pkg/aws/cloudfront/cloudfront.go | 1 + internal/pkg/aws/cloudwatch/alarm.go | 1 + internal/pkg/aws/cloudwatch/cloudwatch.go | 1 + .../pkg/aws/cloudwatch/cloudwatch_test.go | 1 + .../pkg/aws/cloudwatchlogs/cloudwatchlogs.go | 1 + .../aws/cloudwatchlogs/cloudwatchlogs_test.go | 1 + internal/pkg/aws/cloudwatchlogs/event.go | 1 + internal/pkg/aws/cloudwatchlogs/event_test.go | 1 + internal/pkg/aws/codepipeline/codepipeline.go | 1 + .../pkg/aws/codepipeline/codepipeline_test.go | 1 + internal/pkg/aws/codestar/codestar.go | 1 + internal/pkg/aws/codestar/codestar_test.go | 1 + internal/pkg/aws/ec2/ec2.go | 1 + internal/pkg/aws/ec2/ec2_test.go | 1 + internal/pkg/aws/ecr/ecr.go | 1 + internal/pkg/aws/ecr/ecr_test.go | 1 + internal/pkg/aws/ecs/ecs.go | 1 + internal/pkg/aws/ecs/ecs_test.go | 1 + internal/pkg/aws/ecs/errors.go | 1 + internal/pkg/aws/ecs/service.go | 1 + internal/pkg/aws/ecs/service_test.go | 1 + internal/pkg/aws/ecs/task.go | 1 + internal/pkg/aws/ecs/task_test.go | 1 + internal/pkg/aws/elbv2/elbv2.go | 1 + internal/pkg/aws/elbv2/elbv2_test.go | 1 + internal/pkg/aws/iam/iam.go | 1 + internal/pkg/aws/iam/iam_test.go | 1 + internal/pkg/aws/identity/identity.go | 1 + internal/pkg/aws/identity/identity_test.go | 1 + internal/pkg/aws/partitions/partition.go | 1 + internal/pkg/aws/partitions/partition_test.go | 1 + internal/pkg/aws/profile/profile.go | 1 + internal/pkg/aws/profile/profile_test.go | 1 + .../pkg/aws/resourcegroups/resourcegroups.go | 1 + .../aws/resourcegroups/resourcegroups_test.go | 1 + internal/pkg/aws/route53/errors.go | 1 + internal/pkg/aws/route53/errors_test.go | 1 + internal/pkg/aws/route53/route53.go | 1 + internal/pkg/aws/route53/route53_test.go | 1 + internal/pkg/aws/s3/s3.go | 1 + internal/pkg/aws/s3/s3_test.go | 1 + .../pkg/aws/secretsmanager/secretsmanager.go | 1 + .../aws/secretsmanager/secretsmanager_test.go | 1 + internal/pkg/aws/sessions/config.go | 2 + internal/pkg/aws/sessions/config_test.go | 2 + internal/pkg/aws/sessions/errors.go | 1 + internal/pkg/aws/sessions/sessions.go | 1 + internal/pkg/aws/ssm/errors.go | 1 + internal/pkg/aws/ssm/ssm.go | 1 + internal/pkg/aws/ssm/ssm_test.go | 1 + .../pkg/aws/stepfunctions/stepfunctions.go | 1 + .../aws/stepfunctions/stepfunctions_test.go | 1 + internal/pkg/aws/tags/tags.go | 1 + internal/pkg/aws/tags/tags_test.go | 1 + internal/pkg/cli/app.go | 1 + internal/pkg/cli/app_delete.go | 1 + internal/pkg/cli/app_delete_test.go | 1 + internal/pkg/cli/app_init.go | 1 + internal/pkg/cli/app_init_test.go | 1 + internal/pkg/cli/app_list.go | 1 + internal/pkg/cli/app_list_test.go | 1 + internal/pkg/cli/app_show.go | 1 + internal/pkg/cli/app_show_test.go | 1 + internal/pkg/cli/app_upgrade.go | 1 + internal/pkg/cli/app_upgrade_test.go | 1 + internal/pkg/cli/clean/clean.go | 1 + internal/pkg/cli/clean/cleantest/cleantest.go | 1 + internal/pkg/cli/clean/static_site.go | 1 + internal/pkg/cli/clean/static_site_test.go | 1 + internal/pkg/cli/cli.go | 1 + internal/pkg/cli/cli_test.go | 2 +- internal/pkg/cli/completion.go | 1 + internal/pkg/cli/completion_test.go | 1 + internal/pkg/cli/config_store.go | 2 +- internal/pkg/cli/context_test.go | 2 +- internal/pkg/cli/deploy.go | 1 + internal/pkg/cli/deploy/backend.go | 1 + internal/pkg/cli/deploy/backend_test.go | 1 + internal/pkg/cli/deploy/context_test.go | 2 +- internal/pkg/cli/deploy/env.go | 1 + internal/pkg/cli/deploy/env_test.go | 1 + internal/pkg/cli/deploy/errors.go | 1 + internal/pkg/cli/deploy/job.go | 1 + internal/pkg/cli/deploy/job_test.go | 1 + internal/pkg/cli/deploy/lbws.go | 1 + internal/pkg/cli/deploy/lbws_test.go | 1 + internal/pkg/cli/deploy/override.go | 1 + internal/pkg/cli/deploy/override_test.go | 1 + internal/pkg/cli/deploy/patch/env.go | 1 + internal/pkg/cli/deploy/patch/env_test.go | 1 + internal/pkg/cli/deploy/rdws.go | 1 + internal/pkg/cli/deploy/rdws_test.go | 1 + internal/pkg/cli/deploy/static_site.go | 1 + internal/pkg/cli/deploy/static_site_test.go | 1 + internal/pkg/cli/deploy/svc.go | 1 + internal/pkg/cli/deploy/svc_test.go | 1 + internal/pkg/cli/deploy/worker.go | 1 + internal/pkg/cli/deploy/worker_test.go | 1 + internal/pkg/cli/deploy/workload.go | 1 + internal/pkg/cli/deploy/workload_test.go | 1 + internal/pkg/cli/deploy_test.go | 1 + internal/pkg/cli/docs.go | 1 + internal/pkg/cli/env.go | 1 + internal/pkg/cli/env_delete.go | 1 + internal/pkg/cli/env_delete_test.go | 1 + internal/pkg/cli/env_deploy.go | 1 + internal/pkg/cli/env_deploy_test.go | 1 + internal/pkg/cli/env_init.go | 1 + internal/pkg/cli/env_init_test.go | 1 + internal/pkg/cli/env_list.go | 1 + internal/pkg/cli/env_list_test.go | 1 + internal/pkg/cli/env_override.go | 1 + internal/pkg/cli/env_override_test.go | 1 + internal/pkg/cli/env_package.go | 1 + internal/pkg/cli/env_package_test.go | 1 + internal/pkg/cli/env_show.go | 1 + internal/pkg/cli/env_show_test.go | 1 + internal/pkg/cli/env_upgrade.go | 1 + internal/pkg/cli/errors.go | 1 + internal/pkg/cli/exec.go | 1 + internal/pkg/cli/file/filetest/watchertest.go | 1 + internal/pkg/cli/file/hidden.go | 1 + internal/pkg/cli/file/hidden_windows.go | 1 + internal/pkg/cli/file/watch.go | 1 + .../pkg/cli/file/watch_integration_test.go | 1 + internal/pkg/cli/flag.go | 1 + internal/pkg/cli/flag_test.go | 1 + internal/pkg/cli/git.go | 1 + internal/pkg/cli/group/group.go | 1 + internal/pkg/cli/group/group_windows.go | 1 + internal/pkg/cli/identity.go | 1 + internal/pkg/cli/init.go | 1 + internal/pkg/cli/init_test.go | 1 + internal/pkg/cli/interfaces.go | 1 + internal/pkg/cli/job.go | 1 + internal/pkg/cli/job_delete.go | 1 + internal/pkg/cli/job_delete_test.go | 1 + internal/pkg/cli/job_deploy.go | 1 + internal/pkg/cli/job_deploy_test.go | 1 + internal/pkg/cli/job_init.go | 1 + internal/pkg/cli/job_init_test.go | 1 + internal/pkg/cli/job_list.go | 1 + internal/pkg/cli/job_list_test.go | 1 + internal/pkg/cli/job_logs.go | 1 + internal/pkg/cli/job_logs_test.go | 1 + internal/pkg/cli/job_override.go | 1 + internal/pkg/cli/job_override_test.go | 1 + internal/pkg/cli/job_package.go | 1 + internal/pkg/cli/job_package_test.go | 1 + internal/pkg/cli/job_run.go | 1 + internal/pkg/cli/job_run_test.go | 1 + internal/pkg/cli/list/list.go | 1 + internal/pkg/cli/list/list_test.go | 1 + internal/pkg/cli/override.go | 1 + internal/pkg/cli/pipeline.go | 1 + internal/pkg/cli/pipeline_delete.go | 1 + internal/pkg/cli/pipeline_delete_test.go | 1 + internal/pkg/cli/pipeline_deploy.go | 1 + internal/pkg/cli/pipeline_deploy_test.go | 1 + internal/pkg/cli/pipeline_init.go | 1 + internal/pkg/cli/pipeline_init_test.go | 1 + internal/pkg/cli/pipeline_list.go | 1 + internal/pkg/cli/pipeline_list_test.go | 1 + internal/pkg/cli/pipeline_override.go | 1 + internal/pkg/cli/pipeline_override_test.go | 1 + internal/pkg/cli/pipeline_package.go | 1 + internal/pkg/cli/pipeline_package_test.go | 1 + internal/pkg/cli/pipeline_show.go | 1 + internal/pkg/cli/pipeline_show_test.go | 1 + internal/pkg/cli/pipeline_status.go | 1 + internal/pkg/cli/pipeline_status_test.go | 1 + internal/pkg/cli/progress.go | 1 + internal/pkg/cli/prompter.go | 1 + internal/pkg/cli/run_local.go | 1 + internal/pkg/cli/run_local_test.go | 1 + internal/pkg/cli/secret.go | 1 + internal/pkg/cli/secret_init.go | 1 + internal/pkg/cli/secret_init_test.go | 1 + internal/pkg/cli/storage.go | 1 + internal/pkg/cli/storage_init.go | 1 + internal/pkg/cli/storage_init_test.go | 1 + internal/pkg/cli/svc.go | 1 + internal/pkg/cli/svc_delete.go | 1 + internal/pkg/cli/svc_delete_test.go | 1 + internal/pkg/cli/svc_deploy.go | 1 + internal/pkg/cli/svc_deploy_test.go | 1 + internal/pkg/cli/svc_exec.go | 1 + internal/pkg/cli/svc_exec_test.go | 1 + internal/pkg/cli/svc_init.go | 1 + internal/pkg/cli/svc_init_test.go | 1 + internal/pkg/cli/svc_list.go | 1 + internal/pkg/cli/svc_list_test.go | 1 + internal/pkg/cli/svc_logs.go | 1 + internal/pkg/cli/svc_logs_test.go | 1 + internal/pkg/cli/svc_override.go | 1 + internal/pkg/cli/svc_override_test.go | 1 + internal/pkg/cli/svc_package.go | 1 + internal/pkg/cli/svc_package_test.go | 1 + internal/pkg/cli/svc_pause.go | 1 + internal/pkg/cli/svc_pause_test.go | 1 + internal/pkg/cli/svc_resume.go | 1 + internal/pkg/cli/svc_resume_test.go | 1 + internal/pkg/cli/svc_show.go | 1 + internal/pkg/cli/svc_show_test.go | 1 + internal/pkg/cli/svc_status.go | 1 + internal/pkg/cli/svc_status_test.go | 1 + internal/pkg/cli/task.go | 1 + internal/pkg/cli/task_delete.go | 1 + internal/pkg/cli/task_delete_test.go | 1 + internal/pkg/cli/task_exec.go | 1 + internal/pkg/cli/task_exec_test.go | 1 + internal/pkg/cli/task_run.go | 1 + internal/pkg/cli/task_run_test.go | 1 + internal/pkg/cli/validate.go | 1 + internal/pkg/cli/validate_test.go | 1 + internal/pkg/cli/version.go | 1 + internal/pkg/config/app.go | 1 + internal/pkg/config/app_test.go | 1 + internal/pkg/config/env.go | 1 + internal/pkg/config/env_test.go | 1 + internal/pkg/config/errors.go | 1 + internal/pkg/config/errors_test.go | 1 + internal/pkg/config/store.go | 1 + internal/pkg/config/store_integration_test.go | 1 + internal/pkg/config/store_test.go | 1 + internal/pkg/config/workload.go | 1 + internal/pkg/config/workload_test.go | 1 + internal/pkg/deploy/app.go | 1 + internal/pkg/deploy/app_test.go | 1 + internal/pkg/deploy/cloudformation/app.go | 1 + .../pkg/deploy/cloudformation/app_test.go | 1 + .../deploy/cloudformation/cloudformation.go | 1 + .../cloudformation_integration_test.go | 1 + .../cloudformation/cloudformation_test.go | 1 + internal/pkg/deploy/cloudformation/env.go | 1 + .../pkg/deploy/cloudformation/env_test.go | 1 + .../pkg/deploy/cloudformation/pipeline.go | 1 + .../deploy/cloudformation/pipeline_test.go | 1 + .../pkg/deploy/cloudformation/stack/app.go | 1 + .../deploy/cloudformation/stack/app_test.go | 1 + .../cloudformation/stack/backend_svc.go | 1 + .../stack/backend_svc_integration_test.go | 1 + .../cloudformation/stack/backend_svc_test.go | 1 + .../stack/bb_pipeline_integration_test.go | 1 + .../stack/cc_pipeline_integration_test.go | 1 + .../stack/dd_pipeline_integration_test.go | 1 + .../pkg/deploy/cloudformation/stack/doc.go | 1 + .../pkg/deploy/cloudformation/stack/embed.go | 1 + .../pkg/deploy/cloudformation/stack/env.go | 1 + .../stack/env_integration_test.go | 1 + .../deploy/cloudformation/stack/env_test.go | 1 + .../stack/fixture_integration_test.go | 2 +- .../stack/gh_pipeline_integration_test.go | 1 + .../stack/ghv1_pipeline_integration_test.go | 1 + .../lb_grpc_web_service_integration_test.go | 1 + ...lb_network_web_service_integration_test.go | 1 + .../stack/lb_web_service_integration_test.go | 1 + .../deploy/cloudformation/stack/lb_web_svc.go | 1 + .../cloudformation/stack/lb_web_svc_test.go | 1 + .../pkg/deploy/cloudformation/stack/name.go | 1 + .../deploy/cloudformation/stack/name_test.go | 1 + .../deploy/cloudformation/stack/pipeline.go | 1 + .../cloudformation/stack/pipeline_test.go | 1 + .../deploy/cloudformation/stack/rd_web_svc.go | 1 + .../stack/rd_web_svc_integration_test.go | 1 + .../cloudformation/stack/rd_web_svc_test.go | 1 + .../cloudformation/stack/scheduled_job.go | 1 + .../stack/scheduled_job_integration_test.go | 1 + .../stack/scheduled_job_test.go | 1 + .../stack/stack_local_integration_test.go | 1 + .../cloudformation/stack/static_site.go | 1 + .../stack/static_site_integration_test.go | 1 + .../cloudformation/stack/static_site_test.go | 1 + .../pkg/deploy/cloudformation/stack/tags.go | 1 + .../pkg/deploy/cloudformation/stack/task.go | 1 + .../deploy/cloudformation/stack/task_test.go | 1 + .../cloudformation/stack/transformers.go | 1 + .../cloudformation/stack/transformers_test.go | 1 + .../validate_template_integration_test.go | 1 + ...windows_lb_web_service_integration_test.go | 1 + .../stack/worker_service_integration_test.go | 1 + .../deploy/cloudformation/stack/worker_svc.go | 1 + .../cloudformation/stack/worker_svc_test.go | 1 + .../deploy/cloudformation/stack/workload.go | 1 + .../cloudformation/stack/workload_test.go | 1 + internal/pkg/deploy/cloudformation/task.go | 1 + .../pkg/deploy/cloudformation/task_test.go | 1 + .../pkg/deploy/cloudformation/workload.go | 1 + .../deploy/cloudformation/workload_test.go | 1 + internal/pkg/deploy/deploy.go | 1 + internal/pkg/deploy/deploy_test.go | 1 + internal/pkg/deploy/env.go | 1 + internal/pkg/deploy/pipeline.go | 1 + internal/pkg/deploy/pipeline_test.go | 1 + internal/pkg/deploy/sns.go | 1 + internal/pkg/deploy/sns_test.go | 1 + internal/pkg/deploy/task.go | 1 + internal/pkg/deploy/upload/asset/asset.go | 1 + .../pkg/deploy/upload/asset/asset_test.go | 1 + internal/pkg/deploy/upload/asset/matcher.go | 1 + .../upload/customresource/customresource.go | 1 + .../customresource/customresource_test.go | 1 + internal/pkg/deploy/workload.go | 1 + internal/pkg/describe/app.go | 1 + internal/pkg/describe/app_test.go | 1 + internal/pkg/describe/backend_service.go | 1 + internal/pkg/describe/backend_service_test.go | 1 + internal/pkg/describe/context_test.go | 2 +- internal/pkg/describe/describe.go | 1 + internal/pkg/describe/doc.go | 1 + internal/pkg/describe/env.go | 1 + internal/pkg/describe/env_test.go | 1 + internal/pkg/describe/errors.go | 1 + internal/pkg/describe/errors_test.go | 1 + internal/pkg/describe/helper.go | 1 + internal/pkg/describe/lb_web_service.go | 1 + internal/pkg/describe/lb_web_service_test.go | 1 + internal/pkg/describe/pipeline.go | 1 + internal/pkg/describe/pipeline_show.go | 1 + internal/pkg/describe/pipeline_show_test.go | 1 + internal/pkg/describe/pipeline_status.go | 1 + internal/pkg/describe/pipeline_status_test.go | 1 + internal/pkg/describe/rd_web_service.go | 1 + internal/pkg/describe/rd_web_service_test.go | 1 + internal/pkg/describe/service.go | 1 + internal/pkg/describe/service_test.go | 1 + internal/pkg/describe/stack/stack.go | 1 + internal/pkg/describe/stack/stack_test.go | 1 + internal/pkg/describe/static_site.go | 1 + internal/pkg/describe/static_site_test.go | 1 + internal/pkg/describe/status.go | 1 + internal/pkg/describe/status_describe.go | 1 + internal/pkg/describe/status_describe_test.go | 1 + internal/pkg/describe/status_test.go | 1 + internal/pkg/describe/uri.go | 1 + internal/pkg/describe/uri_test.go | 1 + internal/pkg/describe/worker_service.go | 1 + internal/pkg/describe/worker_service_test.go | 1 + internal/pkg/describe/workload.go | 1 + internal/pkg/describe/workload_test.go | 1 + .../pkg/docker/dockerengine/dockerengine.go | 1 + .../docker/dockerengine/dockerengine_test.go | 1 + .../dockerenginetest/dockerenginetest.go | 1 + internal/pkg/docker/dockerengine/errors.go | 1 + internal/pkg/docker/dockerfile/errors.go | 1 + internal/pkg/docker/dockerfile/file.go | 1 + internal/pkg/docker/dockerfile/file_test.go | 1 + internal/pkg/docker/dockerfile/ignorefile.go | 1 + .../pkg/docker/dockerfile/ignorefile_test.go | 1 + internal/pkg/docker/dockerfile/lex.go | 1 + .../pkg/docker/orchestrator/orchestrator.go | 1 + .../docker/orchestrator/orchestrator_test.go | 1 + .../orchestratortest/orchestratortest.go | 1 + internal/pkg/ecs/ecs.go | 1 + internal/pkg/ecs/ecs_test.go | 1 + internal/pkg/ecs/errors.go | 1 + internal/pkg/ecs/run_task_request.go | 1 + internal/pkg/ecs/run_task_request_test.go | 1 + internal/pkg/exec/errors.go | 1 + internal/pkg/exec/exec.go | 1 + internal/pkg/exec/exec_test.go | 1 + internal/pkg/exec/exec_unix.go | 1 + internal/pkg/exec/exec_windows.go | 1 + internal/pkg/exec/interactive_run.go | 1 + .../exec/interactive_run_cancellation_test.go | 2 +- .../pkg/exec/interactive_run_signal_test.go | 2 +- internal/pkg/exec/interactive_run_test.go | 1 + internal/pkg/exec/interactive_run_windows.go | 1 + internal/pkg/exec/ssm_plugin.go | 1 + ...ssm_plugin_install_latest_binary_darwin.go | 1 + ...ugin_install_latest_binary_darwin_amd64.go | 1 + ...ugin_install_latest_binary_darwin_arm64.go | 1 + ...lugin_install_latest_binary_darwin_test.go | 1 + .../ssm_plugin_install_latest_binary_linux.go | 1 + ...lugin_install_latest_binary_linux_amd64.go | 1 + ...lugin_install_latest_binary_linux_arm64.go | 1 + ...plugin_install_latest_binary_linux_test.go | 1 + ...sm_plugin_install_latest_binary_windows.go | 1 + internal/pkg/exec/ssm_plugin_test.go | 1 + .../pkg/exec/ssm_plugin_validate_binary.go | 1 + .../exec/ssm_plugin_validate_binary_test.go | 1 + .../ssm_plugin_validate_binary_windows.go | 1 + internal/pkg/graph/errors.go | 1 + internal/pkg/graph/graph.go | 1 + internal/pkg/graph/graph_test.go | 1 + internal/pkg/ini/ini.go | 1 + internal/pkg/ini/ini_test.go | 1 + internal/pkg/initialize/workload.go | 1 + internal/pkg/initialize/workload_test.go | 1 + internal/pkg/interrupt/interrupt.go | 2 +- internal/pkg/interrupt/interrupt_test.go | 2 +- internal/pkg/logging/logs.go | 1 + internal/pkg/logging/task.go | 1 + internal/pkg/logging/task_test.go | 1 + internal/pkg/logging/workload.go | 1 + internal/pkg/logging/workload_test.go | 1 + internal/pkg/manifest/applyenv_test.go | 1 + internal/pkg/manifest/backend_svc.go | 1 + internal/pkg/manifest/backend_svc_test.go | 1 + internal/pkg/manifest/deprecated.go | 1 + internal/pkg/manifest/doc.go | 1 + internal/pkg/manifest/env.go | 1 + internal/pkg/manifest/env_test.go | 1 + internal/pkg/manifest/errors.go | 1 + internal/pkg/manifest/http.go | 1 + internal/pkg/manifest/http_test.go | 1 + internal/pkg/manifest/interpolate.go | 1 + internal/pkg/manifest/interpolate_test.go | 1 + internal/pkg/manifest/job.go | 1 + internal/pkg/manifest/job_test.go | 1 + internal/pkg/manifest/lb_web_svc.go | 1 + internal/pkg/manifest/lb_web_svc_test.go | 1 + internal/pkg/manifest/loader.go | 1 + internal/pkg/manifest/loader_test.go | 1 + internal/pkg/manifest/manifestinfo/type.go | 1 + .../pkg/manifest/manifestinfo/type_test.go | 1 + .../marshal_manifest_integration_test.go | 1 + internal/pkg/manifest/pipeline.go | 1 + internal/pkg/manifest/pipeline_test.go | 1 + internal/pkg/manifest/rd_web_svc.go | 1 + internal/pkg/manifest/rd_web_svc_test.go | 1 + internal/pkg/manifest/static_site.go | 1 + internal/pkg/manifest/static_site_test.go | 1 + internal/pkg/manifest/storage.go | 1 + internal/pkg/manifest/storage_test.go | 1 + internal/pkg/manifest/svc.go | 1 + internal/pkg/manifest/svc_test.go | 1 + internal/pkg/manifest/transform.go | 1 + internal/pkg/manifest/transform_test.go | 1 + internal/pkg/manifest/union.go | 1 + internal/pkg/manifest/union_test.go | 1 + internal/pkg/manifest/validate.go | 1 + internal/pkg/manifest/validate_env.go | 1 + internal/pkg/manifest/validate_env_test.go | 1 + .../pkg/manifest/validate_integration_test.go | 1 + internal/pkg/manifest/validate_test.go | 1 + internal/pkg/manifest/worker_svc.go | 1 + internal/pkg/manifest/worker_svc_test.go | 1 + internal/pkg/manifest/workload.go | 1 + internal/pkg/manifest/workload_ecs.go | 1 + internal/pkg/manifest/workload_ecs_test.go | 1 + internal/pkg/manifest/workload_test.go | 1 + internal/pkg/metadata/commit.go | 2 +- internal/pkg/metadata/commit_test.go | 2 +- internal/pkg/override/cdk.go | 1 + internal/pkg/override/cdk_test.go | 1 + internal/pkg/override/errors.go | 1 + internal/pkg/override/errors_test.go | 1 + internal/pkg/override/noop.go | 1 + internal/pkg/override/noop_test.go | 1 + internal/pkg/override/override.go | 1 + internal/pkg/override/override_test.go | 1 + internal/pkg/override/patch.go | 1 + internal/pkg/override/patch_test.go | 1 + internal/pkg/queue/queue.go | 1 + internal/pkg/queue/queue_test.go | 1 + internal/pkg/repository/repository.go | 1 + internal/pkg/repository/repository_test.go | 1 + internal/pkg/runner/jobrunner/jobrunner.go | 1 + .../pkg/runner/jobrunner/jobrunner_test.go | 1 + internal/pkg/s3/s3.go | 1 + internal/pkg/s3/s3_test.go | 1 + internal/pkg/stream/cfnstack.go | 1 + internal/pkg/stream/cfnstack_test.go | 1 + internal/pkg/stream/cfnstackset.go | 1 + internal/pkg/stream/cfnstackset_test.go | 1 + internal/pkg/stream/ecs.go | 1 + internal/pkg/stream/ecs_test.go | 1 + internal/pkg/stream/stream.go | 1 + internal/pkg/stream/stream_test.go | 1 + internal/pkg/stream/throttle.go | 2 +- internal/pkg/task/config_runner.go | 1 + internal/pkg/task/config_runner_test.go | 1 + internal/pkg/task/env_runner.go | 1 + internal/pkg/task/env_runner_test.go | 1 + internal/pkg/task/errors.go | 1 + internal/pkg/task/task.go | 1 + .../pkg/template/artifactpath/artifactpath.go | 1 + .../artifactpath/artifactpath_test.go | 1 + internal/pkg/template/diff/diff.go | 1 + internal/pkg/template/diff/diff_test.go | 1 + internal/pkg/template/diff/formatter.go | 1 + internal/pkg/template/diff/iter.go | 1 + internal/pkg/template/diff/lcs.go | 1 + internal/pkg/template/diff/lcs_test.go | 1 + internal/pkg/template/diff/override.go | 1 + internal/pkg/template/diff/override_test.go | 1 + internal/pkg/template/diff/write.go | 1 + internal/pkg/template/diff/write_test.go | 1 + internal/pkg/template/env.go | 1 + .../template/env_local_integration_test.go | 1 + internal/pkg/template/env_test.go | 1 + internal/pkg/template/override/override.go | 1 + .../pkg/template/override/override_test.go | 1 + internal/pkg/template/override/rule.go | 1 + internal/pkg/template/override/rule_test.go | 1 + internal/pkg/template/overrides.go | 1 + internal/pkg/template/overrides_test.go | 1 + .../permissions_boundary_integration_test.go | 1 + internal/pkg/template/pipeline.go | 1 + internal/pkg/template/pipeline_test.go | 1 + internal/pkg/template/template.go | 1 + internal/pkg/template/template_functions.go | 1 + .../pkg/template/template_functions_test.go | 1 + .../pkg/template/template_integration_test.go | 1 + internal/pkg/template/template_test.go | 1 + .../pkg/template/templatetest/templatetest.go | 1 + internal/pkg/template/workload.go | 1 + internal/pkg/template/workload_test.go | 1 + internal/pkg/term/color/color.go | 1 + internal/pkg/term/color/color_test.go | 1 + internal/pkg/term/cursor/cursor.go | 1 + internal/pkg/term/cursor/cursor_test_posix.go | 1 + internal/pkg/term/cursor/vertical.go | 1 + internal/pkg/term/cursor/vertical_windows.go | 1 + internal/pkg/term/log/log.go | 1 + internal/pkg/term/log/log_test.go | 1 + internal/pkg/term/log/logger.go | 1 + internal/pkg/term/log/logger_test.go | 1 + internal/pkg/term/log/prefix.go | 1 + internal/pkg/term/log/prefix_windows.go | 1 + internal/pkg/term/progress/charset.go | 1 + internal/pkg/term/progress/charset_windows.go | 1 + internal/pkg/term/progress/cloudformation.go | 1 + .../pkg/term/progress/cloudformation_test.go | 1 + internal/pkg/term/progress/component.go | 1 + internal/pkg/term/progress/component_test.go | 1 + internal/pkg/term/progress/ecs.go | 1 + internal/pkg/term/progress/ecs_test.go | 1 + internal/pkg/term/progress/envcontroller.go | 1 + .../pkg/term/progress/envcontroller_test.go | 1 + internal/pkg/term/progress/render.go | 1 + internal/pkg/term/progress/render_interval.go | 1 + .../term/progress/render_interval_windows.go | 1 + internal/pkg/term/progress/render_test.go | 7 +- internal/pkg/term/progress/spinner.go | 1 + internal/pkg/term/progress/spinner_test.go | 1 + internal/pkg/term/progress/status.go | 1 + .../term/progress/summarybar/summarybar.go | 1 + .../progress/summarybar/summarybar_test.go | 1 + internal/pkg/term/progress/time.go | 1 + internal/pkg/term/progress/writer.go | 1 + internal/pkg/term/progress/writer_test.go | 1 + internal/pkg/term/prompt/prompt.go | 1 + internal/pkg/term/prompt/prompt_test.go | 1 + internal/pkg/term/prompt/select.go | 1 + internal/pkg/term/prompt/select_test.go | 1 + internal/pkg/term/selector/cfn.go | 1 + internal/pkg/term/selector/cfn_test.go | 1 + internal/pkg/term/selector/creds.go | 1 + internal/pkg/term/selector/creds_test.go | 1 + internal/pkg/term/selector/ec2.go | 1 + internal/pkg/term/selector/ec2_test.go | 1 + internal/pkg/term/selector/errors.go | 1 + internal/pkg/term/selector/errors_test.go | 1 + internal/pkg/term/selector/local_selector.go | 1 + .../pkg/term/selector/local_selector_test.go | 1 + internal/pkg/term/selector/selector.go | 1 + internal/pkg/term/selector/selector_test.go | 1 + internal/pkg/term/syncbuffer/syncbuffer.go | 1 + .../pkg/term/syncbuffer/syncbuffer_test.go | 1 + internal/pkg/term/syncbuffer/termprinter.go | 1 + .../pkg/term/syncbuffer/termprinter_test.go | 1 + internal/pkg/version/version.go | 1 + internal/pkg/workspace/errors.go | 1 + internal/pkg/workspace/errors_test.go | 1 + internal/pkg/workspace/workspace.go | 1 + internal/pkg/workspace/workspace_test.go | 1 + regression/client/cli.go | 1 + regression/client/outputs.go | 1 + regression/multi-svc-app/back-end/main.go | 1 + .../multi-svc-app/back-end/swap/main.go | 1 + regression/multi-svc-app/front-end/main.go | 1 + .../multi-svc-app/front-end/swap/main.go | 1 + .../multi-svc-app/multi_svc_app_suite_test.go | 1 + .../multi-svc-app/multi_svc_app_test.go | 1 + regression/multi-svc-app/www/main.go | 1 + regression/multi-svc-app/www/swap/main.go | 1 + scripts/license.sh | 131 ++++++++++++------ 706 files changed, 796 insertions(+), 69 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index beb1ae6e5c3..552fb2df949 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,6 +300,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v7 + with: + fetch-depth: 0 - name: Run license check run: ./scripts/license.sh . diff --git a/NOTICE b/NOTICE index 37368f28212..77db0979732 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ APROINT Copilot CLI -Copyright 2026 APROINT contributors. +Copyright APROINT, s.r.o. This product is a fork of AWS Copilot CLI. It is not affiliated with, endorsed by, or supported by Amazon Web Services. diff --git a/cf-custom-resources/eslint.config.js b/cf-custom-resources/eslint.config.js index 588aecb33a1..7b8cfd69804 100644 --- a/cf-custom-resources/eslint.config.js +++ b/cf-custom-resources/eslint.config.js @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/alb-rule-priority-generator.js b/cf-custom-resources/lib/alb-rule-priority-generator.js index 0975321007c..8949948178d 100644 --- a/cf-custom-resources/lib/alb-rule-priority-generator.js +++ b/cf-custom-resources/lib/alb-rule-priority-generator.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/backlog-per-task-calculator.js b/cf-custom-resources/lib/backlog-per-task-calculator.js index a762f9849d5..54def6d47f8 100644 --- a/cf-custom-resources/lib/backlog-per-task-calculator.js +++ b/cf-custom-resources/lib/backlog-per-task-calculator.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; const { ECS,DescribeServicesCommand } = require("@aws-sdk/client-ecs"); diff --git a/cf-custom-resources/lib/bucket-cleaner.js b/cf-custom-resources/lib/bucket-cleaner.js index 6d8ff8783a8..44dbf532999 100644 --- a/cf-custom-resources/lib/bucket-cleaner.js +++ b/cf-custom-resources/lib/bucket-cleaner.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/cert-replicator.js b/cf-custom-resources/lib/cert-replicator.js index b438875e955..9e524c66167 100644 --- a/cf-custom-resources/lib/cert-replicator.js +++ b/cf-custom-resources/lib/cert-replicator.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 /* jshint node: true */ diff --git a/cf-custom-resources/lib/custom-domain-app-runner.js b/cf-custom-resources/lib/custom-domain-app-runner.js index 850f5adb88d..bce74557ba0 100644 --- a/cf-custom-resources/lib/custom-domain-app-runner.js +++ b/cf-custom-resources/lib/custom-domain-app-runner.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 /* jshint node: true */ diff --git a/cf-custom-resources/lib/custom-domain.js b/cf-custom-resources/lib/custom-domain.js index df4cdc1e5b0..22c84537ed9 100644 --- a/cf-custom-resources/lib/custom-domain.js +++ b/cf-custom-resources/lib/custom-domain.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/desired-count-delegation.js b/cf-custom-resources/lib/desired-count-delegation.js index 1309cd7eaea..618f04e8ec2 100644 --- a/cf-custom-resources/lib/desired-count-delegation.js +++ b/cf-custom-resources/lib/desired-count-delegation.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; const { ECS, DescribeServicesCommand } = require('@aws-sdk/client-ecs'); diff --git a/cf-custom-resources/lib/dns-cert-validator.js b/cf-custom-resources/lib/dns-cert-validator.js index 6fa7590970a..af67f5d487a 100644 --- a/cf-custom-resources/lib/dns-cert-validator.js +++ b/cf-custom-resources/lib/dns-cert-validator.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 /* jshint node: true */ diff --git a/cf-custom-resources/lib/dns-delegation.js b/cf-custom-resources/lib/dns-delegation.js index 3b0211452af..b83c588edec 100644 --- a/cf-custom-resources/lib/dns-delegation.js +++ b/cf-custom-resources/lib/dns-delegation.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/env-controller.js b/cf-custom-resources/lib/env-controller.js index c44e1ade2fa..29d83fa9b96 100644 --- a/cf-custom-resources/lib/env-controller.js +++ b/cf-custom-resources/lib/env-controller.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/trigger-state-machine.js b/cf-custom-resources/lib/trigger-state-machine.js index 8cf9bd2d7b1..f995e3f1e87 100644 --- a/cf-custom-resources/lib/trigger-state-machine.js +++ b/cf-custom-resources/lib/trigger-state-machine.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/unique-json-values.js b/cf-custom-resources/lib/unique-json-values.js index 50be814a081..cf4400b8d25 100644 --- a/cf-custom-resources/lib/unique-json-values.js +++ b/cf-custom-resources/lib/unique-json-values.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/lib/wkld-cert-validator.js b/cf-custom-resources/lib/wkld-cert-validator.js index f9a7402c08a..3e0b19e833c 100644 --- a/cf-custom-resources/lib/wkld-cert-validator.js +++ b/cf-custom-resources/lib/wkld-cert-validator.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 const { fromEnv, fromTemporaryCredentials } = require("@aws-sdk/credential-providers"); diff --git a/cf-custom-resources/lib/wkld-custom-domain.js b/cf-custom-resources/lib/wkld-custom-domain.js index 9700c1da92a..f94b1ed86bc 100644 --- a/cf-custom-resources/lib/wkld-custom-domain.js +++ b/cf-custom-resources/lib/wkld-custom-domain.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/scripts/package.js b/cf-custom-resources/scripts/package.js index 6f411afc4b4..150fc47fb15 100644 --- a/cf-custom-resources/scripts/package.js +++ b/cf-custom-resources/scripts/package.js @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/alb-rule-priority-generator-test.js b/cf-custom-resources/test/alb-rule-priority-generator-test.js index e34800c173f..3e5dcaa93b3 100644 --- a/cf-custom-resources/test/alb-rule-priority-generator-test.js +++ b/cf-custom-resources/test/alb-rule-priority-generator-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/backlog-per-task-calculator-test.js b/cf-custom-resources/test/backlog-per-task-calculator-test.js index 908f13a1b45..1328b98922e 100644 --- a/cf-custom-resources/test/backlog-per-task-calculator-test.js +++ b/cf-custom-resources/test/backlog-per-task-calculator-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; const { mockClient } = require('aws-sdk-client-mock'); diff --git a/cf-custom-resources/test/bucket-cleaner-test.js b/cf-custom-resources/test/bucket-cleaner-test.js index d39598bf678..b9ac6bfa5a9 100644 --- a/cf-custom-resources/test/bucket-cleaner-test.js +++ b/cf-custom-resources/test/bucket-cleaner-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/cert-replicator-test.js b/cf-custom-resources/test/cert-replicator-test.js index f7092081003..09fc9cd1033 100644 --- a/cf-custom-resources/test/cert-replicator-test.js +++ b/cf-custom-resources/test/cert-replicator-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/custom-domain-app-runner-test.js b/cf-custom-resources/test/custom-domain-app-runner-test.js index 2c2edddc058..90c8b88ee34 100644 --- a/cf-custom-resources/test/custom-domain-app-runner-test.js +++ b/cf-custom-resources/test/custom-domain-app-runner-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/custom-domain-test.js b/cf-custom-resources/test/custom-domain-test.js index 8bdf12983f9..3934b7d68e0 100644 --- a/cf-custom-resources/test/custom-domain-test.js +++ b/cf-custom-resources/test/custom-domain-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/desired-count-delegation-test.js b/cf-custom-resources/test/desired-count-delegation-test.js index 33704e9ab98..ef81d345a24 100644 --- a/cf-custom-resources/test/desired-count-delegation-test.js +++ b/cf-custom-resources/test/desired-count-delegation-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/dns-cert-validator-test.js b/cf-custom-resources/test/dns-cert-validator-test.js index 63167d33856..0dca46d6975 100644 --- a/cf-custom-resources/test/dns-cert-validator-test.js +++ b/cf-custom-resources/test/dns-cert-validator-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/dns-delegation-test.js b/cf-custom-resources/test/dns-delegation-test.js index a1194af4526..2088e4437cf 100644 --- a/cf-custom-resources/test/dns-delegation-test.js +++ b/cf-custom-resources/test/dns-delegation-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/env-controller-test.js b/cf-custom-resources/test/env-controller-test.js index 9a32c3721ef..6962834a754 100644 --- a/cf-custom-resources/test/env-controller-test.js +++ b/cf-custom-resources/test/env-controller-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/lambda-tester.js b/cf-custom-resources/test/lambda-tester.js index 646b7ef304b..2b330c545cc 100644 --- a/cf-custom-resources/test/lambda-tester.js +++ b/cf-custom-resources/test/lambda-tester.js @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/setup-vitest.js b/cf-custom-resources/test/setup-vitest.js index 9d82c3fc461..8a2ee03513b 100644 --- a/cf-custom-resources/test/setup-vitest.js +++ b/cf-custom-resources/test/setup-vitest.js @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/trigger-state-machine-test.js b/cf-custom-resources/test/trigger-state-machine-test.js index 891312eb1b0..b0b7d82bde9 100644 --- a/cf-custom-resources/test/trigger-state-machine-test.js +++ b/cf-custom-resources/test/trigger-state-machine-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/unique-json-values-test.js b/cf-custom-resources/test/unique-json-values-test.js index 0f83bde76c1..93ff552f101 100644 --- a/cf-custom-resources/test/unique-json-values-test.js +++ b/cf-custom-resources/test/unique-json-values-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/wkld-cert-validator-test.js b/cf-custom-resources/test/wkld-cert-validator-test.js index 217868def20..da13039bde9 100644 --- a/cf-custom-resources/test/wkld-cert-validator-test.js +++ b/cf-custom-resources/test/wkld-cert-validator-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/test/wkld-custom-domain-test.js b/cf-custom-resources/test/wkld-custom-domain-test.js index cfea93666e2..b8185d44c60 100644 --- a/cf-custom-resources/test/wkld-custom-domain-test.js +++ b/cf-custom-resources/test/wkld-custom-domain-test.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cf-custom-resources/vitest.config.js b/cf-custom-resources/vitest.config.js index d296c820d61..ac7b533a379 100644 --- a/cf-custom-resources/vitest.config.js +++ b/cf-custom-resources/vitest.config.js @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/cmd/copilot/description.go b/cmd/copilot/description.go index 009064c4781..1ac4baa8d97 100644 --- a/cmd/copilot/description.go +++ b/cmd/copilot/description.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/copilot/description_windows.go b/cmd/copilot/description_windows.go index 5cd0b94a0b6..2d169b498ff 100644 --- a/cmd/copilot/description_windows.go +++ b/cmd/copilot/description_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/copilot/main.go b/cmd/copilot/main.go index 12ac943ef4d..4b4fe06d4b8 100644 --- a/cmd/copilot/main.go +++ b/cmd/copilot/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package main contains the root command. diff --git a/cmd/copilot/main_test.go b/cmd/copilot/main_test.go index c12c6909c18..8e6c65368b9 100644 --- a/cmd/copilot/main_test.go +++ b/cmd/copilot/main_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/copilot/template/macro.go b/cmd/copilot/template/macro.go index cf7f58d5ca9..90fddc4201e 100644 --- a/cmd/copilot/template/macro.go +++ b/cmd/copilot/template/macro.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package template provides usage templates to render help menus. diff --git a/cmd/copilot/template/template.go b/cmd/copilot/template/template.go index bb0e815eb33..dc67f678e00 100644 --- a/cmd/copilot/template/template.go +++ b/cmd/copilot/template/template.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/e2e/app-with-domain/app_with_domain_suite_test.go b/e2e/app-with-domain/app_with_domain_suite_test.go index 3aa8d5961cd..8d181623a7c 100644 --- a/e2e/app-with-domain/app_with_domain_suite_test.go +++ b/e2e/app-with-domain/app_with_domain_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package app_with_domain_test diff --git a/e2e/app-with-domain/app_with_domain_test.go b/e2e/app-with-domain/app_with_domain_test.go index 527cf8c2b88..0f1320e5d14 100644 --- a/e2e/app-with-domain/app_with_domain_test.go +++ b/e2e/app-with-domain/app_with_domain_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package app_with_domain_test diff --git a/e2e/app-with-domain/src/index.js b/e2e/app-with-domain/src/index.js index b9966d422c0..7f210982bf3 100644 --- a/e2e/app-with-domain/src/index.js +++ b/e2e/app-with-domain/src/index.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 let express = require('express'); diff --git a/e2e/apprunner/apprunner_suite_test.go b/e2e/apprunner/apprunner_suite_test.go index 3a3484754f2..7770d65c52d 100644 --- a/e2e/apprunner/apprunner_suite_test.go +++ b/e2e/apprunner/apprunner_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package apprunner_test diff --git a/e2e/apprunner/apprunner_test.go b/e2e/apprunner/apprunner_test.go index 33fa380da44..3aaf0071c10 100644 --- a/e2e/apprunner/apprunner_test.go +++ b/e2e/apprunner/apprunner_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package apprunner_test diff --git a/e2e/apprunner/back-end/main.go b/e2e/apprunner/back-end/main.go index 83a85babbf8..36b75d830f9 100644 --- a/e2e/apprunner/back-end/main.go +++ b/e2e/apprunner/back-end/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/e2e/apprunner/front-end/main.go b/e2e/apprunner/front-end/main.go index 281a1827e07..155fbd90d3e 100644 --- a/e2e/apprunner/front-end/main.go +++ b/e2e/apprunner/front-end/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/e2e/cloudfront/cloudfront_suite_test.go b/e2e/cloudfront/cloudfront_suite_test.go index 90e467430ce..5b04cc69c8e 100644 --- a/e2e/cloudfront/cloudfront_suite_test.go +++ b/e2e/cloudfront/cloudfront_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudfront_test diff --git a/e2e/cloudfront/cloudfront_test.go b/e2e/cloudfront/cloudfront_test.go index b41dadb4326..e846346d3c4 100644 --- a/e2e/cloudfront/cloudfront_test.go +++ b/e2e/cloudfront/cloudfront_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudfront_test diff --git a/e2e/customized-env/customized_env_suite_test.go b/e2e/customized-env/customized_env_suite_test.go index 11199f08aca..7bcd54ee3ff 100644 --- a/e2e/customized-env/customized_env_suite_test.go +++ b/e2e/customized-env/customized_env_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package customized_env_test diff --git a/e2e/customized-env/customized_env_test.go b/e2e/customized-env/customized_env_test.go index 9c229205e90..eddd73022be 100644 --- a/e2e/customized-env/customized_env_test.go +++ b/e2e/customized-env/customized_env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package customized_env_test diff --git a/e2e/exec/exec_suite_test.go b/e2e/exec/exec_suite_test.go index ca8f3c76763..947b9830fdc 100644 --- a/e2e/exec/exec_suite_test.go +++ b/e2e/exec/exec_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec_test diff --git a/e2e/exec/exec_test.go b/e2e/exec/exec_test.go index 68d5e597774..070c60ce4d3 100644 --- a/e2e/exec/exec_test.go +++ b/e2e/exec/exec_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec_test diff --git a/e2e/import-certs/import_cert_suite_test.go b/e2e/import-certs/import_cert_suite_test.go index a26f0256a4e..41bac7f851d 100644 --- a/e2e/import-certs/import_cert_suite_test.go +++ b/e2e/import-certs/import_cert_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package import_certs diff --git a/e2e/import-certs/import_cert_test.go b/e2e/import-certs/import_cert_test.go index 1cc8b05120a..d15c985e4ff 100644 --- a/e2e/import-certs/import_cert_test.go +++ b/e2e/import-certs/import_cert_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package import_certs diff --git a/e2e/init/init_suite_test.go b/e2e/init/init_suite_test.go index 9fd8fa35776..50eaa53a50e 100644 --- a/e2e/init/init_suite_test.go +++ b/e2e/init/init_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package init_test diff --git a/e2e/init/init_test.go b/e2e/init/init_test.go index 8159c920559..4c4675a4e66 100644 --- a/e2e/init/init_test.go +++ b/e2e/init/init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package init_test diff --git a/e2e/internal/client/aws.go b/e2e/internal/client/aws.go index 40ba984b69f..874e885fa06 100644 --- a/e2e/internal/client/aws.go +++ b/e2e/internal/client/aws.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package client diff --git a/e2e/internal/client/bash.go b/e2e/internal/client/bash.go index c80d5e6bec2..20fd9a5af1b 100644 --- a/e2e/internal/client/bash.go +++ b/e2e/internal/client/bash.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package client diff --git a/e2e/internal/client/cli.go b/e2e/internal/client/cli.go index e3e1df649a0..45727a00d57 100644 --- a/e2e/internal/client/cli.go +++ b/e2e/internal/client/cli.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package client diff --git a/e2e/internal/client/docker.go b/e2e/internal/client/docker.go index 68c57848ddf..1b95962e3b0 100644 --- a/e2e/internal/client/docker.go +++ b/e2e/internal/client/docker.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package client diff --git a/e2e/internal/client/outputs.go b/e2e/internal/client/outputs.go index 63acb3f1d9f..beb29757244 100644 --- a/e2e/internal/client/outputs.go +++ b/e2e/internal/client/outputs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package client diff --git a/e2e/internal/command/command.go b/e2e/internal/command/command.go index d8ecdc29159..f1df68ec293 100644 --- a/e2e/internal/command/command.go +++ b/e2e/internal/command/command.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package command diff --git a/e2e/isolated/backend/main.go b/e2e/isolated/backend/main.go index a10d77ec8e3..2756b595d36 100644 --- a/e2e/isolated/backend/main.go +++ b/e2e/isolated/backend/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/e2e/isolated/isolated_suite_test.go b/e2e/isolated/isolated_suite_test.go index 4eb5a1fbb44..f75582e1683 100644 --- a/e2e/isolated/isolated_suite_test.go +++ b/e2e/isolated/isolated_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package isolated_test diff --git a/e2e/isolated/isolated_test.go b/e2e/isolated/isolated_test.go index 2b3f554b753..2578002a5c8 100644 --- a/e2e/isolated/isolated_test.go +++ b/e2e/isolated/isolated_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package isolated_test diff --git a/e2e/multi-env-app/multi_env_suite_test.go b/e2e/multi-env-app/multi_env_suite_test.go index e3a17468319..cd441becb9c 100644 --- a/e2e/multi-env-app/multi_env_suite_test.go +++ b/e2e/multi-env-app/multi_env_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_env_app_test diff --git a/e2e/multi-env-app/multi_env_test.go b/e2e/multi-env-app/multi_env_test.go index a6795439de9..711f2f938b4 100644 --- a/e2e/multi-env-app/multi_env_test.go +++ b/e2e/multi-env-app/multi_env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_env_app_test diff --git a/e2e/multi-pipeline/multi_pipeline_suite_test.go b/e2e/multi-pipeline/multi_pipeline_suite_test.go index 397e4e04b9e..d6daa1a358e 100644 --- a/e2e/multi-pipeline/multi_pipeline_suite_test.go +++ b/e2e/multi-pipeline/multi_pipeline_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_pipeline_test diff --git a/e2e/multi-pipeline/multi_pipeline_test.go b/e2e/multi-pipeline/multi_pipeline_test.go index 629dad0f774..1042fa10cfe 100644 --- a/e2e/multi-pipeline/multi_pipeline_test.go +++ b/e2e/multi-pipeline/multi_pipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_pipeline_test diff --git a/e2e/multi-svc-app/back-end/main.go b/e2e/multi-svc-app/back-end/main.go index de0c5fb5936..25924ed1f45 100644 --- a/e2e/multi-svc-app/back-end/main.go +++ b/e2e/multi-svc-app/back-end/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/e2e/multi-svc-app/front-end/main.go b/e2e/multi-svc-app/front-end/main.go index bee904ea0a4..da42af61442 100644 --- a/e2e/multi-svc-app/front-end/main.go +++ b/e2e/multi-svc-app/front-end/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/e2e/multi-svc-app/multi_svc_app_suite_test.go b/e2e/multi-svc-app/multi_svc_app_suite_test.go index 04c4593f10f..2872dc5435e 100644 --- a/e2e/multi-svc-app/multi_svc_app_suite_test.go +++ b/e2e/multi-svc-app/multi_svc_app_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_svc_app_test diff --git a/e2e/multi-svc-app/multi_svc_app_test.go b/e2e/multi-svc-app/multi_svc_app_test.go index 55518bbfcff..612ab363fcd 100644 --- a/e2e/multi-svc-app/multi_svc_app_test.go +++ b/e2e/multi-svc-app/multi_svc_app_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_svc_app_test diff --git a/e2e/multi-svc-app/www/main.go b/e2e/multi-svc-app/www/main.go index 63572211d7d..00407424c6c 100644 --- a/e2e/multi-svc-app/www/main.go +++ b/e2e/multi-svc-app/www/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/e2e/pipeline/pipeline_suite_test.go b/e2e/pipeline/pipeline_suite_test.go index 928f99ac389..c6075a42396 100644 --- a/e2e/pipeline/pipeline_suite_test.go +++ b/e2e/pipeline/pipeline_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package pipeline_test diff --git a/e2e/pipeline/pipeline_test.go b/e2e/pipeline/pipeline_test.go index 58626a7338a..ed20ca07e14 100644 --- a/e2e/pipeline/pipeline_test.go +++ b/e2e/pipeline/pipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package pipeline_test diff --git a/e2e/root/root_suite_test.go b/e2e/root/root_suite_test.go index 89e1973f5b7..446a8cbf0b1 100644 --- a/e2e/root/root_suite_test.go +++ b/e2e/root/root_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package root_test diff --git a/e2e/root/root_test.go b/e2e/root/root_test.go index db62245346f..3fad6cc4c95 100644 --- a/e2e/root/root_test.go +++ b/e2e/root/root_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package root_test diff --git a/e2e/sidecars/hello/server.js b/e2e/sidecars/hello/server.js index d3f9fef1f41..732634a50b5 100644 --- a/e2e/sidecars/hello/server.js +++ b/e2e/sidecars/hello/server.js @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 const app = require('koa')(); diff --git a/e2e/sidecars/sidecars_suite_test.go b/e2e/sidecars/sidecars_suite_test.go index 98938dbe95e..2b9216d3b79 100644 --- a/e2e/sidecars/sidecars_suite_test.go +++ b/e2e/sidecars/sidecars_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package sidecars_test diff --git a/e2e/sidecars/sidecars_test.go b/e2e/sidecars/sidecars_test.go index 305e7fd016c..51f4c65f09e 100644 --- a/e2e/sidecars/sidecars_test.go +++ b/e2e/sidecars/sidecars_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package sidecars_test diff --git a/e2e/static-site/static_site_suite_test.go b/e2e/static-site/static_site_suite_test.go index 50d9997e83a..92d668b3a1a 100644 --- a/e2e/static-site/static_site_suite_test.go +++ b/e2e/static-site/static_site_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package static_site_test diff --git a/e2e/static-site/static_site_test.go b/e2e/static-site/static_site_test.go index 86388612e7b..85d43772491 100644 --- a/e2e/static-site/static_site_test.go +++ b/e2e/static-site/static_site_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package static_site_test diff --git a/e2e/task/task_suite_test.go b/e2e/task/task_suite_test.go index ab80e2727a4..fc3ecc61e75 100644 --- a/e2e/task/task_suite_test.go +++ b/e2e/task/task_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package task diff --git a/e2e/task/task_test.go b/e2e/task/task_test.go index 8ceb4727730..b1fc7d787ec 100644 --- a/e2e/task/task_test.go +++ b/e2e/task/task_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package task diff --git a/internal/pkg/addon/addon_integration_test.go b/internal/pkg/addon/addon_integration_test.go index 30815f254e6..668c1869d43 100644 --- a/internal/pkg/addon/addon_integration_test.go +++ b/internal/pkg/addon/addon_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon_test diff --git a/internal/pkg/addon/addons.go b/internal/pkg/addon/addons.go index 823f2345f38..c0c19d06ac3 100644 --- a/internal/pkg/addon/addons.go +++ b/internal/pkg/addon/addons.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package addon contains the service to manage addons. diff --git a/internal/pkg/addon/addons_test.go b/internal/pkg/addon/addons_test.go index b4975650a68..656b55ad57c 100644 --- a/internal/pkg/addon/addons_test.go +++ b/internal/pkg/addon/addons_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon diff --git a/internal/pkg/addon/cloudformation.go b/internal/pkg/addon/cloudformation.go index 8a2009a0a98..ff20af0590e 100644 --- a/internal/pkg/addon/cloudformation.go +++ b/internal/pkg/addon/cloudformation.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon diff --git a/internal/pkg/addon/errors.go b/internal/pkg/addon/errors.go index 599d971005d..6ac8187fe2c 100644 --- a/internal/pkg/addon/errors.go +++ b/internal/pkg/addon/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon diff --git a/internal/pkg/addon/output.go b/internal/pkg/addon/output.go index 7bf2bcb04f3..eac6f34f2b6 100644 --- a/internal/pkg/addon/output.go +++ b/internal/pkg/addon/output.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon diff --git a/internal/pkg/addon/output_test.go b/internal/pkg/addon/output_test.go index 1ab6cc474f0..88a12a5ff3a 100644 --- a/internal/pkg/addon/output_test.go +++ b/internal/pkg/addon/output_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon diff --git a/internal/pkg/addon/package.go b/internal/pkg/addon/package.go index cb085592769..b4ab6079468 100644 --- a/internal/pkg/addon/package.go +++ b/internal/pkg/addon/package.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon diff --git a/internal/pkg/addon/package_test.go b/internal/pkg/addon/package_test.go index e1ed1fbb907..ac56367300f 100644 --- a/internal/pkg/addon/package_test.go +++ b/internal/pkg/addon/package_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package addon diff --git a/internal/pkg/addon/storage.go b/internal/pkg/addon/storage.go index 44070c724b5..7bdb641a14f 100644 --- a/internal/pkg/addon/storage.go +++ b/internal/pkg/addon/storage.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package addon contains the service to manage addons. diff --git a/internal/pkg/addon/storage_test.go b/internal/pkg/addon/storage_test.go index c265aaadb5e..6a86ec9406e 100644 --- a/internal/pkg/addon/storage_test.go +++ b/internal/pkg/addon/storage_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package addon contains the service to manage addons. diff --git a/internal/pkg/apprunner/apprunner.go b/internal/pkg/apprunner/apprunner.go index cb01b5e16a6..f85003cbffb 100644 --- a/internal/pkg/apprunner/apprunner.go +++ b/internal/pkg/apprunner/apprunner.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package apprunner provides a client to retrieve Copilot App Runner information. diff --git a/internal/pkg/apprunner/apprunner_test.go b/internal/pkg/apprunner/apprunner_test.go index 01ceb4186c1..564c2e19d2d 100644 --- a/internal/pkg/apprunner/apprunner_test.go +++ b/internal/pkg/apprunner/apprunner_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package apprunner diff --git a/internal/pkg/aws/aas/aas.go b/internal/pkg/aws/aas/aas.go index 5707e571a97..ca754a6e5c1 100644 --- a/internal/pkg/aws/aas/aas.go +++ b/internal/pkg/aws/aas/aas.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package aas provides a client to make API requests to Application Auto Scaling. diff --git a/internal/pkg/aws/aas/aas_test.go b/internal/pkg/aws/aas/aas_test.go index ad0d18f47fc..8abd9e25cd2 100644 --- a/internal/pkg/aws/aas/aas_test.go +++ b/internal/pkg/aws/aas/aas_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package aas diff --git a/internal/pkg/aws/acm/acm.go b/internal/pkg/aws/acm/acm.go index afb666dbb20..9efc85116f2 100644 --- a/internal/pkg/aws/acm/acm.go +++ b/internal/pkg/aws/acm/acm.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package acm provides a client to make API requests to AWS Certificate Manager. diff --git a/internal/pkg/aws/acm/acm_test.go b/internal/pkg/aws/acm/acm_test.go index 53f41e35e0d..8093ce5e54c 100644 --- a/internal/pkg/aws/acm/acm_test.go +++ b/internal/pkg/aws/acm/acm_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package acm diff --git a/internal/pkg/aws/apprunner/apprunner.go b/internal/pkg/aws/apprunner/apprunner.go index 40de0ae17a6..4df9de93250 100644 --- a/internal/pkg/aws/apprunner/apprunner.go +++ b/internal/pkg/aws/apprunner/apprunner.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package apprunner provides a client to make API requests to AppRunner Service. diff --git a/internal/pkg/aws/apprunner/apprunner_test.go b/internal/pkg/aws/apprunner/apprunner_test.go index a53b3c8c67b..5eac3937b90 100644 --- a/internal/pkg/aws/apprunner/apprunner_test.go +++ b/internal/pkg/aws/apprunner/apprunner_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package apprunner diff --git a/internal/pkg/aws/apprunner/errors.go b/internal/pkg/aws/apprunner/errors.go index 71ab84e5de7..53e88437a04 100644 --- a/internal/pkg/aws/apprunner/errors.go +++ b/internal/pkg/aws/apprunner/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package apprunner diff --git a/internal/pkg/aws/apprunner/service.go b/internal/pkg/aws/apprunner/service.go index b7ff2abdef2..2ffb2272739 100644 --- a/internal/pkg/aws/apprunner/service.go +++ b/internal/pkg/aws/apprunner/service.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package apprunner provides a client to make API requests to AppRunner Service. diff --git a/internal/pkg/aws/cloudformation/changeset.go b/internal/pkg/aws/cloudformation/changeset.go index a44a77f408d..0feb904b396 100644 --- a/internal/pkg/aws/cloudformation/changeset.go +++ b/internal/pkg/aws/cloudformation/changeset.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/cloudformation.go b/internal/pkg/aws/cloudformation/cloudformation.go index 26a9ecf0b1d..72bb40eb78f 100644 --- a/internal/pkg/aws/cloudformation/cloudformation.go +++ b/internal/pkg/aws/cloudformation/cloudformation.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cloudformation provides a client to make API requests to AWS CloudFormation. diff --git a/internal/pkg/aws/cloudformation/cloudformation_test.go b/internal/pkg/aws/cloudformation/cloudformation_test.go index d36e05c334f..23ec2ca1dd5 100644 --- a/internal/pkg/aws/cloudformation/cloudformation_test.go +++ b/internal/pkg/aws/cloudformation/cloudformation_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/cloudformationtest/cloudformationtest.go b/internal/pkg/aws/cloudformation/cloudformationtest/cloudformationtest.go index 12b2afd8606..3e6787539d4 100644 --- a/internal/pkg/aws/cloudformation/cloudformationtest/cloudformationtest.go +++ b/internal/pkg/aws/cloudformation/cloudformationtest/cloudformationtest.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformationtest diff --git a/internal/pkg/aws/cloudformation/errors.go b/internal/pkg/aws/cloudformation/errors.go index 82646eb4356..579cd7f610e 100644 --- a/internal/pkg/aws/cloudformation/errors.go +++ b/internal/pkg/aws/cloudformation/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/interfaces.go b/internal/pkg/aws/cloudformation/interfaces.go index c0706fb86f6..10123431026 100644 --- a/internal/pkg/aws/cloudformation/interfaces.go +++ b/internal/pkg/aws/cloudformation/interfaces.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/parse.go b/internal/pkg/aws/cloudformation/parse.go index 5eaf1fa720f..2376fa59127 100644 --- a/internal/pkg/aws/cloudformation/parse.go +++ b/internal/pkg/aws/cloudformation/parse.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/parse_test.go b/internal/pkg/aws/cloudformation/parse_test.go index fd016a298cb..9124441c825 100644 --- a/internal/pkg/aws/cloudformation/parse_test.go +++ b/internal/pkg/aws/cloudformation/parse_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/stack.go b/internal/pkg/aws/cloudformation/stack.go index 49c065a81cc..a80d30b3700 100644 --- a/internal/pkg/aws/cloudformation/stack.go +++ b/internal/pkg/aws/cloudformation/stack.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/stack_test.go b/internal/pkg/aws/cloudformation/stack_test.go index 91bdbc90eb6..8c46a3ad4c7 100644 --- a/internal/pkg/aws/cloudformation/stack_test.go +++ b/internal/pkg/aws/cloudformation/stack_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/stackset/description.go b/internal/pkg/aws/cloudformation/stackset/description.go index abba6fd2969..6b8f0ccee11 100644 --- a/internal/pkg/aws/cloudformation/stackset/description.go +++ b/internal/pkg/aws/cloudformation/stackset/description.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stackset diff --git a/internal/pkg/aws/cloudformation/stackset/errors.go b/internal/pkg/aws/cloudformation/stackset/errors.go index efad4d4602f..e826ad871f8 100644 --- a/internal/pkg/aws/cloudformation/stackset/errors.go +++ b/internal/pkg/aws/cloudformation/stackset/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stackset diff --git a/internal/pkg/aws/cloudformation/stackset/errors_test.go b/internal/pkg/aws/cloudformation/stackset/errors_test.go index 946093bafc4..5ad6254a270 100644 --- a/internal/pkg/aws/cloudformation/stackset/errors_test.go +++ b/internal/pkg/aws/cloudformation/stackset/errors_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stackset diff --git a/internal/pkg/aws/cloudformation/stackset/stackset.go b/internal/pkg/aws/cloudformation/stackset/stackset.go index 271e364b08e..e6598bad151 100644 --- a/internal/pkg/aws/cloudformation/stackset/stackset.go +++ b/internal/pkg/aws/cloudformation/stackset/stackset.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package stackset provides a client to make API requests to an AWS CloudFormation StackSet resource. diff --git a/internal/pkg/aws/cloudformation/stackset/stackset_test.go b/internal/pkg/aws/cloudformation/stackset/stackset_test.go index e49c4a81033..86b2d9b0587 100644 --- a/internal/pkg/aws/cloudformation/stackset/stackset_test.go +++ b/internal/pkg/aws/cloudformation/stackset/stackset_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stackset diff --git a/internal/pkg/aws/cloudformation/stackset/status.go b/internal/pkg/aws/cloudformation/stackset/status.go index 681f92e154c..7ce07e303eb 100644 --- a/internal/pkg/aws/cloudformation/stackset/status.go +++ b/internal/pkg/aws/cloudformation/stackset/status.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stackset diff --git a/internal/pkg/aws/cloudformation/stackset/status_test.go b/internal/pkg/aws/cloudformation/stackset/status_test.go index 1cfcaf18416..f31657c146e 100644 --- a/internal/pkg/aws/cloudformation/stackset/status_test.go +++ b/internal/pkg/aws/cloudformation/stackset/status_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stackset diff --git a/internal/pkg/aws/cloudformation/stackstatus.go b/internal/pkg/aws/cloudformation/stackstatus.go index a5ab94953e2..34f4eb150d4 100644 --- a/internal/pkg/aws/cloudformation/stackstatus.go +++ b/internal/pkg/aws/cloudformation/stackstatus.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudformation/stackstatus_test.go b/internal/pkg/aws/cloudformation/stackstatus_test.go index 0a835f943d3..412e4178c0b 100644 --- a/internal/pkg/aws/cloudformation/stackstatus_test.go +++ b/internal/pkg/aws/cloudformation/stackstatus_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/aws/cloudfront/cloudfront.go b/internal/pkg/aws/cloudfront/cloudfront.go index 8c5488b2c14..63679b45bb9 100644 --- a/internal/pkg/aws/cloudfront/cloudfront.go +++ b/internal/pkg/aws/cloudfront/cloudfront.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudfront diff --git a/internal/pkg/aws/cloudwatch/alarm.go b/internal/pkg/aws/cloudwatch/alarm.go index 2b2d1b00405..2d3c00435e3 100644 --- a/internal/pkg/aws/cloudwatch/alarm.go +++ b/internal/pkg/aws/cloudwatch/alarm.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudwatch diff --git a/internal/pkg/aws/cloudwatch/cloudwatch.go b/internal/pkg/aws/cloudwatch/cloudwatch.go index 3c87b1090bc..d77ee7051cb 100644 --- a/internal/pkg/aws/cloudwatch/cloudwatch.go +++ b/internal/pkg/aws/cloudwatch/cloudwatch.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cloudwatch provides a client to make API requests to Amazon CloudWatch Service. diff --git a/internal/pkg/aws/cloudwatch/cloudwatch_test.go b/internal/pkg/aws/cloudwatch/cloudwatch_test.go index 8e03668d91a..d380e75b287 100644 --- a/internal/pkg/aws/cloudwatch/cloudwatch_test.go +++ b/internal/pkg/aws/cloudwatch/cloudwatch_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudwatch diff --git a/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs.go b/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs.go index f7bf4f53e3e..59e3cbc4598 100644 --- a/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs.go +++ b/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cloudwatchlogs provides a client to make API requests to Amazon CloudWatch Logs. diff --git a/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs_test.go b/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs_test.go index b74a28777bd..be7bf80a538 100644 --- a/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs_test.go +++ b/internal/pkg/aws/cloudwatchlogs/cloudwatchlogs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudwatchlogs diff --git a/internal/pkg/aws/cloudwatchlogs/event.go b/internal/pkg/aws/cloudwatchlogs/event.go index 4f57df9541c..f510ca7f3fd 100644 --- a/internal/pkg/aws/cloudwatchlogs/event.go +++ b/internal/pkg/aws/cloudwatchlogs/event.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cloudwatchlogs contains utility functions for Cloudwatch Logs client. diff --git a/internal/pkg/aws/cloudwatchlogs/event_test.go b/internal/pkg/aws/cloudwatchlogs/event_test.go index fb75519dcad..11a7c1e69a4 100644 --- a/internal/pkg/aws/cloudwatchlogs/event_test.go +++ b/internal/pkg/aws/cloudwatchlogs/event_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudwatchlogs diff --git a/internal/pkg/aws/codepipeline/codepipeline.go b/internal/pkg/aws/codepipeline/codepipeline.go index e611cef5154..2b6697917f4 100644 --- a/internal/pkg/aws/codepipeline/codepipeline.go +++ b/internal/pkg/aws/codepipeline/codepipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package codepipeline provides a client to make API requests to Amazon Elastic Container Service. diff --git a/internal/pkg/aws/codepipeline/codepipeline_test.go b/internal/pkg/aws/codepipeline/codepipeline_test.go index 717a92f9873..f212465fc69 100644 --- a/internal/pkg/aws/codepipeline/codepipeline_test.go +++ b/internal/pkg/aws/codepipeline/codepipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package codepipeline diff --git a/internal/pkg/aws/codestar/codestar.go b/internal/pkg/aws/codestar/codestar.go index 4b45bc55e98..667084d5169 100644 --- a/internal/pkg/aws/codestar/codestar.go +++ b/internal/pkg/aws/codestar/codestar.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package codestar provides a client to make API requests to AWS CodeStar Connections. diff --git a/internal/pkg/aws/codestar/codestar_test.go b/internal/pkg/aws/codestar/codestar_test.go index 1f3f48e88c8..aa38fab7d4d 100644 --- a/internal/pkg/aws/codestar/codestar_test.go +++ b/internal/pkg/aws/codestar/codestar_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package codestar diff --git a/internal/pkg/aws/ec2/ec2.go b/internal/pkg/aws/ec2/ec2.go index 565102b78b1..3d0260809a7 100644 --- a/internal/pkg/aws/ec2/ec2.go +++ b/internal/pkg/aws/ec2/ec2.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ec2 provides a client to make API requests to Amazon Elastic Compute Cloud. diff --git a/internal/pkg/aws/ec2/ec2_test.go b/internal/pkg/aws/ec2/ec2_test.go index f6d70af5aff..b014428ff28 100644 --- a/internal/pkg/aws/ec2/ec2_test.go +++ b/internal/pkg/aws/ec2/ec2_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ec2 diff --git a/internal/pkg/aws/ecr/ecr.go b/internal/pkg/aws/ecr/ecr.go index a4fb9f7a039..f89bdc4ccec 100644 --- a/internal/pkg/aws/ecr/ecr.go +++ b/internal/pkg/aws/ecr/ecr.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ecr provides a client to make API requests to Amazon EC2 Container Registry. diff --git a/internal/pkg/aws/ecr/ecr_test.go b/internal/pkg/aws/ecr/ecr_test.go index 49a0f65ab86..3b6864922e2 100644 --- a/internal/pkg/aws/ecr/ecr_test.go +++ b/internal/pkg/aws/ecr/ecr_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecr diff --git a/internal/pkg/aws/ecs/ecs.go b/internal/pkg/aws/ecs/ecs.go index ccbe8196619..75259e1b734 100644 --- a/internal/pkg/aws/ecs/ecs.go +++ b/internal/pkg/aws/ecs/ecs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ecs provides a client to make API requests to Amazon Elastic Container Service. diff --git a/internal/pkg/aws/ecs/ecs_test.go b/internal/pkg/aws/ecs/ecs_test.go index d28a8e07b48..dea68b7b915 100644 --- a/internal/pkg/aws/ecs/ecs_test.go +++ b/internal/pkg/aws/ecs/ecs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecs diff --git a/internal/pkg/aws/ecs/errors.go b/internal/pkg/aws/ecs/errors.go index 415de24851d..559fb7bd80c 100644 --- a/internal/pkg/aws/ecs/errors.go +++ b/internal/pkg/aws/ecs/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecs diff --git a/internal/pkg/aws/ecs/service.go b/internal/pkg/aws/ecs/service.go index 69b0247faa3..5b2ccd6b1b7 100644 --- a/internal/pkg/aws/ecs/service.go +++ b/internal/pkg/aws/ecs/service.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ecs provides a client to make API requests to Amazon Elastic Container Service. diff --git a/internal/pkg/aws/ecs/service_test.go b/internal/pkg/aws/ecs/service_test.go index c0fc7437899..ff229473712 100644 --- a/internal/pkg/aws/ecs/service_test.go +++ b/internal/pkg/aws/ecs/service_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecs diff --git a/internal/pkg/aws/ecs/task.go b/internal/pkg/aws/ecs/task.go index b792e3ee555..aecd2e740e8 100644 --- a/internal/pkg/aws/ecs/task.go +++ b/internal/pkg/aws/ecs/task.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ecs provides a client to make API requests to Amazon Elastic Container Service. diff --git a/internal/pkg/aws/ecs/task_test.go b/internal/pkg/aws/ecs/task_test.go index bb2cafe3daa..9d430a62f06 100644 --- a/internal/pkg/aws/ecs/task_test.go +++ b/internal/pkg/aws/ecs/task_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecs diff --git a/internal/pkg/aws/elbv2/elbv2.go b/internal/pkg/aws/elbv2/elbv2.go index 0ba7ee1e80c..4b7d881ca10 100644 --- a/internal/pkg/aws/elbv2/elbv2.go +++ b/internal/pkg/aws/elbv2/elbv2.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package elbv2 provides a client to make API requests to Amazon Elastic Load Balancing. diff --git a/internal/pkg/aws/elbv2/elbv2_test.go b/internal/pkg/aws/elbv2/elbv2_test.go index 1fa2b40eeb4..76d21abe06c 100644 --- a/internal/pkg/aws/elbv2/elbv2_test.go +++ b/internal/pkg/aws/elbv2/elbv2_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package elbv2 diff --git a/internal/pkg/aws/iam/iam.go b/internal/pkg/aws/iam/iam.go index 9b217a531d4..25db2aba81a 100644 --- a/internal/pkg/aws/iam/iam.go +++ b/internal/pkg/aws/iam/iam.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package iam provides a client to make API requests to the AWS Identity and Access Management service. diff --git a/internal/pkg/aws/iam/iam_test.go b/internal/pkg/aws/iam/iam_test.go index 9315401e700..c1bd8304f24 100644 --- a/internal/pkg/aws/iam/iam_test.go +++ b/internal/pkg/aws/iam/iam_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package iam diff --git a/internal/pkg/aws/identity/identity.go b/internal/pkg/aws/identity/identity.go index c5a62b43135..410cb4d2743 100644 --- a/internal/pkg/aws/identity/identity.go +++ b/internal/pkg/aws/identity/identity.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package identity provides a client to make API requests to AWS Security Token Service. diff --git a/internal/pkg/aws/identity/identity_test.go b/internal/pkg/aws/identity/identity_test.go index ae85539b291..dd479abc59e 100644 --- a/internal/pkg/aws/identity/identity_test.go +++ b/internal/pkg/aws/identity/identity_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package identity diff --git a/internal/pkg/aws/partitions/partition.go b/internal/pkg/aws/partitions/partition.go index 34899cb66d5..6ca8fce0718 100644 --- a/internal/pkg/aws/partitions/partition.go +++ b/internal/pkg/aws/partitions/partition.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package partitions diff --git a/internal/pkg/aws/partitions/partition_test.go b/internal/pkg/aws/partitions/partition_test.go index 367196843e3..7ade9614927 100644 --- a/internal/pkg/aws/partitions/partition_test.go +++ b/internal/pkg/aws/partitions/partition_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package partitions diff --git a/internal/pkg/aws/profile/profile.go b/internal/pkg/aws/profile/profile.go index 71d364750af..32260d5ce6e 100644 --- a/internal/pkg/aws/profile/profile.go +++ b/internal/pkg/aws/profile/profile.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package profile provides functionality to parse AWS named profiles. diff --git a/internal/pkg/aws/profile/profile_test.go b/internal/pkg/aws/profile/profile_test.go index 86874aed0f8..ae8310b00b0 100644 --- a/internal/pkg/aws/profile/profile_test.go +++ b/internal/pkg/aws/profile/profile_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package profile diff --git a/internal/pkg/aws/resourcegroups/resourcegroups.go b/internal/pkg/aws/resourcegroups/resourcegroups.go index 26362c17a61..9ee51df801d 100644 --- a/internal/pkg/aws/resourcegroups/resourcegroups.go +++ b/internal/pkg/aws/resourcegroups/resourcegroups.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package resourcegroups provides a client to make API requests to AWS Resource Groups diff --git a/internal/pkg/aws/resourcegroups/resourcegroups_test.go b/internal/pkg/aws/resourcegroups/resourcegroups_test.go index 5ca8d40105e..a9cc1f4d690 100644 --- a/internal/pkg/aws/resourcegroups/resourcegroups_test.go +++ b/internal/pkg/aws/resourcegroups/resourcegroups_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package resourcegroups diff --git a/internal/pkg/aws/route53/errors.go b/internal/pkg/aws/route53/errors.go index d531a774db3..549fc517315 100644 --- a/internal/pkg/aws/route53/errors.go +++ b/internal/pkg/aws/route53/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package route53 diff --git a/internal/pkg/aws/route53/errors_test.go b/internal/pkg/aws/route53/errors_test.go index 61233ff5fcd..4160a0a384b 100644 --- a/internal/pkg/aws/route53/errors_test.go +++ b/internal/pkg/aws/route53/errors_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package route53 diff --git a/internal/pkg/aws/route53/route53.go b/internal/pkg/aws/route53/route53.go index c38e307e693..845b36fb66a 100644 --- a/internal/pkg/aws/route53/route53.go +++ b/internal/pkg/aws/route53/route53.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package route53 provides functionality to manipulate route53 primitives. diff --git a/internal/pkg/aws/route53/route53_test.go b/internal/pkg/aws/route53/route53_test.go index 4586f29414f..e9bb54186de 100644 --- a/internal/pkg/aws/route53/route53_test.go +++ b/internal/pkg/aws/route53/route53_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package route53 diff --git a/internal/pkg/aws/s3/s3.go b/internal/pkg/aws/s3/s3.go index f879726f1e9..eda368e9e7e 100644 --- a/internal/pkg/aws/s3/s3.go +++ b/internal/pkg/aws/s3/s3.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package s3 provides a client to make API requests to Amazon Simple Storage Service. diff --git a/internal/pkg/aws/s3/s3_test.go b/internal/pkg/aws/s3/s3_test.go index f8d3ce1ad54..a9d9d15bc2b 100644 --- a/internal/pkg/aws/s3/s3_test.go +++ b/internal/pkg/aws/s3/s3_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package s3 diff --git a/internal/pkg/aws/secretsmanager/secretsmanager.go b/internal/pkg/aws/secretsmanager/secretsmanager.go index 9a4ac278237..72ec83571b7 100644 --- a/internal/pkg/aws/secretsmanager/secretsmanager.go +++ b/internal/pkg/aws/secretsmanager/secretsmanager.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package secretsmanager provides a client to make API requests to AWS Secrets Manager. diff --git a/internal/pkg/aws/secretsmanager/secretsmanager_test.go b/internal/pkg/aws/secretsmanager/secretsmanager_test.go index 38996f1a425..3e0571580e9 100644 --- a/internal/pkg/aws/secretsmanager/secretsmanager_test.go +++ b/internal/pkg/aws/secretsmanager/secretsmanager_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package secretsmanager wraps AWS SecretsManager API functionality. diff --git a/internal/pkg/aws/sessions/config.go b/internal/pkg/aws/sessions/config.go index 23487bd9c93..667dbcb0461 100644 --- a/internal/pkg/aws/sessions/config.go +++ b/internal/pkg/aws/sessions/config.go @@ -1,5 +1,7 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 +// Derived from AWS Copilot CLI source. package sessions diff --git a/internal/pkg/aws/sessions/config_test.go b/internal/pkg/aws/sessions/config_test.go index 71c35e39dd3..aabe2c09c83 100644 --- a/internal/pkg/aws/sessions/config_test.go +++ b/internal/pkg/aws/sessions/config_test.go @@ -1,5 +1,7 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 +// Derived from AWS Copilot CLI source. package sessions diff --git a/internal/pkg/aws/sessions/errors.go b/internal/pkg/aws/sessions/errors.go index a99ba8363cf..a4092896367 100644 --- a/internal/pkg/aws/sessions/errors.go +++ b/internal/pkg/aws/sessions/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package sessions diff --git a/internal/pkg/aws/sessions/sessions.go b/internal/pkg/aws/sessions/sessions.go index d8e3eb1cd69..375eee7aadd 100644 --- a/internal/pkg/aws/sessions/sessions.go +++ b/internal/pkg/aws/sessions/sessions.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package sessions provides functions that return AWS SDK configs to use in the AWS SDK. diff --git a/internal/pkg/aws/ssm/errors.go b/internal/pkg/aws/ssm/errors.go index 08689648ea5..93e7e77f41d 100644 --- a/internal/pkg/aws/ssm/errors.go +++ b/internal/pkg/aws/ssm/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ssm diff --git a/internal/pkg/aws/ssm/ssm.go b/internal/pkg/aws/ssm/ssm.go index e18fbaf25a2..c3717ae6047 100644 --- a/internal/pkg/aws/ssm/ssm.go +++ b/internal/pkg/aws/ssm/ssm.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ssm provides a client to make API requests to Amazon Systems Manager. diff --git a/internal/pkg/aws/ssm/ssm_test.go b/internal/pkg/aws/ssm/ssm_test.go index cb983190892..c68831e1fd8 100644 --- a/internal/pkg/aws/ssm/ssm_test.go +++ b/internal/pkg/aws/ssm/ssm_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ssm diff --git a/internal/pkg/aws/stepfunctions/stepfunctions.go b/internal/pkg/aws/stepfunctions/stepfunctions.go index a3f0f74f489..0a08ce95196 100644 --- a/internal/pkg/aws/stepfunctions/stepfunctions.go +++ b/internal/pkg/aws/stepfunctions/stepfunctions.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package stepfunctions provides a client to make API requests to Amazon Step Functions. diff --git a/internal/pkg/aws/stepfunctions/stepfunctions_test.go b/internal/pkg/aws/stepfunctions/stepfunctions_test.go index 67bbb549658..48fc7b2ec4b 100644 --- a/internal/pkg/aws/stepfunctions/stepfunctions_test.go +++ b/internal/pkg/aws/stepfunctions/stepfunctions_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package stepfunctions provides a client to make API requests to Amazon Step Functions. diff --git a/internal/pkg/aws/tags/tags.go b/internal/pkg/aws/tags/tags.go index 8139c57ab94..79d9fe35e92 100644 --- a/internal/pkg/aws/tags/tags.go +++ b/internal/pkg/aws/tags/tags.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package tags implements simple functions to manipulate AWS resource tags. diff --git a/internal/pkg/aws/tags/tags_test.go b/internal/pkg/aws/tags/tags_test.go index cfa811782ce..c39e97aa16c 100644 --- a/internal/pkg/aws/tags/tags_test.go +++ b/internal/pkg/aws/tags/tags_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package tags diff --git a/internal/pkg/cli/app.go b/internal/pkg/cli/app.go index abcdd12b20e..79b6845b899 100644 --- a/internal/pkg/cli/app.go +++ b/internal/pkg/cli/app.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_delete.go b/internal/pkg/cli/app_delete.go index 9894772e60e..2dee6100a84 100644 --- a/internal/pkg/cli/app_delete.go +++ b/internal/pkg/cli/app_delete.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_delete_test.go b/internal/pkg/cli/app_delete_test.go index 566ce4a20fc..6af8a7e9422 100644 --- a/internal/pkg/cli/app_delete_test.go +++ b/internal/pkg/cli/app_delete_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_init.go b/internal/pkg/cli/app_init.go index 1e9ca6e2ec1..d4058eeb91b 100644 --- a/internal/pkg/cli/app_init.go +++ b/internal/pkg/cli/app_init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_init_test.go b/internal/pkg/cli/app_init_test.go index 36092e2b6e7..cfbe4965e60 100644 --- a/internal/pkg/cli/app_init_test.go +++ b/internal/pkg/cli/app_init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_list.go b/internal/pkg/cli/app_list.go index 43a4b33581a..042e35c5554 100644 --- a/internal/pkg/cli/app_list.go +++ b/internal/pkg/cli/app_list.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_list_test.go b/internal/pkg/cli/app_list_test.go index d6f61766042..0be99ef1fe2 100644 --- a/internal/pkg/cli/app_list_test.go +++ b/internal/pkg/cli/app_list_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_show.go b/internal/pkg/cli/app_show.go index 36e0eef9231..0bb0143ff2d 100644 --- a/internal/pkg/cli/app_show.go +++ b/internal/pkg/cli/app_show.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_show_test.go b/internal/pkg/cli/app_show_test.go index a48003331f3..61cb01ee23b 100644 --- a/internal/pkg/cli/app_show_test.go +++ b/internal/pkg/cli/app_show_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_upgrade.go b/internal/pkg/cli/app_upgrade.go index ab1efc6251c..1fdd911af33 100644 --- a/internal/pkg/cli/app_upgrade.go +++ b/internal/pkg/cli/app_upgrade.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/app_upgrade_test.go b/internal/pkg/cli/app_upgrade_test.go index d1171c1cf2b..008c6e2da2b 100644 --- a/internal/pkg/cli/app_upgrade_test.go +++ b/internal/pkg/cli/app_upgrade_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/clean/clean.go b/internal/pkg/cli/clean/clean.go index d5bbe0a1c01..647813f7bc4 100644 --- a/internal/pkg/cli/clean/clean.go +++ b/internal/pkg/cli/clean/clean.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // package clean provides structs that clean resources deployed diff --git a/internal/pkg/cli/clean/cleantest/cleantest.go b/internal/pkg/cli/clean/cleantest/cleantest.go index 687548b2c7b..9291140e479 100644 --- a/internal/pkg/cli/clean/cleantest/cleantest.go +++ b/internal/pkg/cli/clean/cleantest/cleantest.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // cleantest provides stubs for cli.wkldCleaner. diff --git a/internal/pkg/cli/clean/static_site.go b/internal/pkg/cli/clean/static_site.go index c340707b8d7..6dc7650d2fc 100644 --- a/internal/pkg/cli/clean/static_site.go +++ b/internal/pkg/cli/clean/static_site.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package clean diff --git a/internal/pkg/cli/clean/static_site_test.go b/internal/pkg/cli/clean/static_site_test.go index 07a9ff62388..0b79be25a4e 100644 --- a/internal/pkg/cli/clean/static_site_test.go +++ b/internal/pkg/cli/clean/static_site_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package clean diff --git a/internal/pkg/cli/cli.go b/internal/pkg/cli/cli.go index bacfc039c71..8c065e05640 100644 --- a/internal/pkg/cli/cli.go +++ b/internal/pkg/cli/cli.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cli contains the copilot subcommands. diff --git a/internal/pkg/cli/cli_test.go b/internal/pkg/cli/cli_test.go index 350bae6b8ed..eb69ec013aa 100644 --- a/internal/pkg/cli/cli_test.go +++ b/internal/pkg/cli/cli_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/completion.go b/internal/pkg/cli/completion.go index 5c52446a956..c57f16fc31f 100644 --- a/internal/pkg/cli/completion.go +++ b/internal/pkg/cli/completion.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/completion_test.go b/internal/pkg/cli/completion_test.go index 81b1eace9f2..32bc693bc95 100644 --- a/internal/pkg/cli/completion_test.go +++ b/internal/pkg/cli/completion_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/config_store.go b/internal/pkg/cli/config_store.go index c5cf4a9d2b6..bb9425f1597 100644 --- a/internal/pkg/cli/config_store.go +++ b/internal/pkg/cli/config_store.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/context_test.go b/internal/pkg/cli/context_test.go index df1ea19532b..527e71a6367 100644 --- a/internal/pkg/cli/context_test.go +++ b/internal/pkg/cli/context_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/deploy.go b/internal/pkg/cli/deploy.go index adab0c0ddff..ce08637dde0 100644 --- a/internal/pkg/cli/deploy.go +++ b/internal/pkg/cli/deploy.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/deploy/backend.go b/internal/pkg/cli/deploy/backend.go index 196e1ed2245..5e0149bd7b2 100644 --- a/internal/pkg/cli/deploy/backend.go +++ b/internal/pkg/cli/deploy/backend.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/backend_test.go b/internal/pkg/cli/deploy/backend_test.go index 89227835d33..e7488a01af0 100644 --- a/internal/pkg/cli/deploy/backend_test.go +++ b/internal/pkg/cli/deploy/backend_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/context_test.go b/internal/pkg/cli/deploy/context_test.go index 045dbf0f518..6591f49b895 100644 --- a/internal/pkg/cli/deploy/context_test.go +++ b/internal/pkg/cli/deploy/context_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/env.go b/internal/pkg/cli/deploy/env.go index 75c950594b4..09dd16eab81 100644 --- a/internal/pkg/cli/deploy/env.go +++ b/internal/pkg/cli/deploy/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/env_test.go b/internal/pkg/cli/deploy/env_test.go index 11d80f7e424..eeca4c56d22 100644 --- a/internal/pkg/cli/deploy/env_test.go +++ b/internal/pkg/cli/deploy/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/errors.go b/internal/pkg/cli/deploy/errors.go index d9c07339421..dd7392bc63b 100644 --- a/internal/pkg/cli/deploy/errors.go +++ b/internal/pkg/cli/deploy/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/job.go b/internal/pkg/cli/deploy/job.go index af2f269cf4b..5d71361bc06 100644 --- a/internal/pkg/cli/deploy/job.go +++ b/internal/pkg/cli/deploy/job.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/job_test.go b/internal/pkg/cli/deploy/job_test.go index 694130aeb43..8e23dbe00b8 100644 --- a/internal/pkg/cli/deploy/job_test.go +++ b/internal/pkg/cli/deploy/job_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/lbws.go b/internal/pkg/cli/deploy/lbws.go index 13358a535b0..758691c6c29 100644 --- a/internal/pkg/cli/deploy/lbws.go +++ b/internal/pkg/cli/deploy/lbws.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/lbws_test.go b/internal/pkg/cli/deploy/lbws_test.go index 5033017bb6e..fa42e59f556 100644 --- a/internal/pkg/cli/deploy/lbws_test.go +++ b/internal/pkg/cli/deploy/lbws_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/override.go b/internal/pkg/cli/deploy/override.go index 15ff754763f..0801e5e8af6 100644 --- a/internal/pkg/cli/deploy/override.go +++ b/internal/pkg/cli/deploy/override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/override_test.go b/internal/pkg/cli/deploy/override_test.go index 2e7725ad020..5d5fe8ef997 100644 --- a/internal/pkg/cli/deploy/override_test.go +++ b/internal/pkg/cli/deploy/override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/patch/env.go b/internal/pkg/cli/deploy/patch/env.go index dc627eee193..f03a69f0640 100644 --- a/internal/pkg/cli/deploy/patch/env.go +++ b/internal/pkg/cli/deploy/patch/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package patch diff --git a/internal/pkg/cli/deploy/patch/env_test.go b/internal/pkg/cli/deploy/patch/env_test.go index d2ad35dc925..0153e56e6e5 100644 --- a/internal/pkg/cli/deploy/patch/env_test.go +++ b/internal/pkg/cli/deploy/patch/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package patch diff --git a/internal/pkg/cli/deploy/rdws.go b/internal/pkg/cli/deploy/rdws.go index a090694fb99..9cf126a75fc 100644 --- a/internal/pkg/cli/deploy/rdws.go +++ b/internal/pkg/cli/deploy/rdws.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/rdws_test.go b/internal/pkg/cli/deploy/rdws_test.go index deb8583061a..ac68e999aa9 100644 --- a/internal/pkg/cli/deploy/rdws_test.go +++ b/internal/pkg/cli/deploy/rdws_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/static_site.go b/internal/pkg/cli/deploy/static_site.go index 89e9b19690f..cee3916eff6 100644 --- a/internal/pkg/cli/deploy/static_site.go +++ b/internal/pkg/cli/deploy/static_site.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/static_site_test.go b/internal/pkg/cli/deploy/static_site_test.go index 50861594c1b..4c001ee0b6e 100644 --- a/internal/pkg/cli/deploy/static_site_test.go +++ b/internal/pkg/cli/deploy/static_site_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/svc.go b/internal/pkg/cli/deploy/svc.go index 36739a4d9d5..ce50279b3ba 100644 --- a/internal/pkg/cli/deploy/svc.go +++ b/internal/pkg/cli/deploy/svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy a workload. diff --git a/internal/pkg/cli/deploy/svc_test.go b/internal/pkg/cli/deploy/svc_test.go index def05a9c7ad..08002550b38 100644 --- a/internal/pkg/cli/deploy/svc_test.go +++ b/internal/pkg/cli/deploy/svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/worker.go b/internal/pkg/cli/deploy/worker.go index aa62bc45c74..e3bcdf5c111 100644 --- a/internal/pkg/cli/deploy/worker.go +++ b/internal/pkg/cli/deploy/worker.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/worker_test.go b/internal/pkg/cli/deploy/worker_test.go index 3433f2628fe..750a28665a5 100644 --- a/internal/pkg/cli/deploy/worker_test.go +++ b/internal/pkg/cli/deploy/worker_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/workload.go b/internal/pkg/cli/deploy/workload.go index 197f11084c0..1d89d45de60 100644 --- a/internal/pkg/cli/deploy/workload.go +++ b/internal/pkg/cli/deploy/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy/workload_test.go b/internal/pkg/cli/deploy/workload_test.go index 2ca91a30740..832ec2a58f7 100644 --- a/internal/pkg/cli/deploy/workload_test.go +++ b/internal/pkg/cli/deploy/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/cli/deploy_test.go b/internal/pkg/cli/deploy_test.go index 4d0746385f1..ca8f9898ec0 100644 --- a/internal/pkg/cli/deploy_test.go +++ b/internal/pkg/cli/deploy_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/docs.go b/internal/pkg/cli/docs.go index 5d4aa267d54..192a975c6fd 100644 --- a/internal/pkg/cli/docs.go +++ b/internal/pkg/cli/docs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env.go b/internal/pkg/cli/env.go index d436971bf5f..f720fe50813 100644 --- a/internal/pkg/cli/env.go +++ b/internal/pkg/cli/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_delete.go b/internal/pkg/cli/env_delete.go index bc3921d9888..6030ee12fdb 100644 --- a/internal/pkg/cli/env_delete.go +++ b/internal/pkg/cli/env_delete.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_delete_test.go b/internal/pkg/cli/env_delete_test.go index 37b9c456bfe..fad1966c569 100644 --- a/internal/pkg/cli/env_delete_test.go +++ b/internal/pkg/cli/env_delete_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_deploy.go b/internal/pkg/cli/env_deploy.go index 5f9eee04c26..d563c94493f 100644 --- a/internal/pkg/cli/env_deploy.go +++ b/internal/pkg/cli/env_deploy.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_deploy_test.go b/internal/pkg/cli/env_deploy_test.go index 8890c5a8288..6f1b028e25f 100644 --- a/internal/pkg/cli/env_deploy_test.go +++ b/internal/pkg/cli/env_deploy_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_init.go b/internal/pkg/cli/env_init.go index 84db06337f6..7973306c8de 100644 --- a/internal/pkg/cli/env_init.go +++ b/internal/pkg/cli/env_init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_init_test.go b/internal/pkg/cli/env_init_test.go index 56cdb505a65..1eef93a0b80 100644 --- a/internal/pkg/cli/env_init_test.go +++ b/internal/pkg/cli/env_init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_list.go b/internal/pkg/cli/env_list.go index 382670b654e..cae975d763e 100644 --- a/internal/pkg/cli/env_list.go +++ b/internal/pkg/cli/env_list.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_list_test.go b/internal/pkg/cli/env_list_test.go index e118e53812e..f1a5770a701 100644 --- a/internal/pkg/cli/env_list_test.go +++ b/internal/pkg/cli/env_list_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_override.go b/internal/pkg/cli/env_override.go index 7ca9a89df71..93a2ca9e943 100644 --- a/internal/pkg/cli/env_override.go +++ b/internal/pkg/cli/env_override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_override_test.go b/internal/pkg/cli/env_override_test.go index 9cfb77d3b76..461730effc0 100644 --- a/internal/pkg/cli/env_override_test.go +++ b/internal/pkg/cli/env_override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_package.go b/internal/pkg/cli/env_package.go index 168f84a5926..f91bd9cb111 100644 --- a/internal/pkg/cli/env_package.go +++ b/internal/pkg/cli/env_package.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_package_test.go b/internal/pkg/cli/env_package_test.go index a44c7ff6dde..d7b5e10854f 100644 --- a/internal/pkg/cli/env_package_test.go +++ b/internal/pkg/cli/env_package_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_show.go b/internal/pkg/cli/env_show.go index 76372fdb832..7277573d562 100644 --- a/internal/pkg/cli/env_show.go +++ b/internal/pkg/cli/env_show.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_show_test.go b/internal/pkg/cli/env_show_test.go index 71b1742fc7b..5097c902bd4 100644 --- a/internal/pkg/cli/env_show_test.go +++ b/internal/pkg/cli/env_show_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/env_upgrade.go b/internal/pkg/cli/env_upgrade.go index 43efd45f9b6..94544b976fd 100644 --- a/internal/pkg/cli/env_upgrade.go +++ b/internal/pkg/cli/env_upgrade.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/errors.go b/internal/pkg/cli/errors.go index 26c6799ebf9..01ef34ee2ae 100644 --- a/internal/pkg/cli/errors.go +++ b/internal/pkg/cli/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/exec.go b/internal/pkg/cli/exec.go index 41a9553e7a7..ff050b77979 100644 --- a/internal/pkg/cli/exec.go +++ b/internal/pkg/cli/exec.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/file/filetest/watchertest.go b/internal/pkg/cli/file/filetest/watchertest.go index 28775d1830a..3cf67011fba 100644 --- a/internal/pkg/cli/file/filetest/watchertest.go +++ b/internal/pkg/cli/file/filetest/watchertest.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package filetest diff --git a/internal/pkg/cli/file/hidden.go b/internal/pkg/cli/file/hidden.go index 181a4ae012a..1e46812c566 100644 --- a/internal/pkg/cli/file/hidden.go +++ b/internal/pkg/cli/file/hidden.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package file diff --git a/internal/pkg/cli/file/hidden_windows.go b/internal/pkg/cli/file/hidden_windows.go index b8bec85eee4..cf8959ffbca 100644 --- a/internal/pkg/cli/file/hidden_windows.go +++ b/internal/pkg/cli/file/hidden_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package file diff --git a/internal/pkg/cli/file/watch.go b/internal/pkg/cli/file/watch.go index e4cb9782fb5..1b2c409b689 100644 --- a/internal/pkg/cli/file/watch.go +++ b/internal/pkg/cli/file/watch.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package file diff --git a/internal/pkg/cli/file/watch_integration_test.go b/internal/pkg/cli/file/watch_integration_test.go index 028bc857bd1..c8a7860cba0 100644 --- a/internal/pkg/cli/file/watch_integration_test.go +++ b/internal/pkg/cli/file/watch_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package file_test diff --git a/internal/pkg/cli/flag.go b/internal/pkg/cli/flag.go index 4bab3ac564f..47040469563 100644 --- a/internal/pkg/cli/flag.go +++ b/internal/pkg/cli/flag.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/flag_test.go b/internal/pkg/cli/flag_test.go index f780eaf64b4..4d0a2cf1220 100644 --- a/internal/pkg/cli/flag_test.go +++ b/internal/pkg/cli/flag_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/git.go b/internal/pkg/cli/git.go index ee197c05d1b..a815d387f13 100644 --- a/internal/pkg/cli/git.go +++ b/internal/pkg/cli/git.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/group/group.go b/internal/pkg/cli/group/group.go index 78ec384a74d..c16f8c21bfa 100644 --- a/internal/pkg/cli/group/group.go +++ b/internal/pkg/cli/group/group.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package group contains the names of command groups. diff --git a/internal/pkg/cli/group/group_windows.go b/internal/pkg/cli/group/group_windows.go index a170f3b0f2b..ce9b3d08aae 100644 --- a/internal/pkg/cli/group/group_windows.go +++ b/internal/pkg/cli/group/group_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package groups contains the names of command groups. diff --git a/internal/pkg/cli/identity.go b/internal/pkg/cli/identity.go index 3cd803b15ac..f7ea0fac9b9 100644 --- a/internal/pkg/cli/identity.go +++ b/internal/pkg/cli/identity.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/init.go b/internal/pkg/cli/init.go index dc5d00cf941..ce790c3fa09 100644 --- a/internal/pkg/cli/init.go +++ b/internal/pkg/cli/init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cli contains the copilot commands. diff --git a/internal/pkg/cli/init_test.go b/internal/pkg/cli/init_test.go index c9fe47438ec..21ae72c5176 100644 --- a/internal/pkg/cli/init_test.go +++ b/internal/pkg/cli/init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/interfaces.go b/internal/pkg/cli/interfaces.go index 63142ed511e..1ef243ed017 100644 --- a/internal/pkg/cli/interfaces.go +++ b/internal/pkg/cli/interfaces.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job.go b/internal/pkg/cli/job.go index 83dfa3f7eec..0f3d7db7c30 100644 --- a/internal/pkg/cli/job.go +++ b/internal/pkg/cli/job.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_delete.go b/internal/pkg/cli/job_delete.go index 259fdbd259e..f78f7ad3281 100644 --- a/internal/pkg/cli/job_delete.go +++ b/internal/pkg/cli/job_delete.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_delete_test.go b/internal/pkg/cli/job_delete_test.go index 81b897d0475..a973093a55a 100644 --- a/internal/pkg/cli/job_delete_test.go +++ b/internal/pkg/cli/job_delete_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_deploy.go b/internal/pkg/cli/job_deploy.go index 8d1df3d3944..c06fc8920d1 100644 --- a/internal/pkg/cli/job_deploy.go +++ b/internal/pkg/cli/job_deploy.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_deploy_test.go b/internal/pkg/cli/job_deploy_test.go index 41747660cec..c46a160927c 100644 --- a/internal/pkg/cli/job_deploy_test.go +++ b/internal/pkg/cli/job_deploy_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_init.go b/internal/pkg/cli/job_init.go index 29f7af77ea9..806de74de55 100644 --- a/internal/pkg/cli/job_init.go +++ b/internal/pkg/cli/job_init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_init_test.go b/internal/pkg/cli/job_init_test.go index a422fa92012..1f71d6c56b5 100644 --- a/internal/pkg/cli/job_init_test.go +++ b/internal/pkg/cli/job_init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_list.go b/internal/pkg/cli/job_list.go index 9657f98be57..c32ef62181b 100644 --- a/internal/pkg/cli/job_list.go +++ b/internal/pkg/cli/job_list.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_list_test.go b/internal/pkg/cli/job_list_test.go index 1a394030443..3be7af31be9 100644 --- a/internal/pkg/cli/job_list_test.go +++ b/internal/pkg/cli/job_list_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_logs.go b/internal/pkg/cli/job_logs.go index 59fc4873b33..32adffa19eb 100644 --- a/internal/pkg/cli/job_logs.go +++ b/internal/pkg/cli/job_logs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_logs_test.go b/internal/pkg/cli/job_logs_test.go index 36e41ed2629..76670186520 100644 --- a/internal/pkg/cli/job_logs_test.go +++ b/internal/pkg/cli/job_logs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_override.go b/internal/pkg/cli/job_override.go index 8ca38454b53..9417e039dc6 100644 --- a/internal/pkg/cli/job_override.go +++ b/internal/pkg/cli/job_override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_override_test.go b/internal/pkg/cli/job_override_test.go index f0874b06cbe..b2c4b7439d9 100644 --- a/internal/pkg/cli/job_override_test.go +++ b/internal/pkg/cli/job_override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_package.go b/internal/pkg/cli/job_package.go index ff097714d7d..96aec2ec339 100644 --- a/internal/pkg/cli/job_package.go +++ b/internal/pkg/cli/job_package.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_package_test.go b/internal/pkg/cli/job_package_test.go index d06df54693a..958c207e385 100644 --- a/internal/pkg/cli/job_package_test.go +++ b/internal/pkg/cli/job_package_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_run.go b/internal/pkg/cli/job_run.go index c718624b7ce..ad021841b03 100644 --- a/internal/pkg/cli/job_run.go +++ b/internal/pkg/cli/job_run.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/job_run_test.go b/internal/pkg/cli/job_run_test.go index 69b8bb763b3..890ee3a3cf9 100644 --- a/internal/pkg/cli/job_run_test.go +++ b/internal/pkg/cli/job_run_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/list/list.go b/internal/pkg/cli/list/list.go index 34b1aabac95..ebd7b932e48 100644 --- a/internal/pkg/cli/list/list.go +++ b/internal/pkg/cli/list/list.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package list diff --git a/internal/pkg/cli/list/list_test.go b/internal/pkg/cli/list/list_test.go index e24e771bf39..f8b37920991 100644 --- a/internal/pkg/cli/list/list_test.go +++ b/internal/pkg/cli/list/list_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package list diff --git a/internal/pkg/cli/override.go b/internal/pkg/cli/override.go index 0ee0cc69b6b..34fe642aaf2 100644 --- a/internal/pkg/cli/override.go +++ b/internal/pkg/cli/override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline.go b/internal/pkg/cli/pipeline.go index 58809e1f717..9f7fc1898e0 100644 --- a/internal/pkg/cli/pipeline.go +++ b/internal/pkg/cli/pipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_delete.go b/internal/pkg/cli/pipeline_delete.go index 15798b61e0f..8c71b82dd9c 100644 --- a/internal/pkg/cli/pipeline_delete.go +++ b/internal/pkg/cli/pipeline_delete.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_delete_test.go b/internal/pkg/cli/pipeline_delete_test.go index 3af0ece2873..cd2f2f903f0 100644 --- a/internal/pkg/cli/pipeline_delete_test.go +++ b/internal/pkg/cli/pipeline_delete_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_deploy.go b/internal/pkg/cli/pipeline_deploy.go index a22c35bb90d..fd8a58b37df 100644 --- a/internal/pkg/cli/pipeline_deploy.go +++ b/internal/pkg/cli/pipeline_deploy.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_deploy_test.go b/internal/pkg/cli/pipeline_deploy_test.go index ffc2701b24e..7456d4984b5 100644 --- a/internal/pkg/cli/pipeline_deploy_test.go +++ b/internal/pkg/cli/pipeline_deploy_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_init.go b/internal/pkg/cli/pipeline_init.go index fc438c99d2b..884875455f6 100644 --- a/internal/pkg/cli/pipeline_init.go +++ b/internal/pkg/cli/pipeline_init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_init_test.go b/internal/pkg/cli/pipeline_init_test.go index 6c4ab7be6d4..1b2495bb534 100644 --- a/internal/pkg/cli/pipeline_init_test.go +++ b/internal/pkg/cli/pipeline_init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_list.go b/internal/pkg/cli/pipeline_list.go index d3ceddafd50..3c705416377 100644 --- a/internal/pkg/cli/pipeline_list.go +++ b/internal/pkg/cli/pipeline_list.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_list_test.go b/internal/pkg/cli/pipeline_list_test.go index 37bfe07048a..0c3566395e1 100644 --- a/internal/pkg/cli/pipeline_list_test.go +++ b/internal/pkg/cli/pipeline_list_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_override.go b/internal/pkg/cli/pipeline_override.go index 12d9ad1072d..0e2f7664467 100644 --- a/internal/pkg/cli/pipeline_override.go +++ b/internal/pkg/cli/pipeline_override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_override_test.go b/internal/pkg/cli/pipeline_override_test.go index f69ea9c18bd..51bc7d815de 100644 --- a/internal/pkg/cli/pipeline_override_test.go +++ b/internal/pkg/cli/pipeline_override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_package.go b/internal/pkg/cli/pipeline_package.go index 1347b860404..abc6593dea9 100644 --- a/internal/pkg/cli/pipeline_package.go +++ b/internal/pkg/cli/pipeline_package.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_package_test.go b/internal/pkg/cli/pipeline_package_test.go index 410021c233e..423e0d54d4d 100644 --- a/internal/pkg/cli/pipeline_package_test.go +++ b/internal/pkg/cli/pipeline_package_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_show.go b/internal/pkg/cli/pipeline_show.go index 95dca16f764..3414150a598 100644 --- a/internal/pkg/cli/pipeline_show.go +++ b/internal/pkg/cli/pipeline_show.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_show_test.go b/internal/pkg/cli/pipeline_show_test.go index 31e6cbd285b..eb8dd301b82 100644 --- a/internal/pkg/cli/pipeline_show_test.go +++ b/internal/pkg/cli/pipeline_show_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_status.go b/internal/pkg/cli/pipeline_status.go index 7cae06fc2b6..d90e3196bc1 100644 --- a/internal/pkg/cli/pipeline_status.go +++ b/internal/pkg/cli/pipeline_status.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/pipeline_status_test.go b/internal/pkg/cli/pipeline_status_test.go index c860926f267..a22ba76168f 100644 --- a/internal/pkg/cli/pipeline_status_test.go +++ b/internal/pkg/cli/pipeline_status_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/progress.go b/internal/pkg/cli/progress.go index cbdd4f19a0c..1cb86e364d6 100644 --- a/internal/pkg/cli/progress.go +++ b/internal/pkg/cli/progress.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/prompter.go b/internal/pkg/cli/prompter.go index 9a8d7985490..47cd4042f59 100644 --- a/internal/pkg/cli/prompter.go +++ b/internal/pkg/cli/prompter.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/run_local.go b/internal/pkg/cli/run_local.go index d28370daaee..734271420d7 100644 --- a/internal/pkg/cli/run_local.go +++ b/internal/pkg/cli/run_local.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/run_local_test.go b/internal/pkg/cli/run_local_test.go index f56197f3d43..dd85dc35268 100644 --- a/internal/pkg/cli/run_local_test.go +++ b/internal/pkg/cli/run_local_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/secret.go b/internal/pkg/cli/secret.go index 59eab346a33..8d71ac3548a 100644 --- a/internal/pkg/cli/secret.go +++ b/internal/pkg/cli/secret.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/secret_init.go b/internal/pkg/cli/secret_init.go index 1b762202ae1..ffe130b01aa 100644 --- a/internal/pkg/cli/secret_init.go +++ b/internal/pkg/cli/secret_init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/secret_init_test.go b/internal/pkg/cli/secret_init_test.go index c235339e02e..4941f37bcda 100644 --- a/internal/pkg/cli/secret_init_test.go +++ b/internal/pkg/cli/secret_init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/storage.go b/internal/pkg/cli/storage.go index fdf71532f7c..b90dbec6ba8 100644 --- a/internal/pkg/cli/storage.go +++ b/internal/pkg/cli/storage.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/storage_init.go b/internal/pkg/cli/storage_init.go index 209e7d34d66..87851752a5c 100644 --- a/internal/pkg/cli/storage_init.go +++ b/internal/pkg/cli/storage_init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/storage_init_test.go b/internal/pkg/cli/storage_init_test.go index f0c15958ad1..e9482cbdd6c 100644 --- a/internal/pkg/cli/storage_init_test.go +++ b/internal/pkg/cli/storage_init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc.go b/internal/pkg/cli/svc.go index b28983deaba..497b6196d9f 100644 --- a/internal/pkg/cli/svc.go +++ b/internal/pkg/cli/svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_delete.go b/internal/pkg/cli/svc_delete.go index 64e476e6cd5..b4988090c5d 100644 --- a/internal/pkg/cli/svc_delete.go +++ b/internal/pkg/cli/svc_delete.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/pkg/cli/svc_delete_test.go b/internal/pkg/cli/svc_delete_test.go index e1344bdfe3f..77c964a0e33 100644 --- a/internal/pkg/cli/svc_delete_test.go +++ b/internal/pkg/cli/svc_delete_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_deploy.go b/internal/pkg/cli/svc_deploy.go index 24fb71b9fd8..dc596040eb9 100644 --- a/internal/pkg/cli/svc_deploy.go +++ b/internal/pkg/cli/svc_deploy.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_deploy_test.go b/internal/pkg/cli/svc_deploy_test.go index b2c01e0a212..a73fa328aca 100644 --- a/internal/pkg/cli/svc_deploy_test.go +++ b/internal/pkg/cli/svc_deploy_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_exec.go b/internal/pkg/cli/svc_exec.go index 6191cb1ef3b..2359c57e467 100644 --- a/internal/pkg/cli/svc_exec.go +++ b/internal/pkg/cli/svc_exec.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_exec_test.go b/internal/pkg/cli/svc_exec_test.go index 28bc1d42156..58732b8978d 100644 --- a/internal/pkg/cli/svc_exec_test.go +++ b/internal/pkg/cli/svc_exec_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_init.go b/internal/pkg/cli/svc_init.go index ca457b3acd0..9ebf94f082b 100644 --- a/internal/pkg/cli/svc_init.go +++ b/internal/pkg/cli/svc_init.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_init_test.go b/internal/pkg/cli/svc_init_test.go index bf12728c4f3..33f989fffb7 100644 --- a/internal/pkg/cli/svc_init_test.go +++ b/internal/pkg/cli/svc_init_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_list.go b/internal/pkg/cli/svc_list.go index 0e6efb7867f..f87b45b0021 100644 --- a/internal/pkg/cli/svc_list.go +++ b/internal/pkg/cli/svc_list.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_list_test.go b/internal/pkg/cli/svc_list_test.go index b94d50a11f2..6d31153aeb5 100644 --- a/internal/pkg/cli/svc_list_test.go +++ b/internal/pkg/cli/svc_list_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_logs.go b/internal/pkg/cli/svc_logs.go index a0b0c762e1c..f78a7483b06 100644 --- a/internal/pkg/cli/svc_logs.go +++ b/internal/pkg/cli/svc_logs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_logs_test.go b/internal/pkg/cli/svc_logs_test.go index 5a4f6126f6c..3b0a50ef601 100644 --- a/internal/pkg/cli/svc_logs_test.go +++ b/internal/pkg/cli/svc_logs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_override.go b/internal/pkg/cli/svc_override.go index 88de21a25a9..3a08f49d31a 100644 --- a/internal/pkg/cli/svc_override.go +++ b/internal/pkg/cli/svc_override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_override_test.go b/internal/pkg/cli/svc_override_test.go index 33ea1dbded2..a11aac8c98b 100644 --- a/internal/pkg/cli/svc_override_test.go +++ b/internal/pkg/cli/svc_override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_package.go b/internal/pkg/cli/svc_package.go index b976e3dcaac..0a05c6daa72 100644 --- a/internal/pkg/cli/svc_package.go +++ b/internal/pkg/cli/svc_package.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_package_test.go b/internal/pkg/cli/svc_package_test.go index 25fcfc43c26..0aeeba8a4be 100644 --- a/internal/pkg/cli/svc_package_test.go +++ b/internal/pkg/cli/svc_package_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_pause.go b/internal/pkg/cli/svc_pause.go index 26e97ac84d9..1b02432390d 100644 --- a/internal/pkg/cli/svc_pause.go +++ b/internal/pkg/cli/svc_pause.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_pause_test.go b/internal/pkg/cli/svc_pause_test.go index fc47bb4c9aa..11a900e8819 100644 --- a/internal/pkg/cli/svc_pause_test.go +++ b/internal/pkg/cli/svc_pause_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_resume.go b/internal/pkg/cli/svc_resume.go index 6f0bf4dabc7..5ba52f64779 100644 --- a/internal/pkg/cli/svc_resume.go +++ b/internal/pkg/cli/svc_resume.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_resume_test.go b/internal/pkg/cli/svc_resume_test.go index 97df97c683f..a66865a66ef 100644 --- a/internal/pkg/cli/svc_resume_test.go +++ b/internal/pkg/cli/svc_resume_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_show.go b/internal/pkg/cli/svc_show.go index a5d40f0f190..3d141be0fb9 100644 --- a/internal/pkg/cli/svc_show.go +++ b/internal/pkg/cli/svc_show.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_show_test.go b/internal/pkg/cli/svc_show_test.go index 51fa96158e4..1874665d7dd 100644 --- a/internal/pkg/cli/svc_show_test.go +++ b/internal/pkg/cli/svc_show_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_status.go b/internal/pkg/cli/svc_status.go index 696d9f60fc7..d4004bf58ca 100644 --- a/internal/pkg/cli/svc_status.go +++ b/internal/pkg/cli/svc_status.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/svc_status_test.go b/internal/pkg/cli/svc_status_test.go index a67183953e7..c4d1acc7888 100644 --- a/internal/pkg/cli/svc_status_test.go +++ b/internal/pkg/cli/svc_status_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/task.go b/internal/pkg/cli/task.go index 090272d5f15..aeafa5b31a4 100644 --- a/internal/pkg/cli/task.go +++ b/internal/pkg/cli/task.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/task_delete.go b/internal/pkg/cli/task_delete.go index 163e4e1aaf1..b43d2cd5e33 100644 --- a/internal/pkg/cli/task_delete.go +++ b/internal/pkg/cli/task_delete.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/task_delete_test.go b/internal/pkg/cli/task_delete_test.go index 5b5be9c2c6a..e57c36754e7 100644 --- a/internal/pkg/cli/task_delete_test.go +++ b/internal/pkg/cli/task_delete_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/task_exec.go b/internal/pkg/cli/task_exec.go index 93d0972644c..2bc95c71afb 100644 --- a/internal/pkg/cli/task_exec.go +++ b/internal/pkg/cli/task_exec.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/task_exec_test.go b/internal/pkg/cli/task_exec_test.go index 589407f543f..f8ade7b5916 100644 --- a/internal/pkg/cli/task_exec_test.go +++ b/internal/pkg/cli/task_exec_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/task_run.go b/internal/pkg/cli/task_run.go index a77c139fd50..02eee9bc89b 100644 --- a/internal/pkg/cli/task_run.go +++ b/internal/pkg/cli/task_run.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/task_run_test.go b/internal/pkg/cli/task_run_test.go index 0c70abc01e1..95238f3cb43 100644 --- a/internal/pkg/cli/task_run_test.go +++ b/internal/pkg/cli/task_run_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/validate.go b/internal/pkg/cli/validate.go index f37788e9603..85434b234c5 100644 --- a/internal/pkg/cli/validate.go +++ b/internal/pkg/cli/validate.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/validate_test.go b/internal/pkg/cli/validate_test.go index 79c8450ee68..3b9572b5372 100644 --- a/internal/pkg/cli/validate_test.go +++ b/internal/pkg/cli/validate_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cli diff --git a/internal/pkg/cli/version.go b/internal/pkg/cli/version.go index 782f0fdb091..bcf25705dad 100644 --- a/internal/pkg/cli/version.go +++ b/internal/pkg/cli/version.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cli contains the copilot subcommands. diff --git a/internal/pkg/config/app.go b/internal/pkg/config/app.go index b6a1a2b7b3c..bbbdc4c513c 100644 --- a/internal/pkg/config/app.go +++ b/internal/pkg/config/app.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/app_test.go b/internal/pkg/config/app_test.go index b4e13252497..419dfb79594 100644 --- a/internal/pkg/config/app_test.go +++ b/internal/pkg/config/app_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/env.go b/internal/pkg/config/env.go index bf74dd467eb..029b7330cc4 100644 --- a/internal/pkg/config/env.go +++ b/internal/pkg/config/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/env_test.go b/internal/pkg/config/env_test.go index ef39210ccb6..fd5a1a59309 100644 --- a/internal/pkg/config/env_test.go +++ b/internal/pkg/config/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/errors.go b/internal/pkg/config/errors.go index 66c513f323c..edb8108302d 100644 --- a/internal/pkg/config/errors.go +++ b/internal/pkg/config/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/errors_test.go b/internal/pkg/config/errors_test.go index 62c85b1068c..f79e14e7043 100644 --- a/internal/pkg/config/errors_test.go +++ b/internal/pkg/config/errors_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/store.go b/internal/pkg/config/store.go index 06a671dd058..c422f8dd4e8 100644 --- a/internal/pkg/config/store.go +++ b/internal/pkg/config/store.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 /* diff --git a/internal/pkg/config/store_integration_test.go b/internal/pkg/config/store_integration_test.go index 1aa3b3511b9..40839a11079 100644 --- a/internal/pkg/config/store_integration_test.go +++ b/internal/pkg/config/store_integration_test.go @@ -1,6 +1,7 @@ //go:build integration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config_test diff --git a/internal/pkg/config/store_test.go b/internal/pkg/config/store_test.go index 2a5393c338e..0194cb454b8 100644 --- a/internal/pkg/config/store_test.go +++ b/internal/pkg/config/store_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/workload.go b/internal/pkg/config/workload.go index adae129acf0..5e9c1920c21 100644 --- a/internal/pkg/config/workload.go +++ b/internal/pkg/config/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/config/workload_test.go b/internal/pkg/config/workload_test.go index 90a9f263a15..070603c661f 100644 --- a/internal/pkg/config/workload_test.go +++ b/internal/pkg/config/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/internal/pkg/deploy/app.go b/internal/pkg/deploy/app.go index 4cc4d9a5607..19ed08c4a90 100644 --- a/internal/pkg/deploy/app.go +++ b/internal/pkg/deploy/app.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy infrastructure resources. diff --git a/internal/pkg/deploy/app_test.go b/internal/pkg/deploy/app_test.go index 939227f11ee..a0b7a72dfab 100644 --- a/internal/pkg/deploy/app_test.go +++ b/internal/pkg/deploy/app_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/deploy/cloudformation/app.go b/internal/pkg/deploy/cloudformation/app.go index e27a7d57f47..cb720a09753 100644 --- a/internal/pkg/deploy/cloudformation/app.go +++ b/internal/pkg/deploy/cloudformation/app.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/app_test.go b/internal/pkg/deploy/cloudformation/app_test.go index 9533700c357..324d4bf4c03 100644 --- a/internal/pkg/deploy/cloudformation/app_test.go +++ b/internal/pkg/deploy/cloudformation/app_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/cloudformation.go b/internal/pkg/deploy/cloudformation/cloudformation.go index 548a99b049a..36f406a51ac 100644 --- a/internal/pkg/deploy/cloudformation/cloudformation.go +++ b/internal/pkg/deploy/cloudformation/cloudformation.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cloudformation provides functionality to deploy CLI concepts with AWS CloudFormation. diff --git a/internal/pkg/deploy/cloudformation/cloudformation_integration_test.go b/internal/pkg/deploy/cloudformation/cloudformation_integration_test.go index 2def996ae52..fd4befb75dc 100644 --- a/internal/pkg/deploy/cloudformation/cloudformation_integration_test.go +++ b/internal/pkg/deploy/cloudformation/cloudformation_integration_test.go @@ -1,6 +1,7 @@ //go:build integration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation_test diff --git a/internal/pkg/deploy/cloudformation/cloudformation_test.go b/internal/pkg/deploy/cloudformation/cloudformation_test.go index 1255eb9dd1b..358c6039f4e 100644 --- a/internal/pkg/deploy/cloudformation/cloudformation_test.go +++ b/internal/pkg/deploy/cloudformation/cloudformation_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/env.go b/internal/pkg/deploy/cloudformation/env.go index 35f177893b6..41681952f3c 100644 --- a/internal/pkg/deploy/cloudformation/env.go +++ b/internal/pkg/deploy/cloudformation/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cloudformation provides functionality to deploy ECS resources with AWS CloudFormation. diff --git a/internal/pkg/deploy/cloudformation/env_test.go b/internal/pkg/deploy/cloudformation/env_test.go index 1b040842ff7..583d9f61ac7 100644 --- a/internal/pkg/deploy/cloudformation/env_test.go +++ b/internal/pkg/deploy/cloudformation/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/pipeline.go b/internal/pkg/deploy/cloudformation/pipeline.go index 096210e9839..c9632dc1aef 100644 --- a/internal/pkg/deploy/cloudformation/pipeline.go +++ b/internal/pkg/deploy/cloudformation/pipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cloudformation provides functionality to deploy ECS resources with AWS CloudFormation. diff --git a/internal/pkg/deploy/cloudformation/pipeline_test.go b/internal/pkg/deploy/cloudformation/pipeline_test.go index 67a00e7f330..0b30fcd99d9 100644 --- a/internal/pkg/deploy/cloudformation/pipeline_test.go +++ b/internal/pkg/deploy/cloudformation/pipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/stack/app.go b/internal/pkg/deploy/cloudformation/stack/app.go index 6d4665ba423..5b06f30a6bf 100644 --- a/internal/pkg/deploy/cloudformation/stack/app.go +++ b/internal/pkg/deploy/cloudformation/stack/app.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/app_test.go b/internal/pkg/deploy/cloudformation/stack/app_test.go index 5871bd43d37..77502bfcfe5 100644 --- a/internal/pkg/deploy/cloudformation/stack/app_test.go +++ b/internal/pkg/deploy/cloudformation/stack/app_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/backend_svc.go b/internal/pkg/deploy/cloudformation/stack/backend_svc.go index 05c8c48f5d4..63e081f6262 100644 --- a/internal/pkg/deploy/cloudformation/stack/backend_svc.go +++ b/internal/pkg/deploy/cloudformation/stack/backend_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/backend_svc_integration_test.go b/internal/pkg/deploy/cloudformation/stack/backend_svc_integration_test.go index 7ea328c2ea0..701e4ead0e9 100644 --- a/internal/pkg/deploy/cloudformation/stack/backend_svc_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/backend_svc_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/backend_svc_test.go b/internal/pkg/deploy/cloudformation/stack/backend_svc_test.go index 8341280e07f..d191c55ed5d 100644 --- a/internal/pkg/deploy/cloudformation/stack/backend_svc_test.go +++ b/internal/pkg/deploy/cloudformation/stack/backend_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/bb_pipeline_integration_test.go b/internal/pkg/deploy/cloudformation/stack/bb_pipeline_integration_test.go index dbe5df5177e..5479b616f13 100644 --- a/internal/pkg/deploy/cloudformation/stack/bb_pipeline_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/bb_pipeline_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/cc_pipeline_integration_test.go b/internal/pkg/deploy/cloudformation/stack/cc_pipeline_integration_test.go index 104ec56211f..6b5265affdb 100644 --- a/internal/pkg/deploy/cloudformation/stack/cc_pipeline_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/cc_pipeline_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/dd_pipeline_integration_test.go b/internal/pkg/deploy/cloudformation/stack/dd_pipeline_integration_test.go index d4ca435c0db..7260da1e2ad 100644 --- a/internal/pkg/deploy/cloudformation/stack/dd_pipeline_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/dd_pipeline_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/doc.go b/internal/pkg/deploy/cloudformation/stack/doc.go index 5c9c486327b..dff71263d4b 100644 --- a/internal/pkg/deploy/cloudformation/stack/doc.go +++ b/internal/pkg/deploy/cloudformation/stack/doc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package stack provides functionality to transform manifest files and additional runtime diff --git a/internal/pkg/deploy/cloudformation/stack/embed.go b/internal/pkg/deploy/cloudformation/stack/embed.go index d02bd61dadf..3ee8dbd83d8 100644 --- a/internal/pkg/deploy/cloudformation/stack/embed.go +++ b/internal/pkg/deploy/cloudformation/stack/embed.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/env.go b/internal/pkg/deploy/cloudformation/stack/env.go index 25d5cfbb2cb..b76f2619db1 100644 --- a/internal/pkg/deploy/cloudformation/stack/env.go +++ b/internal/pkg/deploy/cloudformation/stack/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/env_integration_test.go b/internal/pkg/deploy/cloudformation/stack/env_integration_test.go index c1daa438d79..16f6007abda 100644 --- a/internal/pkg/deploy/cloudformation/stack/env_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/env_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/env_test.go b/internal/pkg/deploy/cloudformation/stack/env_test.go index c24bbd272c0..90084f3a3e0 100644 --- a/internal/pkg/deploy/cloudformation/stack/env_test.go +++ b/internal/pkg/deploy/cloudformation/stack/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/fixture_integration_test.go b/internal/pkg/deploy/cloudformation/stack/fixture_integration_test.go index 205ae4231c8..36fa2b05301 100644 --- a/internal/pkg/deploy/cloudformation/stack/fixture_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/fixture_integration_test.go @@ -1,6 +1,6 @@ //go:build integration || localintegration -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/gh_pipeline_integration_test.go b/internal/pkg/deploy/cloudformation/stack/gh_pipeline_integration_test.go index 8a2a8b8e982..059fbc70324 100644 --- a/internal/pkg/deploy/cloudformation/stack/gh_pipeline_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/gh_pipeline_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/ghv1_pipeline_integration_test.go b/internal/pkg/deploy/cloudformation/stack/ghv1_pipeline_integration_test.go index f382c602469..36fecfc04fc 100644 --- a/internal/pkg/deploy/cloudformation/stack/ghv1_pipeline_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/ghv1_pipeline_integration_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/lb_grpc_web_service_integration_test.go b/internal/pkg/deploy/cloudformation/stack/lb_grpc_web_service_integration_test.go index f4fafb770ef..e53c5590658 100644 --- a/internal/pkg/deploy/cloudformation/stack/lb_grpc_web_service_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/lb_grpc_web_service_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/lb_network_web_service_integration_test.go b/internal/pkg/deploy/cloudformation/stack/lb_network_web_service_integration_test.go index fca3544fd74..a5d0ee6ade1 100644 --- a/internal/pkg/deploy/cloudformation/stack/lb_network_web_service_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/lb_network_web_service_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/lb_web_service_integration_test.go b/internal/pkg/deploy/cloudformation/stack/lb_web_service_integration_test.go index 01e8b5aba15..096c26403fc 100644 --- a/internal/pkg/deploy/cloudformation/stack/lb_web_service_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/lb_web_service_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/lb_web_svc.go b/internal/pkg/deploy/cloudformation/stack/lb_web_svc.go index 84d76b12e49..914c06a3e5e 100644 --- a/internal/pkg/deploy/cloudformation/stack/lb_web_svc.go +++ b/internal/pkg/deploy/cloudformation/stack/lb_web_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/lb_web_svc_test.go b/internal/pkg/deploy/cloudformation/stack/lb_web_svc_test.go index ecb396e7593..0cd8ae686be 100644 --- a/internal/pkg/deploy/cloudformation/stack/lb_web_svc_test.go +++ b/internal/pkg/deploy/cloudformation/stack/lb_web_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/name.go b/internal/pkg/deploy/cloudformation/stack/name.go index 340653ff19c..e7c437a6170 100644 --- a/internal/pkg/deploy/cloudformation/stack/name.go +++ b/internal/pkg/deploy/cloudformation/stack/name.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/name_test.go b/internal/pkg/deploy/cloudformation/stack/name_test.go index c63933233ce..d2b496b78ac 100644 --- a/internal/pkg/deploy/cloudformation/stack/name_test.go +++ b/internal/pkg/deploy/cloudformation/stack/name_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/pipeline.go b/internal/pkg/deploy/cloudformation/stack/pipeline.go index f3cd8be462d..472059a75d4 100644 --- a/internal/pkg/deploy/cloudformation/stack/pipeline.go +++ b/internal/pkg/deploy/cloudformation/stack/pipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/pipeline_test.go b/internal/pkg/deploy/cloudformation/stack/pipeline_test.go index b9e9c288e2a..3a4c6e0b128 100644 --- a/internal/pkg/deploy/cloudformation/stack/pipeline_test.go +++ b/internal/pkg/deploy/cloudformation/stack/pipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/rd_web_svc.go b/internal/pkg/deploy/cloudformation/stack/rd_web_svc.go index 01f6afce062..0fe82c50031 100644 --- a/internal/pkg/deploy/cloudformation/stack/rd_web_svc.go +++ b/internal/pkg/deploy/cloudformation/stack/rd_web_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/rd_web_svc_integration_test.go b/internal/pkg/deploy/cloudformation/stack/rd_web_svc_integration_test.go index 3df1680c189..9ade842f474 100644 --- a/internal/pkg/deploy/cloudformation/stack/rd_web_svc_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/rd_web_svc_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/rd_web_svc_test.go b/internal/pkg/deploy/cloudformation/stack/rd_web_svc_test.go index 6f20d128889..2b5405f814a 100644 --- a/internal/pkg/deploy/cloudformation/stack/rd_web_svc_test.go +++ b/internal/pkg/deploy/cloudformation/stack/rd_web_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/scheduled_job.go b/internal/pkg/deploy/cloudformation/stack/scheduled_job.go index 076b0dbb884..e83189dddee 100644 --- a/internal/pkg/deploy/cloudformation/stack/scheduled_job.go +++ b/internal/pkg/deploy/cloudformation/stack/scheduled_job.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/scheduled_job_integration_test.go b/internal/pkg/deploy/cloudformation/stack/scheduled_job_integration_test.go index fa246146b8a..731bf975505 100644 --- a/internal/pkg/deploy/cloudformation/stack/scheduled_job_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/scheduled_job_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/scheduled_job_test.go b/internal/pkg/deploy/cloudformation/stack/scheduled_job_test.go index ec13d1e81d0..7fcaf348ed0 100644 --- a/internal/pkg/deploy/cloudformation/stack/scheduled_job_test.go +++ b/internal/pkg/deploy/cloudformation/stack/scheduled_job_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/stack_local_integration_test.go b/internal/pkg/deploy/cloudformation/stack/stack_local_integration_test.go index 2d70558b691..a2c24457d66 100644 --- a/internal/pkg/deploy/cloudformation/stack/stack_local_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/stack_local_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/static_site.go b/internal/pkg/deploy/cloudformation/stack/static_site.go index 2a4c8e9217d..6da7f9400d4 100644 --- a/internal/pkg/deploy/cloudformation/stack/static_site.go +++ b/internal/pkg/deploy/cloudformation/stack/static_site.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/static_site_integration_test.go b/internal/pkg/deploy/cloudformation/stack/static_site_integration_test.go index 52c804361af..c0cbe4bb620 100644 --- a/internal/pkg/deploy/cloudformation/stack/static_site_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/static_site_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/static_site_test.go b/internal/pkg/deploy/cloudformation/stack/static_site_test.go index c4bd8023c5d..73f24f8dee4 100644 --- a/internal/pkg/deploy/cloudformation/stack/static_site_test.go +++ b/internal/pkg/deploy/cloudformation/stack/static_site_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/tags.go b/internal/pkg/deploy/cloudformation/stack/tags.go index 08e8b954502..1cdec29455a 100644 --- a/internal/pkg/deploy/cloudformation/stack/tags.go +++ b/internal/pkg/deploy/cloudformation/stack/tags.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/task.go b/internal/pkg/deploy/cloudformation/stack/task.go index 916f2bde624..6b4cc5f7641 100644 --- a/internal/pkg/deploy/cloudformation/stack/task.go +++ b/internal/pkg/deploy/cloudformation/stack/task.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/task_test.go b/internal/pkg/deploy/cloudformation/stack/task_test.go index 358224e1039..c741f849a8b 100644 --- a/internal/pkg/deploy/cloudformation/stack/task_test.go +++ b/internal/pkg/deploy/cloudformation/stack/task_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/transformers.go b/internal/pkg/deploy/cloudformation/stack/transformers.go index 5cdd00c57cc..fb88aff071b 100644 --- a/internal/pkg/deploy/cloudformation/stack/transformers.go +++ b/internal/pkg/deploy/cloudformation/stack/transformers.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/transformers_test.go b/internal/pkg/deploy/cloudformation/stack/transformers_test.go index 95b4e1eda3d..84b1d7e5931 100644 --- a/internal/pkg/deploy/cloudformation/stack/transformers_test.go +++ b/internal/pkg/deploy/cloudformation/stack/transformers_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/validate_template_integration_test.go b/internal/pkg/deploy/cloudformation/stack/validate_template_integration_test.go index c35b636cd6d..f4e9e48e7b8 100644 --- a/internal/pkg/deploy/cloudformation/stack/validate_template_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/validate_template_integration_test.go @@ -1,6 +1,7 @@ //go:build integration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/windows_lb_web_service_integration_test.go b/internal/pkg/deploy/cloudformation/stack/windows_lb_web_service_integration_test.go index df7942ce210..8e6b3f8e9bd 100644 --- a/internal/pkg/deploy/cloudformation/stack/windows_lb_web_service_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/windows_lb_web_service_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/worker_service_integration_test.go b/internal/pkg/deploy/cloudformation/stack/worker_service_integration_test.go index 237db39b7fb..61693c312ed 100644 --- a/internal/pkg/deploy/cloudformation/stack/worker_service_integration_test.go +++ b/internal/pkg/deploy/cloudformation/stack/worker_service_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack_test diff --git a/internal/pkg/deploy/cloudformation/stack/worker_svc.go b/internal/pkg/deploy/cloudformation/stack/worker_svc.go index 549e025fde0..492ccafb130 100644 --- a/internal/pkg/deploy/cloudformation/stack/worker_svc.go +++ b/internal/pkg/deploy/cloudformation/stack/worker_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/worker_svc_test.go b/internal/pkg/deploy/cloudformation/stack/worker_svc_test.go index 3901280ded5..dbeb25bb254 100644 --- a/internal/pkg/deploy/cloudformation/stack/worker_svc_test.go +++ b/internal/pkg/deploy/cloudformation/stack/worker_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/workload.go b/internal/pkg/deploy/cloudformation/stack/workload.go index 60f1ff838ce..f54711de88e 100644 --- a/internal/pkg/deploy/cloudformation/stack/workload.go +++ b/internal/pkg/deploy/cloudformation/stack/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/stack/workload_test.go b/internal/pkg/deploy/cloudformation/stack/workload_test.go index 3b524b0b511..b60e63b1170 100644 --- a/internal/pkg/deploy/cloudformation/stack/workload_test.go +++ b/internal/pkg/deploy/cloudformation/stack/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/deploy/cloudformation/task.go b/internal/pkg/deploy/cloudformation/task.go index 61dc56d4f73..3b8cd946cb5 100644 --- a/internal/pkg/deploy/cloudformation/task.go +++ b/internal/pkg/deploy/cloudformation/task.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/task_test.go b/internal/pkg/deploy/cloudformation/task_test.go index 71964b66421..ef50502a3c0 100644 --- a/internal/pkg/deploy/cloudformation/task_test.go +++ b/internal/pkg/deploy/cloudformation/task_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/workload.go b/internal/pkg/deploy/cloudformation/workload.go index cafb16fcd31..96538dc8efe 100644 --- a/internal/pkg/deploy/cloudformation/workload.go +++ b/internal/pkg/deploy/cloudformation/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/cloudformation/workload_test.go b/internal/pkg/deploy/cloudformation/workload_test.go index ea90ac3e893..4edc8335b39 100644 --- a/internal/pkg/deploy/cloudformation/workload_test.go +++ b/internal/pkg/deploy/cloudformation/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cloudformation diff --git a/internal/pkg/deploy/deploy.go b/internal/pkg/deploy/deploy.go index 56c48de9e60..0a8cd5a045d 100644 --- a/internal/pkg/deploy/deploy.go +++ b/internal/pkg/deploy/deploy.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy infrastructure resources. diff --git a/internal/pkg/deploy/deploy_test.go b/internal/pkg/deploy/deploy_test.go index 4ff50d554a2..e8ff90f287d 100644 --- a/internal/pkg/deploy/deploy_test.go +++ b/internal/pkg/deploy/deploy_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/deploy/env.go b/internal/pkg/deploy/env.go index 78e0e9aa299..60e43fc8352 100644 --- a/internal/pkg/deploy/env.go +++ b/internal/pkg/deploy/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy infrastructure resources. diff --git a/internal/pkg/deploy/pipeline.go b/internal/pkg/deploy/pipeline.go index 9c000380cec..706aa3db55c 100644 --- a/internal/pkg/deploy/pipeline.go +++ b/internal/pkg/deploy/pipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy infrastructure resources. diff --git a/internal/pkg/deploy/pipeline_test.go b/internal/pkg/deploy/pipeline_test.go index aeea6e23bad..a2f51053b3e 100644 --- a/internal/pkg/deploy/pipeline_test.go +++ b/internal/pkg/deploy/pipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/deploy/sns.go b/internal/pkg/deploy/sns.go index 82dbdf5cb34..469c6cf4f8e 100644 --- a/internal/pkg/deploy/sns.go +++ b/internal/pkg/deploy/sns.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy infrastructure resources. diff --git a/internal/pkg/deploy/sns_test.go b/internal/pkg/deploy/sns_test.go index 351134028fb..d22b3c9e86e 100644 --- a/internal/pkg/deploy/sns_test.go +++ b/internal/pkg/deploy/sns_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package deploy diff --git a/internal/pkg/deploy/task.go b/internal/pkg/deploy/task.go index 32457ec04e4..713cdd3b36a 100644 --- a/internal/pkg/deploy/task.go +++ b/internal/pkg/deploy/task.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy infrastructure resources. diff --git a/internal/pkg/deploy/upload/asset/asset.go b/internal/pkg/deploy/upload/asset/asset.go index 04d5bcbe131..b83345c15f7 100644 --- a/internal/pkg/deploy/upload/asset/asset.go +++ b/internal/pkg/deploy/upload/asset/asset.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package asset provides functionality to manage static assets. diff --git a/internal/pkg/deploy/upload/asset/asset_test.go b/internal/pkg/deploy/upload/asset/asset_test.go index 11240233abf..cbd2fadfcb6 100644 --- a/internal/pkg/deploy/upload/asset/asset_test.go +++ b/internal/pkg/deploy/upload/asset/asset_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package asset diff --git a/internal/pkg/deploy/upload/asset/matcher.go b/internal/pkg/deploy/upload/asset/matcher.go index 7de39eff22a..9dd43db9230 100644 --- a/internal/pkg/deploy/upload/asset/matcher.go +++ b/internal/pkg/deploy/upload/asset/matcher.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package asset diff --git a/internal/pkg/deploy/upload/customresource/customresource.go b/internal/pkg/deploy/upload/customresource/customresource.go index 3f382cf4010..c67da2894e8 100644 --- a/internal/pkg/deploy/upload/customresource/customresource.go +++ b/internal/pkg/deploy/upload/customresource/customresource.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package customresource provides functionality to upload Copilot custom resources. diff --git a/internal/pkg/deploy/upload/customresource/customresource_test.go b/internal/pkg/deploy/upload/customresource/customresource_test.go index eabff816d1f..57a8c4b5053 100644 --- a/internal/pkg/deploy/upload/customresource/customresource_test.go +++ b/internal/pkg/deploy/upload/customresource/customresource_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package customresource diff --git a/internal/pkg/deploy/workload.go b/internal/pkg/deploy/workload.go index 8637bde0e29..4b3bed61e1e 100644 --- a/internal/pkg/deploy/workload.go +++ b/internal/pkg/deploy/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package deploy holds the structures to deploy infrastructure resources. diff --git a/internal/pkg/describe/app.go b/internal/pkg/describe/app.go index 0cc25567b66..6d3b699654f 100644 --- a/internal/pkg/describe/app.go +++ b/internal/pkg/describe/app.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/app_test.go b/internal/pkg/describe/app_test.go index a23fa5a8c16..2593fa1e25b 100644 --- a/internal/pkg/describe/app_test.go +++ b/internal/pkg/describe/app_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/backend_service.go b/internal/pkg/describe/backend_service.go index 999e6c0dd65..8ea7f4068b6 100644 --- a/internal/pkg/describe/backend_service.go +++ b/internal/pkg/describe/backend_service.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/backend_service_test.go b/internal/pkg/describe/backend_service_test.go index 237aa2e0ea6..a190fd2f99e 100644 --- a/internal/pkg/describe/backend_service_test.go +++ b/internal/pkg/describe/backend_service_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/context_test.go b/internal/pkg/describe/context_test.go index 18cd1fce5f0..1bc13b05b95 100644 --- a/internal/pkg/describe/context_test.go +++ b/internal/pkg/describe/context_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/describe.go b/internal/pkg/describe/describe.go index 3fad82beb75..2f2673aee8c 100644 --- a/internal/pkg/describe/describe.go +++ b/internal/pkg/describe/describe.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/doc.go b/internal/pkg/describe/doc.go index 1c810389d71..b73eec0d248 100644 --- a/internal/pkg/describe/doc.go +++ b/internal/pkg/describe/doc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package describe provides functionality to retrieve information about deployed applications, environments and workloads. diff --git a/internal/pkg/describe/env.go b/internal/pkg/describe/env.go index 94914aecdaf..2f9e178ac25 100644 --- a/internal/pkg/describe/env.go +++ b/internal/pkg/describe/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/env_test.go b/internal/pkg/describe/env_test.go index fe80fee7e6e..75553ced499 100644 --- a/internal/pkg/describe/env_test.go +++ b/internal/pkg/describe/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/errors.go b/internal/pkg/describe/errors.go index a91e33ae737..4caff311da8 100644 --- a/internal/pkg/describe/errors.go +++ b/internal/pkg/describe/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/errors_test.go b/internal/pkg/describe/errors_test.go index 80b3cd533f6..602c2b17546 100644 --- a/internal/pkg/describe/errors_test.go +++ b/internal/pkg/describe/errors_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/helper.go b/internal/pkg/describe/helper.go index c93440941f8..0f705580b36 100644 --- a/internal/pkg/describe/helper.go +++ b/internal/pkg/describe/helper.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/lb_web_service.go b/internal/pkg/describe/lb_web_service.go index 657b8b2a208..74d8773147f 100644 --- a/internal/pkg/describe/lb_web_service.go +++ b/internal/pkg/describe/lb_web_service.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/lb_web_service_test.go b/internal/pkg/describe/lb_web_service_test.go index e9d507e54f0..8b1a5e92684 100644 --- a/internal/pkg/describe/lb_web_service_test.go +++ b/internal/pkg/describe/lb_web_service_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/pipeline.go b/internal/pkg/describe/pipeline.go index c05e38e7a2d..2fd2a49e14a 100644 --- a/internal/pkg/describe/pipeline.go +++ b/internal/pkg/describe/pipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/pipeline_show.go b/internal/pkg/describe/pipeline_show.go index fe7d38a01ef..436ddbbf09f 100644 --- a/internal/pkg/describe/pipeline_show.go +++ b/internal/pkg/describe/pipeline_show.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/pipeline_show_test.go b/internal/pkg/describe/pipeline_show_test.go index 497af3d9c74..a7e7e737156 100644 --- a/internal/pkg/describe/pipeline_show_test.go +++ b/internal/pkg/describe/pipeline_show_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/pipeline_status.go b/internal/pkg/describe/pipeline_status.go index 4b86b6412d7..499ebcae845 100644 --- a/internal/pkg/describe/pipeline_status.go +++ b/internal/pkg/describe/pipeline_status.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/pipeline_status_test.go b/internal/pkg/describe/pipeline_status_test.go index 037305df0af..0f5e90b5e7f 100644 --- a/internal/pkg/describe/pipeline_status_test.go +++ b/internal/pkg/describe/pipeline_status_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/rd_web_service.go b/internal/pkg/describe/rd_web_service.go index ee37d194284..b4f4fb00b65 100644 --- a/internal/pkg/describe/rd_web_service.go +++ b/internal/pkg/describe/rd_web_service.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/rd_web_service_test.go b/internal/pkg/describe/rd_web_service_test.go index e2779a7510b..fcda4ee0116 100644 --- a/internal/pkg/describe/rd_web_service_test.go +++ b/internal/pkg/describe/rd_web_service_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/service.go b/internal/pkg/describe/service.go index 604aa6f55ab..29798fc8b8f 100644 --- a/internal/pkg/describe/service.go +++ b/internal/pkg/describe/service.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/service_test.go b/internal/pkg/describe/service_test.go index f0c05f6ad23..7d41c66c6b4 100644 --- a/internal/pkg/describe/service_test.go +++ b/internal/pkg/describe/service_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/stack/stack.go b/internal/pkg/describe/stack/stack.go index 650d0295142..c88b21f6d20 100644 --- a/internal/pkg/describe/stack/stack.go +++ b/internal/pkg/describe/stack/stack.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/describe/stack/stack_test.go b/internal/pkg/describe/stack/stack_test.go index 3964e073b3c..20e9f817b04 100644 --- a/internal/pkg/describe/stack/stack_test.go +++ b/internal/pkg/describe/stack/stack_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stack diff --git a/internal/pkg/describe/static_site.go b/internal/pkg/describe/static_site.go index 22d6559c468..f87527d4a50 100644 --- a/internal/pkg/describe/static_site.go +++ b/internal/pkg/describe/static_site.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/static_site_test.go b/internal/pkg/describe/static_site_test.go index 721ffc5f7b2..d47b3ccbb53 100644 --- a/internal/pkg/describe/static_site_test.go +++ b/internal/pkg/describe/static_site_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/status.go b/internal/pkg/describe/status.go index edda2120764..06c0d2f841d 100644 --- a/internal/pkg/describe/status.go +++ b/internal/pkg/describe/status.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/status_describe.go b/internal/pkg/describe/status_describe.go index 7e445e66a2c..fdb2bda3ab4 100644 --- a/internal/pkg/describe/status_describe.go +++ b/internal/pkg/describe/status_describe.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/status_describe_test.go b/internal/pkg/describe/status_describe_test.go index 6e67a2e78e5..166beaf4e87 100644 --- a/internal/pkg/describe/status_describe_test.go +++ b/internal/pkg/describe/status_describe_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/status_test.go b/internal/pkg/describe/status_test.go index 72595f383df..90863e94b9d 100644 --- a/internal/pkg/describe/status_test.go +++ b/internal/pkg/describe/status_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/uri.go b/internal/pkg/describe/uri.go index e1fedc45996..fd8da786b37 100644 --- a/internal/pkg/describe/uri.go +++ b/internal/pkg/describe/uri.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/uri_test.go b/internal/pkg/describe/uri_test.go index 1a3f88492b1..6bb52013f41 100644 --- a/internal/pkg/describe/uri_test.go +++ b/internal/pkg/describe/uri_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/worker_service.go b/internal/pkg/describe/worker_service.go index d4325dcb883..652ad064275 100644 --- a/internal/pkg/describe/worker_service.go +++ b/internal/pkg/describe/worker_service.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/worker_service_test.go b/internal/pkg/describe/worker_service_test.go index 237c713930f..74fe90fd8e5 100644 --- a/internal/pkg/describe/worker_service_test.go +++ b/internal/pkg/describe/worker_service_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/workload.go b/internal/pkg/describe/workload.go index 38c13f83456..e66bbfa4ea3 100644 --- a/internal/pkg/describe/workload.go +++ b/internal/pkg/describe/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/describe/workload_test.go b/internal/pkg/describe/workload_test.go index 74b24dec688..51a5b9c7350 100644 --- a/internal/pkg/describe/workload_test.go +++ b/internal/pkg/describe/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package describe diff --git a/internal/pkg/docker/dockerengine/dockerengine.go b/internal/pkg/docker/dockerengine/dockerengine.go index e622c876750..6b2e2f44096 100644 --- a/internal/pkg/docker/dockerengine/dockerengine.go +++ b/internal/pkg/docker/dockerengine/dockerengine.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package dockerengine provides functionality to interact with the Docker server. diff --git a/internal/pkg/docker/dockerengine/dockerengine_test.go b/internal/pkg/docker/dockerengine/dockerengine_test.go index 420a20712c2..ddbc3826aef 100644 --- a/internal/pkg/docker/dockerengine/dockerengine_test.go +++ b/internal/pkg/docker/dockerengine/dockerengine_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerengine diff --git a/internal/pkg/docker/dockerengine/dockerenginetest/dockerenginetest.go b/internal/pkg/docker/dockerengine/dockerenginetest/dockerenginetest.go index d7a80f5f7da..1f8345a0c7a 100644 --- a/internal/pkg/docker/dockerengine/dockerenginetest/dockerenginetest.go +++ b/internal/pkg/docker/dockerengine/dockerenginetest/dockerenginetest.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerenginetest diff --git a/internal/pkg/docker/dockerengine/errors.go b/internal/pkg/docker/dockerengine/errors.go index d43fbb512ed..9e28ada18c0 100644 --- a/internal/pkg/docker/dockerengine/errors.go +++ b/internal/pkg/docker/dockerengine/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerengine diff --git a/internal/pkg/docker/dockerfile/errors.go b/internal/pkg/docker/dockerfile/errors.go index 137aad5ad8f..cb095e706b2 100644 --- a/internal/pkg/docker/dockerfile/errors.go +++ b/internal/pkg/docker/dockerfile/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerfile diff --git a/internal/pkg/docker/dockerfile/file.go b/internal/pkg/docker/dockerfile/file.go index b22bc7d1898..7bb344dedf3 100644 --- a/internal/pkg/docker/dockerfile/file.go +++ b/internal/pkg/docker/dockerfile/file.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package dockerfile provides functionality to parse a Dockerfile. diff --git a/internal/pkg/docker/dockerfile/file_test.go b/internal/pkg/docker/dockerfile/file_test.go index 712cc04b768..d8069fae3bb 100644 --- a/internal/pkg/docker/dockerfile/file_test.go +++ b/internal/pkg/docker/dockerfile/file_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerfile diff --git a/internal/pkg/docker/dockerfile/ignorefile.go b/internal/pkg/docker/dockerfile/ignorefile.go index 7500cd2e9c2..6ae46af4188 100644 --- a/internal/pkg/docker/dockerfile/ignorefile.go +++ b/internal/pkg/docker/dockerfile/ignorefile.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerfile diff --git a/internal/pkg/docker/dockerfile/ignorefile_test.go b/internal/pkg/docker/dockerfile/ignorefile_test.go index a061806c760..25700e4df40 100644 --- a/internal/pkg/docker/dockerfile/ignorefile_test.go +++ b/internal/pkg/docker/dockerfile/ignorefile_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerfile diff --git a/internal/pkg/docker/dockerfile/lex.go b/internal/pkg/docker/dockerfile/lex.go index 7422ad6d104..90511e82f33 100644 --- a/internal/pkg/docker/dockerfile/lex.go +++ b/internal/pkg/docker/dockerfile/lex.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package dockerfile diff --git a/internal/pkg/docker/orchestrator/orchestrator.go b/internal/pkg/docker/orchestrator/orchestrator.go index 3a5cc45702a..163a41db64a 100644 --- a/internal/pkg/docker/orchestrator/orchestrator.go +++ b/internal/pkg/docker/orchestrator/orchestrator.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package orchestrator diff --git a/internal/pkg/docker/orchestrator/orchestrator_test.go b/internal/pkg/docker/orchestrator/orchestrator_test.go index 2bbd58a594e..c757243a6e3 100644 --- a/internal/pkg/docker/orchestrator/orchestrator_test.go +++ b/internal/pkg/docker/orchestrator/orchestrator_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package orchestrator diff --git a/internal/pkg/docker/orchestrator/orchestratortest/orchestratortest.go b/internal/pkg/docker/orchestrator/orchestratortest/orchestratortest.go index 14a39b1c370..c2aaf7b4248 100644 --- a/internal/pkg/docker/orchestrator/orchestratortest/orchestratortest.go +++ b/internal/pkg/docker/orchestrator/orchestratortest/orchestratortest.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package orchestratortest diff --git a/internal/pkg/ecs/ecs.go b/internal/pkg/ecs/ecs.go index a1f5a09df6b..85f8411181b 100644 --- a/internal/pkg/ecs/ecs.go +++ b/internal/pkg/ecs/ecs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ecs provides a client to retrieve Copilot ECS information. diff --git a/internal/pkg/ecs/ecs_test.go b/internal/pkg/ecs/ecs_test.go index e821f3c51a2..ce4e337b396 100644 --- a/internal/pkg/ecs/ecs_test.go +++ b/internal/pkg/ecs/ecs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecs diff --git a/internal/pkg/ecs/errors.go b/internal/pkg/ecs/errors.go index 0dddb0aa9df..9e395f58430 100644 --- a/internal/pkg/ecs/errors.go +++ b/internal/pkg/ecs/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecs diff --git a/internal/pkg/ecs/run_task_request.go b/internal/pkg/ecs/run_task_request.go index 4f4db6166db..e46a477165a 100644 --- a/internal/pkg/ecs/run_task_request.go +++ b/internal/pkg/ecs/run_task_request.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ecs provides a client to retrieve Copilot ECS information. diff --git a/internal/pkg/ecs/run_task_request_test.go b/internal/pkg/ecs/run_task_request_test.go index 7b4233115d7..02733337ac6 100644 --- a/internal/pkg/ecs/run_task_request_test.go +++ b/internal/pkg/ecs/run_task_request_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ecs diff --git a/internal/pkg/exec/errors.go b/internal/pkg/exec/errors.go index d82143d3af2..68113994a08 100644 --- a/internal/pkg/exec/errors.go +++ b/internal/pkg/exec/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/exec.go b/internal/pkg/exec/exec.go index 04bb749d55e..9ae6266f5ba 100644 --- a/internal/pkg/exec/exec.go +++ b/internal/pkg/exec/exec.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. diff --git a/internal/pkg/exec/exec_test.go b/internal/pkg/exec/exec_test.go index 24fa7899584..0b934f0c2d9 100644 --- a/internal/pkg/exec/exec_test.go +++ b/internal/pkg/exec/exec_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/exec_unix.go b/internal/pkg/exec/exec_unix.go index 1197e1bca40..b34e9499af6 100644 --- a/internal/pkg/exec/exec_unix.go +++ b/internal/pkg/exec/exec_unix.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 //go:build unix diff --git a/internal/pkg/exec/exec_windows.go b/internal/pkg/exec/exec_windows.go index 1fdf1cd1108..30bff51b5b1 100644 --- a/internal/pkg/exec/exec_windows.go +++ b/internal/pkg/exec/exec_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/interactive_run.go b/internal/pkg/exec/interactive_run.go index 6b60c48afee..5c451a5e0c9 100644 --- a/internal/pkg/exec/interactive_run.go +++ b/internal/pkg/exec/interactive_run.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/interactive_run_cancellation_test.go b/internal/pkg/exec/interactive_run_cancellation_test.go index 26a783f925f..f42965ac033 100644 --- a/internal/pkg/exec/interactive_run_cancellation_test.go +++ b/internal/pkg/exec/interactive_run_cancellation_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/interactive_run_signal_test.go b/internal/pkg/exec/interactive_run_signal_test.go index aaa5a7bc9db..36708d39953 100644 --- a/internal/pkg/exec/interactive_run_signal_test.go +++ b/internal/pkg/exec/interactive_run_signal_test.go @@ -1,6 +1,6 @@ //go:build !windows -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/interactive_run_test.go b/internal/pkg/exec/interactive_run_test.go index dc4213e7ca1..eb92e2e208c 100644 --- a/internal/pkg/exec/interactive_run_test.go +++ b/internal/pkg/exec/interactive_run_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/interactive_run_windows.go b/internal/pkg/exec/interactive_run_windows.go index 66696e1aa49..4b4afe88346 100644 --- a/internal/pkg/exec/interactive_run_windows.go +++ b/internal/pkg/exec/interactive_run_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin.go b/internal/pkg/exec/ssm_plugin.go index c5cadf4d4b3..862630d8c12 100644 --- a/internal/pkg/exec/ssm_plugin.go +++ b/internal/pkg/exec/ssm_plugin.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin.go index 8c373de3937..0bdcdc99de5 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_amd64.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_amd64.go index 8917fe2cf69..85ed2dc7bf4 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_amd64.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_amd64.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_arm64.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_arm64.go index fb1d3dd9c10..3b806dea5ac 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_arm64.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_arm64.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_test.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_test.go index 63fd505e707..6d0580d33bb 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_test.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_darwin_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux.go index aaec6a47fb0..0a2f971300f 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_amd64.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_amd64.go index aff71293e3e..f808639c62a 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_amd64.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_amd64.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_arm64.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_arm64.go index 1b7653c7ca7..c6806cabdb2 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_arm64.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_arm64.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_test.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_test.go index 5794c151744..a110e0fb9b0 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_test.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_linux_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_install_latest_binary_windows.go b/internal/pkg/exec/ssm_plugin_install_latest_binary_windows.go index 78d11f3ce08..c772b3b4112 100644 --- a/internal/pkg/exec/ssm_plugin_install_latest_binary_windows.go +++ b/internal/pkg/exec/ssm_plugin_install_latest_binary_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. diff --git a/internal/pkg/exec/ssm_plugin_test.go b/internal/pkg/exec/ssm_plugin_test.go index b961de1ecd5..5b9a232ccab 100644 --- a/internal/pkg/exec/ssm_plugin_test.go +++ b/internal/pkg/exec/ssm_plugin_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_validate_binary.go b/internal/pkg/exec/ssm_plugin_validate_binary.go index 7f31c387222..dedbcb85290 100644 --- a/internal/pkg/exec/ssm_plugin_validate_binary.go +++ b/internal/pkg/exec/ssm_plugin_validate_binary.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. diff --git a/internal/pkg/exec/ssm_plugin_validate_binary_test.go b/internal/pkg/exec/ssm_plugin_validate_binary_test.go index 4cb72ef8461..ce4f914f3cf 100644 --- a/internal/pkg/exec/ssm_plugin_validate_binary_test.go +++ b/internal/pkg/exec/ssm_plugin_validate_binary_test.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/internal/pkg/exec/ssm_plugin_validate_binary_windows.go b/internal/pkg/exec/ssm_plugin_validate_binary_windows.go index 341faf28421..d0d48c4c8ff 100644 --- a/internal/pkg/exec/ssm_plugin_validate_binary_windows.go +++ b/internal/pkg/exec/ssm_plugin_validate_binary_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package exec provides an interface to execute certain commands. diff --git a/internal/pkg/graph/errors.go b/internal/pkg/graph/errors.go index 5637a37f644..5813fac0953 100644 --- a/internal/pkg/graph/errors.go +++ b/internal/pkg/graph/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package graph diff --git a/internal/pkg/graph/graph.go b/internal/pkg/graph/graph.go index a77319a6bbe..7cfce52cce3 100644 --- a/internal/pkg/graph/graph.go +++ b/internal/pkg/graph/graph.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package graph provides functionality for directed graphs. diff --git a/internal/pkg/graph/graph_test.go b/internal/pkg/graph/graph_test.go index cf770ccf441..98a8d5ba076 100644 --- a/internal/pkg/graph/graph_test.go +++ b/internal/pkg/graph/graph_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package graph diff --git a/internal/pkg/ini/ini.go b/internal/pkg/ini/ini.go index 1deb9ef5cc9..74bb3dbafa8 100644 --- a/internal/pkg/ini/ini.go +++ b/internal/pkg/ini/ini.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package ini provides functionality to parse and read properties from INI files. diff --git a/internal/pkg/ini/ini_test.go b/internal/pkg/ini/ini_test.go index f5f4154e2ea..ca800cba245 100644 --- a/internal/pkg/ini/ini_test.go +++ b/internal/pkg/ini/ini_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package ini diff --git a/internal/pkg/initialize/workload.go b/internal/pkg/initialize/workload.go index e83f17e5be7..12c21267705 100644 --- a/internal/pkg/initialize/workload.go +++ b/internal/pkg/initialize/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package initialize contains methods and structs needed to initialize jobs and services. diff --git a/internal/pkg/initialize/workload_test.go b/internal/pkg/initialize/workload_test.go index 7b988acf467..e2666935e54 100644 --- a/internal/pkg/initialize/workload_test.go +++ b/internal/pkg/initialize/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package initialize diff --git a/internal/pkg/interrupt/interrupt.go b/internal/pkg/interrupt/interrupt.go index 447e117cdc8..1e718aade24 100644 --- a/internal/pkg/interrupt/interrupt.go +++ b/internal/pkg/interrupt/interrupt.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 // Package interrupt carries the root command's first-interrupt notification through context. diff --git a/internal/pkg/interrupt/interrupt_test.go b/internal/pkg/interrupt/interrupt_test.go index 0f1f18168aa..c78960ee106 100644 --- a/internal/pkg/interrupt/interrupt_test.go +++ b/internal/pkg/interrupt/interrupt_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package interrupt diff --git a/internal/pkg/logging/logs.go b/internal/pkg/logging/logs.go index 50ee1dc763e..d1933a3642d 100644 --- a/internal/pkg/logging/logs.go +++ b/internal/pkg/logging/logs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package logging contains utility functions for ECS logging. diff --git a/internal/pkg/logging/task.go b/internal/pkg/logging/task.go index e4ccdb12173..fa6baed104e 100644 --- a/internal/pkg/logging/task.go +++ b/internal/pkg/logging/task.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package logging contains utility functions for ECS logging. diff --git a/internal/pkg/logging/task_test.go b/internal/pkg/logging/task_test.go index 70cda87841c..c543b1030ea 100644 --- a/internal/pkg/logging/task_test.go +++ b/internal/pkg/logging/task_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package logging diff --git a/internal/pkg/logging/workload.go b/internal/pkg/logging/workload.go index e005d611f26..5b1709489c2 100644 --- a/internal/pkg/logging/workload.go +++ b/internal/pkg/logging/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package logging contains utility functions for ECS logging. diff --git a/internal/pkg/logging/workload_test.go b/internal/pkg/logging/workload_test.go index cc0336dc37d..83d13bf657c 100644 --- a/internal/pkg/logging/workload_test.go +++ b/internal/pkg/logging/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package logging diff --git a/internal/pkg/manifest/applyenv_test.go b/internal/pkg/manifest/applyenv_test.go index cec35d89f01..3847dd71b51 100644 --- a/internal/pkg/manifest/applyenv_test.go +++ b/internal/pkg/manifest/applyenv_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/backend_svc.go b/internal/pkg/manifest/backend_svc.go index e94ce0c643f..f359245e931 100644 --- a/internal/pkg/manifest/backend_svc.go +++ b/internal/pkg/manifest/backend_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/backend_svc_test.go b/internal/pkg/manifest/backend_svc_test.go index cb07bc10d8b..602c0e5d86a 100644 --- a/internal/pkg/manifest/backend_svc_test.go +++ b/internal/pkg/manifest/backend_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/deprecated.go b/internal/pkg/manifest/deprecated.go index e14fd2912fc..c1ed5457949 100644 --- a/internal/pkg/manifest/deprecated.go +++ b/internal/pkg/manifest/deprecated.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/doc.go b/internal/pkg/manifest/doc.go index 766d28f3386..f888d392a98 100644 --- a/internal/pkg/manifest/doc.go +++ b/internal/pkg/manifest/doc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package manifest provides functionality to create Manifest files. diff --git a/internal/pkg/manifest/env.go b/internal/pkg/manifest/env.go index 37dbad06e58..321ea33b099 100644 --- a/internal/pkg/manifest/env.go +++ b/internal/pkg/manifest/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/env_test.go b/internal/pkg/manifest/env_test.go index 2f2f56a9be0..c9553830ef3 100644 --- a/internal/pkg/manifest/env_test.go +++ b/internal/pkg/manifest/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/errors.go b/internal/pkg/manifest/errors.go index efe4e84c60b..e1540451e00 100644 --- a/internal/pkg/manifest/errors.go +++ b/internal/pkg/manifest/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/http.go b/internal/pkg/manifest/http.go index 1a4c2ca62e5..aa94e24d59b 100644 --- a/internal/pkg/manifest/http.go +++ b/internal/pkg/manifest/http.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/http_test.go b/internal/pkg/manifest/http_test.go index 23c48dc6f85..e85795e1c2c 100644 --- a/internal/pkg/manifest/http_test.go +++ b/internal/pkg/manifest/http_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/interpolate.go b/internal/pkg/manifest/interpolate.go index 62d7fe9ccbc..359c37aa957 100644 --- a/internal/pkg/manifest/interpolate.go +++ b/internal/pkg/manifest/interpolate.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/interpolate_test.go b/internal/pkg/manifest/interpolate_test.go index 86db99f66db..73e52d1604d 100644 --- a/internal/pkg/manifest/interpolate_test.go +++ b/internal/pkg/manifest/interpolate_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/job.go b/internal/pkg/manifest/job.go index f75b1888720..d7d3b077601 100644 --- a/internal/pkg/manifest/job.go +++ b/internal/pkg/manifest/job.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/job_test.go b/internal/pkg/manifest/job_test.go index 96cf4d5f32c..c4374458c6e 100644 --- a/internal/pkg/manifest/job_test.go +++ b/internal/pkg/manifest/job_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/lb_web_svc.go b/internal/pkg/manifest/lb_web_svc.go index b30c93eb324..c6aba185a35 100644 --- a/internal/pkg/manifest/lb_web_svc.go +++ b/internal/pkg/manifest/lb_web_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/lb_web_svc_test.go b/internal/pkg/manifest/lb_web_svc_test.go index 1485d88917c..d7763679543 100644 --- a/internal/pkg/manifest/lb_web_svc_test.go +++ b/internal/pkg/manifest/lb_web_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/loader.go b/internal/pkg/manifest/loader.go index 9bcad6624c0..0d52fdaf976 100644 --- a/internal/pkg/manifest/loader.go +++ b/internal/pkg/manifest/loader.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/loader_test.go b/internal/pkg/manifest/loader_test.go index 42f64086978..3d944427871 100644 --- a/internal/pkg/manifest/loader_test.go +++ b/internal/pkg/manifest/loader_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/manifestinfo/type.go b/internal/pkg/manifest/manifestinfo/type.go index daf89ea5f4a..28d67453b46 100644 --- a/internal/pkg/manifest/manifestinfo/type.go +++ b/internal/pkg/manifest/manifestinfo/type.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package manifestinfo provides access to information embedded in a manifest. diff --git a/internal/pkg/manifest/manifestinfo/type_test.go b/internal/pkg/manifest/manifestinfo/type_test.go index f648db8ae80..5efa5d7dda1 100644 --- a/internal/pkg/manifest/manifestinfo/type_test.go +++ b/internal/pkg/manifest/manifestinfo/type_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifestinfo diff --git a/internal/pkg/manifest/marshal_manifest_integration_test.go b/internal/pkg/manifest/marshal_manifest_integration_test.go index 957a6b9e821..e09e74fc21f 100644 --- a/internal/pkg/manifest/marshal_manifest_integration_test.go +++ b/internal/pkg/manifest/marshal_manifest_integration_test.go @@ -1,6 +1,7 @@ //go:build localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/pipeline.go b/internal/pkg/manifest/pipeline.go index 747849795d3..75a5ba9d627 100644 --- a/internal/pkg/manifest/pipeline.go +++ b/internal/pkg/manifest/pipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/pipeline_test.go b/internal/pkg/manifest/pipeline_test.go index 3da6ebff6db..f8a31d2ebd2 100644 --- a/internal/pkg/manifest/pipeline_test.go +++ b/internal/pkg/manifest/pipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/rd_web_svc.go b/internal/pkg/manifest/rd_web_svc.go index 30c3abc7013..be90fb312ec 100644 --- a/internal/pkg/manifest/rd_web_svc.go +++ b/internal/pkg/manifest/rd_web_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/rd_web_svc_test.go b/internal/pkg/manifest/rd_web_svc_test.go index 30df151258b..8f539051eba 100644 --- a/internal/pkg/manifest/rd_web_svc_test.go +++ b/internal/pkg/manifest/rd_web_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/static_site.go b/internal/pkg/manifest/static_site.go index 449eb191040..b01d0b58cfb 100644 --- a/internal/pkg/manifest/static_site.go +++ b/internal/pkg/manifest/static_site.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/static_site_test.go b/internal/pkg/manifest/static_site_test.go index 1471a27f245..1df599bc372 100644 --- a/internal/pkg/manifest/static_site_test.go +++ b/internal/pkg/manifest/static_site_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/storage.go b/internal/pkg/manifest/storage.go index 103dd3479fa..0af6d722a41 100644 --- a/internal/pkg/manifest/storage.go +++ b/internal/pkg/manifest/storage.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/storage_test.go b/internal/pkg/manifest/storage_test.go index 279468df810..b637cfde080 100644 --- a/internal/pkg/manifest/storage_test.go +++ b/internal/pkg/manifest/storage_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/svc.go b/internal/pkg/manifest/svc.go index 86a86bac76b..e1ceb7faeb8 100644 --- a/internal/pkg/manifest/svc.go +++ b/internal/pkg/manifest/svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/svc_test.go b/internal/pkg/manifest/svc_test.go index 665b5f10deb..639fe459b66 100644 --- a/internal/pkg/manifest/svc_test.go +++ b/internal/pkg/manifest/svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/transform.go b/internal/pkg/manifest/transform.go index aefd112f78a..6f940ce3a99 100644 --- a/internal/pkg/manifest/transform.go +++ b/internal/pkg/manifest/transform.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/transform_test.go b/internal/pkg/manifest/transform_test.go index 04e095288c9..bd9cf974015 100644 --- a/internal/pkg/manifest/transform_test.go +++ b/internal/pkg/manifest/transform_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/union.go b/internal/pkg/manifest/union.go index c1835c2759e..342aded05b0 100644 --- a/internal/pkg/manifest/union.go +++ b/internal/pkg/manifest/union.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/union_test.go b/internal/pkg/manifest/union_test.go index b878064e856..ab960f64c3b 100644 --- a/internal/pkg/manifest/union_test.go +++ b/internal/pkg/manifest/union_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/validate.go b/internal/pkg/manifest/validate.go index 093e68654fe..8490f3afcc8 100644 --- a/internal/pkg/manifest/validate.go +++ b/internal/pkg/manifest/validate.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/validate_env.go b/internal/pkg/manifest/validate_env.go index 4537b7accc8..0b27f9bc2fb 100644 --- a/internal/pkg/manifest/validate_env.go +++ b/internal/pkg/manifest/validate_env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/validate_env_test.go b/internal/pkg/manifest/validate_env_test.go index 2b94592d4de..064db25445b 100644 --- a/internal/pkg/manifest/validate_env_test.go +++ b/internal/pkg/manifest/validate_env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/validate_integration_test.go b/internal/pkg/manifest/validate_integration_test.go index e23130c2b43..fbc7ed56394 100644 --- a/internal/pkg/manifest/validate_integration_test.go +++ b/internal/pkg/manifest/validate_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/validate_test.go b/internal/pkg/manifest/validate_test.go index 6f345ce2e2d..1f17dcbe55c 100644 --- a/internal/pkg/manifest/validate_test.go +++ b/internal/pkg/manifest/validate_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/worker_svc.go b/internal/pkg/manifest/worker_svc.go index b0ccae44deb..99b603a8fab 100644 --- a/internal/pkg/manifest/worker_svc.go +++ b/internal/pkg/manifest/worker_svc.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/worker_svc_test.go b/internal/pkg/manifest/worker_svc_test.go index 1f669778d2e..3f98174bf17 100644 --- a/internal/pkg/manifest/worker_svc_test.go +++ b/internal/pkg/manifest/worker_svc_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/workload.go b/internal/pkg/manifest/workload.go index 72ce3024bca..4ec2f7fc775 100644 --- a/internal/pkg/manifest/workload.go +++ b/internal/pkg/manifest/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/workload_ecs.go b/internal/pkg/manifest/workload_ecs.go index 4efefb861e0..3a61e7c99a7 100644 --- a/internal/pkg/manifest/workload_ecs.go +++ b/internal/pkg/manifest/workload_ecs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/workload_ecs_test.go b/internal/pkg/manifest/workload_ecs_test.go index 516ae76be66..488b1e9bf88 100644 --- a/internal/pkg/manifest/workload_ecs_test.go +++ b/internal/pkg/manifest/workload_ecs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/manifest/workload_test.go b/internal/pkg/manifest/workload_test.go index 53108ca73b5..908c8e9e201 100644 --- a/internal/pkg/manifest/workload_test.go +++ b/internal/pkg/manifest/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package manifest diff --git a/internal/pkg/metadata/commit.go b/internal/pkg/metadata/commit.go index edf9e3b59ea..47762c04c48 100644 --- a/internal/pkg/metadata/commit.go +++ b/internal/pkg/metadata/commit.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 // Package metadata contains helpers for Copilot metadata commit operations. diff --git a/internal/pkg/metadata/commit_test.go b/internal/pkg/metadata/commit_test.go index 86940d7e68c..9ae55b9ab0c 100644 --- a/internal/pkg/metadata/commit_test.go +++ b/internal/pkg/metadata/commit_test.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package metadata diff --git a/internal/pkg/override/cdk.go b/internal/pkg/override/cdk.go index 45c4fe7e59d..41afb2ed3b3 100644 --- a/internal/pkg/override/cdk.go +++ b/internal/pkg/override/cdk.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/cdk_test.go b/internal/pkg/override/cdk_test.go index 98b26f093cd..021be6a6919 100644 --- a/internal/pkg/override/cdk_test.go +++ b/internal/pkg/override/cdk_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/errors.go b/internal/pkg/override/errors.go index 48b738551a2..e93f4867c8c 100644 --- a/internal/pkg/override/errors.go +++ b/internal/pkg/override/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/errors_test.go b/internal/pkg/override/errors_test.go index c7942dadb2a..712f27d42fe 100644 --- a/internal/pkg/override/errors_test.go +++ b/internal/pkg/override/errors_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/noop.go b/internal/pkg/override/noop.go index 3ddb357034c..2c8b8c0132f 100644 --- a/internal/pkg/override/noop.go +++ b/internal/pkg/override/noop.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/noop_test.go b/internal/pkg/override/noop_test.go index 06c52cb663a..55ca79c7478 100644 --- a/internal/pkg/override/noop_test.go +++ b/internal/pkg/override/noop_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/override.go b/internal/pkg/override/override.go index d1b85e2da8d..3f2cf628cdc 100644 --- a/internal/pkg/override/override.go +++ b/internal/pkg/override/override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package override defines functionality to interact with the "overrides/" directory diff --git a/internal/pkg/override/override_test.go b/internal/pkg/override/override_test.go index c0ec9347d22..68682f4dc58 100644 --- a/internal/pkg/override/override_test.go +++ b/internal/pkg/override/override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/patch.go b/internal/pkg/override/patch.go index e58c8b13d9e..fafa1fb1521 100644 --- a/internal/pkg/override/patch.go +++ b/internal/pkg/override/patch.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/override/patch_test.go b/internal/pkg/override/patch_test.go index adb5bd16ac2..861a2503412 100644 --- a/internal/pkg/override/patch_test.go +++ b/internal/pkg/override/patch_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/queue/queue.go b/internal/pkg/queue/queue.go index 5d37c12c22a..12c681813f1 100644 --- a/internal/pkg/queue/queue.go +++ b/internal/pkg/queue/queue.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package queue provides a generic priority queue. diff --git a/internal/pkg/queue/queue_test.go b/internal/pkg/queue/queue_test.go index eb836dfb266..74e8033e539 100644 --- a/internal/pkg/queue/queue_test.go +++ b/internal/pkg/queue/queue_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package queue diff --git a/internal/pkg/repository/repository.go b/internal/pkg/repository/repository.go index 94a18114854..a1be91db894 100644 --- a/internal/pkg/repository/repository.go +++ b/internal/pkg/repository/repository.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package repository provides support for building and pushing images to a repository. diff --git a/internal/pkg/repository/repository_test.go b/internal/pkg/repository/repository_test.go index 1518c0eea42..797b93604fc 100644 --- a/internal/pkg/repository/repository_test.go +++ b/internal/pkg/repository/repository_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package repository diff --git a/internal/pkg/runner/jobrunner/jobrunner.go b/internal/pkg/runner/jobrunner/jobrunner.go index 4076d84366d..a8905c48b1f 100644 --- a/internal/pkg/runner/jobrunner/jobrunner.go +++ b/internal/pkg/runner/jobrunner/jobrunner.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package jobrunner provides support for invoking jobs. diff --git a/internal/pkg/runner/jobrunner/jobrunner_test.go b/internal/pkg/runner/jobrunner/jobrunner_test.go index 156de657acc..efe4cd245b5 100644 --- a/internal/pkg/runner/jobrunner/jobrunner_test.go +++ b/internal/pkg/runner/jobrunner/jobrunner_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package jobrunner diff --git a/internal/pkg/s3/s3.go b/internal/pkg/s3/s3.go index 3fe1ea525fa..ce2edab7c53 100644 --- a/internal/pkg/s3/s3.go +++ b/internal/pkg/s3/s3.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package s3 provides a client to retrieve Copilot S3 information. diff --git a/internal/pkg/s3/s3_test.go b/internal/pkg/s3/s3_test.go index d8f5c4359c9..5accc00de7f 100644 --- a/internal/pkg/s3/s3_test.go +++ b/internal/pkg/s3/s3_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package s3 diff --git a/internal/pkg/stream/cfnstack.go b/internal/pkg/stream/cfnstack.go index 40397f969bf..d98d5ed8737 100644 --- a/internal/pkg/stream/cfnstack.go +++ b/internal/pkg/stream/cfnstack.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/stream/cfnstack_test.go b/internal/pkg/stream/cfnstack_test.go index c2b488af3f0..f3f4b68ed7f 100644 --- a/internal/pkg/stream/cfnstack_test.go +++ b/internal/pkg/stream/cfnstack_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/stream/cfnstackset.go b/internal/pkg/stream/cfnstackset.go index 2fba97528bf..1b57b8c8993 100644 --- a/internal/pkg/stream/cfnstackset.go +++ b/internal/pkg/stream/cfnstackset.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/stream/cfnstackset_test.go b/internal/pkg/stream/cfnstackset_test.go index 02dbcaf8e94..7155ab6bfc8 100644 --- a/internal/pkg/stream/cfnstackset_test.go +++ b/internal/pkg/stream/cfnstackset_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/stream/ecs.go b/internal/pkg/stream/ecs.go index c51f649a150..38d3c8cc538 100644 --- a/internal/pkg/stream/ecs.go +++ b/internal/pkg/stream/ecs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/stream/ecs_test.go b/internal/pkg/stream/ecs_test.go index 24033500a21..2cd70420737 100644 --- a/internal/pkg/stream/ecs_test.go +++ b/internal/pkg/stream/ecs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/stream/stream.go b/internal/pkg/stream/stream.go index 588194af90d..e6a18b27c5e 100644 --- a/internal/pkg/stream/stream.go +++ b/internal/pkg/stream/stream.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package stream implements streamers that publish AWS events periodically. diff --git a/internal/pkg/stream/stream_test.go b/internal/pkg/stream/stream_test.go index 0041d20cf12..23980b5a7f7 100644 --- a/internal/pkg/stream/stream_test.go +++ b/internal/pkg/stream/stream_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/stream/throttle.go b/internal/pkg/stream/throttle.go index 057378138a9..688845c4c1d 100644 --- a/internal/pkg/stream/throttle.go +++ b/internal/pkg/stream/throttle.go @@ -1,4 +1,4 @@ -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. // SPDX-License-Identifier: Apache-2.0 package stream diff --git a/internal/pkg/task/config_runner.go b/internal/pkg/task/config_runner.go index 94b13782ea5..b97f48b56e3 100644 --- a/internal/pkg/task/config_runner.go +++ b/internal/pkg/task/config_runner.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package task diff --git a/internal/pkg/task/config_runner_test.go b/internal/pkg/task/config_runner_test.go index f947d07b34c..4434475087b 100644 --- a/internal/pkg/task/config_runner_test.go +++ b/internal/pkg/task/config_runner_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package task diff --git a/internal/pkg/task/env_runner.go b/internal/pkg/task/env_runner.go index 3f073eb8fee..83fc5c2a6b2 100644 --- a/internal/pkg/task/env_runner.go +++ b/internal/pkg/task/env_runner.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package task diff --git a/internal/pkg/task/env_runner_test.go b/internal/pkg/task/env_runner_test.go index 4fdfbb9907e..4c4c4239dab 100644 --- a/internal/pkg/task/env_runner_test.go +++ b/internal/pkg/task/env_runner_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package task diff --git a/internal/pkg/task/errors.go b/internal/pkg/task/errors.go index 3269f4da3fb..09d36a039c8 100644 --- a/internal/pkg/task/errors.go +++ b/internal/pkg/task/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package task diff --git a/internal/pkg/task/task.go b/internal/pkg/task/task.go index 581d02e8a3f..879a5008d0f 100644 --- a/internal/pkg/task/task.go +++ b/internal/pkg/task/task.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package task provides support for running Amazon ECS tasks. diff --git a/internal/pkg/template/artifactpath/artifactpath.go b/internal/pkg/template/artifactpath/artifactpath.go index 004a2c1d5d4..91c2267976b 100644 --- a/internal/pkg/template/artifactpath/artifactpath.go +++ b/internal/pkg/template/artifactpath/artifactpath.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package artifactpath holds functions to generate the S3 object path for artifacts. diff --git a/internal/pkg/template/artifactpath/artifactpath_test.go b/internal/pkg/template/artifactpath/artifactpath_test.go index fe9361ddf55..182a215bf09 100644 --- a/internal/pkg/template/artifactpath/artifactpath_test.go +++ b/internal/pkg/template/artifactpath/artifactpath_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package artifactpath diff --git a/internal/pkg/template/diff/diff.go b/internal/pkg/template/diff/diff.go index df30162a331..70bffb32c7f 100644 --- a/internal/pkg/template/diff/diff.go +++ b/internal/pkg/template/diff/diff.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package diff provides functionalities to compare two YAML documents. diff --git a/internal/pkg/template/diff/diff_test.go b/internal/pkg/template/diff/diff_test.go index 8767ae240d9..6e0ef5a5a23 100644 --- a/internal/pkg/template/diff/diff_test.go +++ b/internal/pkg/template/diff/diff_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/formatter.go b/internal/pkg/template/diff/formatter.go index b45a6f034cb..8aa6a66234e 100644 --- a/internal/pkg/template/diff/formatter.go +++ b/internal/pkg/template/diff/formatter.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/iter.go b/internal/pkg/template/diff/iter.go index e5925ae6792..fd9180b58f8 100644 --- a/internal/pkg/template/diff/iter.go +++ b/internal/pkg/template/diff/iter.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/lcs.go b/internal/pkg/template/diff/lcs.go index f8971d1d2c4..eefa962e03e 100644 --- a/internal/pkg/template/diff/lcs.go +++ b/internal/pkg/template/diff/lcs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/lcs_test.go b/internal/pkg/template/diff/lcs_test.go index 8aa5ee9021e..cf91b6ca5e2 100644 --- a/internal/pkg/template/diff/lcs_test.go +++ b/internal/pkg/template/diff/lcs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/override.go b/internal/pkg/template/diff/override.go index b158cac6a2d..a0194417b45 100644 --- a/internal/pkg/template/diff/override.go +++ b/internal/pkg/template/diff/override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/override_test.go b/internal/pkg/template/diff/override_test.go index a93c1cf8be7..9cd3c625aed 100644 --- a/internal/pkg/template/diff/override_test.go +++ b/internal/pkg/template/diff/override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/write.go b/internal/pkg/template/diff/write.go index 3d188760eb1..602adeaed26 100644 --- a/internal/pkg/template/diff/write.go +++ b/internal/pkg/template/diff/write.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/diff/write_test.go b/internal/pkg/template/diff/write_test.go index 6cb75c44861..6243b767b21 100644 --- a/internal/pkg/template/diff/write_test.go +++ b/internal/pkg/template/diff/write_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package diff diff --git a/internal/pkg/template/env.go b/internal/pkg/template/env.go index 047bd425923..844e61b5f27 100644 --- a/internal/pkg/template/env.go +++ b/internal/pkg/template/env.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/env_local_integration_test.go b/internal/pkg/template/env_local_integration_test.go index a1ce94b2c5f..3e4a8b2b6c3 100644 --- a/internal/pkg/template/env_local_integration_test.go +++ b/internal/pkg/template/env_local_integration_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/env_test.go b/internal/pkg/template/env_test.go index 3e1576f32c3..f4e05d8bb05 100644 --- a/internal/pkg/template/env_test.go +++ b/internal/pkg/template/env_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/override/override.go b/internal/pkg/template/override/override.go index f474991775e..96caa1cdb29 100644 --- a/internal/pkg/template/override/override.go +++ b/internal/pkg/template/override/override.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package override provides functionality to replace content from vended templates. diff --git a/internal/pkg/template/override/override_test.go b/internal/pkg/template/override/override_test.go index 1a16dc394d6..f4c237ffd71 100644 --- a/internal/pkg/template/override/override_test.go +++ b/internal/pkg/template/override/override_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/template/override/rule.go b/internal/pkg/template/override/rule.go index 9a5ecdf6037..f86b67ec1d9 100644 --- a/internal/pkg/template/override/rule.go +++ b/internal/pkg/template/override/rule.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/template/override/rule_test.go b/internal/pkg/template/override/rule_test.go index b51a7cf90ab..75a3d79e231 100644 --- a/internal/pkg/template/override/rule_test.go +++ b/internal/pkg/template/override/rule_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package override diff --git a/internal/pkg/template/overrides.go b/internal/pkg/template/overrides.go index 1e43dbebfa3..60e2f17a24e 100644 --- a/internal/pkg/template/overrides.go +++ b/internal/pkg/template/overrides.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/overrides_test.go b/internal/pkg/template/overrides_test.go index 0224fc963c0..541b0ce37cb 100644 --- a/internal/pkg/template/overrides_test.go +++ b/internal/pkg/template/overrides_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/permissions_boundary_integration_test.go b/internal/pkg/template/permissions_boundary_integration_test.go index 49ceb8f672f..567ffc50b31 100644 --- a/internal/pkg/template/permissions_boundary_integration_test.go +++ b/internal/pkg/template/permissions_boundary_integration_test.go @@ -1,6 +1,7 @@ //go:build integration || localintegration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/pipeline.go b/internal/pkg/template/pipeline.go index 71a006093cc..4b625f0e3e1 100644 --- a/internal/pkg/template/pipeline.go +++ b/internal/pkg/template/pipeline.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/pipeline_test.go b/internal/pkg/template/pipeline_test.go index 0505f9927bc..b20cd7ac64b 100644 --- a/internal/pkg/template/pipeline_test.go +++ b/internal/pkg/template/pipeline_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/template.go b/internal/pkg/template/template.go index 0e89a67344d..f46fcd56448 100644 --- a/internal/pkg/template/template.go +++ b/internal/pkg/template/template.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package template renders the static files under the "/templates/" directory. diff --git a/internal/pkg/template/template_functions.go b/internal/pkg/template/template_functions.go index 6936f625073..c782b6e1b48 100644 --- a/internal/pkg/template/template_functions.go +++ b/internal/pkg/template/template_functions.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/template_functions_test.go b/internal/pkg/template/template_functions_test.go index 65ffce41b45..3d8cd06e788 100644 --- a/internal/pkg/template/template_functions_test.go +++ b/internal/pkg/template/template_functions_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/template_integration_test.go b/internal/pkg/template/template_integration_test.go index 250b56f60ae..3e05d758d98 100644 --- a/internal/pkg/template/template_integration_test.go +++ b/internal/pkg/template/template_integration_test.go @@ -1,6 +1,7 @@ //go:build integration // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template_test diff --git a/internal/pkg/template/template_test.go b/internal/pkg/template/template_test.go index 642c2508ec7..02cf8bec25b 100644 --- a/internal/pkg/template/template_test.go +++ b/internal/pkg/template/template_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/templatetest/templatetest.go b/internal/pkg/template/templatetest/templatetest.go index cf11935f227..67d9b069d8b 100644 --- a/internal/pkg/template/templatetest/templatetest.go +++ b/internal/pkg/template/templatetest/templatetest.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package templatetest provides test doubles for embedded templates. diff --git a/internal/pkg/template/workload.go b/internal/pkg/template/workload.go index 230b6138fd5..cdc2338630b 100644 --- a/internal/pkg/template/workload.go +++ b/internal/pkg/template/workload.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/template/workload_test.go b/internal/pkg/template/workload_test.go index b7d357bea3e..a50ce90e0e2 100644 --- a/internal/pkg/template/workload_test.go +++ b/internal/pkg/template/workload_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package template diff --git a/internal/pkg/term/color/color.go b/internal/pkg/term/color/color.go index 1e38922e709..43004bd4152 100644 --- a/internal/pkg/term/color/color.go +++ b/internal/pkg/term/color/color.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package color provides functionality to displayed colored text on the terminal. diff --git a/internal/pkg/term/color/color_test.go b/internal/pkg/term/color/color_test.go index 84cf1906809..7f173440b8a 100644 --- a/internal/pkg/term/color/color_test.go +++ b/internal/pkg/term/color/color_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package color diff --git a/internal/pkg/term/cursor/cursor.go b/internal/pkg/term/cursor/cursor.go index e733515b714..98ecaf96e3a 100644 --- a/internal/pkg/term/cursor/cursor.go +++ b/internal/pkg/term/cursor/cursor.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package cursor provides functionality to interact with the terminal cursor. diff --git a/internal/pkg/term/cursor/cursor_test_posix.go b/internal/pkg/term/cursor/cursor_test_posix.go index b2197e49b06..3fe8c141d9a 100644 --- a/internal/pkg/term/cursor/cursor_test_posix.go +++ b/internal/pkg/term/cursor/cursor_test_posix.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cursor diff --git a/internal/pkg/term/cursor/vertical.go b/internal/pkg/term/cursor/vertical.go index ba813dbfefe..6142fd81422 100644 --- a/internal/pkg/term/cursor/vertical.go +++ b/internal/pkg/term/cursor/vertical.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cursor diff --git a/internal/pkg/term/cursor/vertical_windows.go b/internal/pkg/term/cursor/vertical_windows.go index c8922566318..10a535809e7 100644 --- a/internal/pkg/term/cursor/vertical_windows.go +++ b/internal/pkg/term/cursor/vertical_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package cursor diff --git a/internal/pkg/term/log/log.go b/internal/pkg/term/log/log.go index fb0b3e49712..827585cb54c 100644 --- a/internal/pkg/term/log/log.go +++ b/internal/pkg/term/log/log.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package log is a wrapper around the fmt package to print messages to the terminal. diff --git a/internal/pkg/term/log/log_test.go b/internal/pkg/term/log/log_test.go index a8b58668819..18ed2778c2a 100644 --- a/internal/pkg/term/log/log_test.go +++ b/internal/pkg/term/log/log_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package log diff --git a/internal/pkg/term/log/logger.go b/internal/pkg/term/log/logger.go index 65d56bd7503..64b008b4aa0 100644 --- a/internal/pkg/term/log/logger.go +++ b/internal/pkg/term/log/logger.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package log diff --git a/internal/pkg/term/log/logger_test.go b/internal/pkg/term/log/logger_test.go index 5e4023c9a0a..e65da862f5a 100644 --- a/internal/pkg/term/log/logger_test.go +++ b/internal/pkg/term/log/logger_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package log diff --git a/internal/pkg/term/log/prefix.go b/internal/pkg/term/log/prefix.go index 5569b3dc85f..97623ff1c38 100644 --- a/internal/pkg/term/log/prefix.go +++ b/internal/pkg/term/log/prefix.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package log diff --git a/internal/pkg/term/log/prefix_windows.go b/internal/pkg/term/log/prefix_windows.go index 6e0172d0c83..f922758d9a1 100644 --- a/internal/pkg/term/log/prefix_windows.go +++ b/internal/pkg/term/log/prefix_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package log diff --git a/internal/pkg/term/progress/charset.go b/internal/pkg/term/progress/charset.go index 683da3b1d7e..f99d013fe19 100644 --- a/internal/pkg/term/progress/charset.go +++ b/internal/pkg/term/progress/charset.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/charset_windows.go b/internal/pkg/term/progress/charset_windows.go index fd46b1ba39b..75b947ad5ca 100644 --- a/internal/pkg/term/progress/charset_windows.go +++ b/internal/pkg/term/progress/charset_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/cloudformation.go b/internal/pkg/term/progress/cloudformation.go index b74c6e94f80..8ded2805ab4 100644 --- a/internal/pkg/term/progress/cloudformation.go +++ b/internal/pkg/term/progress/cloudformation.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/cloudformation_test.go b/internal/pkg/term/progress/cloudformation_test.go index 00d04127fe0..f3949dbcc81 100644 --- a/internal/pkg/term/progress/cloudformation_test.go +++ b/internal/pkg/term/progress/cloudformation_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/component.go b/internal/pkg/term/progress/component.go index 20dc5df72f1..d29237b1229 100644 --- a/internal/pkg/term/progress/component.go +++ b/internal/pkg/term/progress/component.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/component_test.go b/internal/pkg/term/progress/component_test.go index cd5788f6221..003fc31e483 100644 --- a/internal/pkg/term/progress/component_test.go +++ b/internal/pkg/term/progress/component_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/ecs.go b/internal/pkg/term/progress/ecs.go index 012cf74aa9d..1d2074f0b28 100644 --- a/internal/pkg/term/progress/ecs.go +++ b/internal/pkg/term/progress/ecs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/ecs_test.go b/internal/pkg/term/progress/ecs_test.go index ba0e66a976d..7b534966469 100644 --- a/internal/pkg/term/progress/ecs_test.go +++ b/internal/pkg/term/progress/ecs_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/envcontroller.go b/internal/pkg/term/progress/envcontroller.go index 1643f811087..71a8085e433 100644 --- a/internal/pkg/term/progress/envcontroller.go +++ b/internal/pkg/term/progress/envcontroller.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/envcontroller_test.go b/internal/pkg/term/progress/envcontroller_test.go index 2170ce2a7c7..c1bdb46975b 100644 --- a/internal/pkg/term/progress/envcontroller_test.go +++ b/internal/pkg/term/progress/envcontroller_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/render.go b/internal/pkg/term/progress/render.go index a4700e507d9..3ba0443c4cd 100644 --- a/internal/pkg/term/progress/render.go +++ b/internal/pkg/term/progress/render.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/render_interval.go b/internal/pkg/term/progress/render_interval.go index c430d37ff90..da6d26fa5e6 100644 --- a/internal/pkg/term/progress/render_interval.go +++ b/internal/pkg/term/progress/render_interval.go @@ -1,6 +1,7 @@ //go:build !windows // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/render_interval_windows.go b/internal/pkg/term/progress/render_interval_windows.go index 2a7c204960a..f70fc11f3b8 100644 --- a/internal/pkg/term/progress/render_interval_windows.go +++ b/internal/pkg/term/progress/render_interval_windows.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/render_test.go b/internal/pkg/term/progress/render_test.go index ec021b572f0..c5dc0ffbce0 100644 --- a/internal/pkg/term/progress/render_test.go +++ b/internal/pkg/term/progress/render_test.go @@ -1,14 +1,15 @@ //go:build !windows +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. +// SPDX-License-Identifier: Apache-2.0 + // This test is not compatible with Windows because it makes POSIX-centric assumptions about terminal output. // // On Windows, these terminal features involve system calls instead of writing escape sequences, which means // that this test case doesn't actually test what it's trying to do on Windows and instead just makes a bunch // of invalid system calls, in addition to having intermittent timing issues. -// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -// SPDX-License-Identifier: Apache-2.0 - package progress import ( diff --git a/internal/pkg/term/progress/spinner.go b/internal/pkg/term/progress/spinner.go index 811804f1e12..eb45287d0c6 100644 --- a/internal/pkg/term/progress/spinner.go +++ b/internal/pkg/term/progress/spinner.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/spinner_test.go b/internal/pkg/term/progress/spinner_test.go index 4d6fc3d552f..331783c3200 100644 --- a/internal/pkg/term/progress/spinner_test.go +++ b/internal/pkg/term/progress/spinner_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/status.go b/internal/pkg/term/progress/status.go index f2731fa5d6c..18b5c954017 100644 --- a/internal/pkg/term/progress/status.go +++ b/internal/pkg/term/progress/status.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/summarybar/summarybar.go b/internal/pkg/term/progress/summarybar/summarybar.go index 4d75a75fbeb..8643322a0dc 100644 --- a/internal/pkg/term/progress/summarybar/summarybar.go +++ b/internal/pkg/term/progress/summarybar/summarybar.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package summarybar provides renderers for summary bar. diff --git a/internal/pkg/term/progress/summarybar/summarybar_test.go b/internal/pkg/term/progress/summarybar/summarybar_test.go index 83714bcedec..30679910c51 100644 --- a/internal/pkg/term/progress/summarybar/summarybar_test.go +++ b/internal/pkg/term/progress/summarybar/summarybar_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package summarybar diff --git a/internal/pkg/term/progress/time.go b/internal/pkg/term/progress/time.go index 20a0733862d..cf307d98e2f 100644 --- a/internal/pkg/term/progress/time.go +++ b/internal/pkg/term/progress/time.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/writer.go b/internal/pkg/term/progress/writer.go index 63bd8f19220..a68058108ba 100644 --- a/internal/pkg/term/progress/writer.go +++ b/internal/pkg/term/progress/writer.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/progress/writer_test.go b/internal/pkg/term/progress/writer_test.go index 457f870e830..225be9ea740 100644 --- a/internal/pkg/term/progress/writer_test.go +++ b/internal/pkg/term/progress/writer_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package progress diff --git a/internal/pkg/term/prompt/prompt.go b/internal/pkg/term/prompt/prompt.go index 7363bc11d9c..486ca2a04c1 100644 --- a/internal/pkg/term/prompt/prompt.go +++ b/internal/pkg/term/prompt/prompt.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package prompt provides functionality to retrieve free-form text, selection, diff --git a/internal/pkg/term/prompt/prompt_test.go b/internal/pkg/term/prompt/prompt_test.go index 966f96472a6..31363676706 100644 --- a/internal/pkg/term/prompt/prompt_test.go +++ b/internal/pkg/term/prompt/prompt_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package prompt diff --git a/internal/pkg/term/prompt/select.go b/internal/pkg/term/prompt/select.go index f7a43d3db01..a293ebc038a 100644 --- a/internal/pkg/term/prompt/select.go +++ b/internal/pkg/term/prompt/select.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package prompt diff --git a/internal/pkg/term/prompt/select_test.go b/internal/pkg/term/prompt/select_test.go index 4f6c0def1d9..b4f3f364a4c 100644 --- a/internal/pkg/term/prompt/select_test.go +++ b/internal/pkg/term/prompt/select_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package prompt diff --git a/internal/pkg/term/selector/cfn.go b/internal/pkg/term/selector/cfn.go index 997fc2c13dc..66e72d249cb 100644 --- a/internal/pkg/term/selector/cfn.go +++ b/internal/pkg/term/selector/cfn.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/cfn_test.go b/internal/pkg/term/selector/cfn_test.go index 1306053fcdb..77276d8e88e 100644 --- a/internal/pkg/term/selector/cfn_test.go +++ b/internal/pkg/term/selector/cfn_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/creds.go b/internal/pkg/term/selector/creds.go index c02a1bda25f..a85dd7d1049 100644 --- a/internal/pkg/term/selector/creds.go +++ b/internal/pkg/term/selector/creds.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/creds_test.go b/internal/pkg/term/selector/creds_test.go index 7e5e5a36592..c40a3d03168 100644 --- a/internal/pkg/term/selector/creds_test.go +++ b/internal/pkg/term/selector/creds_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/ec2.go b/internal/pkg/term/selector/ec2.go index 93a4b9f28f5..26c9fa3ed4d 100644 --- a/internal/pkg/term/selector/ec2.go +++ b/internal/pkg/term/selector/ec2.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package selector provides functionality for users to select an application, environment, or service name. diff --git a/internal/pkg/term/selector/ec2_test.go b/internal/pkg/term/selector/ec2_test.go index 62081a2ad3e..951a84f0d0f 100644 --- a/internal/pkg/term/selector/ec2_test.go +++ b/internal/pkg/term/selector/ec2_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/errors.go b/internal/pkg/term/selector/errors.go index 66e12724f20..061d7ad6fed 100644 --- a/internal/pkg/term/selector/errors.go +++ b/internal/pkg/term/selector/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/errors_test.go b/internal/pkg/term/selector/errors_test.go index 2f2a429cc82..084137688aa 100644 --- a/internal/pkg/term/selector/errors_test.go +++ b/internal/pkg/term/selector/errors_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/local_selector.go b/internal/pkg/term/selector/local_selector.go index b1b353c82ac..fcf5d920153 100644 --- a/internal/pkg/term/selector/local_selector.go +++ b/internal/pkg/term/selector/local_selector.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/local_selector_test.go b/internal/pkg/term/selector/local_selector_test.go index f7999b9d015..85d7766957b 100644 --- a/internal/pkg/term/selector/local_selector_test.go +++ b/internal/pkg/term/selector/local_selector_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/selector/selector.go b/internal/pkg/term/selector/selector.go index 7a823c8872b..798caa51719 100644 --- a/internal/pkg/term/selector/selector.go +++ b/internal/pkg/term/selector/selector.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package selector provides functionality for users to select an application, environment, or service name. diff --git a/internal/pkg/term/selector/selector_test.go b/internal/pkg/term/selector/selector_test.go index fbaa676b939..4a28b4a7298 100644 --- a/internal/pkg/term/selector/selector_test.go +++ b/internal/pkg/term/selector/selector_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package selector diff --git a/internal/pkg/term/syncbuffer/syncbuffer.go b/internal/pkg/term/syncbuffer/syncbuffer.go index e940b695fee..6003190283f 100644 --- a/internal/pkg/term/syncbuffer/syncbuffer.go +++ b/internal/pkg/term/syncbuffer/syncbuffer.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package syncbuffer provides a goroutine safe bytes.Buffer as well printing functionality to the terminal. diff --git a/internal/pkg/term/syncbuffer/syncbuffer_test.go b/internal/pkg/term/syncbuffer/syncbuffer_test.go index 4b1d2515889..3f199c2af88 100644 --- a/internal/pkg/term/syncbuffer/syncbuffer_test.go +++ b/internal/pkg/term/syncbuffer/syncbuffer_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package syncbuffer diff --git a/internal/pkg/term/syncbuffer/termprinter.go b/internal/pkg/term/syncbuffer/termprinter.go index 002e129b3dd..192fa19b279 100644 --- a/internal/pkg/term/syncbuffer/termprinter.go +++ b/internal/pkg/term/syncbuffer/termprinter.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package syncbuffer provides a goroutine safe bytes.Buffer as well printing functionality to the terminal. diff --git a/internal/pkg/term/syncbuffer/termprinter_test.go b/internal/pkg/term/syncbuffer/termprinter_test.go index 6c649d792f1..5958de8c115 100644 --- a/internal/pkg/term/syncbuffer/termprinter_test.go +++ b/internal/pkg/term/syncbuffer/termprinter_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package syncbuffer diff --git a/internal/pkg/version/version.go b/internal/pkg/version/version.go index 2fd19daabc7..eaaedf5d6de 100644 --- a/internal/pkg/version/version.go +++ b/internal/pkg/version/version.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package version holds variables for generating version information diff --git a/internal/pkg/workspace/errors.go b/internal/pkg/workspace/errors.go index d0a1bcddf2f..35cff2bcd7c 100644 --- a/internal/pkg/workspace/errors.go +++ b/internal/pkg/workspace/errors.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package workspace diff --git a/internal/pkg/workspace/errors_test.go b/internal/pkg/workspace/errors_test.go index fdac3bad94b..a29da2f6293 100644 --- a/internal/pkg/workspace/errors_test.go +++ b/internal/pkg/workspace/errors_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package workspace diff --git a/internal/pkg/workspace/workspace.go b/internal/pkg/workspace/workspace.go index 48dfa40a6eb..dc6a07a46fe 100644 --- a/internal/pkg/workspace/workspace.go +++ b/internal/pkg/workspace/workspace.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 // Package workspace contains functionality to manage a user's local workspace. This includes diff --git a/internal/pkg/workspace/workspace_test.go b/internal/pkg/workspace/workspace_test.go index fc66093fd1f..0b2ed2561c7 100644 --- a/internal/pkg/workspace/workspace_test.go +++ b/internal/pkg/workspace/workspace_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package workspace diff --git a/regression/client/cli.go b/regression/client/cli.go index c153e2321cc..e0756acf7a1 100644 --- a/regression/client/cli.go +++ b/regression/client/cli.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package client diff --git a/regression/client/outputs.go b/regression/client/outputs.go index 71df1b56d4e..2672c4b147c 100644 --- a/regression/client/outputs.go +++ b/regression/client/outputs.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package client diff --git a/regression/multi-svc-app/back-end/main.go b/regression/multi-svc-app/back-end/main.go index ebd467bc4e6..2e84651ccb7 100644 --- a/regression/multi-svc-app/back-end/main.go +++ b/regression/multi-svc-app/back-end/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/regression/multi-svc-app/back-end/swap/main.go b/regression/multi-svc-app/back-end/swap/main.go index ca7dd847993..71e460177bb 100644 --- a/regression/multi-svc-app/back-end/swap/main.go +++ b/regression/multi-svc-app/back-end/swap/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/regression/multi-svc-app/front-end/main.go b/regression/multi-svc-app/front-end/main.go index 6b28fc7708d..94dc2290e33 100644 --- a/regression/multi-svc-app/front-end/main.go +++ b/regression/multi-svc-app/front-end/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/regression/multi-svc-app/front-end/swap/main.go b/regression/multi-svc-app/front-end/swap/main.go index e9209405b48..2104434a872 100644 --- a/regression/multi-svc-app/front-end/swap/main.go +++ b/regression/multi-svc-app/front-end/swap/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/regression/multi-svc-app/multi_svc_app_suite_test.go b/regression/multi-svc-app/multi_svc_app_suite_test.go index 7afd25dea0a..1e675d9396b 100644 --- a/regression/multi-svc-app/multi_svc_app_suite_test.go +++ b/regression/multi-svc-app/multi_svc_app_suite_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_svc_app_test diff --git a/regression/multi-svc-app/multi_svc_app_test.go b/regression/multi-svc-app/multi_svc_app_test.go index 9f92655914e..838c09e8ac4 100644 --- a/regression/multi-svc-app/multi_svc_app_test.go +++ b/regression/multi-svc-app/multi_svc_app_test.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package multi_svc_app_test diff --git a/regression/multi-svc-app/www/main.go b/regression/multi-svc-app/www/main.go index 63572211d7d..00407424c6c 100644 --- a/regression/multi-svc-app/www/main.go +++ b/regression/multi-svc-app/www/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/regression/multi-svc-app/www/swap/main.go b/regression/multi-svc-app/www/swap/main.go index dbd4fe3bc94..563a794778a 100644 --- a/regression/multi-svc-app/www/swap/main.go +++ b/regression/multi-svc-app/www/swap/main.go @@ -1,4 +1,5 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright APROINT, s.r.o. in modifications to this fork. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/scripts/license.sh b/scripts/license.sh index a3107b6905f..964390778a8 100755 --- a/scripts/license.sh +++ b/scripts/license.sh @@ -1,55 +1,94 @@ #!/bin/bash # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright APROINT, s.r.o. in modifications to this fork. # SPDX-License-Identifier: Apache-2.0 # -# license.sh checks that all Go files in the given correct-looking license header. - -check_header() { - got=$1 - want=$(cat <&2 exit 1 fi -rootdir=$1 - -fail=0 -while IFS= read -r -d '' file; do - case $file in - $rootdir/*/mocks/*) - # Skip mocks packages. - ;; - $rootdir/*/mock_*.go) - # Skip mock files. - ;; - $rootdir/*/node_modules/*) - # Skip node modules for js files. - ;; - $rootdir/site/*) - # Skip website content - ;; - *) - header="$(head -10 $file)" - if ! check_header "$header"; then - fail=1 - echo "${file#$rootdir/} doesn't have the right copyright header:" - echo "$header" | sed -e 's/^/ /g' - fi - ;; - esac -done < <(find "$rootdir" \( -name '*.go' -o -name '*.js' \) -print0) - -if [ $fail -ne 0 ]; then - exit 1 -fi +python3 - "$1" <<'PY' +import pathlib +import subprocess +import sys + +FORK_POINT = "a0dbe68908e55c4292e5838bd6cfbaea38364879" +AMAZON = "// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved." +APROINT = "// Copyright APROINT, s.r.o." +MODIFICATIONS = "// Copyright APROINT, s.r.o. in modifications to this fork." +SPDX = "// SPDX-License-Identifier: Apache-2.0" +DERIVED = "// Derived from AWS Copilot CLI source." + +root = pathlib.Path(sys.argv[1]).resolve() + + +def git(*args): + return subprocess.run( + ["git", "-C", str(root), *args], capture_output=True, check=True + ).stdout + + +try: + git("cat-file", "-e", f"{FORK_POINT}^{{commit}}") +except subprocess.CalledProcessError: + sys.exit(f"license check: fork-point commit {FORK_POINT} is unavailable; fetch it before checking licenses") + +try: + inherited = set(git("ls-tree", "-r", "--name-only", "-z", FORK_POINT).split(b"\0")) + tracked = git("ls-files", "-z", "--", "*.go", "*.js").split(b"\0") +except subprocess.CalledProcessError as error: + sys.exit(f"license check: git failed: {error.stderr.decode(errors='replace').strip()}") + + +def in_scope(path): + parts = pathlib.PurePosixPath(path).parts + return not ( + "mocks" in parts[:-1] + or (path.endswith(".go") and parts[-1].startswith("mock_")) + or "node_modules" in parts[:-1] + or parts[0] == "site" + ) + + +failures = 0 +for raw_path in tracked: + if not raw_path: + continue + path = raw_path.decode("utf-8", errors="surrogateescape") + if not in_scope(path): + continue + + lines = (root / path).read_text(encoding="utf-8").splitlines() + offset = 0 + if path.endswith(".go") and lines and lines[0].startswith("//go:build "): + offset = 1 + while offset < len(lines) and lines[offset].startswith("// +build "): + offset += 1 + if offset >= len(lines) or lines[offset] != "": + failures += 1 + print(f"{path}: expected a blank line after Go build tags") + continue + offset += 1 + + if raw_path in inherited: + expected = [AMAZON, MODIFICATIONS, SPDX] + elif lines[offset:offset + 1] == [AMAZON]: + expected = [AMAZON, MODIFICATIONS, SPDX, DERIVED] + else: + expected = [APROINT, SPDX] + + if lines[offset:offset + len(expected)] != expected: + failures += 1 + print(f"{path}: expected header at line {offset + 1}: {' | '.join(expected)}") + elif len(lines) > offset + len(expected) and lines[offset + len(expected)].startswith( + ("// Copyright ", "// SPDX-License-Identifier:", "// Derived from ") + ): + failures += 1 + print(f"{path}: unexpected extra license line after header") + +if failures: + sys.exit(f"license check: {failures} file(s) have invalid headers") +PY