From d3e2ccaaccf601bf38dcda60fa166bff78cc7019 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:38:26 -0700 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#27469) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- .../azurestackhci/stack_hci_deployment_setting_resource.go | 3 +++ .../stack_hci_deployment_setting_resource_test.go | 3 +++ .../services/azurestackhci/stack_hci_storage_path_resource.go | 3 +++ .../azurestackhci/stack_hci_storage_path_resource_test.go | 3 +++ internal/services/azurestackhci/testdata/ad.ps1 | 3 +++ internal/services/azurestackhci/testdata/connect.ps1 | 3 +++ 6 files changed, 18 insertions(+) diff --git a/internal/services/azurestackhci/stack_hci_deployment_setting_resource.go b/internal/services/azurestackhci/stack_hci_deployment_setting_resource.go index 41c0104c25c8..5f7c2c136c19 100644 --- a/internal/services/azurestackhci/stack_hci_deployment_setting_resource.go +++ b/internal/services/azurestackhci/stack_hci_deployment_setting_resource.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package azurestackhci import ( diff --git a/internal/services/azurestackhci/stack_hci_deployment_setting_resource_test.go b/internal/services/azurestackhci/stack_hci_deployment_setting_resource_test.go index 50bb2615882f..8c7530e03678 100644 --- a/internal/services/azurestackhci/stack_hci_deployment_setting_resource_test.go +++ b/internal/services/azurestackhci/stack_hci_deployment_setting_resource_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package azurestackhci_test import ( diff --git a/internal/services/azurestackhci/stack_hci_storage_path_resource.go b/internal/services/azurestackhci/stack_hci_storage_path_resource.go index 79da5c37ef6e..8414dd1b83ec 100644 --- a/internal/services/azurestackhci/stack_hci_storage_path_resource.go +++ b/internal/services/azurestackhci/stack_hci_storage_path_resource.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package azurestackhci import ( diff --git a/internal/services/azurestackhci/stack_hci_storage_path_resource_test.go b/internal/services/azurestackhci/stack_hci_storage_path_resource_test.go index 73ad65d1563e..59aadfb3f6d1 100644 --- a/internal/services/azurestackhci/stack_hci_storage_path_resource_test.go +++ b/internal/services/azurestackhci/stack_hci_storage_path_resource_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package azurestackhci_test import ( diff --git a/internal/services/azurestackhci/testdata/ad.ps1 b/internal/services/azurestackhci/testdata/ad.ps1 index 6f3639269946..70c0a250ed1b 100644 --- a/internal/services/azurestackhci/testdata/ad.ps1 +++ b/internal/services/azurestackhci/testdata/ad.ps1 @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # Follows https://learn.microsoft.com/en-us/azure-stack/hci/deploy/deployment-prep-active-directory # The script is from https://github.com/Azure/Edge-infrastructure-quickstart-template/blob/c42d671bd8464071c3b8dfc9d599bef1631b22a2/modules/hci-provisioners/ad.ps1 param( diff --git a/internal/services/azurestackhci/testdata/connect.ps1 b/internal/services/azurestackhci/testdata/connect.ps1 index 69255362b35c..ee138c6389d3 100644 --- a/internal/services/azurestackhci/testdata/connect.ps1 +++ b/internal/services/azurestackhci/testdata/connect.ps1 @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # follows https://learn.microsoft.com/en-us/azure-stack/hci/deploy/deployment-arc-register-server-permissions?tabs=powershell # the script is from https://github.com/Azure/Edge-infrastructure-quickstart-template/blob/c42d671bd8464071c3b8dfc9d599bef1631b22a2/modules/hci-provisioners/hci-server/connect.ps1 param(