Add copyright and license comments to CONTROL files (#1296)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2021-01-08 18:15:42 -08:00 committed by GitHub
parent 9fb5e05efd
commit 9e94941250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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