diff --git a/LICENSE b/LICENSE index f41b4da..220c0fc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2020, 2023 +Copyright IBM Corp. 2020, 2026 Mozilla Public License Version 2.0 ================================== diff --git a/datadog/main.tf b/datadog/main.tf index e796f86..b94f028 100644 --- a/datadog/main.tf +++ b/datadog/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/datadog/monitors.tf b/datadog/monitors.tf index 061cd52..c4a4dbe 100644 --- a/datadog/monitors.tf +++ b/datadog/monitors.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 resource "datadog_monitor" "apm_service_high_error_rate" { diff --git a/datadog/policy/dashboard.sentinel b/datadog/policy/dashboard.sentinel index c80b02a..2f8129d 100644 --- a/datadog/policy/dashboard.sentinel +++ b/datadog/policy/dashboard.sentinel @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2020, 2026 + import "tfplan/v2" as tfplan resources = values(tfplan.planned_values.resources) diff --git a/datadog/policy/monitor.sentinel b/datadog/policy/monitor.sentinel index f601570..30cdf31 100644 --- a/datadog/policy/monitor.sentinel +++ b/datadog/policy/monitor.sentinel @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2020, 2026 + import "tfplan/v2" as tfplan resources = values(tfplan.planned_values.resources) diff --git a/datadog/policy/sentinel.hcl b/datadog/policy/sentinel.hcl index 9cfa366..2c592cc 100644 --- a/datadog/policy/sentinel.hcl +++ b/datadog/policy/sentinel.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 policy "dashboard" { diff --git a/datadog/policy/test/testdata/mock-tfplan-fail.sentinel b/datadog/policy/test/testdata/mock-tfplan-fail.sentinel index ab974e0..3262d30 100644 --- a/datadog/policy/test/testdata/mock-tfplan-fail.sentinel +++ b/datadog/policy/test/testdata/mock-tfplan-fail.sentinel @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2020, 2026 + terraform_version = "0.12.24" planned_values = { diff --git a/datadog/policy/test/testdata/mock-tfplan-v2.sentinel b/datadog/policy/test/testdata/mock-tfplan-v2.sentinel index a725256..537a228 100644 --- a/datadog/policy/test/testdata/mock-tfplan-v2.sentinel +++ b/datadog/policy/test/testdata/mock-tfplan-v2.sentinel @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2020, 2026 + terraform_version = "0.12.24" planned_values = { diff --git a/datadog/setup/compute_host.tf b/datadog/setup/compute_host.tf index b9a243e..e720aaa 100644 --- a/datadog/setup/compute_host.tf +++ b/datadog/setup/compute_host.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 data "google_compute_network" "default" { diff --git a/datadog/setup/main.tf b/datadog/setup/main.tf index aa24f2b..5580716 100644 --- a/datadog/setup/main.tf +++ b/datadog/setup/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 terraform { diff --git a/datadog/setup/packer/bootstrap.sh b/datadog/setup/packer/bootstrap.sh index e4bd3f4..efd3549 100644 --- a/datadog/setup/packer/bootstrap.sh +++ b/datadog/setup/packer/bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 set -e diff --git a/datadog/setup/packer/build.pkr.hcl b/datadog/setup/packer/build.pkr.hcl index c9e37b2..3d4b325 100644 --- a/datadog/setup/packer/build.pkr.hcl +++ b/datadog/setup/packer/build.pkr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "project_id" { diff --git a/datadog/setup/variables.tf b/datadog/setup/variables.tf index 7c556af..100500e 100644 --- a/datadog/setup/variables.tf +++ b/datadog/setup/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "datadog_api_key" { diff --git a/datadog/store-frontend-anomaly-p90-latency.tf b/datadog/store-frontend-anomaly-p90-latency.tf index e398b60..eb87346 100644 --- a/datadog/store-frontend-anomaly-p90-latency.tf +++ b/datadog/store-frontend-anomaly-p90-latency.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 locals { diff --git a/datadog/terraform.auto.tfvars b/datadog/terraform.auto.tfvars index ac7fcd0..b90860b 100644 --- a/datadog/terraform.auto.tfvars +++ b/datadog/terraform.auto.tfvars @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 application = "eCommerce" diff --git a/datadog/variables.tf b/datadog/variables.tf index 62e4624..b418620 100644 --- a/datadog/variables.tf +++ b/datadog/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2023 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 variable "datadog_api_key" {