From 5ed3c8d563cf773dc5ae23c3c7c9c7514300f0af Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Fri, 6 May 2016 20:32:18 -0700 Subject: [PATCH] Updated license information to reference builder/azure --- builder/azure/arm/artifact.go | 2 +- builder/azure/arm/artifact_test.go | 2 +- builder/azure/arm/authenticate.go | 2 +- builder/azure/arm/azure_client.go | 2 +- builder/azure/arm/builder.go | 2 +- builder/azure/arm/builder_test.go | 2 +- builder/azure/arm/capture_template.go | 2 +- builder/azure/arm/capture_template_test.go | 2 +- builder/azure/arm/config.go | 2 +- builder/azure/arm/config_test.go | 2 +- builder/azure/arm/deployment_factory.go | 2 +- builder/azure/arm/deployment_factory_test.go | 2 +- builder/azure/arm/deployment_poller.go | 2 +- builder/azure/arm/deployment_poller_test.go | 2 +- builder/azure/arm/openssh_key_pair.go | 2 +- builder/azure/arm/openssh_key_pair_test.go | 2 +- builder/azure/arm/step.go | 2 +- builder/azure/arm/step_capture_image.go | 2 +- builder/azure/arm/step_capture_image_test.go | 2 +- builder/azure/arm/step_create_resource_group.go | 2 +- builder/azure/arm/step_create_resource_group_test.go | 2 +- builder/azure/arm/step_delete_os_disk.go | 2 +- builder/azure/arm/step_delete_os_disk_test.go | 2 +- builder/azure/arm/step_delete_resource_group.go | 2 +- builder/azure/arm/step_delete_resource_group_test.go | 2 +- builder/azure/arm/step_deploy_template.go | 2 +- builder/azure/arm/step_deploy_template_test.go | 2 +- builder/azure/arm/step_get_certificate.go | 2 +- builder/azure/arm/step_get_certificate_test.go | 2 +- builder/azure/arm/step_get_ip_address.go | 2 +- builder/azure/arm/step_get_ip_address_test.go | 2 +- builder/azure/arm/step_get_os_disk.go | 2 +- builder/azure/arm/step_get_os_disk_test.go | 2 +- builder/azure/arm/step_power_off_compute.go | 2 +- builder/azure/arm/step_power_off_compute_test.go | 2 +- builder/azure/arm/step_set_certificate.go | 2 +- builder/azure/arm/step_set_certificate_test.go | 2 +- builder/azure/arm/step_test.go | 2 +- builder/azure/arm/step_validate_template.go | 2 +- builder/azure/arm/step_validate_template_test.go | 2 +- builder/azure/arm/template.go | 2 +- builder/azure/arm/template_parameters.go | 2 +- builder/azure/arm/template_parameters_test.go | 2 +- builder/azure/arm/tempname.go | 2 +- builder/azure/arm/tempname_test.go | 2 +- builder/azure/common/constants/goos.go | 2 +- builder/azure/common/constants/stateBag.go | 2 +- builder/azure/common/constants/targetplatforms.go | 2 +- builder/azure/common/gluestrings.go | 2 +- builder/azure/common/gluestrings_test.go | 2 +- builder/azure/common/interruptible_task.go | 2 +- builder/azure/common/interruptible_task_test.go | 2 +- builder/azure/common/lin/ssh.go | 2 +- builder/azure/common/lin/step_create_cert.go | 2 +- builder/azure/common/lin/step_generalize_os.go | 2 +- builder/azure/common/logutil/logfields.go | 2 +- builder/azure/common/randomstring.go | 2 +- builder/azure/common/randomstring_test.go | 2 +- builder/azure/common/state_bag.go | 2 +- builder/azure/common/vault.go | 2 +- builder/azure/pkcs12/README.md | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/builder/azure/arm/artifact.go b/builder/azure/arm/artifact.go index 23d372497..64d5a6a42 100644 --- a/builder/azure/arm/artifact.go +++ b/builder/azure/arm/artifact.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/artifact_test.go b/builder/azure/arm/artifact_test.go index a43533bd0..a60e27a9d 100644 --- a/builder/azure/arm/artifact_test.go +++ b/builder/azure/arm/artifact_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/authenticate.go b/builder/azure/arm/authenticate.go index ba4d05754..54178eb87 100644 --- a/builder/azure/arm/authenticate.go +++ b/builder/azure/arm/authenticate.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/azure_client.go b/builder/azure/arm/azure_client.go index 59df7f30f..4e60b7467 100644 --- a/builder/azure/arm/azure_client.go +++ b/builder/azure/arm/azure_client.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/builder.go b/builder/azure/arm/builder.go index 71dc8f822..5f3e07ec7 100644 --- a/builder/azure/arm/builder.go +++ b/builder/azure/arm/builder.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/builder_test.go b/builder/azure/arm/builder_test.go index bbf173f7d..8d3f1f908 100644 --- a/builder/azure/arm/builder_test.go +++ b/builder/azure/arm/builder_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/capture_template.go b/builder/azure/arm/capture_template.go index 9e136130d..23e70199d 100644 --- a/builder/azure/arm/capture_template.go +++ b/builder/azure/arm/capture_template.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/capture_template_test.go b/builder/azure/arm/capture_template_test.go index 2145e0d1d..6d2e53b1e 100644 --- a/builder/azure/arm/capture_template_test.go +++ b/builder/azure/arm/capture_template_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/config.go b/builder/azure/arm/config.go index ae2fdea4c..2cb819b1f 100644 --- a/builder/azure/arm/config.go +++ b/builder/azure/arm/config.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/config_test.go b/builder/azure/arm/config_test.go index e686bd60b..3d5a7756c 100644 --- a/builder/azure/arm/config_test.go +++ b/builder/azure/arm/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/deployment_factory.go b/builder/azure/arm/deployment_factory.go index f563d8f4f..80bcd914f 100644 --- a/builder/azure/arm/deployment_factory.go +++ b/builder/azure/arm/deployment_factory.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/deployment_factory_test.go b/builder/azure/arm/deployment_factory_test.go index f3fe69996..0ff1575d3 100644 --- a/builder/azure/arm/deployment_factory_test.go +++ b/builder/azure/arm/deployment_factory_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/deployment_poller.go b/builder/azure/arm/deployment_poller.go index 1ce76aa2b..b98fd8404 100644 --- a/builder/azure/arm/deployment_poller.go +++ b/builder/azure/arm/deployment_poller.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/deployment_poller_test.go b/builder/azure/arm/deployment_poller_test.go index 83c90bc49..7ec25c0dd 100644 --- a/builder/azure/arm/deployment_poller_test.go +++ b/builder/azure/arm/deployment_poller_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/openssh_key_pair.go b/builder/azure/arm/openssh_key_pair.go index a775525ae..4f8c8d22c 100644 --- a/builder/azure/arm/openssh_key_pair.go +++ b/builder/azure/arm/openssh_key_pair.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/openssh_key_pair_test.go b/builder/azure/arm/openssh_key_pair_test.go index 2f538070c..7e2f69573 100644 --- a/builder/azure/arm/openssh_key_pair_test.go +++ b/builder/azure/arm/openssh_key_pair_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step.go b/builder/azure/arm/step.go index 3b4893dbb..4b14ba459 100644 --- a/builder/azure/arm/step.go +++ b/builder/azure/arm/step.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_capture_image.go b/builder/azure/arm/step_capture_image.go index aa21ef670..f47ebaf3f 100644 --- a/builder/azure/arm/step_capture_image.go +++ b/builder/azure/arm/step_capture_image.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_capture_image_test.go b/builder/azure/arm/step_capture_image_test.go index 52c69b5da..13040ddb3 100644 --- a/builder/azure/arm/step_capture_image_test.go +++ b/builder/azure/arm/step_capture_image_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_create_resource_group.go b/builder/azure/arm/step_create_resource_group.go index 85569c4a8..cab2c7eb7 100644 --- a/builder/azure/arm/step_create_resource_group.go +++ b/builder/azure/arm/step_create_resource_group.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_create_resource_group_test.go b/builder/azure/arm/step_create_resource_group_test.go index fe42a3129..ba77cad10 100644 --- a/builder/azure/arm/step_create_resource_group_test.go +++ b/builder/azure/arm/step_create_resource_group_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_delete_os_disk.go b/builder/azure/arm/step_delete_os_disk.go index 1c996f9b4..2b7b59207 100644 --- a/builder/azure/arm/step_delete_os_disk.go +++ b/builder/azure/arm/step_delete_os_disk.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_delete_os_disk_test.go b/builder/azure/arm/step_delete_os_disk_test.go index 214cfec74..bb918c6f7 100644 --- a/builder/azure/arm/step_delete_os_disk_test.go +++ b/builder/azure/arm/step_delete_os_disk_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_delete_resource_group.go b/builder/azure/arm/step_delete_resource_group.go index 62e67919e..f74dedd3f 100644 --- a/builder/azure/arm/step_delete_resource_group.go +++ b/builder/azure/arm/step_delete_resource_group.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_delete_resource_group_test.go b/builder/azure/arm/step_delete_resource_group_test.go index 3ba2dbf17..9398f9d30 100644 --- a/builder/azure/arm/step_delete_resource_group_test.go +++ b/builder/azure/arm/step_delete_resource_group_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_deploy_template.go b/builder/azure/arm/step_deploy_template.go index 7ec7e484e..356558926 100644 --- a/builder/azure/arm/step_deploy_template.go +++ b/builder/azure/arm/step_deploy_template.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_deploy_template_test.go b/builder/azure/arm/step_deploy_template_test.go index 330fdb8c8..f3be502cb 100644 --- a/builder/azure/arm/step_deploy_template_test.go +++ b/builder/azure/arm/step_deploy_template_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_get_certificate.go b/builder/azure/arm/step_get_certificate.go index f8fc89940..7af7b2feb 100644 --- a/builder/azure/arm/step_get_certificate.go +++ b/builder/azure/arm/step_get_certificate.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_get_certificate_test.go b/builder/azure/arm/step_get_certificate_test.go index 7db490ddc..57072404c 100644 --- a/builder/azure/arm/step_get_certificate_test.go +++ b/builder/azure/arm/step_get_certificate_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_get_ip_address.go b/builder/azure/arm/step_get_ip_address.go index 5f8be6bd8..0b5f7c510 100644 --- a/builder/azure/arm/step_get_ip_address.go +++ b/builder/azure/arm/step_get_ip_address.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_get_ip_address_test.go b/builder/azure/arm/step_get_ip_address_test.go index 14d4d73fe..bd826c29e 100644 --- a/builder/azure/arm/step_get_ip_address_test.go +++ b/builder/azure/arm/step_get_ip_address_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_get_os_disk.go b/builder/azure/arm/step_get_os_disk.go index 4d67057db..810159ea2 100644 --- a/builder/azure/arm/step_get_os_disk.go +++ b/builder/azure/arm/step_get_os_disk.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_get_os_disk_test.go b/builder/azure/arm/step_get_os_disk_test.go index a0219762c..298cb4ef4 100644 --- a/builder/azure/arm/step_get_os_disk_test.go +++ b/builder/azure/arm/step_get_os_disk_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_power_off_compute.go b/builder/azure/arm/step_power_off_compute.go index bd6044745..b48c7b96c 100644 --- a/builder/azure/arm/step_power_off_compute.go +++ b/builder/azure/arm/step_power_off_compute.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_power_off_compute_test.go b/builder/azure/arm/step_power_off_compute_test.go index 244265d46..d305fe4ab 100644 --- a/builder/azure/arm/step_power_off_compute_test.go +++ b/builder/azure/arm/step_power_off_compute_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_set_certificate.go b/builder/azure/arm/step_set_certificate.go index 4bf6cc516..7c7ede26f 100644 --- a/builder/azure/arm/step_set_certificate.go +++ b/builder/azure/arm/step_set_certificate.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_set_certificate_test.go b/builder/azure/arm/step_set_certificate_test.go index 4ee8c0cb4..185b24ed4 100644 --- a/builder/azure/arm/step_set_certificate_test.go +++ b/builder/azure/arm/step_set_certificate_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_test.go b/builder/azure/arm/step_test.go index c3c1e9438..f13edb545 100644 --- a/builder/azure/arm/step_test.go +++ b/builder/azure/arm/step_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_validate_template.go b/builder/azure/arm/step_validate_template.go index 52f65e8ac..08d709875 100644 --- a/builder/azure/arm/step_validate_template.go +++ b/builder/azure/arm/step_validate_template.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/step_validate_template_test.go b/builder/azure/arm/step_validate_template_test.go index d2c76e0de..88048bd3d 100644 --- a/builder/azure/arm/step_validate_template_test.go +++ b/builder/azure/arm/step_validate_template_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/template.go b/builder/azure/arm/template.go index 3bab5f5ea..d1856ae50 100644 --- a/builder/azure/arm/template.go +++ b/builder/azure/arm/template.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/template_parameters.go b/builder/azure/arm/template_parameters.go index 489cb0a76..da7ca772c 100644 --- a/builder/azure/arm/template_parameters.go +++ b/builder/azure/arm/template_parameters.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/template_parameters_test.go b/builder/azure/arm/template_parameters_test.go index ce5491350..b74b98a77 100644 --- a/builder/azure/arm/template_parameters_test.go +++ b/builder/azure/arm/template_parameters_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/tempname.go b/builder/azure/arm/tempname.go index f5f577962..6298a1943 100644 --- a/builder/azure/arm/tempname.go +++ b/builder/azure/arm/tempname.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/arm/tempname_test.go b/builder/azure/arm/tempname_test.go index 114ecedf3..c812e6c7d 100644 --- a/builder/azure/arm/tempname_test.go +++ b/builder/azure/arm/tempname_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package arm diff --git a/builder/azure/common/constants/goos.go b/builder/azure/common/constants/goos.go index b904bf9d2..f3d957fa7 100644 --- a/builder/azure/common/constants/goos.go +++ b/builder/azure/common/constants/goos.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package constants diff --git a/builder/azure/common/constants/stateBag.go b/builder/azure/common/constants/stateBag.go index e7ca98c63..52994d0bd 100644 --- a/builder/azure/common/constants/stateBag.go +++ b/builder/azure/common/constants/stateBag.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package constants diff --git a/builder/azure/common/constants/targetplatforms.go b/builder/azure/common/constants/targetplatforms.go index d95f7b66c..953f3d320 100644 --- a/builder/azure/common/constants/targetplatforms.go +++ b/builder/azure/common/constants/targetplatforms.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package constants diff --git a/builder/azure/common/gluestrings.go b/builder/azure/common/gluestrings.go index 2bab92e54..0988b98a9 100644 --- a/builder/azure/common/gluestrings.go +++ b/builder/azure/common/gluestrings.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package common diff --git a/builder/azure/common/gluestrings_test.go b/builder/azure/common/gluestrings_test.go index ac4c1528d..63379d475 100644 --- a/builder/azure/common/gluestrings_test.go +++ b/builder/azure/common/gluestrings_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package common diff --git a/builder/azure/common/interruptible_task.go b/builder/azure/common/interruptible_task.go index 31915dbce..32acb0992 100644 --- a/builder/azure/common/interruptible_task.go +++ b/builder/azure/common/interruptible_task.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package common diff --git a/builder/azure/common/interruptible_task_test.go b/builder/azure/common/interruptible_task_test.go index b11e85e12..22a969700 100644 --- a/builder/azure/common/interruptible_task_test.go +++ b/builder/azure/common/interruptible_task_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package common diff --git a/builder/azure/common/lin/ssh.go b/builder/azure/common/lin/ssh.go index b6d5a6efe..af86b5f97 100644 --- a/builder/azure/common/lin/ssh.go +++ b/builder/azure/common/lin/ssh.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package lin diff --git a/builder/azure/common/lin/step_create_cert.go b/builder/azure/common/lin/step_create_cert.go index 5ba38ac43..70720b193 100644 --- a/builder/azure/common/lin/step_create_cert.go +++ b/builder/azure/common/lin/step_create_cert.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package lin diff --git a/builder/azure/common/lin/step_generalize_os.go b/builder/azure/common/lin/step_generalize_os.go index 508de67b4..f377cb3e3 100644 --- a/builder/azure/common/lin/step_generalize_os.go +++ b/builder/azure/common/lin/step_generalize_os.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package lin diff --git a/builder/azure/common/logutil/logfields.go b/builder/azure/common/logutil/logfields.go index 664ee7196..4e63d5218 100644 --- a/builder/azure/common/logutil/logfields.go +++ b/builder/azure/common/logutil/logfields.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package logutil diff --git a/builder/azure/common/randomstring.go b/builder/azure/common/randomstring.go index eab3515dd..6d8d752d8 100644 --- a/builder/azure/common/randomstring.go +++ b/builder/azure/common/randomstring.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package common diff --git a/builder/azure/common/randomstring_test.go b/builder/azure/common/randomstring_test.go index 6b0c3efc5..ce375e7b6 100644 --- a/builder/azure/common/randomstring_test.go +++ b/builder/azure/common/randomstring_test.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package common diff --git a/builder/azure/common/state_bag.go b/builder/azure/common/state_bag.go index d19a068bc..128ee1e91 100644 --- a/builder/azure/common/state_bag.go +++ b/builder/azure/common/state_bag.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. package common diff --git a/builder/azure/common/vault.go b/builder/azure/common/vault.go index 1cf919795..ed1d862a3 100644 --- a/builder/azure/common/vault.go +++ b/builder/azure/common/vault.go @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See the LICENSE file in the project root for license information. +// Licensed under the MIT License. See the LICENSE file in builder/azure for license information. // NOTE: vault APIs do not yet exist in the SDK, but once they do this code // should be removed. diff --git a/builder/azure/pkcs12/README.md b/builder/azure/pkcs12/README.md index 94fd56929..c8b4603e9 100644 --- a/builder/azure/pkcs12/README.md +++ b/builder/azure/pkcs12/README.md @@ -6,4 +6,4 @@ inclusion in the official Go crypto repository. The methods used for decoding PKCS#12 have been moved to the test files to further discourage the use of this library for decoding. Please use the official -[pkcs12](https://godoc.org/golang.org/x/crypto/pkcs12) library for decode support. \ No newline at end of file +[pkcs12](https://godoc.org/golang.org/x/crypto/pkcs12) library for decode support.