From 9e94941250067763d88e257c3defaecc09322c84 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Fri, 8 Jan 2021 18:15:42 -0800 Subject: [PATCH] Add copyright and license comments to CONTROL files (#1296) Co-authored-by: Anton Kolesnyk --- sdk/core/azure-core/vcpkg/CONTROL | 3 +++ sdk/identity/azure-identity/vcpkg/CONTROL | 3 +++ sdk/storage/azure-storage-blobs/vcpkg/CONTROL | 3 +++ sdk/storage/azure-storage-common/vcpkg/CONTROL | 3 +++ sdk/storage/azure-storage-files-datalake/vcpkg/CONTROL | 3 +++ sdk/storage/azure-storage-files-shares/vcpkg/CONTROL | 3 +++ sdk/template/azure-template/vcpkg/CONTROL | 3 +++ 7 files changed, 21 insertions(+) diff --git a/sdk/core/azure-core/vcpkg/CONTROL b/sdk/core/azure-core/vcpkg/CONTROL index 2c5bc7a2f..e64aa1966 100644 --- a/sdk/core/azure-core/vcpkg/CONTROL +++ b/sdk/core/azure-core/vcpkg/CONTROL @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# SPDX-License-Identifier: MIT +# Source: azure-core-cpp Version: @AZ_LIBRARY_VERSION@ Build-Depends: curl, nlohmann-json diff --git a/sdk/identity/azure-identity/vcpkg/CONTROL b/sdk/identity/azure-identity/vcpkg/CONTROL index 55629f87d..403caf9b1 100644 --- a/sdk/identity/azure-identity/vcpkg/CONTROL +++ b/sdk/identity/azure-identity/vcpkg/CONTROL @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# SPDX-License-Identifier: MIT +# Source: azure-identity-cpp Version: @AZ_LIBRARY_VERSION@ Build-Depends: azure-core-cpp diff --git a/sdk/storage/azure-storage-blobs/vcpkg/CONTROL b/sdk/storage/azure-storage-blobs/vcpkg/CONTROL index 0ca37f76f..ac328ec82 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg/CONTROL +++ b/sdk/storage/azure-storage-blobs/vcpkg/CONTROL @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# SPDX-License-Identifier: MIT +# Source: azure-storage-blobs-cpp Version: @AZ_LIBRARY_VERSION@ Build-Depends: azure-storage-common-cpp diff --git a/sdk/storage/azure-storage-common/vcpkg/CONTROL b/sdk/storage/azure-storage-common/vcpkg/CONTROL index a05ba8e33..d7f852feb 100644 --- a/sdk/storage/azure-storage-common/vcpkg/CONTROL +++ b/sdk/storage/azure-storage-common/vcpkg/CONTROL @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# SPDX-License-Identifier: MIT +# Source: azure-storage-common-cpp Version: @AZ_LIBRARY_VERSION@ Build-Depends: azure-core-cpp, libxml2, openssl (!windows) diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg/CONTROL b/sdk/storage/azure-storage-files-datalake/vcpkg/CONTROL index a67b05af9..4cc3150ba 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg/CONTROL +++ b/sdk/storage/azure-storage-files-datalake/vcpkg/CONTROL @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# SPDX-License-Identifier: MIT +# Source: azure-storage-files-datalake-cpp Version: @AZ_LIBRARY_VERSION@ Build-Depends: azure-storage-blobs-cpp diff --git a/sdk/storage/azure-storage-files-shares/vcpkg/CONTROL b/sdk/storage/azure-storage-files-shares/vcpkg/CONTROL index 2e5dbff89..6bda5e6f9 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg/CONTROL +++ b/sdk/storage/azure-storage-files-shares/vcpkg/CONTROL @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# SPDX-License-Identifier: MIT +# Source: azure-storage-files-shares-cpp Version: @AZ_LIBRARY_VERSION@ Build-Depends: azure-storage-common-cpp diff --git a/sdk/template/azure-template/vcpkg/CONTROL b/sdk/template/azure-template/vcpkg/CONTROL index 02362f237..1867b24e2 100644 --- a/sdk/template/azure-template/vcpkg/CONTROL +++ b/sdk/template/azure-template/vcpkg/CONTROL @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# SPDX-License-Identifier: MIT +# Source: azure-template-cpp Version: @AZ_LIBRARY_VERSION@ Build-Depends: azure-core-cpp