Skip to content

Commit 67c5f59

Browse files
authored
chore(templates): relicense templates to MIT-0 (#2427)
MIT-0 has no license conditions for customers to comply with, so it places less burden on anyone whose code gets pieces of these templates. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent b680c80 commit 67c5f59

File tree

20 files changed

+34
-19
lines changed

20 files changed

+34
-19
lines changed

templates/LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7+
the Software, and to permit persons to whom the Software is furnished to do so.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
11+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
12+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
13+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+

templates/app/versions/v0.0.0/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: 2010-09-09
44
Description: Configure the AWSCloudFormationStackSetAdministrationRole to enable use of AWS CloudFormation StackSets.
55
Parameters:

templates/app/versions/v0.0.0/cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: '2010-09-09'{{$accounts := .Accounts}}{{$app := .App}}{{$services := .Services}}{{$svcTag := .ServiceTagKey}}
44
# Cross-regional resources deployed via a stackset in the tools account
55
# to support the CodePipeline for a workspace

templates/app/versions/v1.0.0/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: 2010-09-09
44
Description: Configure the AWSCloudFormationStackSetAdministrationRole to enable use of AWS CloudFormation StackSets.
55
Metadata:

templates/app/versions/v1.0.0/cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: '2010-09-09'{{$accounts := .Accounts}}{{$app := .App}}{{$services := .Services}}{{$svcTag := .ServiceTagKey}}
44
# Cross-regional resources deployed via a stackset in the tools account
55
# to support the CodePipeline for a workspace

templates/app/versions/v1.0.1/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: 2010-09-09
44
Description: Configure the AWSCloudFormationStackSetAdministrationRole to enable use of AWS CloudFormation StackSets.
55
Metadata:

templates/app/versions/v1.0.1/cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: '2010-09-09'{{$accounts := .Accounts}}{{$app := .App}}{{$services := .Services}}{{$svcTag := .ServiceTagKey}}
44
# Cross-regional resources deployed via a stackset in the tools account
55
# to support the CodePipeline for a workspace

templates/cicd/pipeline_cfn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: '2010-09-09'
44
Description: CodePipeline for {{$.AppName}}
55
Resources:

templates/environment/versions/cf-v0.0.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33

44
Parameters:
55
AppName:

templates/environment/versions/cf-v1.0.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
Metadata:
44
Version: 'v1.0.0'
55

templates/environment/versions/cf-v1.0.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
Metadata:
44
Version: 'v1.0.1'
55

templates/environment/versions/cf-v1.1.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
Metadata:
44
Version: 'v1.1.0'
55

templates/environment/versions/cf-v1.2.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
Metadata:
44
Version: 'v1.2.0'
55

templates/environment/versions/cf-v1.3.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
Description: CloudFormation environment template for infrastructure shared among Copilot workloads.
44
Metadata:
55
Version: 'v1.3.0'

templates/environment/versions/cf-v1.3.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
Description: CloudFormation environment template for infrastructure shared among Copilot workloads.
44
Metadata:
55
Version: 'v1.3.1'

templates/environment/versions/cf-v1.4.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
Description: CloudFormation environment template for infrastructure shared among Copilot workloads.
44
Metadata:
55
Version: 'v1.4.0'

templates/task/cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: "2010-09-09"
44
Description: "CloudFormation template that represents a task on Amazon ECS."
55
Parameters:

templates/workloads/jobs/scheduled-job/cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: 2010-09-09
44
Description: CloudFormation template that represents a scheduled job on Amazon ECS.
55
Parameters:

templates/workloads/services/backend/cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: 2010-09-09
44
Description: CloudFormation template that represents a backend service on Amazon ECS.
55
Parameters:

templates/workloads/services/lb-web/cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: MIT-0
33
AWSTemplateFormatVersion: 2010-09-09
44
Description: CloudFormation template that represents a load balanced web service on Amazon ECS.
55
Parameters:

0 commit comments

Comments
 (0)