Skip to content

Commit b2115ab

Browse files
authored
chore: Align SPDX license headers with the repo's Apache-2.0 license (#340)
1 parent cdfb53d commit b2115ab

45 files changed

Lines changed: 45 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

charts/amazon-cloudwatch-observability/tests/flag_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
# SPDX-License-Identifier: MIT
3+
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Validates the 3-flag OTEL CI gating matrix by exhaustively rendering
66
# `helm template` across all 8 combinations of:

integration-tests/amazon-cloudwatch-observability/terraform/common/main.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
resource "random_id" "testing_id" {
55
byte_length = 8

integration-tests/amazon-cloudwatch-observability/terraform/common/output.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
output "testing_id" {
55
value = random_id.testing_id.hex

integration-tests/amazon-cloudwatch-observability/terraform/eks/main.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
module "common" {
55
source = "../common"

integration-tests/amazon-cloudwatch-observability/terraform/eks/providers.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
provider "aws" {
55
region = var.region

integration-tests/amazon-cloudwatch-observability/terraform/eks/variables.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
variable "region" {
55
type = string

integration-tests/amazon-cloudwatch-observability/terraform/eks/windows/main.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
module "common" {
55
source = "../../common"

integration-tests/amazon-cloudwatch-observability/terraform/eks/windows/providers.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
provider "aws" {
55
region = var.region

integration-tests/amazon-cloudwatch-observability/terraform/eks/windows/variables.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
variable "region" {
55
type = string

integration-tests/amazon-cloudwatch-observability/terraform/minikube/main.tf

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: MIT
2+
// SPDX-License-Identifier: Apache-2.0
33

44
terraform {
55
required_providers {

0 commit comments

Comments
 (0)