Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cf-custom-resources/eslint.config.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/alb-rule-priority-generator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/backlog-per-task-calculator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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");
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/bucket-cleaner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/cert-replicator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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 */
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/custom-domain-app-runner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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 */
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/custom-domain.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/desired-count-delegation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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');
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/dns-cert-validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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 */
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/dns-delegation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/env-controller.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/trigger-state-machine.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/unique-json-values.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/wkld-cert-validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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");
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/lib/wkld-custom-domain.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";
Expand Down
2 changes: 1 addition & 1 deletion cf-custom-resources/scripts/package.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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');
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/bucket-cleaner-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/cert-replicator-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/custom-domain-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/dns-cert-validator-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/dns-delegation-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/env-controller-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
2 changes: 1 addition & 1 deletion cf-custom-resources/test/lambda-tester.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
2 changes: 1 addition & 1 deletion cf-custom-resources/test/setup-vitest.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/trigger-state-machine-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/unique-json-values-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";
Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/wkld-cert-validator-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
1 change: 1 addition & 0 deletions cf-custom-resources/test/wkld-custom-domain-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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";

Expand Down
2 changes: 1 addition & 1 deletion cf-custom-resources/vitest.config.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
1 change: 1 addition & 0 deletions cmd/copilot/description.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions cmd/copilot/description_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions cmd/copilot/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/copilot/main_test.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions cmd/copilot/template/macro.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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.
Expand Down
1 change: 1 addition & 0 deletions cmd/copilot/template/template.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/app-with-domain/app_with_domain_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/app-with-domain/app_with_domain_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/app-with-domain/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.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');
Expand Down
1 change: 1 addition & 0 deletions e2e/apprunner/apprunner_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/apprunner/apprunner_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/apprunner/back-end/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/apprunner/front-end/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/cloudfront/cloudfront_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/cloudfront/cloudfront_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/customized-env/customized_env_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/customized-env/customized_env_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/exec/exec_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/exec/exec_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/import-certs/import_cert_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/import-certs/import_cert_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/init/init_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/init/init_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/internal/client/aws.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/internal/client/bash.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/internal/client/cli.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/internal/client/docker.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/internal/client/outputs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/internal/command/command.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
1 change: 1 addition & 0 deletions e2e/isolated/backend/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright Amazon.com, 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
Expand Down
Loading