diff --git a/CMakeLists.txt b/CMakeLists.txt index 52e7868b9..285e9517f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake-modules") diff --git a/cmake-modules/AzureBuildTargetForCI.cmake b/cmake-modules/AzureBuildTargetForCI.cmake index 6646ce2e5..3e302a231 100644 --- a/cmake-modules/AzureBuildTargetForCI.cmake +++ b/cmake-modules/AzureBuildTargetForCI.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # # Defines utility functions to create build targets for CI. # diff --git a/cmake-modules/AzureCodeCoverage.cmake b/cmake-modules/AzureCodeCoverage.cmake index e63220973..74dc89fba 100644 --- a/cmake-modules/AzureCodeCoverage.cmake +++ b/cmake-modules/AzureCodeCoverage.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # # Defines utility functions to create code coverage targets with gcov. # gcov html and xml report. diff --git a/cmake-modules/AzureConfigRTTI.cmake b/cmake-modules/AzureConfigRTTI.cmake index 3641f3bc5..21ac6e552 100644 --- a/cmake-modules/AzureConfigRTTI.cmake +++ b/cmake-modules/AzureConfigRTTI.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # The option is added again just like from the main CMakeList # to enable discovering the option directly from each project. diff --git a/cmake-modules/AzureDoxygen.cmake b/cmake-modules/AzureDoxygen.cmake index 2620edd69..0db40ad8d 100644 --- a/cmake-modules/AzureDoxygen.cmake +++ b/cmake-modules/AzureDoxygen.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # # Creates custom targets for documentation generation if # BUILD_DOCUMENTATION == YES diff --git a/cmake-modules/AzureGlobalCompileOptions.cmake b/cmake-modules/AzureGlobalCompileOptions.cmake index ea6bda214..9766f31b7 100644 --- a/cmake-modules/AzureGlobalCompileOptions.cmake +++ b/cmake-modules/AzureGlobalCompileOptions.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # # diff --git a/cmake-modules/AzureTransportAdapters.cmake b/cmake-modules/AzureTransportAdapters.cmake index 58b3c8b6b..bb29c622e 100644 --- a/cmake-modules/AzureTransportAdapters.cmake +++ b/cmake-modules/AzureTransportAdapters.cmake @@ -1,5 +1,5 @@ -## Copyright (c) Microsoft Corporation. All rights reserved. -## SPDX-License-Identifier: MIT +## Copyright (c) Microsoft Corporation. +## Licensed under the MIT License. ############## TRANSPORT ADAPTER BUILD ###################### # Default: If no option is explicitly added, libcurl will be used for POSIX and WinHTTP for Windows # diff --git a/cmake-modules/AzureVcpkg.cmake b/cmake-modules/AzureVcpkg.cmake index 690774402..c9d6f1b4c 100644 --- a/cmake-modules/AzureVcpkg.cmake +++ b/cmake-modules/AzureVcpkg.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # We need to know an absolute path to our repo root to do things like referencing ./LICENSE.txt file. set(AZ_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}/..") @@ -85,7 +85,7 @@ macro(az_vcpkg_export targetName macroNamePart dllImportExportHeaderPath) az_vcpkg_portfile_prep( "${targetName}" "${vcpkgFile}" - "# Copyright (c) Microsoft Corporation. All rights reserved.\n# SPDX-License-Identifier: MIT\n\n" + "# Copyright (c) Microsoft Corporation.\n# Licensed under the MIT License.\n\n" ) endforeach() diff --git a/cmake-modules/AzureVersion.cmake b/cmake-modules/AzureVersion.cmake index 603b7c1f5..8f3786c48 100644 --- a/cmake-modules/AzureVersion.cmake +++ b/cmake-modules/AzureVersion.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # # Sets ${AZ_LIBRARY_VERSION} in the parent context with the version value # constructed from package_version.hpp. The package_version.hpp must follow diff --git a/cmake-modules/CreateMapFile.cmake b/cmake-modules/CreateMapFile.cmake index a1bd9460f..ad1c2bb20 100644 --- a/cmake-modules/CreateMapFile.cmake +++ b/cmake-modules/CreateMapFile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # # Instructs linker to generate map files and optimize build for minimal size # Requires CMake version >= 3.13 to use add_link_options diff --git a/cmake-modules/TestProxyPrep.cmake b/cmake-modules/TestProxyPrep.cmake index 11ff1d4ad..dc92a4500 100644 --- a/cmake-modules/TestProxyPrep.cmake +++ b/cmake-modules/TestProxyPrep.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # macro(SetUpTestProxy subDir) diff --git a/samples/helpers/get-env/CMakeLists.txt b/samples/helpers/get-env/CMakeLists.txt index af2a896b3..4711e0315 100644 --- a/samples/helpers/get-env/CMakeLists.txt +++ b/samples/helpers/get-env/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.12) project(get-env-helper LANGUAGES CXX) diff --git a/samples/helpers/get-env/inc/get_env.hpp b/samples/helpers/get-env/inc/get_env.hpp index 8e39a51c6..b673f6477 100644 --- a/samples/helpers/get-env/inc/get_env.hpp +++ b/samples/helpers/get-env/inc/get_env.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Since `getenv()` may generate warnings on MSVC, and is not available on UWP, sample code // gets cluttered with insignificant nuances. This file makes it so that `std::getenv()` compiles diff --git a/samples/helpers/get-env/src/get_env.cpp b/samples/helpers/get-env/src/get_env.cpp index cc72ce671..52aec00f9 100644 --- a/samples/helpers/get-env/src/get_env.cpp +++ b/samples/helpers/get-env/src/get_env.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "get_env.hpp" diff --git a/samples/helpers/service/CMakeLists.txt b/samples/helpers/service/CMakeLists.txt index af8944052..236b78bd0 100644 --- a/samples/helpers/service/CMakeLists.txt +++ b/samples/helpers/service/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.12) project(service LANGUAGES CXX) diff --git a/samples/helpers/service/inc/azure/service/client.hpp b/samples/helpers/service/inc/azure/service/client.hpp index e28b0f687..6609e7ace 100644 --- a/samples/helpers/service/inc/azure/service/client.hpp +++ b/samples/helpers/service/inc/azure/service/client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/samples/helpers/service/src/client.cpp b/samples/helpers/service/src/client.cpp index 6d8697521..bf5316c29 100644 --- a/samples/helpers/service/src/client.cpp +++ b/samples/helpers/service/src/client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/service/client.hpp" diff --git a/samples/integration/cmake-fetch-content/CMakeLists.txt b/samples/integration/cmake-fetch-content/CMakeLists.txt index 611149092..f1b7d3571 100644 --- a/samples/integration/cmake-fetch-content/CMakeLists.txt +++ b/samples/integration/cmake-fetch-content/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Project set up cmake_minimum_required(VERSION 3.13) diff --git a/samples/integration/cmake-fetch-content/src/main.cpp b/samples/integration/cmake-fetch-content/src/main.cpp index 0cc0d158c..82cda95e4 100644 --- a/samples/integration/cmake-fetch-content/src/main.cpp +++ b/samples/integration/cmake-fetch-content/src/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/samples/integration/vcpkg-all-smoke/CMakeLists.txt b/samples/integration/vcpkg-all-smoke/CMakeLists.txt index a67211c36..6d5bb10c1 100644 --- a/samples/integration/vcpkg-all-smoke/CMakeLists.txt +++ b/samples/integration/vcpkg-all-smoke/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # vcpkg integration. if(DEFINED ENV{VCPKG_ROOT} AND NOT DEFINED CMAKE_TOOLCHAIN_FILE) diff --git a/samples/integration/vcpkg-all-smoke/src/main.cpp b/samples/integration/vcpkg-all-smoke/src/main.cpp index 907711e4d..6b2d73099 100644 --- a/samples/integration/vcpkg-all-smoke/src/main.cpp +++ b/samples/integration/vcpkg-all-smoke/src/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides smoke test for the sdks to ensure side by side works properly diff --git a/sdk/attestation/CMakeLists.txt b/sdk/attestation/CMakeLists.txt index 7a4a94b46..5a95b70c0 100644 --- a/sdk/attestation/CMakeLists.txt +++ b/sdk/attestation/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/attestation/azure-security-attestation/CMakeLists.txt b/sdk/attestation/azure-security-attestation/CMakeLists.txt index 6993ce663..cda77c969 100644 --- a/sdk/attestation/azure-security-attestation/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/attestation/azure-security-attestation/inc/azure/attestation.hpp b/sdk/attestation/azure-security-attestation/inc/azure/attestation.hpp index 17e41da1a..4a6c0595f 100644 --- a/sdk/attestation/azure-security-attestation/inc/azure/attestation.hpp +++ b/sdk/attestation/azure-security-attestation/inc/azure/attestation.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Attestation SDK library. diff --git a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_administration_client.hpp b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_administration_client.hpp index aa579cfe7..a135fe34f 100644 --- a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_administration_client.hpp +++ b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_administration_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client.hpp b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client.hpp index 60fcd7f55..6cf526efe 100644 --- a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client.hpp +++ b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_models.hpp b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_models.hpp index 5c74bfaa5..8ad81753f 100644 --- a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_models.hpp +++ b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_models.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_options.hpp b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_options.hpp index e25db8c2a..1d149475f 100644 --- a/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_options.hpp +++ b/sdk/attestation/azure-security-attestation/inc/azure/attestation/attestation_client_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/attestation/azure-security-attestation/inc/azure/attestation/dll_import_export.hpp b/sdk/attestation/azure-security-attestation/inc/azure/attestation/dll_import_export.hpp index 6f7f7c243..fedebb8c5 100644 --- a/sdk/attestation/azure-security-attestation/inc/azure/attestation/dll_import_export.hpp +++ b/sdk/attestation/azure-security-attestation/inc/azure/attestation/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/attestation/azure-security-attestation/inc/azure/attestation/rtti.hpp b/sdk/attestation/azure-security-attestation/inc/azure/attestation/rtti.hpp index eae49419a..5aa15b3b9 100644 --- a/sdk/attestation/azure-security-attestation/inc/azure/attestation/rtti.hpp +++ b/sdk/attestation/azure-security-attestation/inc/azure/attestation/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/attestation/azure-security-attestation/samples/CMakeLists.txt b/sdk/attestation/azure-security-attestation/samples/CMakeLists.txt index 3c9cc58e0..413c5bd3c 100644 --- a/sdk/attestation/azure-security-attestation/samples/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/CMakeLists.txt b/sdk/attestation/azure-security-attestation/samples/attestation/CMakeLists.txt index 0f7756b72..2d72a6bcb 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/samples/attestation/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. #cspell: words sgxenclave cmake_minimum_required (VERSION 3.13) diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_shared.cpp b/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_shared.cpp index 0c0d61038..a14f5e722 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_shared.cpp +++ b/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_shared.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_with_draft_policy.cpp b/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_with_draft_policy.cpp index d3146dc2f..32a7536de 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_with_draft_policy.cpp +++ b/sdk/attestation/azure-security-attestation/samples/attestation/attest_openenclave_with_draft_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave.cpp b/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave.cpp index 5106aee91..08fc93fae 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave.cpp +++ b/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_binary.cpp b/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_binary.cpp index 0bb90b6b5..949de6c84 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_binary.cpp +++ b/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_binary.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_json.cpp b/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_json.cpp index 7f76b422b..85091dcfd 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_json.cpp +++ b/sdk/attestation/azure-security-attestation/samples/attestation/attest_sgxenclave_with_runtime_json.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.cpp b/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.cpp index 53231ab42..b6a0672d4 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.cpp +++ b/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "attestation_collateral.hpp" diff --git a/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.hpp b/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.hpp index a41e2e75e..66102a88a 100644 --- a/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.hpp +++ b/sdk/attestation/azure-security-attestation/samples/attestation/attestation_collateral.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/attestation/azure-security-attestation/samples/basic-operations/CMakeLists.txt b/sdk/attestation/azure-security-attestation/samples/basic-operations/CMakeLists.txt index eb6447246..9e020ae0d 100644 --- a/sdk/attestation/azure-security-attestation/samples/basic-operations/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/samples/basic-operations/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/attestation/azure-security-attestation/samples/basic-operations/create_admin_client.cpp b/sdk/attestation/azure-security-attestation/samples/basic-operations/create_admin_client.cpp index 7ed29801a..ca1487246 100644 --- a/sdk/attestation/azure-security-attestation/samples/basic-operations/create_admin_client.cpp +++ b/sdk/attestation/azure-security-attestation/samples/basic-operations/create_admin_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample shows how to instantiate an attestation administration client object using diff --git a/sdk/attestation/azure-security-attestation/samples/basic-operations/create_client.cpp b/sdk/attestation/azure-security-attestation/samples/basic-operations/create_client.cpp index 585c1fa73..247ed5373 100644 --- a/sdk/attestation/azure-security-attestation/samples/basic-operations/create_client.cpp +++ b/sdk/attestation/azure-security-attestation/samples/basic-operations/create_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates creating an attestation client using the Attestation SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/basic-operations/get_open-id_metadata.cpp b/sdk/attestation/azure-security-attestation/samples/basic-operations/get_open-id_metadata.cpp index a787aeead..fd0602f55 100644 --- a/sdk/attestation/azure-security-attestation/samples/basic-operations/get_open-id_metadata.cpp +++ b/sdk/attestation/azure-security-attestation/samples/basic-operations/get_open-id_metadata.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Attestation SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/basic-operations/get_signing_certificates.cpp b/sdk/attestation/azure-security-attestation/samples/basic-operations/get_signing_certificates.cpp index 8ffff392b..c254c8041 100644 --- a/sdk/attestation/azure-security-attestation/samples/basic-operations/get_signing_certificates.cpp +++ b/sdk/attestation/azure-security-attestation/samples/basic-operations/get_signing_certificates.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Attestation SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/policy-certificates/CMakeLists.txt b/sdk/attestation/azure-security-attestation/samples/policy-certificates/CMakeLists.txt index 238ce9507..77f7f8456 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy-certificates/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/samples/policy-certificates/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/attestation/azure-security-attestation/samples/policy-certificates/add_policy_certificate.cpp b/sdk/attestation/azure-security-attestation/samples/policy-certificates/add_policy_certificate.cpp index c24494393..b18aca179 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy-certificates/add_policy_certificate.cpp +++ b/sdk/attestation/azure-security-attestation/samples/policy-certificates/add_policy_certificate.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates using the Attestation Service SDK for C++ to add (and remove) a diff --git a/sdk/attestation/azure-security-attestation/samples/policy-certificates/cryptohelpers.hpp b/sdk/attestation/azure-security-attestation/samples/policy-certificates/cryptohelpers.hpp index a55b3d5dc..49135eaab 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy-certificates/cryptohelpers.hpp +++ b/sdk/attestation/azure-security-attestation/samples/policy-certificates/cryptohelpers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/attestation/azure-security-attestation/samples/policy-certificates/get_policy_certificates.cpp b/sdk/attestation/azure-security-attestation/samples/policy-certificates/get_policy_certificates.cpp index 1eed53927..f2d467c1f 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy-certificates/get_policy_certificates.cpp +++ b/sdk/attestation/azure-security-attestation/samples/policy-certificates/get_policy_certificates.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates using the Attestation Service SDK for C++ to retrieve policy diff --git a/sdk/attestation/azure-security-attestation/samples/policy/CMakeLists.txt b/sdk/attestation/azure-security-attestation/samples/policy/CMakeLists.txt index fd0e44752..a17849a29 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/samples/policy/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/attestation/azure-security-attestation/samples/policy/cryptohelpers.hpp b/sdk/attestation/azure-security-attestation/samples/policy/cryptohelpers.hpp index bd7a9f7a0..9bc0a6c4d 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy/cryptohelpers.hpp +++ b/sdk/attestation/azure-security-attestation/samples/policy/cryptohelpers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include #include diff --git a/sdk/attestation/azure-security-attestation/samples/policy/get_policy.cpp b/sdk/attestation/azure-security-attestation/samples/policy/get_policy.cpp index 6a564257f..c63aa4c09 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy/get_policy.cpp +++ b/sdk/attestation/azure-security-attestation/samples/policy/get_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates using the Attestation Service SDK for C++ to retrieve attestation diff --git a/sdk/attestation/azure-security-attestation/samples/policy/reset_policy.cpp b/sdk/attestation/azure-security-attestation/samples/policy/reset_policy.cpp index 65ac38846..697b274ea 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy/reset_policy.cpp +++ b/sdk/attestation/azure-security-attestation/samples/policy/reset_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/policy/reset_sealed_policy.cpp b/sdk/attestation/azure-security-attestation/samples/policy/reset_sealed_policy.cpp index 33e2b5146..d89728c2f 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy/reset_sealed_policy.cpp +++ b/sdk/attestation/azure-security-attestation/samples/policy/reset_sealed_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/policy/set_policy.cpp b/sdk/attestation/azure-security-attestation/samples/policy/set_policy.cpp index d36877dee..ef7a4117d 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy/set_policy.cpp +++ b/sdk/attestation/azure-security-attestation/samples/policy/set_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/samples/policy/set_sealed_policy.cpp b/sdk/attestation/azure-security-attestation/samples/policy/set_sealed_policy.cpp index 5171d8e36..567f3c9a2 100644 --- a/sdk/attestation/azure-security-attestation/samples/policy/set_sealed_policy.cpp +++ b/sdk/attestation/azure-security-attestation/samples/policy/set_sealed_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/attestation/azure-security-attestation/src/attestation_administration_client.cpp b/sdk/attestation/azure-security-attestation/src/attestation_administration_client.cpp index fb4879e80..ba62bb633 100644 --- a/sdk/attestation/azure-security-attestation/src/attestation_administration_client.cpp +++ b/sdk/attestation/azure-security-attestation/src/attestation_administration_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/attestation/attestation_administration_client.hpp" diff --git a/sdk/attestation/azure-security-attestation/src/attestation_client.cpp b/sdk/attestation/azure-security-attestation/src/attestation_client.cpp index 04f19f909..844e8672e 100644 --- a/sdk/attestation/azure-security-attestation/src/attestation_client.cpp +++ b/sdk/attestation/azure-security-attestation/src/attestation_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/attestation/attestation_client.hpp" diff --git a/sdk/attestation/azure-security-attestation/src/attestation_client_options.cpp b/sdk/attestation/azure-security-attestation/src/attestation_client_options.cpp index 1e743dca2..91b4105ae 100644 --- a/sdk/attestation/azure-security-attestation/src/attestation_client_options.cpp +++ b/sdk/attestation/azure-security-attestation/src/attestation_client_options.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/attestation/attestation_client_options.hpp" diff --git a/sdk/attestation/azure-security-attestation/src/private/attestation_client_models_private.hpp b/sdk/attestation/azure-security-attestation/src/private/attestation_client_models_private.hpp index 585f1f993..2787a3636 100644 --- a/sdk/attestation/azure-security-attestation/src/private/attestation_client_models_private.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/attestation_client_models_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.cpp b/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.cpp index 11d81c607..7854df705 100644 --- a/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.cpp +++ b/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.hpp b/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.hpp index ba71f4ddd..534ed64c1 100644 --- a/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/attestation_client_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.cpp b/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.cpp index 060d4ef5e..82b8f5941 100644 --- a/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.cpp +++ b/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "attestation_common_request.hpp" diff --git a/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.hpp b/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.hpp index 53ef9d813..725e0ff12 100644 --- a/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/attestation_common_request.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provides a wrapper class for the Azure Core Pipeline for all Attestation services where diff --git a/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.cpp b/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.cpp index 366856f0c..e85bac4a4 100644 --- a/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.cpp +++ b/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Azure::Core::Json::_internal::json Deserialization support functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.hpp b/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.hpp index 4526bea82..ed30ac1dd 100644 --- a/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/attestation_deserializers_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Azure::Core::Json::_internal::json Deserialization support functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/crypto/inc/crypto.hpp b/sdk/attestation/azure-security-attestation/src/private/crypto/inc/crypto.hpp index 4032f2551..0829b7cd7 100644 --- a/sdk/attestation/azure-security-attestation/src/private/crypto/inc/crypto.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/crypto/inc/crypto.hpp @@ -1,5 +1,5 @@ -// Copyright(c) Microsoft Corporation.All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/openssl_helpers.hpp b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/openssl_helpers.hpp index cb6f956d2..a52791cea 100644 --- a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/openssl_helpers.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/openssl_helpers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.cpp b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.cpp index 66abd5cd5..4e00bb819 100644 --- a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.cpp +++ b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.hpp b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.hpp index ce7efa2e7..0546fdd6e 100644 --- a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcert.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcrypto.cpp b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcrypto.cpp index e6aa9be0d..080cdad5f 100644 --- a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcrypto.cpp +++ b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslcrypto.cpp @@ -1,5 +1,5 @@ -// Copyright(c) Microsoft Corporation.All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.cpp b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.cpp index b01fc93d1..ce9e4e668 100644 --- a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.cpp +++ b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.hpp b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.hpp index 3b60ae334..a7e35d414 100644 --- a/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/crypto/openssl/opensslkeys.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Attestation client model support classes and functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/jsonhelpers.cpp b/sdk/attestation/azure-security-attestation/src/private/jsonhelpers.cpp index e263e7600..d7132cbca 100644 --- a/sdk/attestation/azure-security-attestation/src/private/jsonhelpers.cpp +++ b/sdk/attestation/azure-security-attestation/src/private/jsonhelpers.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Azure::Core::Json::_internal::json Deserialization support functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/jsonhelpers_private.hpp b/sdk/attestation/azure-security-attestation/src/private/jsonhelpers_private.hpp index 20f936d18..9cd8bb249 100644 --- a/sdk/attestation/azure-security-attestation/src/private/jsonhelpers_private.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/jsonhelpers_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Azure::Core::Json::_internal::json Deserialization support functions. diff --git a/sdk/attestation/azure-security-attestation/src/private/package_version.hpp b/sdk/attestation/azure-security-attestation/src/private/package_version.hpp index 29e4fe558..b0aa64e90 100644 --- a/sdk/attestation/azure-security-attestation/src/private/package_version.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/attestation/azure-security-attestation/test/ut/CMakeLists.txt b/sdk/attestation/azure-security-attestation/test/ut/CMakeLists.txt index 16d7bd8c1..a1f74ae6b 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. #cspell: words tpmattestation cmake_minimum_required (VERSION 3.13) diff --git a/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.cpp b/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.cpp index a08e5f151..97fd07d3a 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "attestation_collateral.hpp" diff --git a/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.hpp b/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.hpp index 1fbd3459b..d3b0c743a 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.hpp +++ b/sdk/attestation/azure-security-attestation/test/ut/attestation_collateral.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/attestation/azure-security-attestation/test/ut/attestation_metadata.cpp b/sdk/attestation/azure-security-attestation/test/ut/attestation_metadata.cpp index be0c3cc52..1a159325b 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/attestation_metadata.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/attestation_metadata.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "attestation_collateral.hpp" #include "azure/attestation/attestation_client.hpp" diff --git a/sdk/attestation/azure-security-attestation/test/ut/attestation_test.cpp b/sdk/attestation/azure-security-attestation/test/ut/attestation_test.cpp index 3e74a4040..d241ba1c2 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/attestation_test.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/attestation_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../src/private/crypto/inc/crypto.hpp" #include "attestation_collateral.hpp" diff --git a/sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp b/sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp index ba6912b2a..791222d26 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/crypto_test.cpp @@ -1,5 +1,5 @@ -// Copyright(c) Microsoft Corporation.All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../../src/private/crypto/inc/crypto.hpp" #include "crypto_test_collateral.hpp" diff --git a/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.cpp b/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.cpp index caede185c..e90632c34 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "crypto_test_collateral.hpp" namespace Azure { namespace Security { namespace Attestation { namespace Test { diff --git a/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.hpp b/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.hpp index ddb0a8502..d5b9279c3 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.hpp +++ b/sdk/attestation/azure-security-attestation/test/ut/crypto_test_collateral.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/attestation/azure-security-attestation/test/ut/macro_guard.cpp b/sdk/attestation/azure-security-attestation/test/ut/macro_guard.cpp index f491a1856..11a9c962b 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/macro_guard.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/attestation/azure-security-attestation/test/ut/policycertmgmt_test.cpp b/sdk/attestation/azure-security-attestation/test/ut/policycertmgmt_test.cpp index 51f8842f5..a4c891ad2 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/policycertmgmt_test.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/policycertmgmt_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../src/private/crypto/inc/crypto.hpp" #include "attestation_collateral.hpp" diff --git a/sdk/attestation/azure-security-attestation/test/ut/policygetset_test.cpp b/sdk/attestation/azure-security-attestation/test/ut/policygetset_test.cpp index a7b65973a..41e1c2b35 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/policygetset_test.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/policygetset_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../src/private/crypto/inc/crypto.hpp" #include "attestation_collateral.hpp" diff --git a/sdk/attestation/azure-security-attestation/test/ut/token_test.cpp b/sdk/attestation/azure-security-attestation/test/ut/token_test.cpp index 0e128a7ba..7ed8da7b1 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/token_test.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/token_test.cpp @@ -1,5 +1,5 @@ -// Copyright(c) Microsoft Corporation.All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../../src/private/attestation_client_models_private.hpp" #include "../../src/private/attestation_client_private.hpp" diff --git a/sdk/attestation/azure-security-attestation/test/ut/tpmattestation_test.cpp b/sdk/attestation/azure-security-attestation/test/ut/tpmattestation_test.cpp index 4a15b4076..2da7a12ec 100644 --- a/sdk/attestation/azure-security-attestation/test/ut/tpmattestation_test.cpp +++ b/sdk/attestation/azure-security-attestation/test/ut/tpmattestation_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "attestation_collateral.hpp" #include "azure/attestation/attestation_administration_client.hpp" diff --git a/sdk/attestation/azure-security-attestation/vcpkg/Config.cmake.in b/sdk/attestation/azure-security-attestation/vcpkg/Config.cmake.in index 1960b2319..5cf3443fa 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/Config.cmake.in +++ b/sdk/attestation/azure-security-attestation/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake b/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake index 2bb8282b8..0a7bdd7b3 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake +++ b/sdk/attestation/azure-security-attestation/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json index b8705facd..72d47129a 100644 --- a/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json +++ b/sdk/attestation/azure-security-attestation/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-security-attestation-cpp", diff --git a/sdk/attestation/test-resources-pre.ps1 b/sdk/attestation/test-resources-pre.ps1 index fc6471245..6b95b1977 100644 --- a/sdk/attestation/test-resources-pre.ps1 +++ b/sdk/attestation/test-resources-pre.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. # IMPORTANT: Do not invoke this file directly. Please instead run eng/New-TestResources.ps1 from the repository root. diff --git a/sdk/core/CMakeLists.txt b/sdk/core/CMakeLists.txt index f6db6c800..8773255f3 100644 --- a/sdk/core/CMakeLists.txt +++ b/sdk/core/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/CMakeLists.txt b/sdk/core/azure-core-amqp/CMakeLists.txt index 8ab7141b5..cb7c7f7d4 100644 --- a/sdk/core/azure-core-amqp/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp.hpp index 8729caea0..9c4822617 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include "azure/core/amqp/cancellable.hpp" diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/cancellable.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/cancellable.hpp index f48737534..f7c8ec213 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/cancellable.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/cancellable.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/claims_based_security.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/claims_based_security.hpp index c8b595025..e3f903262 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/claims_based_security.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/claims_based_security.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/async_operation_queue.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/async_operation_queue.hpp index 421006d3a..95a9690e5 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/async_operation_queue.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/async_operation_queue.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/completion_operation.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/completion_operation.hpp index 7a32465a6..4b4fb492b 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/completion_operation.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/completion_operation.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/global_state.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/global_state.hpp index 1dec4b5cd..9d9f5f5a6 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/global_state.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/common/global_state.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection.hpp index 8502eb04b..84705696e 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection_string_credential.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection_string_credential.hpp index f83c602ba..81dc70aac 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection_string_credential.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/connection_string_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/dll_import_export.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/dll_import_export.hpp index 0d4fa17b1..97cb08c38 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/dll_import_export.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/doxygen_pragma.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/doxygen_pragma.hpp index 07f67b7b8..a325d012c 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/doxygen_pragma.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/doxygen_pragma.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/endpoint.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/endpoint.hpp index 54dfe6d37..150f5a516 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/endpoint.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/endpoint.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/link.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/link.hpp index 5acc8c731..3c55a17c6 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/link.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/link.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/management.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/management.hpp index ec3502da1..5a9814cfe 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/management.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/management.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_receiver.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_receiver.hpp index 4f2c6e5b0..d6095bf32 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_receiver.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_receiver.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_sender.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_sender.hpp index 1170df439..534dc393d 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_sender.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/message_sender.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_error.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_error.hpp index 2e87b7209..a7699783a 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_error.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_error.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_header.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_header.hpp index c1807cbb0..8009f60fa 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_header.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_header.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_message.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_message.hpp index 7634d860d..d49f16b80 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_message.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_message.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_properties.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_properties.hpp index 9bf49a95c..17cf06e27 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_properties.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_properties.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_protocol.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_protocol.hpp index 0f89175cf..b270d9e68 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_protocol.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_protocol.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // // This file contains protocol level definitions for the AMQP protocol. diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_value.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_value.hpp index de5ec1a34..70483616d 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_value.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/amqp_value.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_source.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_source.hpp index 4eb124f79..42bef1ead 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_source.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_source.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_target.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_target.hpp index 9be49066f..cadf1156b 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_target.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/message_target.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/messaging_values.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/messaging_values.hpp index 83ea4c679..d81630ba1 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/messaging_values.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/models/messaging_values.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/amqp_header_detect_transport.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/amqp_header_detect_transport.hpp index d3971e023..125f32349 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/amqp_header_detect_transport.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/amqp_header_detect_transport.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/sasl_transport.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/sasl_transport.hpp index 3d089e63e..3c7b6bbad 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/sasl_transport.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/sasl_transport.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_listener.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_listener.hpp index 6fe5860d4..b9ff0fef8 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_listener.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_listener.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_transport.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_transport.hpp index 61ff9da59..2c789cdd2 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_transport.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/socket_transport.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/tls_transport.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/tls_transport.hpp index 5ee93bbe8..7d30f5a77 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/tls_transport.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/tls_transport.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/transport.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/transport.hpp index 6c7ed5168..e818438e8 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/transport.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/network/transport.hpp @@ -1,8 +1,8 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/rtti.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/rtti.hpp index 734685a8c..eec7661d2 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/rtti.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core-amqp/inc/azure/core/amqp/session.hpp b/sdk/core/azure-core-amqp/inc/azure/core/amqp/session.hpp index 0853e1505..e42e064d5 100644 --- a/sdk/core/azure-core-amqp/inc/azure/core/amqp/session.hpp +++ b/sdk/core/azure-core-amqp/inc/azure/core/amqp/session.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/samples/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/CMakeLists.txt index 96a74d5b7..d879ebcea 100644 --- a/sdk/core/azure-core-amqp/samples/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # CMakeList.txt : Top-level CMake project file, do global configuration # and include sub-projects here. diff --git a/sdk/core/azure-core-amqp/samples/internal/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/CMakeLists.txt index 2b342756d..676cd577b 100644 --- a/sdk/core/azure-core-amqp/samples/internal/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # CMakeList.txt : Top-level CMake project file, do global configuration # and include sub-projects here. diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/CMakeLists.txt index 711792b2d..bbc11f62d 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/eventhub_async_writer_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/eventhub_async_writer_sample.cpp index 3c43eae6f..a9d9cdad2 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/eventhub_async_writer_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_async_writer_sample/eventhub_async_writer_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/CMakeLists.txt index 58468f39e..864edf9c1 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/eventhub_get_eventhub_properties_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/eventhub_get_eventhub_properties_sample.cpp index 3bdffa544..f3aaac07e 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/eventhub_get_eventhub_properties_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_get_properties_sample/eventhub_get_eventhub_properties_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/CMakeLists.txt index f82e9a949..d3786d7e9 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/eventhub_reader_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/eventhub_reader_sample.cpp index cf52fed4d..6f8b5efe6 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/eventhub_reader_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_reader_sample/eventhub_reader_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/CMakeLists.txt index 0534dd626..36f6b8367 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/eventhub_sas_reader_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/eventhub_sas_reader_sample.cpp index a14079e91..b07c92341 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/eventhub_sas_reader_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_reader_sample/eventhub_sas_reader_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/CMakeLists.txt index 8100744e9..60857f57a 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/eventhub_sas_writer_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/eventhub_sas_writer_sample.cpp index 5c4ac6504..bf9d2657a 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/eventhub_sas_writer_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_sas_writer_sample/eventhub_sas_writer_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/CMakeLists.txt index 31109b123..f3da57748 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/eventhub_token_reader_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/eventhub_token_reader_sample.cpp index f7b4c1929..d65a7beb9 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/eventhub_token_reader_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_reader_sample/eventhub_token_reader_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/CMakeLists.txt index dafc35a57..d018e87f1 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/eventhub_token_writer_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/eventhub_token_writer_sample.cpp index 1cbd42c9d..49ed42959 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/eventhub_token_writer_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_token_writer_sample/eventhub_token_writer_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/CMakeLists.txt index 8a9678380..fa561c815 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/eventhub_writer_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/eventhub_writer_sample.cpp index b254c145b..7fd7a267d 100644 --- a/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/eventhub_writer_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/eventhub_writer_sample/eventhub_writer_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/CMakeLists.txt index 4c70c0fcc..a6ad82b1d 100644 --- a/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/local_client_async_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/local_client_async_sample.cpp index 37cbd789e..dd788c04d 100644 --- a/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/local_client_async_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/local_client_async_sample/local_client_async_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/local_client_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/local_client_sample/CMakeLists.txt index b4ba111bb..3e7832c43 100644 --- a/sdk/core/azure-core-amqp/samples/internal/local_client_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/local_client_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/local_client_sample/local_client_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/local_client_sample/local_client_sample.cpp index a2c640601..4e97de5f3 100644 --- a/sdk/core/azure-core-amqp/samples/internal/local_client_sample/local_client_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/local_client_sample/local_client_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/samples/internal/local_server_sample/CMakeLists.txt b/sdk/core/azure-core-amqp/samples/internal/local_server_sample/CMakeLists.txt index 861775fb5..d0143fafe 100644 --- a/sdk/core/azure-core-amqp/samples/internal/local_server_sample/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/samples/internal/local_server_sample/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/samples/internal/local_server_sample/local_server_sample.cpp b/sdk/core/azure-core-amqp/samples/internal/local_server_sample/local_server_sample.cpp index 0f725b73c..427dbbeca 100644 --- a/sdk/core/azure-core-amqp/samples/internal/local_server_sample/local_server_sample.cpp +++ b/sdk/core/azure-core-amqp/samples/internal/local_server_sample/local_server_sample.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/src/amqp/cancellable.cpp b/sdk/core/azure-core-amqp/src/amqp/cancellable.cpp index b7a7861b6..0eb11eaff 100644 --- a/sdk/core/azure-core-amqp/src/amqp/cancellable.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/cancellable.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/cancellable.hpp" diff --git a/sdk/core/azure-core-amqp/src/amqp/claim_based_security.cpp b/sdk/core/azure-core-amqp/src/amqp/claim_based_security.cpp index b02964a98..17b5ad8ce 100644 --- a/sdk/core/azure-core-amqp/src/amqp/claim_based_security.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/claim_based_security.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/claims_based_security.hpp" #include "azure/core/amqp/connection.hpp" diff --git a/sdk/core/azure-core-amqp/src/amqp/connection.cpp b/sdk/core/azure-core-amqp/src/amqp/connection.cpp index 4f768c2e1..9c37be049 100644 --- a/sdk/core/azure-core-amqp/src/amqp/connection.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/connection.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/connection.hpp" diff --git a/sdk/core/azure-core-amqp/src/amqp/connection_string_credential.cpp b/sdk/core/azure-core-amqp/src/amqp/connection_string_credential.cpp index b4f36901d..8da553969 100644 --- a/sdk/core/azure-core-amqp/src/amqp/connection_string_credential.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/connection_string_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/connection_string_credential.hpp" diff --git a/sdk/core/azure-core-amqp/src/amqp/link.cpp b/sdk/core/azure-core-amqp/src/amqp/link.cpp index 5582a984c..6bca8a4ac 100644 --- a/sdk/core/azure-core-amqp/src/amqp/link.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/link.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/link.hpp" diff --git a/sdk/core/azure-core-amqp/src/amqp/management.cpp b/sdk/core/azure-core-amqp/src/amqp/management.cpp index 9fbbe392a..2beb9b502 100644 --- a/sdk/core/azure-core-amqp/src/amqp/management.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/management.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/management.hpp" diff --git a/sdk/core/azure-core-amqp/src/amqp/message_receiver.cpp b/sdk/core/azure-core-amqp/src/amqp/message_receiver.cpp index a616c6d13..16607bfdd 100644 --- a/sdk/core/azure-core-amqp/src/amqp/message_receiver.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/message_receiver.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Enable declaration of strerror_s. #define __STDC_WANT_LIB_EXT1__ 1 diff --git a/sdk/core/azure-core-amqp/src/amqp/message_sender.cpp b/sdk/core/azure-core-amqp/src/amqp/message_sender.cpp index 0f1871bb0..b700950c3 100644 --- a/sdk/core/azure-core-amqp/src/amqp/message_sender.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/message_sender.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Enable declaration of strerror_s. #define __STDC_WANT_LIB_EXT1__ 1 diff --git a/sdk/core/azure-core-amqp/src/amqp/private/claims_based_security_impl.hpp b/sdk/core/azure-core-amqp/src/amqp/private/claims_based_security_impl.hpp index d340a549a..da9183d4b 100644 --- a/sdk/core/azure-core-amqp/src/amqp/private/claims_based_security_impl.hpp +++ b/sdk/core/azure-core-amqp/src/amqp/private/claims_based_security_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include "azure/core/amqp/claims_based_security.hpp" diff --git a/sdk/core/azure-core-amqp/src/amqp/private/connection_impl.hpp b/sdk/core/azure-core-amqp/src/amqp/private/connection_impl.hpp index 1f3110a1a..7a8ade1c6 100644 --- a/sdk/core/azure-core-amqp/src/amqp/private/connection_impl.hpp +++ b/sdk/core/azure-core-amqp/src/amqp/private/connection_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/src/amqp/private/link_impl.hpp b/sdk/core/azure-core-amqp/src/amqp/private/link_impl.hpp index eb919768d..1a5e536d8 100644 --- a/sdk/core/azure-core-amqp/src/amqp/private/link_impl.hpp +++ b/sdk/core/azure-core-amqp/src/amqp/private/link_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/src/amqp/private/management_impl.hpp b/sdk/core/azure-core-amqp/src/amqp/private/management_impl.hpp index e417fbae9..f742f7c1b 100644 --- a/sdk/core/azure-core-amqp/src/amqp/private/management_impl.hpp +++ b/sdk/core/azure-core-amqp/src/amqp/private/management_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/src/amqp/private/message_receiver_impl.hpp b/sdk/core/azure-core-amqp/src/amqp/private/message_receiver_impl.hpp index ea830d9c4..e3b13e85c 100644 --- a/sdk/core/azure-core-amqp/src/amqp/private/message_receiver_impl.hpp +++ b/sdk/core/azure-core-amqp/src/amqp/private/message_receiver_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/src/amqp/private/message_sender_impl.hpp b/sdk/core/azure-core-amqp/src/amqp/private/message_sender_impl.hpp index 14d95978c..bd7fe5b51 100644 --- a/sdk/core/azure-core-amqp/src/amqp/private/message_sender_impl.hpp +++ b/sdk/core/azure-core-amqp/src/amqp/private/message_sender_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/src/amqp/private/session_impl.hpp b/sdk/core/azure-core-amqp/src/amqp/private/session_impl.hpp index bb13c222d..92d6f7ea1 100644 --- a/sdk/core/azure-core-amqp/src/amqp/private/session_impl.hpp +++ b/sdk/core/azure-core-amqp/src/amqp/private/session_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-amqp/src/amqp/session.cpp b/sdk/core/azure-core-amqp/src/amqp/session.cpp index 7ef312484..81c826775 100644 --- a/sdk/core/azure-core-amqp/src/amqp/session.cpp +++ b/sdk/core/azure-core-amqp/src/amqp/session.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/session.hpp" diff --git a/sdk/core/azure-core-amqp/src/common/global_state.cpp b/sdk/core/azure-core-amqp/src/common/global_state.cpp index e9f97cf9c..fdb5ace51 100644 --- a/sdk/core/azure-core-amqp/src/common/global_state.cpp +++ b/sdk/core/azure-core-amqp/src/common/global_state.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // cspell: words xlogging diff --git a/sdk/core/azure-core-amqp/src/models/amqp_error.cpp b/sdk/core/azure-core-amqp/src/models/amqp_error.cpp index 5ef4cbd8a..fe7081173 100644 --- a/sdk/core/azure-core-amqp/src/models/amqp_error.cpp +++ b/sdk/core/azure-core-amqp/src/models/amqp_error.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_error.hpp" diff --git a/sdk/core/azure-core-amqp/src/models/amqp_header.cpp b/sdk/core/azure-core-amqp/src/models/amqp_header.cpp index 15b0fc4ff..09d228d6b 100644 --- a/sdk/core/azure-core-amqp/src/models/amqp_header.cpp +++ b/sdk/core/azure-core-amqp/src/models/amqp_header.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_header.hpp" diff --git a/sdk/core/azure-core-amqp/src/models/amqp_message.cpp b/sdk/core/azure-core-amqp/src/models/amqp_message.cpp index dd9f0ecfc..a4f3ae970 100644 --- a/sdk/core/azure-core-amqp/src/models/amqp_message.cpp +++ b/sdk/core/azure-core-amqp/src/models/amqp_message.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_message.hpp" diff --git a/sdk/core/azure-core-amqp/src/models/amqp_properties.cpp b/sdk/core/azure-core-amqp/src/models/amqp_properties.cpp index 50867d7ba..3d05dc730 100644 --- a/sdk/core/azure-core-amqp/src/models/amqp_properties.cpp +++ b/sdk/core/azure-core-amqp/src/models/amqp_properties.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_properties.hpp" diff --git a/sdk/core/azure-core-amqp/src/models/amqp_value.cpp b/sdk/core/azure-core-amqp/src/models/amqp_value.cpp index b0aa35acd..01f0ea27a 100644 --- a/sdk/core/azure-core-amqp/src/models/amqp_value.cpp +++ b/sdk/core/azure-core-amqp/src/models/amqp_value.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_value.hpp" diff --git a/sdk/core/azure-core-amqp/src/models/message_source.cpp b/sdk/core/azure-core-amqp/src/models/message_source.cpp index 55c573746..31bea257a 100644 --- a/sdk/core/azure-core-amqp/src/models/message_source.cpp +++ b/sdk/core/azure-core-amqp/src/models/message_source.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/message_source.hpp" diff --git a/sdk/core/azure-core-amqp/src/models/message_target.cpp b/sdk/core/azure-core-amqp/src/models/message_target.cpp index 26642a69f..b9ab3802d 100644 --- a/sdk/core/azure-core-amqp/src/models/message_target.cpp +++ b/sdk/core/azure-core-amqp/src/models/message_target.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/message_target.hpp" diff --git a/sdk/core/azure-core-amqp/src/models/messaging_values.cpp b/sdk/core/azure-core-amqp/src/models/messaging_values.cpp index 91a5a11cd..3b11d4591 100644 --- a/sdk/core/azure-core-amqp/src/models/messaging_values.cpp +++ b/sdk/core/azure-core-amqp/src/models/messaging_values.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/messaging_values.hpp" diff --git a/sdk/core/azure-core-amqp/src/network/amqp_header_transport.cpp b/sdk/core/azure-core-amqp/src/network/amqp_header_transport.cpp index 56dd48a36..abcfbe004 100644 --- a/sdk/core/azure-core-amqp/src/network/amqp_header_transport.cpp +++ b/sdk/core/azure-core-amqp/src/network/amqp_header_transport.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/network/amqp_header_detect_transport.hpp" #include "private/transport_impl.hpp" diff --git a/sdk/core/azure-core-amqp/src/network/private/transport_impl.hpp b/sdk/core/azure-core-amqp/src/network/private/transport_impl.hpp index c79436a9b..82b85baef 100644 --- a/sdk/core/azure-core-amqp/src/network/private/transport_impl.hpp +++ b/sdk/core/azure-core-amqp/src/network/private/transport_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include "azure/core/amqp/common/async_operation_queue.hpp" diff --git a/sdk/core/azure-core-amqp/src/network/sasl_transport.cpp b/sdk/core/azure-core-amqp/src/network/sasl_transport.cpp index 1b44e03c4..59a63be83 100644 --- a/sdk/core/azure-core-amqp/src/network/sasl_transport.cpp +++ b/sdk/core/azure-core-amqp/src/network/sasl_transport.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // LCOV_EXCL_START #include "azure/core/amqp/network/sasl_transport.hpp" diff --git a/sdk/core/azure-core-amqp/src/network/socket_listener.cpp b/sdk/core/azure-core-amqp/src/network/socket_listener.cpp index 2638daa70..fe58fb13c 100644 --- a/sdk/core/azure-core-amqp/src/network/socket_listener.cpp +++ b/sdk/core/azure-core-amqp/src/network/socket_listener.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/network/socket_listener.hpp" diff --git a/sdk/core/azure-core-amqp/src/network/socket_transport.cpp b/sdk/core/azure-core-amqp/src/network/socket_transport.cpp index 2f4542339..2e3593a28 100644 --- a/sdk/core/azure-core-amqp/src/network/socket_transport.cpp +++ b/sdk/core/azure-core-amqp/src/network/socket_transport.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/network/socket_transport.hpp" diff --git a/sdk/core/azure-core-amqp/src/network/tls_transport.cpp b/sdk/core/azure-core-amqp/src/network/tls_transport.cpp index 2428c68b3..fd5f1a1bc 100644 --- a/sdk/core/azure-core-amqp/src/network/tls_transport.cpp +++ b/sdk/core/azure-core-amqp/src/network/tls_transport.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/network/tls_transport.hpp" diff --git a/sdk/core/azure-core-amqp/src/network/transport.cpp b/sdk/core/azure-core-amqp/src/network/transport.cpp index 375f27f19..3c23f8e4b 100644 --- a/sdk/core/azure-core-amqp/src/network/transport.cpp +++ b/sdk/core/azure-core-amqp/src/network/transport.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/network/transport.hpp" diff --git a/sdk/core/azure-core-amqp/src/private/package_version.hpp b/sdk/core/azure-core-amqp/src/private/package_version.hpp index 4a900d83b..9a93c7cb8 100644 --- a/sdk/core/azure-core-amqp/src/private/package_version.hpp +++ b/sdk/core/azure-core-amqp/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core-amqp/test/CMakeLists.txt b/sdk/core/azure-core-amqp/test/CMakeLists.txt index b25b7ab6c..2c1203d4b 100644 --- a/sdk/core/azure-core-amqp/test/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/test/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright(c) Microsoft Corporation.All rights reserved. -# SPDX - License - Identifier : MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # CMakeList.txt : Top-level CMake project file, do global configuration # and include sub-projects here. diff --git a/sdk/core/azure-core-amqp/test/ut/CMakeLists.txt b/sdk/core/azure-core-amqp/test/ut/CMakeLists.txt index a44df74de..a448f8b5f 100644 --- a/sdk/core/azure-core-amqp/test/ut/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/test/ut/amqp_header_tests.cpp b/sdk/core/azure-core-amqp/test/ut/amqp_header_tests.cpp index 653eedc14..3971df994 100644 --- a/sdk/core/azure-core-amqp/test/ut/amqp_header_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/amqp_header_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_header.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/amqp_message_tests.cpp b/sdk/core/azure-core-amqp/test/ut/amqp_message_tests.cpp index 23dcfac63..da8d8a39b 100644 --- a/sdk/core/azure-core-amqp/test/ut/amqp_message_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/amqp_message_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_message.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/amqp_properties_tests.cpp b/sdk/core/azure-core-amqp/test/ut/amqp_properties_tests.cpp index 0a610ab4d..bba251193 100644 --- a/sdk/core/azure-core-amqp/test/ut/amqp_properties_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/amqp_properties_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_properties.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/amqp_value_tests.cpp b/sdk/core/azure-core-amqp/test/ut/amqp_value_tests.cpp index 6eaed5e08..fec6218b7 100644 --- a/sdk/core/azure-core-amqp/test/ut/amqp_value_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/amqp_value_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/common/global_state.hpp" #include "azure/core/amqp/models/amqp_error.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/azure_core_amqp_tests.cpp b/sdk/core/azure-core-amqp/test/ut/azure_core_amqp_tests.cpp index a80ec4e07..105c3e11b 100644 --- a/sdk/core/azure-core-amqp/test/ut/azure_core_amqp_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/azure_core_amqp_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/diagnostics/global_exception.hpp" #include "azure/core/platform.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/claim_based_security_tests.cpp b/sdk/core/azure-core-amqp/test/ut/claim_based_security_tests.cpp index 6af5854dc..d25f57d2a 100644 --- a/sdk/core/azure-core-amqp/test/ut/claim_based_security_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/claim_based_security_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "mock_amqp_server.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/connection_string_tests.cpp b/sdk/core/azure-core-amqp/test/ut/connection_string_tests.cpp index fee8c0014..d176c7135 100644 --- a/sdk/core/azure-core-amqp/test/ut/connection_string_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/connection_string_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/connection_string_credential.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/connection_tests.cpp b/sdk/core/azure-core-amqp/test/ut/connection_tests.cpp index 8caaa9065..5b84530df 100644 --- a/sdk/core/azure-core-amqp/test/ut/connection_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/connection_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/common/async_operation_queue.hpp" #include "azure/core/amqp/connection.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/link_tests.cpp b/sdk/core/azure-core-amqp/test/ut/link_tests.cpp index c9f78749a..fbde2e6eb 100644 --- a/sdk/core/azure-core-amqp/test/ut/link_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/link_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/common/async_operation_queue.hpp" #include "azure/core/amqp/connection.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/management_tests.cpp b/sdk/core/azure-core-amqp/test/ut/management_tests.cpp index e039c3d65..d555898b7 100644 --- a/sdk/core/azure-core-amqp/test/ut/management_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/management_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "mock_amqp_server.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/message_sender_receiver.cpp b/sdk/core/azure-core-amqp/test/ut/message_sender_receiver.cpp index 1d9957f81..3971ce01b 100644 --- a/sdk/core/azure-core-amqp/test/ut/message_sender_receiver.cpp +++ b/sdk/core/azure-core-amqp/test/ut/message_sender_receiver.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/common/async_operation_queue.hpp" #include "azure/core/amqp/connection.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/message_source_target.cpp b/sdk/core/azure-core-amqp/test/ut/message_source_target.cpp index a1f0a65a8..ac70b0150 100644 --- a/sdk/core/azure-core-amqp/test/ut/message_source_target.cpp +++ b/sdk/core/azure-core-amqp/test/ut/message_source_target.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core-amqp/test/ut/mock_amqp_server.hpp b/sdk/core/azure-core-amqp/test/ut/mock_amqp_server.hpp index c20307f00..5db663429 100644 --- a/sdk/core/azure-core-amqp/test/ut/mock_amqp_server.hpp +++ b/sdk/core/azure-core-amqp/test/ut/mock_amqp_server.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/core/azure-core-amqp/test/ut/session_tests.cpp b/sdk/core/azure-core-amqp/test/ut/session_tests.cpp index 870365996..90e877ab7 100644 --- a/sdk/core/azure-core-amqp/test/ut/session_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/session_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/common/async_operation_queue.hpp" #include "azure/core/amqp/common/global_state.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut/transport_tests.cpp b/sdk/core/azure-core-amqp/test/ut/transport_tests.cpp index 2155a960a..9909f6c32 100644 --- a/sdk/core/azure-core-amqp/test/ut/transport_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut/transport_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/connection.hpp" diff --git a/sdk/core/azure-core-amqp/test/ut_uamqp/CMakeLists.txt b/sdk/core/azure-core-amqp/test/ut_uamqp/CMakeLists.txt index 2f787febe..172663b37 100644 --- a/sdk/core/azure-core-amqp/test/ut_uamqp/CMakeLists.txt +++ b/sdk/core/azure-core-amqp/test/ut_uamqp/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/azure-core-amqp/test/ut_uamqp/amqp_error_tests.cpp b/sdk/core/azure-core-amqp/test/ut_uamqp/amqp_error_tests.cpp index 570b2d86c..84034a1cf 100644 --- a/sdk/core/azure-core-amqp/test/ut_uamqp/amqp_error_tests.cpp +++ b/sdk/core/azure-core-amqp/test/ut_uamqp/amqp_error_tests.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-Licence-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/amqp/models/amqp_error.hpp" diff --git a/sdk/core/azure-core-amqp/vcpkg/Config.cmake.in b/sdk/core/azure-core-amqp/vcpkg/Config.cmake.in index 176bc75f1..062106828 100644 --- a/sdk/core/azure-core-amqp/vcpkg/Config.cmake.in +++ b/sdk/core/azure-core-amqp/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/core/azure-core-amqp/vcpkg/portfile.cmake b/sdk/core/azure-core-amqp/vcpkg/portfile.cmake index 6ed359e84..9aa229197 100644 --- a/sdk/core/azure-core-amqp/vcpkg/portfile.cmake +++ b/sdk/core/azure-core-amqp/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/core/azure-core-amqp/vcpkg/vcpkg.json b/sdk/core/azure-core-amqp/vcpkg/vcpkg.json index af5f3faa4..f5ff789a0 100644 --- a/sdk/core/azure-core-amqp/vcpkg/vcpkg.json +++ b/sdk/core/azure-core-amqp/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-core-amqp-cpp", diff --git a/sdk/core/azure-core-test/CMakeLists.txt b/sdk/core/azure-core-test/CMakeLists.txt index 984d88c42..953786137 100644 --- a/sdk/core/azure-core-test/CMakeLists.txt +++ b/sdk/core/azure-core-test/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) set(TARGET_NAME "azure-core-test-fw") diff --git a/sdk/core/azure-core-test/inc/azure/core/test/network_models.hpp b/sdk/core/azure-core-test/inc/azure/core/test/network_models.hpp index 246adee5a..e88551756 100644 --- a/sdk/core/azure-core-test/inc/azure/core/test/network_models.hpp +++ b/sdk/core/azure-core-test/inc/azure/core/test/network_models.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Defines the network models for recording HTTP requests from the network. diff --git a/sdk/core/azure-core-test/inc/azure/core/test/test_base.hpp b/sdk/core/azure-core-test/inc/azure/core/test/test_base.hpp index 9de37d604..ad2fce3af 100644 --- a/sdk/core/azure-core-test/inc/azure/core/test/test_base.hpp +++ b/sdk/core/azure-core-test/inc/azure/core/test/test_base.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * Base class for running live and playback tests using the interceptor manager diff --git a/sdk/core/azure-core-test/inc/azure/core/test/test_context_manager.hpp b/sdk/core/azure-core-test/inc/azure/core/test/test_context_manager.hpp index 8ea214ab4..f715fcde7 100644 --- a/sdk/core/azure-core-test/inc/azure/core/test/test_context_manager.hpp +++ b/sdk/core/azure-core-test/inc/azure/core/test/test_context_manager.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * This class handles managing context about a test. diff --git a/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_manager.hpp b/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_manager.hpp index ed98e6b29..5221e46bf 100644 --- a/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_manager.hpp +++ b/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_manager.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * Test proxy mamager class diff --git a/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_policy.hpp b/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_policy.hpp index 26cdceed5..94311ed58 100644 --- a/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_policy.hpp +++ b/sdk/core/azure-core-test/inc/azure/core/test/test_proxy_policy.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief HTTP Pipeline policy that keeps track of each HTTP request and response that diff --git a/sdk/core/azure-core-test/src/private/package_version.hpp b/sdk/core/azure-core-test/src/private/package_version.hpp index d830d7f40..d90a6b71f 100644 --- a/sdk/core/azure-core-test/src/private/package_version.hpp +++ b/sdk/core/azure-core-test/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core-test/src/test_base.cpp b/sdk/core/azure-core-test/src/test_base.cpp index 2d88478ad..35f7695c8 100644 --- a/sdk/core/azure-core-test/src/test_base.cpp +++ b/sdk/core/azure-core-test/src/test_base.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/test/test_base.hpp" diff --git a/sdk/core/azure-core-test/src/test_proxy_manager.cpp b/sdk/core/azure-core-test/src/test_proxy_manager.cpp index 2dc84f696..91097f0c5 100644 --- a/sdk/core/azure-core-test/src/test_proxy_manager.cpp +++ b/sdk/core/azure-core-test/src/test_proxy_manager.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/test/test_proxy_manager.hpp" diff --git a/sdk/core/azure-core-test/src/test_proxy_policy.cpp b/sdk/core/azure-core-test/src/test_proxy_policy.cpp index 7e07ca18d..766742d44 100644 --- a/sdk/core/azure-core-test/src/test_proxy_policy.cpp +++ b/sdk/core/azure-core-test/src/test_proxy_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/test/test_proxy_policy.hpp" diff --git a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt index 6d0dc1515..09dadbbde 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt +++ b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/dll_import_export.hpp b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/dll_import_export.hpp index 6a32a496e..c878b696f 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/dll_import_export.hpp +++ b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/internal/apiview.hpp b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/internal/apiview.hpp index 7360b018a..ca32a8560 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/internal/apiview.hpp +++ b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/internal/apiview.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/opentelemetry.hpp b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/opentelemetry.hpp index d6f215402..825b27ca8 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/opentelemetry.hpp +++ b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/opentelemetry.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/rtti.hpp b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/rtti.hpp index 214ef2f51..0234e722d 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/rtti.hpp +++ b/sdk/core/azure-core-tracing-opentelemetry/inc/azure/core/tracing/opentelemetry/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry.cpp b/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry.cpp index fba6833db..cc22b10f8 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry.cpp +++ b/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/tracing/opentelemetry/opentelemetry.hpp" diff --git a/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry_private.hpp b/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry_private.hpp index d52b566c1..643efb2d0 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry_private.hpp +++ b/sdk/core/azure-core-tracing-opentelemetry/src/opentelemetry_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once @@ -101,8 +101,8 @@ namespace Azure { namespace Core { namespace Tracing { namespace OpenTelemetry { */ class OpenTelemetrySpan final : public Azure::Core::Tracing::_internal::Span { opentelemetry::nostd::shared_ptr m_span; - // Copyright (c) Microsoft Corporation. All rights reserved. - // SPDX-License-Identifier: MIT + // Copyright (c) Microsoft Corporation. + // Licensed under the MIT License. public: OpenTelemetrySpan(opentelemetry::nostd::shared_ptr span); diff --git a/sdk/core/azure-core-tracing-opentelemetry/src/private/package_version.hpp b/sdk/core/azure-core-tracing-opentelemetry/src/private/package_version.hpp index d704407a3..0155f01af 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/src/private/package_version.hpp +++ b/sdk/core/azure-core-tracing-opentelemetry/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core-tracing-opentelemetry/test/ut/CMakeLists.txt b/sdk/core/azure-core-tracing-opentelemetry/test/ut/CMakeLists.txt index 5496d16bf..1701c6370 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/test/ut/CMakeLists.txt +++ b/sdk/core/azure-core-tracing-opentelemetry/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_otel_test.cpp b/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_otel_test.cpp index ef3c82394..6e060f04e 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_otel_test.cpp +++ b/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_otel_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #define USE_MEMORY_EXPORTER 1 #include "../src/opentelemetry_private.hpp" diff --git a/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_test.cpp b/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_test.cpp index 454c20eab..8a7ea4da2 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_test.cpp +++ b/sdk/core/azure-core-tracing-opentelemetry/test/ut/azure_core_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/diagnostics/global_exception.hpp" #include "azure/core/platform.hpp" diff --git a/sdk/core/azure-core-tracing-opentelemetry/test/ut/service_support_test.cpp b/sdk/core/azure-core-tracing-opentelemetry/test/ut/service_support_test.cpp index d882ac270..4f3ed874e 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/test/ut/service_support_test.cpp +++ b/sdk/core/azure-core-tracing-opentelemetry/test/ut/service_support_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test_exporter.hpp" // Span Exporter used for OpenTelemetry tests. diff --git a/sdk/core/azure-core-tracing-opentelemetry/test/ut/test_exporter.hpp b/sdk/core/azure-core-tracing-opentelemetry/test/ut/test_exporter.hpp index 4964cc983..6469a2712 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/test/ut/test_exporter.hpp +++ b/sdk/core/azure-core-tracing-opentelemetry/test/ut/test_exporter.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/Config.cmake.in b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/Config.cmake.in index bddaaf1a4..292488cd0 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/Config.cmake.in +++ b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake index 14eda25f5..55c9d4c60 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake +++ b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json index 34f11766a..f82849be5 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json +++ b/sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-core-tracing-opentelemetry-cpp", diff --git a/sdk/core/azure-core/CMakeLists.txt b/sdk/core/azure-core/CMakeLists.txt index 154e145ce..fbbbec767 100644 --- a/sdk/core/azure-core/CMakeLists.txt +++ b/sdk/core/azure-core/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/core/azure-core/inc/azure/core.hpp b/sdk/core/azure-core/inc/azure/core.hpp index 6b7e1aa75..b53199b47 100644 --- a/sdk/core/azure-core/inc/azure/core.hpp +++ b/sdk/core/azure-core/inc/azure/core.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Core SDK library. diff --git a/sdk/core/azure-core/inc/azure/core/azure_assert.hpp b/sdk/core/azure-core/inc/azure/core/azure_assert.hpp index 8ed7f062b..bbe52059d 100644 --- a/sdk/core/azure-core/inc/azure/core/azure_assert.hpp +++ b/sdk/core/azure-core/inc/azure/core/azure_assert.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/base64.hpp b/sdk/core/azure-core/inc/azure/core/base64.hpp index 6f65a0b78..b86dcb85a 100644 --- a/sdk/core/azure-core/inc/azure/core/base64.hpp +++ b/sdk/core/azure-core/inc/azure/core/base64.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/case_insensitive_containers.hpp b/sdk/core/azure-core/inc/azure/core/case_insensitive_containers.hpp index 1cf9c8ea5..9fcfc9065 100644 --- a/sdk/core/azure-core/inc/azure/core/case_insensitive_containers.hpp +++ b/sdk/core/azure-core/inc/azure/core/case_insensitive_containers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/context.hpp b/sdk/core/azure-core/inc/azure/core/context.hpp index 624ee49d2..75dc24f3d 100644 --- a/sdk/core/azure-core/inc/azure/core/context.hpp +++ b/sdk/core/azure-core/inc/azure/core/context.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/credentials/credentials.hpp b/sdk/core/azure-core/inc/azure/core/credentials/credentials.hpp index d48c9fbbf..5779f7502 100644 --- a/sdk/core/azure-core/inc/azure/core/credentials/credentials.hpp +++ b/sdk/core/azure-core/inc/azure/core/credentials/credentials.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/credentials/token_credential_options.hpp b/sdk/core/azure-core/inc/azure/core/credentials/token_credential_options.hpp index 7e1e83b3d..63031f232 100644 --- a/sdk/core/azure-core/inc/azure/core/credentials/token_credential_options.hpp +++ b/sdk/core/azure-core/inc/azure/core/credentials/token_credential_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/cryptography/hash.hpp b/sdk/core/azure-core/inc/azure/core/cryptography/hash.hpp index a2225574c..46f80c831 100644 --- a/sdk/core/azure-core/inc/azure/core/cryptography/hash.hpp +++ b/sdk/core/azure-core/inc/azure/core/cryptography/hash.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/datetime.hpp b/sdk/core/azure-core/inc/azure/core/datetime.hpp index 9284843d9..964b4cfaa 100644 --- a/sdk/core/azure-core/inc/azure/core/datetime.hpp +++ b/sdk/core/azure-core/inc/azure/core/datetime.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/diagnostics/logger.hpp b/sdk/core/azure-core/inc/azure/core/diagnostics/logger.hpp index f21463a87..2e87c8470 100644 --- a/sdk/core/azure-core/inc/azure/core/diagnostics/logger.hpp +++ b/sdk/core/azure-core/inc/azure/core/diagnostics/logger.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/dll_import_export.hpp b/sdk/core/azure-core/inc/azure/core/dll_import_export.hpp index a4130fa07..958bc5443 100644 --- a/sdk/core/azure-core/inc/azure/core/dll_import_export.hpp +++ b/sdk/core/azure-core/inc/azure/core/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/etag.hpp b/sdk/core/azure-core/inc/azure/core/etag.hpp index a3999f8d0..eec3945ca 100644 --- a/sdk/core/azure-core/inc/azure/core/etag.hpp +++ b/sdk/core/azure-core/inc/azure/core/etag.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/exception.hpp b/sdk/core/azure-core/inc/azure/core/exception.hpp index cd5c62ad9..e3d80414f 100644 --- a/sdk/core/azure-core/inc/azure/core/exception.hpp +++ b/sdk/core/azure-core/inc/azure/core/exception.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp b/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp index a8e28364d..5cea94eaa 100644 --- a/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/http/http.hpp b/sdk/core/azure-core/inc/azure/core/http/http.hpp index cd0066af6..0638a3f21 100644 --- a/sdk/core/azure-core/inc/azure/core/http/http.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/http.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/http/http_status_code.hpp b/sdk/core/azure-core/inc/azure/core/http/http_status_code.hpp index 97f2a73bd..634bd56fc 100644 --- a/sdk/core/azure-core/inc/azure/core/http/http_status_code.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/http_status_code.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp b/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp index 6ce723c32..b2197d4f6 100644 --- a/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/http/raw_response.hpp b/sdk/core/azure-core/inc/azure/core/http/raw_response.hpp index 489b3e8a1..d9bfcca92 100644 --- a/sdk/core/azure-core/inc/azure/core/http/raw_response.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/raw_response.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/http/transport.hpp b/sdk/core/azure-core/inc/azure/core/http/transport.hpp index 448f06031..d738aba01 100644 --- a/sdk/core/azure-core/inc/azure/core/http/transport.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/transport.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp b/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp index 8d845501a..ef2315f30 100644 --- a/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp b/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp index da28683d7..2cf2faf41 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/contract.hpp b/sdk/core/azure-core/inc/azure/core/internal/contract.hpp index 59538ab96..339931e29 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/contract.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/contract.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core/inc/azure/core/internal/credentials/authorization_challenge_parser.hpp b/sdk/core/azure-core/inc/azure/core/internal/credentials/authorization_challenge_parser.hpp index 299497531..38d7fbdd9 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/credentials/authorization_challenge_parser.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/credentials/authorization_challenge_parser.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/cryptography/sha_hash.hpp b/sdk/core/azure-core/inc/azure/core/internal/cryptography/sha_hash.hpp index 87ecf1ddc..d0a45c25f 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/cryptography/sha_hash.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/cryptography/sha_hash.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Compute the hash value for the input binary data, using diff --git a/sdk/core/azure-core/inc/azure/core/internal/diagnostics/global_exception.hpp b/sdk/core/azure-core/inc/azure/core/internal/diagnostics/global_exception.hpp index d051efb97..de6b091b6 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/diagnostics/global_exception.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/diagnostics/global_exception.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/core/azure-core/inc/azure/core/internal/diagnostics/log.hpp b/sdk/core/azure-core/inc/azure/core/internal/diagnostics/log.hpp index 7fc7e0365..8cea416af 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/diagnostics/log.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/diagnostics/log.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core/inc/azure/core/internal/environment.hpp b/sdk/core/azure-core/inc/azure/core/internal/environment.hpp index 1e42e29bd..ca4b3f6d5 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/environment.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/environment.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core/inc/azure/core/internal/extendable_enumeration.hpp b/sdk/core/azure-core/inc/azure/core/internal/extendable_enumeration.hpp index 1329f6f34..7438c972d 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/extendable_enumeration.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/extendable_enumeration.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once /** diff --git a/sdk/core/azure-core/inc/azure/core/internal/http/http_sanitizer.hpp b/sdk/core/azure-core/inc/azure/core/internal/http/http_sanitizer.hpp index 97a03f126..a226920bd 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/http/http_sanitizer.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/http/http_sanitizer.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp b/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp index 6fa206dca..bf575503b 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/http/user_agent.hpp b/sdk/core/azure-core/inc/azure/core/internal/http/user_agent.hpp index cbc8d03c3..99730877b 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/http/user_agent.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/http/user_agent.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/io/null_body_stream.hpp b/sdk/core/azure-core/inc/azure/core/internal/io/null_body_stream.hpp index 03c82eb03..c1b50ece8 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/io/null_body_stream.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/io/null_body_stream.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/json/json_optional.hpp b/sdk/core/azure-core/inc/azure/core/internal/json/json_optional.hpp index b6fdeb2ba..73073ee90 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/json/json_optional.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/json/json_optional.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/json/json_serializable.hpp b/sdk/core/azure-core/inc/azure/core/internal/json/json_serializable.hpp index 9d7a233bd..08f833a9a 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/json/json_serializable.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/json/json_serializable.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/strings.hpp b/sdk/core/azure-core/inc/azure/core/internal/strings.hpp index 1f6525f35..be8c5c1c2 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/strings.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/strings.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/tracing/service_tracing.hpp b/sdk/core/azure-core/inc/azure/core/internal/tracing/service_tracing.hpp index eb2b7d15c..a5be75e2d 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/tracing/service_tracing.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/tracing/service_tracing.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/context.hpp" #include "azure/core/internal/client_options.hpp" diff --git a/sdk/core/azure-core/inc/azure/core/internal/tracing/tracing_impl.hpp b/sdk/core/azure-core/inc/azure/core/internal/tracing/tracing_impl.hpp index 98111f50c..924295947 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/tracing/tracing_impl.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/tracing/tracing_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp b/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp index de9b77584..5468fcb90 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/sdk/core/azure-core/inc/azure/core/io/body_stream.hpp b/sdk/core/azure-core/inc/azure/core/io/body_stream.hpp index f6be262d8..60192cef1 100644 --- a/sdk/core/azure-core/inc/azure/core/io/body_stream.hpp +++ b/sdk/core/azure-core/inc/azure/core/io/body_stream.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/match_conditions.hpp b/sdk/core/azure-core/inc/azure/core/match_conditions.hpp index 7bdbd1ede..faa6a52d8 100644 --- a/sdk/core/azure-core/inc/azure/core/match_conditions.hpp +++ b/sdk/core/azure-core/inc/azure/core/match_conditions.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/modified_conditions.hpp b/sdk/core/azure-core/inc/azure/core/modified_conditions.hpp index 9946136ba..cff1c9f79 100644 --- a/sdk/core/azure-core/inc/azure/core/modified_conditions.hpp +++ b/sdk/core/azure-core/inc/azure/core/modified_conditions.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/nullable.hpp b/sdk/core/azure-core/inc/azure/core/nullable.hpp index da19aa852..13584e8b9 100644 --- a/sdk/core/azure-core/inc/azure/core/nullable.hpp +++ b/sdk/core/azure-core/inc/azure/core/nullable.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/operation.hpp b/sdk/core/azure-core/inc/azure/core/operation.hpp index 05628c0b5..1b91b389b 100644 --- a/sdk/core/azure-core/inc/azure/core/operation.hpp +++ b/sdk/core/azure-core/inc/azure/core/operation.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/operation_status.hpp b/sdk/core/azure-core/inc/azure/core/operation_status.hpp index 73535faef..b111be677 100644 --- a/sdk/core/azure-core/inc/azure/core/operation_status.hpp +++ b/sdk/core/azure-core/inc/azure/core/operation_status.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/paged_response.hpp b/sdk/core/azure-core/inc/azure/core/paged_response.hpp index 925509886..9fb6b9ea8 100644 --- a/sdk/core/azure-core/inc/azure/core/paged_response.hpp +++ b/sdk/core/azure-core/inc/azure/core/paged_response.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/platform.hpp b/sdk/core/azure-core/inc/azure/core/platform.hpp index d46d3d587..2af201e34 100644 --- a/sdk/core/azure-core/inc/azure/core/platform.hpp +++ b/sdk/core/azure-core/inc/azure/core/platform.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/response.hpp b/sdk/core/azure-core/inc/azure/core/response.hpp index 3bb13c637..65e767fd6 100644 --- a/sdk/core/azure-core/inc/azure/core/response.hpp +++ b/sdk/core/azure-core/inc/azure/core/response.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/rtti.hpp b/sdk/core/azure-core/inc/azure/core/rtti.hpp index c3e1b1aba..7c9c5e741 100644 --- a/sdk/core/azure-core/inc/azure/core/rtti.hpp +++ b/sdk/core/azure-core/inc/azure/core/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/tracing/tracing.hpp b/sdk/core/azure-core/inc/azure/core/tracing/tracing.hpp index 6b7be7f67..8827be962 100644 --- a/sdk/core/azure-core/inc/azure/core/tracing/tracing.hpp +++ b/sdk/core/azure-core/inc/azure/core/tracing/tracing.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/url.hpp b/sdk/core/azure-core/inc/azure/core/url.hpp index 28cf1d80c..0d0781f62 100644 --- a/sdk/core/azure-core/inc/azure/core/url.hpp +++ b/sdk/core/azure-core/inc/azure/core/url.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/inc/azure/core/uuid.hpp b/sdk/core/azure-core/inc/azure/core/uuid.hpp index bc672830a..bff603489 100644 --- a/sdk/core/azure-core/inc/azure/core/uuid.hpp +++ b/sdk/core/azure-core/inc/azure/core/uuid.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/src/azure_assert.cpp b/sdk/core/azure-core/src/azure_assert.cpp index 1285d444a..276e5f37b 100644 --- a/sdk/core/azure-core/src/azure_assert.cpp +++ b/sdk/core/azure-core/src/azure_assert.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/azure_assert.hpp" diff --git a/sdk/core/azure-core/src/base64.cpp b/sdk/core/azure-core/src/base64.cpp index 9e9803ace..e1a3a2e7a 100644 --- a/sdk/core/azure-core/src/base64.cpp +++ b/sdk/core/azure-core/src/base64.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/base64.hpp" diff --git a/sdk/core/azure-core/src/context.cpp b/sdk/core/azure-core/src/context.cpp index 370a7ec45..58d6c2f8f 100644 --- a/sdk/core/azure-core/src/context.cpp +++ b/sdk/core/azure-core/src/context.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/context.hpp" diff --git a/sdk/core/azure-core/src/credentials/authorization_challenge_parser.cpp b/sdk/core/azure-core/src/credentials/authorization_challenge_parser.cpp index f77be1e3b..f9d49dce9 100644 --- a/sdk/core/azure-core/src/credentials/authorization_challenge_parser.cpp +++ b/sdk/core/azure-core/src/credentials/authorization_challenge_parser.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/credentials/authorization_challenge_parser.hpp" diff --git a/sdk/core/azure-core/src/cryptography/md5.cpp b/sdk/core/azure-core/src/cryptography/md5.cpp index 1bfb9c23e..7ece65d9c 100644 --- a/sdk/core/azure-core/src/cryptography/md5.cpp +++ b/sdk/core/azure-core/src/cryptography/md5.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/cryptography/hash.hpp" #include "azure/core/platform.hpp" diff --git a/sdk/core/azure-core/src/cryptography/sha_hash.cpp b/sdk/core/azure-core/src/cryptography/sha_hash.cpp index bc4017ef6..8d2a5cf56 100644 --- a/sdk/core/azure-core/src/cryptography/sha_hash.cpp +++ b/sdk/core/azure-core/src/cryptography/sha_hash.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/src/datetime.cpp b/sdk/core/azure-core/src/datetime.cpp index f1d2c11f9..3d9a59e5b 100644 --- a/sdk/core/azure-core/src/datetime.cpp +++ b/sdk/core/azure-core/src/datetime.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/datetime.hpp" diff --git a/sdk/core/azure-core/src/environment.cpp b/sdk/core/azure-core/src/environment.cpp index b5e43c712..2d440c316 100644 --- a/sdk/core/azure-core/src/environment.cpp +++ b/sdk/core/azure-core/src/environment.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/environment.hpp" diff --git a/sdk/core/azure-core/src/environment_log_level_listener.cpp b/sdk/core/azure-core/src/environment_log_level_listener.cpp index ef6c78cb2..917896804 100644 --- a/sdk/core/azure-core/src/environment_log_level_listener.cpp +++ b/sdk/core/azure-core/src/environment_log_level_listener.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/environment_log_level_listener.hpp" diff --git a/sdk/core/azure-core/src/etag.cpp b/sdk/core/azure-core/src/etag.cpp index 42ac1ef53..b37d56324 100644 --- a/sdk/core/azure-core/src/etag.cpp +++ b/sdk/core/azure-core/src/etag.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/etag.hpp" diff --git a/sdk/core/azure-core/src/exception.cpp b/sdk/core/azure-core/src/exception.cpp index 3a03c1ba1..8e3fe04a7 100644 --- a/sdk/core/azure-core/src/exception.cpp +++ b/sdk/core/azure-core/src/exception.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/exception.hpp" diff --git a/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp b/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp index 924b2d1fc..66cd6b00e 100644 --- a/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp +++ b/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/credentials/credentials.hpp" #include "azure/core/http/policies/policy.hpp" diff --git a/sdk/core/azure-core/src/http/curl/curl.cpp b/sdk/core/azure-core/src/http/curl/curl.cpp index 6717e84a2..c01af5c07 100644 --- a/sdk/core/azure-core/src/http/curl/curl.cpp +++ b/sdk/core/azure-core/src/http/curl/curl.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // cspell:words OCSP crls #include "azure/core/base64.hpp" diff --git a/sdk/core/azure-core/src/http/curl/curl_connection_pool_private.hpp b/sdk/core/azure-core/src/http/curl/curl_connection_pool_private.hpp index 382fc6e20..b117d3167 100644 --- a/sdk/core/azure-core/src/http/curl/curl_connection_pool_private.hpp +++ b/sdk/core/azure-core/src/http/curl/curl_connection_pool_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/src/http/curl/curl_connection_private.hpp b/sdk/core/azure-core/src/http/curl/curl_connection_private.hpp index 58323bae2..8a1b14be7 100644 --- a/sdk/core/azure-core/src/http/curl/curl_connection_private.hpp +++ b/sdk/core/azure-core/src/http/curl/curl_connection_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/src/http/curl/curl_session_private.hpp b/sdk/core/azure-core/src/http/curl/curl_session_private.hpp index 8845646c3..c3958a6b2 100644 --- a/sdk/core/azure-core/src/http/curl/curl_session_private.hpp +++ b/sdk/core/azure-core/src/http/curl/curl_session_private.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/src/http/http.cpp b/sdk/core/azure-core/src/http/http.cpp index b8850f618..90746f2a8 100644 --- a/sdk/core/azure-core/src/http/http.cpp +++ b/sdk/core/azure-core/src/http/http.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/http.hpp" diff --git a/sdk/core/azure-core/src/http/http_sanitizer.cpp b/sdk/core/azure-core/src/http/http_sanitizer.cpp index 4aceede23..7d739581d 100644 --- a/sdk/core/azure-core/src/http/http_sanitizer.cpp +++ b/sdk/core/azure-core/src/http/http_sanitizer.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/http/http_sanitizer.hpp" diff --git a/sdk/core/azure-core/src/http/log_policy.cpp b/sdk/core/azure-core/src/http/log_policy.cpp index 7f679e942..3d85d9d4a 100644 --- a/sdk/core/azure-core/src/http/log_policy.cpp +++ b/sdk/core/azure-core/src/http/log_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/policies/policy.hpp" #include "azure/core/internal/diagnostics/log.hpp" diff --git a/sdk/core/azure-core/src/http/policy.cpp b/sdk/core/azure-core/src/http/policy.cpp index b1096a1ee..6a8719efd 100644 --- a/sdk/core/azure-core/src/http/policy.cpp +++ b/sdk/core/azure-core/src/http/policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/policies/policy.hpp" diff --git a/sdk/core/azure-core/src/http/raw_response.cpp b/sdk/core/azure-core/src/http/raw_response.cpp index f2bca95cf..47e7248ed 100644 --- a/sdk/core/azure-core/src/http/raw_response.cpp +++ b/sdk/core/azure-core/src/http/raw_response.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/raw_response.hpp" diff --git a/sdk/core/azure-core/src/http/request.cpp b/sdk/core/azure-core/src/http/request.cpp index 954841d6c..7ec93d971 100644 --- a/sdk/core/azure-core/src/http/request.cpp +++ b/sdk/core/azure-core/src/http/request.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/http.hpp" #include "azure/core/internal/io/null_body_stream.hpp" diff --git a/sdk/core/azure-core/src/http/request_activity_policy.cpp b/sdk/core/azure-core/src/http/request_activity_policy.cpp index ddb2d186e..88efff53b 100644 --- a/sdk/core/azure-core/src/http/request_activity_policy.cpp +++ b/sdk/core/azure-core/src/http/request_activity_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/policies/policy.hpp" #include "azure/core/internal/diagnostics/log.hpp" diff --git a/sdk/core/azure-core/src/http/retry_policy.cpp b/sdk/core/azure-core/src/http/retry_policy.cpp index d2066b6ec..421c0941f 100644 --- a/sdk/core/azure-core/src/http/retry_policy.cpp +++ b/sdk/core/azure-core/src/http/retry_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/policies/policy.hpp" #include "azure/core/internal/diagnostics/log.hpp" diff --git a/sdk/core/azure-core/src/http/telemetry_policy.cpp b/sdk/core/azure-core/src/http/telemetry_policy.cpp index fadbb1235..99c6e1c4f 100644 --- a/sdk/core/azure-core/src/http/telemetry_policy.cpp +++ b/sdk/core/azure-core/src/http/telemetry_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/policies/policy.hpp" diff --git a/sdk/core/azure-core/src/http/transport_policy.cpp b/sdk/core/azure-core/src/http/transport_policy.cpp index bf134c785..10d037011 100644 --- a/sdk/core/azure-core/src/http/transport_policy.cpp +++ b/sdk/core/azure-core/src/http/transport_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/policies/policy.hpp" #include "azure/core/platform.hpp" diff --git a/sdk/core/azure-core/src/http/url.cpp b/sdk/core/azure-core/src/http/url.cpp index 1ae385026..a46c013c3 100644 --- a/sdk/core/azure-core/src/http/url.cpp +++ b/sdk/core/azure-core/src/http/url.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/url.hpp" diff --git a/sdk/core/azure-core/src/http/user_agent.cpp b/sdk/core/azure-core/src/http/user_agent.cpp index 4b10f975c..ac271640d 100644 --- a/sdk/core/azure-core/src/http/user_agent.cpp +++ b/sdk/core/azure-core/src/http/user_agent.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/src/http/winhttp/win_http_request.hpp b/sdk/core/azure-core/src/http/winhttp/win_http_request.hpp index 1eb637ee3..5e67d6219 100644 --- a/sdk/core/azure-core/src/http/winhttp/win_http_request.hpp +++ b/sdk/core/azure-core/src/http/winhttp/win_http_request.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // cspell:words PCCERT HCERTSTORE diff --git a/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp b/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp index d6d744dc9..f45d7bf57 100644 --- a/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp +++ b/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // cspell:words HCERTIFICATECHAIN PCCERT CCERT HCERTCHAINENGINE HCERTSTORE #include "azure/core/base64.hpp" diff --git a/sdk/core/azure-core/src/io/body_stream.cpp b/sdk/core/azure-core/src/io/body_stream.cpp index fe64affa6..10f5ea66e 100644 --- a/sdk/core/azure-core/src/io/body_stream.cpp +++ b/sdk/core/azure-core/src/io/body_stream.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/platform.hpp" diff --git a/sdk/core/azure-core/src/io/random_access_file_body_stream.cpp b/sdk/core/azure-core/src/io/random_access_file_body_stream.cpp index 789c83dac..b50e8e045 100644 --- a/sdk/core/azure-core/src/io/random_access_file_body_stream.cpp +++ b/sdk/core/azure-core/src/io/random_access_file_body_stream.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/platform.hpp" diff --git a/sdk/core/azure-core/src/logger.cpp b/sdk/core/azure-core/src/logger.cpp index 7277db6b6..47241a377 100644 --- a/sdk/core/azure-core/src/logger.cpp +++ b/sdk/core/azure-core/src/logger.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/diagnostics/logger.hpp" diff --git a/sdk/core/azure-core/src/operation_status.cpp b/sdk/core/azure-core/src/operation_status.cpp index 5acc2d860..f9b5d2b80 100644 --- a/sdk/core/azure-core/src/operation_status.cpp +++ b/sdk/core/azure-core/src/operation_status.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/operation_status.hpp" diff --git a/sdk/core/azure-core/src/private/environment_log_level_listener.hpp b/sdk/core/azure-core/src/private/environment_log_level_listener.hpp index 3dab1c880..2c9a3977c 100644 --- a/sdk/core/azure-core/src/private/environment_log_level_listener.hpp +++ b/sdk/core/azure-core/src/private/environment_log_level_listener.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core/src/private/package_version.hpp b/sdk/core/azure-core/src/private/package_version.hpp index d812eb4b2..a3a6dc246 100644 --- a/sdk/core/azure-core/src/private/package_version.hpp +++ b/sdk/core/azure-core/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/src/tracing/tracing.cpp b/sdk/core/azure-core/src/tracing/tracing.cpp index a37d350d0..4862a1604 100644 --- a/sdk/core/azure-core/src/tracing/tracing.cpp +++ b/sdk/core/azure-core/src/tracing/tracing.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/context.hpp" #include "azure/core/http/policies/policy.hpp" diff --git a/sdk/core/azure-core/src/uuid.cpp b/sdk/core/azure-core/src/uuid.cpp index 087c31516..9242e11ce 100644 --- a/sdk/core/azure-core/src/uuid.cpp +++ b/sdk/core/azure-core/src/uuid.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/uuid.hpp" diff --git a/sdk/core/azure-core/test/fault-injector/CMakeLists.txt b/sdk/core/azure-core/test/fault-injector/CMakeLists.txt index abec21b63..c0d327cf4 100644 --- a/sdk/core/azure-core/test/fault-injector/CMakeLists.txt +++ b/sdk/core/azure-core/test/fault-injector/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/azure-core/test/fault-injector/fault_injector_test.cpp b/sdk/core/azure-core/test/fault-injector/fault_injector_test.cpp index aa6f544b2..39ac76065 100644 --- a/sdk/core/azure-core/test/fault-injector/fault_injector_test.cpp +++ b/sdk/core/azure-core/test/fault-injector/fault_injector_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Validates the Azure Core transport adapters with fault responses from server. diff --git a/sdk/core/azure-core/test/libcurl-stress-test/CMakeLists.txt b/sdk/core/azure-core/test/libcurl-stress-test/CMakeLists.txt index 67b6fd6a8..da8ca1207 100644 --- a/sdk/core/azure-core/test/libcurl-stress-test/CMakeLists.txt +++ b/sdk/core/azure-core/test/libcurl-stress-test/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required(VERSION 3.13) diff --git a/sdk/core/azure-core/test/libcurl-stress-test/Chart.yaml b/sdk/core/azure-core/test/libcurl-stress-test/Chart.yaml index 8b1f26a00..bb666a065 100644 --- a/sdk/core/azure-core/test/libcurl-stress-test/Chart.yaml +++ b/sdk/core/azure-core/test/libcurl-stress-test/Chart.yaml @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. apiVersion: v2 name: libcurl-stress-test diff --git a/sdk/core/azure-core/test/libcurl-stress-test/Dockerfile b/sdk/core/azure-core/test/libcurl-stress-test/Dockerfile index c95409d28..cb318d972 100644 --- a/sdk/core/azure-core/test/libcurl-stress-test/Dockerfile +++ b/sdk/core/azure-core/test/libcurl-stress-test/Dockerfile @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. FROM mcr.microsoft.com/mirror/docker/library/ubuntu:22.04 as build # FROM mcr.microsoft.com/mirror/docker/library/ubuntu:22.04 diff --git a/sdk/core/azure-core/test/libcurl-stress-test/libcurl_stress_test.cpp b/sdk/core/azure-core/test/libcurl-stress-test/libcurl_stress_test.cpp index e5c74247d..1bdd3f347 100644 --- a/sdk/core/azure-core/test/libcurl-stress-test/libcurl_stress_test.cpp +++ b/sdk/core/azure-core/test/libcurl-stress-test/libcurl_stress_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Validates the Azure Core transport adapters with fault responses from server. diff --git a/sdk/core/azure-core/test/libcurl-stress-test/templates/deploy-job.yaml b/sdk/core/azure-core/test/libcurl-stress-test/templates/deploy-job.yaml index 39a621b16..478fe8de1 100644 --- a/sdk/core/azure-core/test/libcurl-stress-test/templates/deploy-job.yaml +++ b/sdk/core/azure-core/test/libcurl-stress-test/templates/deploy-job.yaml @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. {{- include "stress-test-addons.deploy-job-template.from-pod" (list . "stress.deploy-example") -}} {{- define "stress.deploy-example" -}} metadata: diff --git a/sdk/core/azure-core/test/perf/CMakeLists.txt b/sdk/core/azure-core/test/perf/CMakeLists.txt index db563de8d..506fe96c2 100644 --- a/sdk/core/azure-core/test/perf/CMakeLists.txt +++ b/sdk/core/azure-core/test/perf/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/azure-core/test/perf/inc/azure/core/test/nullable_test.hpp b/sdk/core/azure-core/test/perf/inc/azure/core/test/nullable_test.hpp index 5219db059..60c0e3ea1 100644 --- a/sdk/core/azure-core/test/perf/inc/azure/core/test/nullable_test.hpp +++ b/sdk/core/azure-core/test/perf/inc/azure/core/test/nullable_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/test/perf/inc/azure/core/test/uuid_test.hpp b/sdk/core/azure-core/test/perf/inc/azure/core/test/uuid_test.hpp index eb21a9226..7e9497cc3 100644 --- a/sdk/core/azure-core/test/perf/inc/azure/core/test/uuid_test.hpp +++ b/sdk/core/azure-core/test/perf/inc/azure/core/test/uuid_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/test/perf/src/azure_core_perf_test.cpp b/sdk/core/azure-core/test/perf/src/azure_core_perf_test.cpp index e512b2347..6c29232c2 100644 --- a/sdk/core/azure-core/test/perf/src/azure_core_perf_test.cpp +++ b/sdk/core/azure-core/test/perf/src/azure_core_perf_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/test/nullable_test.hpp" #include "azure/core/test/uuid_test.hpp" diff --git a/sdk/core/azure-core/test/ut/CMakeLists.txt b/sdk/core/azure-core/test/ut/CMakeLists.txt index efa23d2ad..781d6af4f 100644 --- a/sdk/core/azure-core/test/ut/CMakeLists.txt +++ b/sdk/core/azure-core/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/azure-core/test/ut/Start-WebSocketServer.ps1 b/sdk/core/azure-core/test/ut/Start-WebSocketServer.ps1 index 7e0828098..acfc9bf0d 100644 --- a/sdk/core/azure-core/test/ut/Start-WebSocketServer.ps1 +++ b/sdk/core/azure-core/test/ut/Start-WebSocketServer.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. param( [string] $LogFileLocation = "$($env:BUILD_SOURCESDIRECTORY)/WebSocketServer.log" ) diff --git a/sdk/core/azure-core/test/ut/authorization_challenge_parser_test.cpp b/sdk/core/azure-core/test/ut/authorization_challenge_parser_test.cpp index 312e0af30..5402070f7 100644 --- a/sdk/core/azure-core/test/ut/authorization_challenge_parser_test.cpp +++ b/sdk/core/azure-core/test/ut/authorization_challenge_parser_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/azure_core_test.cpp b/sdk/core/azure-core/test/ut/azure_core_test.cpp index a80ec4e07..105c3e11b 100644 --- a/sdk/core/azure-core/test/ut/azure_core_test.cpp +++ b/sdk/core/azure-core/test/ut/azure_core_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/diagnostics/global_exception.hpp" #include "azure/core/platform.hpp" diff --git a/sdk/core/azure-core/test/ut/azure_libcurl_core_main_test.cpp b/sdk/core/azure-core/test/ut/azure_libcurl_core_main_test.cpp index b4879aaa2..f3b6d1f4c 100644 --- a/sdk/core/azure-core/test/ut/azure_libcurl_core_main_test.cpp +++ b/sdk/core/azure-core/test/ut/azure_libcurl_core_main_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file This test assumes the application is already using libcurl. diff --git a/sdk/core/azure-core/test/ut/base64_test.cpp b/sdk/core/azure-core/test/ut/base64_test.cpp index c36f82a9a..84a945643 100644 --- a/sdk/core/azure-core/test/ut/base64_test.cpp +++ b/sdk/core/azure-core/test/ut/base64_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/bearer_token_authentication_policy_test.cpp b/sdk/core/azure-core/test/ut/bearer_token_authentication_policy_test.cpp index cec24d5a3..6f09de0b6 100644 --- a/sdk/core/azure-core/test/ut/bearer_token_authentication_policy_test.cpp +++ b/sdk/core/azure-core/test/ut/bearer_token_authentication_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/bodystream_test.cpp b/sdk/core/azure-core/test/ut/bodystream_test.cpp index 0f3de5b6b..1ae5a4584 100644 --- a/sdk/core/azure-core/test/ut/bodystream_test.cpp +++ b/sdk/core/azure-core/test/ut/bodystream_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/case_insensitive_containers_test.cpp b/sdk/core/azure-core/test/ut/case_insensitive_containers_test.cpp index 619397842..84b3aef18 100644 --- a/sdk/core/azure-core/test/ut/case_insensitive_containers_test.cpp +++ b/sdk/core/azure-core/test/ut/case_insensitive_containers_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/client_options_test.cpp b/sdk/core/azure-core/test/ut/client_options_test.cpp index b8060af0a..d5bd0acd8 100644 --- a/sdk/core/azure-core/test/ut/client_options_test.cpp +++ b/sdk/core/azure-core/test/ut/client_options_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/context_test.cpp b/sdk/core/azure-core/test/ut/context_test.cpp index 5d5410255..f210700d7 100644 --- a/sdk/core/azure-core/test/ut/context_test.cpp +++ b/sdk/core/azure-core/test/ut/context_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/curl_connection_pool_test.cpp b/sdk/core/azure-core/test/ut/curl_connection_pool_test.cpp index 23b43b48b..5e835b123 100644 --- a/sdk/core/azure-core/test/ut/curl_connection_pool_test.cpp +++ b/sdk/core/azure-core/test/ut/curl_connection_pool_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "transport_adapter_base_test.hpp" diff --git a/sdk/core/azure-core/test/ut/curl_options_test.cpp b/sdk/core/azure-core/test/ut/curl_options_test.cpp index 34e76a5fe..f20e3c0a0 100644 --- a/sdk/core/azure-core/test/ut/curl_options_test.cpp +++ b/sdk/core/azure-core/test/ut/curl_options_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/curl_session_test.hpp b/sdk/core/azure-core/test/ut/curl_session_test.hpp index 936fb206c..8396fdca7 100644 --- a/sdk/core/azure-core/test/ut/curl_session_test.hpp +++ b/sdk/core/azure-core/test/ut/curl_session_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/test/ut/curl_session_test_test.cpp b/sdk/core/azure-core/test/ut/curl_session_test_test.cpp index af0a79c6c..c9ebe3859 100644 --- a/sdk/core/azure-core/test/ut/curl_session_test_test.cpp +++ b/sdk/core/azure-core/test/ut/curl_session_test_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "curl_session_test.hpp" diff --git a/sdk/core/azure-core/test/ut/datetime_test.cpp b/sdk/core/azure-core/test/ut/datetime_test.cpp index 99bcc83c3..d68f7d6f9 100644 --- a/sdk/core/azure-core/test/ut/datetime_test.cpp +++ b/sdk/core/azure-core/test/ut/datetime_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/environment_log_level_listener_test.cpp b/sdk/core/azure-core/test/ut/environment_log_level_listener_test.cpp index 4dbaef052..d22637afe 100644 --- a/sdk/core/azure-core/test/ut/environment_log_level_listener_test.cpp +++ b/sdk/core/azure-core/test/ut/environment_log_level_listener_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/etag_test.cpp b/sdk/core/azure-core/test/ut/etag_test.cpp index ed7330c9f..7c7573bea 100644 --- a/sdk/core/azure-core/test/ut/etag_test.cpp +++ b/sdk/core/azure-core/test/ut/etag_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test_traits.hpp" diff --git a/sdk/core/azure-core/test/ut/exception_test.cpp b/sdk/core/azure-core/test/ut/exception_test.cpp index 4077cfdd3..b1e569065 100644 --- a/sdk/core/azure-core/test/ut/exception_test.cpp +++ b/sdk/core/azure-core/test/ut/exception_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/extendable_enumeration_test.cpp b/sdk/core/azure-core/test/ut/extendable_enumeration_test.cpp index 01af12da4..34c41c40f 100644 --- a/sdk/core/azure-core/test/ut/extendable_enumeration_test.cpp +++ b/sdk/core/azure-core/test/ut/extendable_enumeration_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/global_context_test.cpp b/sdk/core/azure-core/test/ut/global_context_test.cpp index ce2a7d175..43caed7f5 100644 --- a/sdk/core/azure-core/test/ut/global_context_test.cpp +++ b/sdk/core/azure-core/test/ut/global_context_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/test/ut/http_method_test.cpp b/sdk/core/azure-core/test/ut/http_method_test.cpp index 45f05da8b..2259e5847 100644 --- a/sdk/core/azure-core/test/ut/http_method_test.cpp +++ b/sdk/core/azure-core/test/ut/http_method_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/http_test.cpp b/sdk/core/azure-core/test/ut/http_test.cpp index 2f30f33af..3868b19c1 100644 --- a/sdk/core/azure-core/test/ut/http_test.cpp +++ b/sdk/core/azure-core/test/ut/http_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "http_test.hpp" diff --git a/sdk/core/azure-core/test/ut/http_test.hpp b/sdk/core/azure-core/test/ut/http_test.hpp index 102d2e568..bf6c81347 100644 --- a/sdk/core/azure-core/test/ut/http_test.hpp +++ b/sdk/core/azure-core/test/ut/http_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/test/ut/json_test.cpp b/sdk/core/azure-core/test/ut/json_test.cpp index bc3d0185f..059e899b1 100644 --- a/sdk/core/azure-core/test/ut/json_test.cpp +++ b/sdk/core/azure-core/test/ut/json_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/log_policy_test.cpp b/sdk/core/azure-core/test/ut/log_policy_test.cpp index 5fdb38bc0..76d934e40 100644 --- a/sdk/core/azure-core/test/ut/log_policy_test.cpp +++ b/sdk/core/azure-core/test/ut/log_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/logging_test.cpp b/sdk/core/azure-core/test/ut/logging_test.cpp index 39953227a..85116e0be 100644 --- a/sdk/core/azure-core/test/ut/logging_test.cpp +++ b/sdk/core/azure-core/test/ut/logging_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/macro_guard_test.cpp b/sdk/core/azure-core/test/ut/macro_guard_test.cpp index 93d0d11c3..4fc80807f 100644 --- a/sdk/core/azure-core/test/ut/macro_guard_test.cpp +++ b/sdk/core/azure-core/test/ut/macro_guard_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/core/azure-core/test/ut/match_conditions_test.cpp b/sdk/core/azure-core/test/ut/match_conditions_test.cpp index 95575be08..141552063 100644 --- a/sdk/core/azure-core/test/ut/match_conditions_test.cpp +++ b/sdk/core/azure-core/test/ut/match_conditions_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/md5_test.cpp b/sdk/core/azure-core/test/ut/md5_test.cpp index dc1942627..cd1f11809 100644 --- a/sdk/core/azure-core/test/ut/md5_test.cpp +++ b/sdk/core/azure-core/test/ut/md5_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/modified_conditions_test.cpp b/sdk/core/azure-core/test/ut/modified_conditions_test.cpp index 8486ff7a1..b8cdd74eb 100644 --- a/sdk/core/azure-core/test/ut/modified_conditions_test.cpp +++ b/sdk/core/azure-core/test/ut/modified_conditions_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/nullable_test.cpp b/sdk/core/azure-core/test/ut/nullable_test.cpp index a9f05a320..16911c6b6 100644 --- a/sdk/core/azure-core/test/ut/nullable_test.cpp +++ b/sdk/core/azure-core/test/ut/nullable_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/operation_status_test.cpp b/sdk/core/azure-core/test/ut/operation_status_test.cpp index 2274a25d8..e279f8a86 100644 --- a/sdk/core/azure-core/test/ut/operation_status_test.cpp +++ b/sdk/core/azure-core/test/ut/operation_status_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/operation_test.cpp b/sdk/core/azure-core/test/ut/operation_test.cpp index 03dd493a5..b8a29444d 100644 --- a/sdk/core/azure-core/test/ut/operation_test.cpp +++ b/sdk/core/azure-core/test/ut/operation_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "operation_test.hpp" diff --git a/sdk/core/azure-core/test/ut/operation_test.hpp b/sdk/core/azure-core/test/ut/operation_test.hpp index 1011cc497..796afe8e9 100644 --- a/sdk/core/azure-core/test/ut/operation_test.hpp +++ b/sdk/core/azure-core/test/ut/operation_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/core/azure-core/test/ut/pipeline_test.cpp b/sdk/core/azure-core/test/ut/pipeline_test.cpp index 43478ce37..a1a428fcc 100644 --- a/sdk/core/azure-core/test/ut/pipeline_test.cpp +++ b/sdk/core/azure-core/test/ut/pipeline_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/policy_test.cpp b/sdk/core/azure-core/test/ut/policy_test.cpp index 8971cf6ed..5abdb9e03 100644 --- a/sdk/core/azure-core/test/ut/policy_test.cpp +++ b/sdk/core/azure-core/test/ut/policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/proxy_tests/builddocker.ps1 b/sdk/core/azure-core/test/ut/proxy_tests/builddocker.ps1 index 5b46f90c3..0af9bb970 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/builddocker.ps1 +++ b/sdk/core/azure-core/test/ut/proxy_tests/builddocker.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. pushd .\localproxy docker build -t squid-local . diff --git a/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile index 1f6e67252..a96601dd9 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/localproxy.passwd/Dockerfile @@ -1,6 +1,6 @@ #@# vim: set filetype=dockerfile: -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. FROM ubuntu/squid LABEL maintainer "Larry Osterman" diff --git a/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile index 92bc80078..28d4dadce 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/localproxy/Dockerfile @@ -1,6 +1,6 @@ #@# vim: set filetype=dockerfile: -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. FROM ubuntu/squid LABEL maintainer "Larry Osterman" diff --git a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile index b040f2623..4736fc332 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy.passwd/Dockerfile @@ -1,6 +1,6 @@ #@# vim: set filetype=dockerfile: -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. FROM ubuntu/squid LABEL maintainer "Larry Osterman" diff --git a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile index 92bc80078..28d4dadce 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile +++ b/sdk/core/azure-core/test/ut/proxy_tests/remoteproxy/Dockerfile @@ -1,6 +1,6 @@ #@# vim: set filetype=dockerfile: -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. FROM ubuntu/squid LABEL maintainer "Larry Osterman" diff --git a/sdk/core/azure-core/test/ut/proxy_tests/run_wsl_proxy.ps1 b/sdk/core/azure-core/test/ut/proxy_tests/run_wsl_proxy.ps1 index 8de008e4e..5e933a9db 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/run_wsl_proxy.ps1 +++ b/sdk/core/azure-core/test/ut/proxy_tests/run_wsl_proxy.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # cspell: words auxf wsl sudo apt-get -y install squid diff --git a/sdk/core/azure-core/test/ut/proxy_tests/runproxy.ps1 b/sdk/core/azure-core/test/ut/proxy_tests/runproxy.ps1 index b3ca689f7..8012e1fdc 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/runproxy.ps1 +++ b/sdk/core/azure-core/test/ut/proxy_tests/runproxy.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. docker run --rm -d -p 3128:3128 squid-local docker run --rm -d -p 3129:3129 squid-local.passwd diff --git a/sdk/core/azure-core/test/ut/proxy_tests/verify_proxy.ps1 b/sdk/core/azure-core/test/ut/proxy_tests/verify_proxy.ps1 index 49b7ebc13..1aff02daf 100644 --- a/sdk/core/azure-core/test/ut/proxy_tests/verify_proxy.ps1 +++ b/sdk/core/azure-core/test/ut/proxy_tests/verify_proxy.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. Write-Host 'EnvVar: ' $env:ANONYMOUSCONTAINERIPV4ADDRESS Write-Host 'EnvVar: ' $env:AUTHENTICATEDCONTAINERIPV4ADDRESS diff --git a/sdk/core/azure-core/test/ut/request_activity_policy_test.cpp b/sdk/core/azure-core/test/ut/request_activity_policy_test.cpp index 16af896dc..13f62465c 100644 --- a/sdk/core/azure-core/test/ut/request_activity_policy_test.cpp +++ b/sdk/core/azure-core/test/ut/request_activity_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/http/policies/policy.hpp" #include "azure/core/internal/http/pipeline.hpp" diff --git a/sdk/core/azure-core/test/ut/request_id_policy_test.cpp b/sdk/core/azure-core/test/ut/request_id_policy_test.cpp index 2901d25fb..b420e3724 100644 --- a/sdk/core/azure-core/test/ut/request_id_policy_test.cpp +++ b/sdk/core/azure-core/test/ut/request_id_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/response_t_test.cpp b/sdk/core/azure-core/test/ut/response_t_test.cpp index d368ce142..9aa014cf5 100644 --- a/sdk/core/azure-core/test/ut/response_t_test.cpp +++ b/sdk/core/azure-core/test/ut/response_t_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/retry_policy_test.cpp b/sdk/core/azure-core/test/ut/retry_policy_test.cpp index 10bab673c..b482418ce 100644 --- a/sdk/core/azure-core/test/ut/retry_policy_test.cpp +++ b/sdk/core/azure-core/test/ut/retry_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/diagnostics/logger.hpp" #include "azure/core/http/policies/policy.hpp" diff --git a/sdk/core/azure-core/test/ut/service_tracing_test.cpp b/sdk/core/azure-core/test/ut/service_tracing_test.cpp index 37f5365f3..f82b449c3 100644 --- a/sdk/core/azure-core/test/ut/service_tracing_test.cpp +++ b/sdk/core/azure-core/test/ut/service_tracing_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/tracing/tracing_impl.hpp" @@ -36,8 +36,8 @@ TEST(TracingContextFactory, ServiceTraceEnums) std::string tracingAttributeName = TracingAttributes::AzNamespace.ToString(); } -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/sha_test.cpp b/sdk/core/azure-core/test/ut/sha_test.cpp index 868df6237..364d5b923 100644 --- a/sdk/core/azure-core/test/ut/sha_test.cpp +++ b/sdk/core/azure-core/test/ut/sha_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/internal/cryptography/sha_hash.hpp" #include "gtest/gtest.h" diff --git a/sdk/core/azure-core/test/ut/simplified_header_test.cpp b/sdk/core/azure-core/test/ut/simplified_header_test.cpp index 3f396340b..188897716 100644 --- a/sdk/core/azure-core/test/ut/simplified_header_test.cpp +++ b/sdk/core/azure-core/test/ut/simplified_header_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief makes sure azure/core.hpp can be included. diff --git a/sdk/core/azure-core/test/ut/string_test.cpp b/sdk/core/azure-core/test/ut/string_test.cpp index d4da2e8c6..9b3b5ee1d 100644 --- a/sdk/core/azure-core/test/ut/string_test.cpp +++ b/sdk/core/azure-core/test/ut/string_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/telemetry_policy_test.cpp b/sdk/core/azure-core/test/ut/telemetry_policy_test.cpp index 348483b59..bd9bf3144 100644 --- a/sdk/core/azure-core/test/ut/telemetry_policy_test.cpp +++ b/sdk/core/azure-core/test/ut/telemetry_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/test_traits.hpp b/sdk/core/azure-core/test/ut/test_traits.hpp index a719f2d9d..07f0cbdc1 100644 --- a/sdk/core/azure-core/test/ut/test_traits.hpp +++ b/sdk/core/azure-core/test/ut/test_traits.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/transport_adapter_base_test.cpp b/sdk/core/azure-core/test/ut/transport_adapter_base_test.cpp index df7a333e4..fe61dacd8 100644 --- a/sdk/core/azure-core/test/ut/transport_adapter_base_test.cpp +++ b/sdk/core/azure-core/test/ut/transport_adapter_base_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp b/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp index ec108b8ba..5f29d475b 100644 --- a/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp +++ b/sdk/core/azure-core/test/ut/transport_adapter_base_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp b/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp index 85117bec7..057c221dc 100644 --- a/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp +++ b/sdk/core/azure-core/test/ut/transport_adapter_implementation_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "transport_adapter_base_test.hpp" diff --git a/sdk/core/azure-core/test/ut/transport_policy_options.cpp b/sdk/core/azure-core/test/ut/transport_policy_options.cpp index 1a6b13a5c..a6147a9e5 100644 --- a/sdk/core/azure-core/test/ut/transport_policy_options.cpp +++ b/sdk/core/azure-core/test/ut/transport_policy_options.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/core/context.hpp" #include "azure/core/http/curl_transport.hpp" diff --git a/sdk/core/azure-core/test/ut/url_test.cpp b/sdk/core/azure-core/test/ut/url_test.cpp index 7eb0e780c..bfb576954 100644 --- a/sdk/core/azure-core/test/ut/url_test.cpp +++ b/sdk/core/azure-core/test/ut/url_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/test/ut/uuid_test.cpp b/sdk/core/azure-core/test/ut/uuid_test.cpp index 71b118ddc..e0d0fec1c 100644 --- a/sdk/core/azure-core/test/ut/uuid_test.cpp +++ b/sdk/core/azure-core/test/ut/uuid_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/core/azure-core/vcpkg/Config.cmake.in b/sdk/core/azure-core/vcpkg/Config.cmake.in index 412cce6d4..ded12df9f 100644 --- a/sdk/core/azure-core/vcpkg/Config.cmake.in +++ b/sdk/core/azure-core/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/core/azure-core/vcpkg/portfile.cmake b/sdk/core/azure-core/vcpkg/portfile.cmake index 6b73e9103..9e2c039d2 100644 --- a/sdk/core/azure-core/vcpkg/portfile.cmake +++ b/sdk/core/azure-core/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/core/azure-core/vcpkg/vcpkg.json b/sdk/core/azure-core/vcpkg/vcpkg.json index d0f2bac77..1eec0264b 100644 --- a/sdk/core/azure-core/vcpkg/vcpkg.json +++ b/sdk/core/azure-core/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-core-cpp", diff --git a/sdk/core/perf/CMakeLists.txt b/sdk/core/perf/CMakeLists.txt index b0dedc143..b132c3cc1 100644 --- a/sdk/core/perf/CMakeLists.txt +++ b/sdk/core/perf/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) project(azure-perf LANGUAGES CXX) diff --git a/sdk/core/perf/README.md b/sdk/core/perf/README.md index 76978c425..0c1a5284a 100644 --- a/sdk/core/perf/README.md +++ b/sdk/core/perf/README.md @@ -71,8 +71,8 @@ The main CMake project represents the definition of the main performance test ap Follow the next template to create the main CMake project ```cmake -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) @@ -109,8 +109,8 @@ set_target_properties(azure-performance-library-name-test PROPERTIES FOLDER "Tes The main source file defines the list of available tests and calls the performance framework `Run` function. Take a loop to the next example. ```cpp -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // The performance framework headers #include @@ -169,8 +169,8 @@ In the above code example, the two tests added to the `map` are defined in the p The next code example illustrates how to define a very simple empty test. ```cpp -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file @@ -210,8 +210,8 @@ namespace Azure { namespace Perf { namespace Test { A test can define its own options as an addition to the base options from the performance framework. See the next example to learn how to do it. ```cpp -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf.hpp b/sdk/core/perf/inc/azure/perf.hpp index a4acbf734..0c9d15429 100644 --- a/sdk/core/perf/inc/azure/perf.hpp +++ b/sdk/core/perf/inc/azure/perf.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/base_test.hpp b/sdk/core/perf/inc/azure/perf/base_test.hpp index d4a300dde..530435660 100644 --- a/sdk/core/perf/inc/azure/perf/base_test.hpp +++ b/sdk/core/perf/inc/azure/perf/base_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/dynamic_test_options.hpp b/sdk/core/perf/inc/azure/perf/dynamic_test_options.hpp index 010ca7dfa..df7e62fb9 100644 --- a/sdk/core/perf/inc/azure/perf/dynamic_test_options.hpp +++ b/sdk/core/perf/inc/azure/perf/dynamic_test_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/options.hpp b/sdk/core/perf/inc/azure/perf/options.hpp index fc0b45be2..ab9d87016 100644 --- a/sdk/core/perf/inc/azure/perf/options.hpp +++ b/sdk/core/perf/inc/azure/perf/options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/program.hpp b/sdk/core/perf/inc/azure/perf/program.hpp index 850e2123b..a97f1c3d6 100644 --- a/sdk/core/perf/inc/azure/perf/program.hpp +++ b/sdk/core/perf/inc/azure/perf/program.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/random_stream.hpp b/sdk/core/perf/inc/azure/perf/random_stream.hpp index e23cdbbdf..98aac6314 100644 --- a/sdk/core/perf/inc/azure/perf/random_stream.hpp +++ b/sdk/core/perf/inc/azure/perf/random_stream.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/test.hpp b/sdk/core/perf/inc/azure/perf/test.hpp index 44a0e15ce..b178c8c39 100644 --- a/sdk/core/perf/inc/azure/perf/test.hpp +++ b/sdk/core/perf/inc/azure/perf/test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/test_metadata.hpp b/sdk/core/perf/inc/azure/perf/test_metadata.hpp index 336463dc7..92e34a672 100644 --- a/sdk/core/perf/inc/azure/perf/test_metadata.hpp +++ b/sdk/core/perf/inc/azure/perf/test_metadata.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/inc/azure/perf/test_options.hpp b/sdk/core/perf/inc/azure/perf/test_options.hpp index 095e0fbed..9e3d01566 100644 --- a/sdk/core/perf/inc/azure/perf/test_options.hpp +++ b/sdk/core/perf/inc/azure/perf/test_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/src/arg_parser.cpp b/sdk/core/perf/src/arg_parser.cpp index 6350ebe7e..ecb4cc461 100644 --- a/sdk/core/perf/src/arg_parser.cpp +++ b/sdk/core/perf/src/arg_parser.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/perf/argagg.hpp" #include "azure/perf/program.hpp" diff --git a/sdk/core/perf/src/base_test.cpp b/sdk/core/perf/src/base_test.cpp index 2060b1cc5..c0695cb71 100644 --- a/sdk/core/perf/src/base_test.cpp +++ b/sdk/core/perf/src/base_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/perf/base_test.hpp" diff --git a/sdk/core/perf/src/options.cpp b/sdk/core/perf/src/options.cpp index f01693612..59fad4ebd 100644 --- a/sdk/core/perf/src/options.cpp +++ b/sdk/core/perf/src/options.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/perf/options.hpp" diff --git a/sdk/core/perf/src/program.cpp b/sdk/core/perf/src/program.cpp index 8c0c1ce2f..c9379915e 100644 --- a/sdk/core/perf/src/program.cpp +++ b/sdk/core/perf/src/program.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/perf/program.hpp" diff --git a/sdk/core/perf/src/random_stream.cpp b/sdk/core/perf/src/random_stream.cpp index 93f05f165..9712828f8 100644 --- a/sdk/core/perf/src/random_stream.cpp +++ b/sdk/core/perf/src/random_stream.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/perf/random_stream.hpp" diff --git a/sdk/core/perf/test/CMakeLists.txt b/sdk/core/perf/test/CMakeLists.txt index 4ce7e46c2..8795d1c4a 100644 --- a/sdk/core/perf/test/CMakeLists.txt +++ b/sdk/core/perf/test/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp index 6483cff56..2597af489 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/inc/azure/perf/test/delay_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/delay_test.hpp index 9a21179cd..167f4ea5a 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/delay_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/delay_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/inc/azure/perf/test/exception_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/exception_test.hpp index 72361db26..6d22dd3b3 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/exception_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/exception_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/inc/azure/perf/test/extended_options_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/extended_options_test.hpp index ccfb2cd17..887ce146c 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/extended_options_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/extended_options_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/inc/azure/perf/test/http_client_get_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/http_client_get_test.hpp index f65dc7e3d..31d084876 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/http_client_get_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/http_client_get_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/inc/azure/perf/test/http_pipeline_get_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/http_pipeline_get_test.hpp index c89d9e7b7..5541c1a07 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/http_pipeline_get_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/http_pipeline_get_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/inc/azure/perf/test/no_op_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/no_op_test.hpp index f3875cda4..e2a91ee95 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/no_op_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/no_op_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp index 6363305e5..d4cdd5d3c 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/core/perf/test/src/perf_test.cpp b/sdk/core/perf/test/src/perf_test.cpp index f91bec8db..5ebf0399d 100644 --- a/sdk/core/perf/test/src/perf_test.cpp +++ b/sdk/core/perf/test/src/perf_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/perf/test/delay_test.hpp" #include "azure/perf/test/extended_options_test.hpp" diff --git a/sdk/core/perf/test/src/random_stream_test.cpp b/sdk/core/perf/test/src/random_stream_test.cpp index 863aa6cd7..e78764b32 100644 --- a/sdk/core/perf/test/src/random_stream_test.cpp +++ b/sdk/core/perf/test/src/random_stream_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/eventhubs/CMakeLists.txt b/sdk/eventhubs/CMakeLists.txt index bf3a4f705..4cf10b5b7 100644 --- a/sdk/eventhubs/CMakeLists.txt +++ b/sdk/eventhubs/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt b/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt index 43ad9aff3..daadb26e0 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt +++ b/sdk/eventhubs/azure-messaging-eventhubs/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs.hpp b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs.hpp index 53390bd82..6c52c9feb 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs.hpp +++ b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Messaging Event Hubs SDK library. diff --git a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/dll_import_export.hpp b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/dll_import_export.hpp index 0ba56ca2c..d82dff41e 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/dll_import_export.hpp +++ b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/eventhubs.hpp b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/eventhubs.hpp index 6915fcb32..fc36ab244 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/eventhubs.hpp +++ b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/eventhubs.hpp @@ -1,2 +1,2 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. diff --git a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/rtti.hpp b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/rtti.hpp index 5794c3f3c..0ce7e895f 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/rtti.hpp +++ b/sdk/eventhubs/azure-messaging-eventhubs/inc/azure/messaging/eventhubs/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/eventhubs/azure-messaging-eventhubs/src/eventhubs.cpp b/sdk/eventhubs/azure-messaging-eventhubs/src/eventhubs.cpp index acc9ac3a2..4a8ffd076 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/src/eventhubs.cpp +++ b/sdk/eventhubs/azure-messaging-eventhubs/src/eventhubs.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/messaging/eventhubs.hpp" diff --git a/sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp b/sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp index ff3aeb9ac..fc062cf2e 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp +++ b/sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/eventhubs/azure-messaging-eventhubs/test/ut/CMakeLists.txt b/sdk/eventhubs/azure-messaging-eventhubs/test/ut/CMakeLists.txt index d169a42d2..2f8f25ec2 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/test/ut/CMakeLists.txt +++ b/sdk/eventhubs/azure-messaging-eventhubs/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/eventhubs/azure-messaging-eventhubs/test/ut/eventhubs_test.cpp b/sdk/eventhubs/azure-messaging-eventhubs/test/ut/eventhubs_test.cpp index 220f4192f..101910c0a 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/test/ut/eventhubs_test.cpp +++ b/sdk/eventhubs/azure-messaging-eventhubs/test/ut/eventhubs_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" diff --git a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/Config.cmake.in b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/Config.cmake.in index a9480c050..ca0ddc8cb 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/Config.cmake.in +++ b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake index b1042f619..e24baa558 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake +++ b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json index 9bdca569a..3653d00a7 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json +++ b/sdk/eventhubs/azure-messaging-eventhubs/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-messaging-eventhubs-cpp", diff --git a/sdk/identity/CMakeLists.txt b/sdk/identity/CMakeLists.txt index 95461d44a..64f89111a 100644 --- a/sdk/identity/CMakeLists.txt +++ b/sdk/identity/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/identity/azure-identity/CMakeLists.txt b/sdk/identity/azure-identity/CMakeLists.txt index 4cd89fabc..6ad5628a7 100644 --- a/sdk/identity/azure-identity/CMakeLists.txt +++ b/sdk/identity/azure-identity/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/identity/azure-identity/inc/azure/identity.hpp b/sdk/identity/azure-identity/inc/azure/identity.hpp index 5970cb7ae..b1eb9963d 100644 --- a/sdk/identity/azure-identity/inc/azure/identity.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Identity SDK library. diff --git a/sdk/identity/azure-identity/inc/azure/identity/azure_cli_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/azure_cli_credential.hpp index d1c2b95cc..f37b4d06b 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/azure_cli_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/azure_cli_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/chained_token_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/chained_token_credential.hpp index a4bd2d105..4bbe257d5 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/chained_token_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/chained_token_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/client_certificate_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/client_certificate_credential.hpp index 06eb44a62..dea42e98a 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/client_certificate_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/client_certificate_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp index f70bd5c6a..fe60e8a27 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/default_azure_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/default_azure_credential.hpp index 7e3edcd83..e7528cdb5 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/default_azure_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/default_azure_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/detail/client_credential_core.hpp b/sdk/identity/azure-identity/inc/azure/identity/detail/client_credential_core.hpp index d6af9d43c..eec920078 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/detail/client_credential_core.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/detail/client_credential_core.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/identity/azure-identity/inc/azure/identity/detail/token_cache.hpp b/sdk/identity/azure-identity/inc/azure/identity/detail/token_cache.hpp index 3e2ce82bc..6ca49b82b 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/detail/token_cache.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/detail/token_cache.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/dll_import_export.hpp b/sdk/identity/azure-identity/inc/azure/identity/dll_import_export.hpp index 07a5c780d..6b01515fb 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/dll_import_export.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp index 73d7018ca..0a06d0c10 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/managed_identity_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/managed_identity_credential.hpp index 0017bd881..f83a62c3b 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/managed_identity_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/managed_identity_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/inc/azure/identity/rtti.hpp b/sdk/identity/azure-identity/inc/azure/identity/rtti.hpp index 89bbb93ce..5201da305 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/rtti.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/samples/CMakeLists.txt b/sdk/identity/azure-identity/samples/CMakeLists.txt index 18c82f1f0..dce4f09a0 100644 --- a/sdk/identity/azure-identity/samples/CMakeLists.txt +++ b/sdk/identity/azure-identity/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/identity/azure-identity/samples/azure_cli_credential.cpp b/sdk/identity/azure-identity/samples/azure_cli_credential.cpp index ff70a5e67..4f3e14ccf 100644 --- a/sdk/identity/azure-identity/samples/azure_cli_credential.cpp +++ b/sdk/identity/azure-identity/samples/azure_cli_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/samples/chained_token_credential.cpp b/sdk/identity/azure-identity/samples/chained_token_credential.cpp index dbfdc108d..cd678b9f3 100644 --- a/sdk/identity/azure-identity/samples/chained_token_credential.cpp +++ b/sdk/identity/azure-identity/samples/chained_token_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/samples/client_certificate_credential.cpp b/sdk/identity/azure-identity/samples/client_certificate_credential.cpp index 153449505..df2f7abf7 100644 --- a/sdk/identity/azure-identity/samples/client_certificate_credential.cpp +++ b/sdk/identity/azure-identity/samples/client_certificate_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/samples/client_secret_credential.cpp b/sdk/identity/azure-identity/samples/client_secret_credential.cpp index 3278d7d98..e2feb3072 100644 --- a/sdk/identity/azure-identity/samples/client_secret_credential.cpp +++ b/sdk/identity/azure-identity/samples/client_secret_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/samples/default_azure_credential.cpp b/sdk/identity/azure-identity/samples/default_azure_credential.cpp index 475397f60..90d406ce4 100644 --- a/sdk/identity/azure-identity/samples/default_azure_credential.cpp +++ b/sdk/identity/azure-identity/samples/default_azure_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/samples/environment_credential.cpp b/sdk/identity/azure-identity/samples/environment_credential.cpp index c94d498fc..bbac3c865 100644 --- a/sdk/identity/azure-identity/samples/environment_credential.cpp +++ b/sdk/identity/azure-identity/samples/environment_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/samples/managed_identity_credential.cpp b/sdk/identity/azure-identity/samples/managed_identity_credential.cpp index 54e4a2cc0..e52a11dd8 100644 --- a/sdk/identity/azure-identity/samples/managed_identity_credential.cpp +++ b/sdk/identity/azure-identity/samples/managed_identity_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/src/azure_cli_credential.cpp b/sdk/identity/azure-identity/src/azure_cli_credential.cpp index 70ba2e6e4..d9a1f49d0 100644 --- a/sdk/identity/azure-identity/src/azure_cli_credential.cpp +++ b/sdk/identity/azure-identity/src/azure_cli_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/azure_cli_credential.hpp" diff --git a/sdk/identity/azure-identity/src/chained_token_credential.cpp b/sdk/identity/azure-identity/src/chained_token_credential.cpp index 3a53bf450..645cd0f52 100644 --- a/sdk/identity/azure-identity/src/chained_token_credential.cpp +++ b/sdk/identity/azure-identity/src/chained_token_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/chained_token_credential.hpp" diff --git a/sdk/identity/azure-identity/src/client_certificate_credential.cpp b/sdk/identity/azure-identity/src/client_certificate_credential.cpp index 043b0b43d..ea5cb5303 100644 --- a/sdk/identity/azure-identity/src/client_certificate_credential.cpp +++ b/sdk/identity/azure-identity/src/client_certificate_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/client_certificate_credential.hpp" diff --git a/sdk/identity/azure-identity/src/client_credential_core.cpp b/sdk/identity/azure-identity/src/client_credential_core.cpp index 2124b7446..8ade161d8 100644 --- a/sdk/identity/azure-identity/src/client_credential_core.cpp +++ b/sdk/identity/azure-identity/src/client_credential_core.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/detail/client_credential_core.hpp" diff --git a/sdk/identity/azure-identity/src/client_secret_credential.cpp b/sdk/identity/azure-identity/src/client_secret_credential.cpp index cfca02606..07f95c751 100644 --- a/sdk/identity/azure-identity/src/client_secret_credential.cpp +++ b/sdk/identity/azure-identity/src/client_secret_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/client_secret_credential.hpp" diff --git a/sdk/identity/azure-identity/src/default_azure_credential.cpp b/sdk/identity/azure-identity/src/default_azure_credential.cpp index d27f61464..221e51ec6 100644 --- a/sdk/identity/azure-identity/src/default_azure_credential.cpp +++ b/sdk/identity/azure-identity/src/default_azure_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/default_azure_credential.hpp" diff --git a/sdk/identity/azure-identity/src/environment_credential.cpp b/sdk/identity/azure-identity/src/environment_credential.cpp index c713477e2..ef8655ec9 100644 --- a/sdk/identity/azure-identity/src/environment_credential.cpp +++ b/sdk/identity/azure-identity/src/environment_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/environment_credential.hpp" diff --git a/sdk/identity/azure-identity/src/managed_identity_credential.cpp b/sdk/identity/azure-identity/src/managed_identity_credential.cpp index de6666621..63b0d6278 100644 --- a/sdk/identity/azure-identity/src/managed_identity_credential.cpp +++ b/sdk/identity/azure-identity/src/managed_identity_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/managed_identity_credential.hpp" diff --git a/sdk/identity/azure-identity/src/managed_identity_source.cpp b/sdk/identity/azure-identity/src/managed_identity_source.cpp index bec7309bf..dd3a85bd8 100644 --- a/sdk/identity/azure-identity/src/managed_identity_source.cpp +++ b/sdk/identity/azure-identity/src/managed_identity_source.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/managed_identity_source.hpp" diff --git a/sdk/identity/azure-identity/src/private/chained_token_credential_impl.hpp b/sdk/identity/azure-identity/src/private/chained_token_credential_impl.hpp index 177d011a9..182a5c846 100644 --- a/sdk/identity/azure-identity/src/private/chained_token_credential_impl.hpp +++ b/sdk/identity/azure-identity/src/private/chained_token_credential_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/identity/azure-identity/src/private/identity_log.hpp b/sdk/identity/azure-identity/src/private/identity_log.hpp index ee33661de..647d3541b 100644 --- a/sdk/identity/azure-identity/src/private/identity_log.hpp +++ b/sdk/identity/azure-identity/src/private/identity_log.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/identity/azure-identity/src/private/managed_identity_source.hpp b/sdk/identity/azure-identity/src/private/managed_identity_source.hpp index a4f7d9d18..2b5e9e96f 100644 --- a/sdk/identity/azure-identity/src/private/managed_identity_source.hpp +++ b/sdk/identity/azure-identity/src/private/managed_identity_source.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/identity/azure-identity/src/private/package_version.hpp b/sdk/identity/azure-identity/src/private/package_version.hpp index 504e7b345..991a5f6f6 100644 --- a/sdk/identity/azure-identity/src/private/package_version.hpp +++ b/sdk/identity/azure-identity/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/src/private/tenant_id_resolver.hpp b/sdk/identity/azure-identity/src/private/tenant_id_resolver.hpp index 84c590238..4e6d7d461 100644 --- a/sdk/identity/azure-identity/src/private/tenant_id_resolver.hpp +++ b/sdk/identity/azure-identity/src/private/tenant_id_resolver.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/identity/azure-identity/src/private/token_credential_impl.hpp b/sdk/identity/azure-identity/src/private/token_credential_impl.hpp index 0de06d9e2..4f8fa04cf 100644 --- a/sdk/identity/azure-identity/src/private/token_credential_impl.hpp +++ b/sdk/identity/azure-identity/src/private/token_credential_impl.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/src/tenant_id_resolver.cpp b/sdk/identity/azure-identity/src/tenant_id_resolver.cpp index 5ea882ef0..ff88f56b0 100644 --- a/sdk/identity/azure-identity/src/tenant_id_resolver.cpp +++ b/sdk/identity/azure-identity/src/tenant_id_resolver.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/tenant_id_resolver.hpp" diff --git a/sdk/identity/azure-identity/src/token_cache.cpp b/sdk/identity/azure-identity/src/token_cache.cpp index a1dd5c291..a60d98782 100644 --- a/sdk/identity/azure-identity/src/token_cache.cpp +++ b/sdk/identity/azure-identity/src/token_cache.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/detail/token_cache.hpp" diff --git a/sdk/identity/azure-identity/src/token_credential_impl.cpp b/sdk/identity/azure-identity/src/token_credential_impl.cpp index a0be7befd..e6a87d4c7 100644 --- a/sdk/identity/azure-identity/src/token_credential_impl.cpp +++ b/sdk/identity/azure-identity/src/token_credential_impl.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/token_credential_impl.hpp" diff --git a/sdk/identity/azure-identity/test/e2e/CMakeLists.txt b/sdk/identity/azure-identity/test/e2e/CMakeLists.txt index d4c73239d..327e7705a 100644 --- a/sdk/identity/azure-identity/test/e2e/CMakeLists.txt +++ b/sdk/identity/azure-identity/test/e2e/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/identity/azure-identity/test/e2e/azure_identity_e2e_test.cpp b/sdk/identity/azure-identity/test/e2e/azure_identity_e2e_test.cpp index cbc2df040..f7392fc9b 100644 --- a/sdk/identity/azure-identity/test/e2e/azure_identity_e2e_test.cpp +++ b/sdk/identity/azure-identity/test/e2e/azure_identity_e2e_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/test/perf/CMakeLists.txt b/sdk/identity/azure-identity/test/perf/CMakeLists.txt index 0c31cf2eb..93eb0bff8 100644 --- a/sdk/identity/azure-identity/test/perf/CMakeLists.txt +++ b/sdk/identity/azure-identity/test/perf/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/identity/azure-identity/test/perf/inc/azure/identity/test/secret_credential_test.hpp b/sdk/identity/azure-identity/test/perf/inc/azure/identity/test/secret_credential_test.hpp index 04c772d73..2607bbdb2 100644 --- a/sdk/identity/azure-identity/test/perf/inc/azure/identity/test/secret_credential_test.hpp +++ b/sdk/identity/azure-identity/test/perf/inc/azure/identity/test/secret_credential_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/identity/azure-identity/test/perf/src/azure_identity_perf_test.cpp b/sdk/identity/azure-identity/test/perf/src/azure_identity_perf_test.cpp index a15ad1837..d308945d6 100644 --- a/sdk/identity/azure-identity/test/perf/src/azure_identity_perf_test.cpp +++ b/sdk/identity/azure-identity/test/perf/src/azure_identity_perf_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/test/secret_credential_test.hpp" diff --git a/sdk/identity/azure-identity/test/ut/CMakeLists.txt b/sdk/identity/azure-identity/test/ut/CMakeLists.txt index 9c10e2331..74ee00d38 100644 --- a/sdk/identity/azure-identity/test/ut/CMakeLists.txt +++ b/sdk/identity/azure-identity/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/identity/azure-identity/test/ut/azure_cli_credential_test.cpp b/sdk/identity/azure-identity/test/ut/azure_cli_credential_test.cpp index 514bd8050..57b42c4f5 100644 --- a/sdk/identity/azure-identity/test/ut/azure_cli_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/azure_cli_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/azure_cli_credential.hpp" diff --git a/sdk/identity/azure-identity/test/ut/chained_token_credential_test.cpp b/sdk/identity/azure-identity/test/ut/chained_token_credential_test.cpp index 3b767572f..9a48e3a0f 100644 --- a/sdk/identity/azure-identity/test/ut/chained_token_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/chained_token_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/chained_token_credential.hpp" diff --git a/sdk/identity/azure-identity/test/ut/client_certificate_credential_test.cpp b/sdk/identity/azure-identity/test/ut/client_certificate_credential_test.cpp index c34957dfc..dffc1c1dc 100644 --- a/sdk/identity/azure-identity/test/ut/client_certificate_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/client_certificate_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/client_certificate_credential.hpp" #include "credential_test_helper.hpp" diff --git a/sdk/identity/azure-identity/test/ut/client_secret_credential_test.cpp b/sdk/identity/azure-identity/test/ut/client_secret_credential_test.cpp index 6943cc3a4..7e79f38dc 100644 --- a/sdk/identity/azure-identity/test/ut/client_secret_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/client_secret_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/client_secret_credential.hpp" #include "credential_test_helper.hpp" diff --git a/sdk/identity/azure-identity/test/ut/credential_test_helper.cpp b/sdk/identity/azure-identity/test/ut/credential_test_helper.cpp index cb3b509eb..6a5739092 100644 --- a/sdk/identity/azure-identity/test/ut/credential_test_helper.cpp +++ b/sdk/identity/azure-identity/test/ut/credential_test_helper.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "credential_test_helper.hpp" diff --git a/sdk/identity/azure-identity/test/ut/credential_test_helper.hpp b/sdk/identity/azure-identity/test/ut/credential_test_helper.hpp index 244ffcdac..f329e126f 100644 --- a/sdk/identity/azure-identity/test/ut/credential_test_helper.hpp +++ b/sdk/identity/azure-identity/test/ut/credential_test_helper.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/identity/azure-identity/test/ut/default_azure_credential_test.cpp b/sdk/identity/azure-identity/test/ut/default_azure_credential_test.cpp index 1790f0a3d..6111701e7 100644 --- a/sdk/identity/azure-identity/test/ut/default_azure_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/default_azure_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/default_azure_credential.hpp" #include "credential_test_helper.hpp" diff --git a/sdk/identity/azure-identity/test/ut/environment_credential_test.cpp b/sdk/identity/azure-identity/test/ut/environment_credential_test.cpp index 1e984aa27..9547bfb86 100644 --- a/sdk/identity/azure-identity/test/ut/environment_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/environment_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/environment_credential.hpp" #include "credential_test_helper.hpp" diff --git a/sdk/identity/azure-identity/test/ut/macro_guard_test.cpp b/sdk/identity/azure-identity/test/ut/macro_guard_test.cpp index b71186ccf..bb2dd4c73 100644 --- a/sdk/identity/azure-identity/test/ut/macro_guard_test.cpp +++ b/sdk/identity/azure-identity/test/ut/macro_guard_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/identity/azure-identity/test/ut/managed_identity_credential_test.cpp b/sdk/identity/azure-identity/test/ut/managed_identity_credential_test.cpp index 569354fc2..92abeb936 100644 --- a/sdk/identity/azure-identity/test/ut/managed_identity_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/managed_identity_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/managed_identity_credential.hpp" #include "credential_test_helper.hpp" diff --git a/sdk/identity/azure-identity/test/ut/simplified_header_test.cpp b/sdk/identity/azure-identity/test/ut/simplified_header_test.cpp index fa2e67b75..f3e9c5b52 100644 --- a/sdk/identity/azure-identity/test/ut/simplified_header_test.cpp +++ b/sdk/identity/azure-identity/test/ut/simplified_header_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief makes sure azure/identity.hpp can be included. diff --git a/sdk/identity/azure-identity/test/ut/tenant_id_resolver_test.cpp b/sdk/identity/azure-identity/test/ut/tenant_id_resolver_test.cpp index 16acc704d..48364faec 100644 --- a/sdk/identity/azure-identity/test/ut/tenant_id_resolver_test.cpp +++ b/sdk/identity/azure-identity/test/ut/tenant_id_resolver_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "credential_test_helper.hpp" #include "private/tenant_id_resolver.hpp" diff --git a/sdk/identity/azure-identity/test/ut/token_cache_test.cpp b/sdk/identity/azure-identity/test/ut/token_cache_test.cpp index 114a22460..550dd7150 100644 --- a/sdk/identity/azure-identity/test/ut/token_cache_test.cpp +++ b/sdk/identity/azure-identity/test/ut/token_cache_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/client_secret_credential.hpp" #include "azure/identity/detail/token_cache.hpp" diff --git a/sdk/identity/azure-identity/test/ut/token_credential_impl_test.cpp b/sdk/identity/azure-identity/test/ut/token_credential_impl_test.cpp index cdb8a5a26..ab07a4c0a 100644 --- a/sdk/identity/azure-identity/test/ut/token_credential_impl_test.cpp +++ b/sdk/identity/azure-identity/test/ut/token_credential_impl_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "credential_test_helper.hpp" #include "private/token_credential_impl.hpp" diff --git a/sdk/identity/azure-identity/test/ut/token_credential_test.cpp b/sdk/identity/azure-identity/test/ut/token_credential_test.cpp index b3bdb7e6b..319486c25 100644 --- a/sdk/identity/azure-identity/test/ut/token_credential_test.cpp +++ b/sdk/identity/azure-identity/test/ut/token_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/identity/azure-identity/vcpkg/Config.cmake.in b/sdk/identity/azure-identity/vcpkg/Config.cmake.in index 6c3254a8a..0c40d75bc 100644 --- a/sdk/identity/azure-identity/vcpkg/Config.cmake.in +++ b/sdk/identity/azure-identity/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/identity/azure-identity/vcpkg/portfile.cmake b/sdk/identity/azure-identity/vcpkg/portfile.cmake index d7a753db3..7d62e901d 100644 --- a/sdk/identity/azure-identity/vcpkg/portfile.cmake +++ b/sdk/identity/azure-identity/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/identity/azure-identity/vcpkg/vcpkg.json b/sdk/identity/azure-identity/vcpkg/vcpkg.json index 0eb6fcdd7..a98245ce5 100644 --- a/sdk/identity/azure-identity/vcpkg/vcpkg.json +++ b/sdk/identity/azure-identity/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-identity-cpp", diff --git a/sdk/identity/test-resources-pre.ps1 b/sdk/identity/test-resources-pre.ps1 index 5c12c39f0..6a4007eb2 100644 --- a/sdk/identity/test-resources-pre.ps1 +++ b/sdk/identity/test-resources-pre.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. # IMPORTANT: Do not invoke this file directly. Please instead run eng/New-TestResources.ps1 from the repository root. diff --git a/sdk/keyvault/CMakeLists.txt b/sdk/keyvault/CMakeLists.txt index 52c1c55d9..eec39c807 100644 --- a/sdk/keyvault/CMakeLists.txt +++ b/sdk/keyvault/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt index 828c1ad9e..dc07213dd 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-administration/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration.hpp b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration.hpp index 2b62eb338..645cbeb55 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Security KeyVault Administration SDK library. diff --git a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/dll_import_export.hpp b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/dll_import_export.hpp index be3621d54..f7103af19 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/dll_import_export.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rest_client_models.hpp b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rest_client_models.hpp index ef079a2e0..52ddccbcb 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rest_client_models.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rest_client_models.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // // Code generated by Microsoft (R) AutoRest C++ Code Generator. // Changes may cause incorrect behavior and will be lost if the code is diff --git a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rtti.hpp b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rtti.hpp index a616a87b2..5cfd534ee 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rtti.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client.hpp b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client.hpp index a10864681..3b4583fc7 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client_options.hpp b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client_options.hpp index 3cd10aed3..a94169585 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client_options.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-administration/src/keyvault_settings_common_request.cpp b/sdk/keyvault/azure-security-keyvault-administration/src/keyvault_settings_common_request.cpp index 3632dda55..d79d87abc 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/src/keyvault_settings_common_request.cpp +++ b/sdk/keyvault/azure-security-keyvault-administration/src/keyvault_settings_common_request.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/keyvault_settings_common_request.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-administration/src/private/administration_constants.hpp b/sdk/keyvault/azure-security-keyvault-administration/src/private/administration_constants.hpp index 70b0ba244..5f8f97ce6 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/src/private/administration_constants.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/src/private/administration_constants.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-administration/src/private/keyvault_settings_common_request.hpp b/sdk/keyvault/azure-security-keyvault-administration/src/private/keyvault_settings_common_request.hpp index 8c9547722..b3e73eb3c 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/src/private/keyvault_settings_common_request.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/src/private/keyvault_settings_common_request.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provides a wrapper class for the Azure Core Pipeline for all Key Vault services where diff --git a/sdk/keyvault/azure-security-keyvault-administration/src/private/package_version.hpp b/sdk/keyvault/azure-security-keyvault-administration/src/private/package_version.hpp index 36c34eda8..842dabe33 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/src/private/package_version.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-administration/src/settings_client.cpp b/sdk/keyvault/azure-security-keyvault-administration/src/settings_client.cpp index 4d661d4b6..d9a40b8c5 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/src/settings_client.cpp +++ b/sdk/keyvault/azure-security-keyvault-administration/src/settings_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/administration_constants.hpp" #include "private/keyvault_settings_common_request.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-administration/test/samples/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-administration/test/samples/CMakeLists.txt index 9e094992f..ce2d41316 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/test/samples/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-administration/test/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/CMakeLists.txt index 97e68dec0..127f383fc 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/sample1_administration.cpp b/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/sample1_administration.cpp index 44acbb26b..cdfa79cc2 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/sample1_administration.cpp +++ b/sdk/keyvault/azure-security-keyvault-administration/test/samples/sample1-basic-operations/sample1_administration.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Settings SDK client for diff --git a/sdk/keyvault/azure-security-keyvault-administration/test/ut/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-administration/test/ut/CMakeLists.txt index e0d3e1d63..5aa6613d9 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/test/ut/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-administration/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-administration/test/ut/macro_guard.cpp b/sdk/keyvault/azure-security-keyvault-administration/test/ut/macro_guard.cpp index 4da2e9208..1fb880553 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/test/ut/macro_guard.cpp +++ b/sdk/keyvault/azure-security-keyvault-administration/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_base_test.hpp b/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_base_test.hpp index 3a9f7f7df..57c4c35a8 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_base_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_base_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_test.cpp b/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_test.cpp index 1e75f8d48..1f57da7c5 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-administration/test/ut/settings_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/administration/settings_client.hpp" #include "settings_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/Config.cmake.in b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/Config.cmake.in index ed6e42536..281610c97 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/Config.cmake.in +++ b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake index ab6ef42dd..bcee257db 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json index d87fd98b9..a49ec4757 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-administration/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-security-keyvault-administration-cpp", diff --git a/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt index d32243e3b..c5da18b10 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-certificates/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates.hpp b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates.hpp index 137a2cd34..0a3c8243c 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Key Vault Certificates SDK library. diff --git a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client.hpp b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client.hpp index f54f9125a..d43fc8969 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_models.hpp b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_models.hpp index e5a3a58c4..3859cc729 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_models.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_models.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_operations.hpp b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_operations.hpp index 71d26f76d..83735300d 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_operations.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_operations.hpp @@ -1,6 +1,6 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_options.hpp b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_options.hpp index 60b906e2f..b48ad5b0c 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_options.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/dll_import_export.hpp b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/dll_import_export.hpp index a3e65be8e..4530ff676 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/dll_import_export.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/rtti.hpp b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/rtti.hpp index 66201c3e3..1cf1ff114 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/rtti.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client.cpp b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client.cpp index 4fe9bddd3..9894a4884 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/certificates/certificate_client.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_operations.cpp b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_operations.cpp index 8697668d7..d46731b60 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_operations.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_operations.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/certificates/certificate_client_operations.hpp" #include "azure/keyvault/certificates/certificate_client.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_paged_response.cpp b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_paged_response.cpp index 86b735d48..cffc98a88 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_paged_response.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_client_paged_response.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/certificates/certificate_client.hpp" #include "azure/keyvault/certificates/certificate_client_models.hpp" #include "private/certificate_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_serializers.cpp b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_serializers.cpp index 877d26160..3ace87d76 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_serializers.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/certificate_serializers.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/certificate_serializers.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/keyvault_certificates_common_request.cpp b/sdk/keyvault/azure-security-keyvault-certificates/src/keyvault_certificates_common_request.cpp index b2075a973..65634518b 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/keyvault_certificates_common_request.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/keyvault_certificates_common_request.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/keyvault_certificates_common_request.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_constants.hpp b/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_constants.hpp index fe87359b7..bad9eba2c 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_constants.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_constants.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_key_usage.hpp b/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_key_usage.hpp index a34407543..4e81d3828 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_key_usage.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_key_usage.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_serializers.hpp b/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_serializers.hpp index bdb20fa1e..732f5cfe4 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_serializers.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/private/certificate_serializers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/private/keyvault_certificates_common_request.hpp b/sdk/keyvault/azure-security-keyvault-certificates/src/private/keyvault_certificates_common_request.hpp index 33dc6715f..4dea06242 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/private/keyvault_certificates_common_request.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/private/keyvault_certificates_common_request.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provides a wrapper class for the Azure Core Pipeline for all Key Vault services where diff --git a/sdk/keyvault/azure-security-keyvault-certificates/src/private/package_version.hpp b/sdk/keyvault/azure-security-keyvault-certificates/src/private/package_version.hpp index ab133ac61..6e1aa64dc 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/src/private/package_version.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/perf/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/test/perf/CMakeLists.txt index 5ef328b4f..5719dbe1a 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/perf/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/perf/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/perf/inc/azure/keyvault/certificates/test/get_certificate_test.hpp b/sdk/keyvault/azure-security-keyvault-certificates/test/perf/inc/azure/keyvault/certificates/test/get_certificate_test.hpp index ddff61805..cfe7f4cb4 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/perf/inc/azure/keyvault/certificates/test/get_certificate_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/perf/inc/azure/keyvault/certificates/test/get_certificate_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/perf/src/azure_security_keyvault_certificates_perf_test.cpp b/sdk/keyvault/azure-security-keyvault-certificates/test/perf/src/azure_security_keyvault_certificates_perf_test.cpp index d1bdfd92f..86b3aaf71 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/perf/src/azure_security_keyvault_certificates_perf_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/perf/src/azure_security_keyvault_certificates_perf_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/certificates/test/get_certificate_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/CMakeLists.txt index 81d9a2db3..2ec28e4c7 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/CMakeLists.txt index 3e76e870d..0ea0c4ff1 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/certificate_basic_operations.cpp b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/certificate_basic_operations.cpp index 1cad1ce5d..89f0ac650 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/certificate_basic_operations.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-basic-operations/certificate_basic_operations.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/CMakeLists.txt index 27ad378da..a74603b25 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/certificate_get_certificates.cpp b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/certificate_get_certificates.cpp index 4f2fd7df4..008bc13ab 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/certificate_get_certificates.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-get-certificates/certificate_get_certificates.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/CMakeLists.txt index 3b3cf1010..e8083c38f 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/certificate_import_certificate.cpp b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/certificate_import_certificate.cpp index fea62cb09..30416899a 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/certificate_import_certificate.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/samples/certificate-import-certificate/certificate_import_certificate.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Certificates SDK client diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/CMakeLists.txt index 75d5bbd2c..ea7684257 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_base_test.hpp b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_base_test.hpp index 64022b91e..489a7ac88 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_base_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_base_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_test.cpp b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_test.cpp index b2d974419..d4fa26384 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "certificate_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/macro_guard.cpp b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/macro_guard.cpp index d0e5a6e24..a67b6359d 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/test/ut/macro_guard.cpp +++ b/sdk/keyvault/azure-security-keyvault-certificates/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/Config.cmake.in b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/Config.cmake.in index 068323db0..72ee07fc3 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/Config.cmake.in +++ b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake index 96feefe7d..667fa7671 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json index 4e2aa9ac6..287d06d5b 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-certificates/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-security-keyvault-certificates-cpp", diff --git a/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt index cdf858cab..ec1b879e0 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys.hpp index 0a2c2739f..c33f09d49 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Key Vault Keys SDK library. diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client.hpp index 6500aaa82..dc486f0c0 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_models.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_models.hpp index a934cad33..2958824a0 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_models.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_models.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_options.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_options.hpp index 4bd329dc9..0eb6697ab 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_options.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/cryptography/cryptography_client_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/dll_import_export.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/dll_import_export.hpp index b0efb7242..a1ebebe5a 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/dll_import_export.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp index 1e0cad30d..79c5f13fa 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp index d2dffd9dc..15c9be1cc 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_options.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_options.hpp index f789ad6aa..d13dcf503 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_options.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/rtti.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/rtti.hpp index a03ca767a..8f437f541 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/rtti.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keyvault_keys.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keyvault_keys.hpp index a1a241510..e4c194ec6 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keyvault_keys.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keyvault_keys.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Key Vault Keys SDK library. diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/cryptography_client.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/cryptography_client.cpp index fcfdb234a..975511e9b 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/cryptography_client.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/cryptography_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/cryptography/cryptography_client.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_parameters.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_parameters.cpp index dd7d73c8c..c8addcf98 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_parameters.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_parameters.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_result.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_result.cpp index b24f73624..6e58c4eb5 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_result.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/decrypt_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_parameters.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_parameters.cpp index 64a33bfdc..5d938d67f 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_parameters.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_parameters.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_result.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_result.cpp index 21b9f12c4..147e6d8d5 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_result.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encrypt_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encryption_algorithm.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encryption_algorithm.cpp index 4689808e2..d462a5a9a 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encryption_algorithm.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/encryption_algorithm.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/key_constants.hpp" #include "azure/keyvault/keys/cryptography/cryptography_client_models.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_sign_parameters.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_sign_parameters.cpp index 9c399ae6e..2364ae1c8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_sign_parameters.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_sign_parameters.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/key_sign_parameters.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_verify_parameters.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_verify_parameters.cpp index 5b4f40c6d..0769e60d7 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_verify_parameters.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_verify_parameters.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/key_verify_parameters.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_algorithm.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_algorithm.cpp index 6de322c55..acb48c329 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_algorithm.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_algorithm.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/key_constants.hpp" #include "azure/keyvault/keys/cryptography/cryptography_client_models.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_parameters.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_parameters.cpp index 56200b182..9af8b2698 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_parameters.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/key_wrap_parameters.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/sign_result.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/sign_result.cpp index b3850ab54..c338c1b72 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/sign_result.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/sign_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/signature_algorithm.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/signature_algorithm.cpp index 27fb365d1..a343ecae8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/signature_algorithm.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/signature_algorithm.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/key_constants.hpp" #include "azure/keyvault/keys/cryptography/cryptography_client_models.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/unwrap_result.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/unwrap_result.cpp index 0cf931517..769f120ec 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/unwrap_result.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/unwrap_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/verify_result.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/verify_result.cpp index bcef5240b..1702381be 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/verify_result.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/verify_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/wrap_result.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/wrap_result.cpp index 35815e8e3..3bb62b347 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/wrap_result.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/cryptography/wrap_result.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../private/cryptography_serializers.hpp" #include "../private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/delete_key_operation.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/delete_key_operation.cpp index 9d698012a..58e6d7dc8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/delete_key_operation.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/delete_key_operation.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client.hpp" #include "azure/keyvault/keys/key_client_models.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp index 8a78dacdc..fe6e98da9 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/import_key_options.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/import_key_options.cpp index 83e76e0a4..a9eada9dd 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/import_key_options.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/import_key_options.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_options.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/json_web_key.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/json_web_key.cpp index df68760bf..033683627 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/json_web_key.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/json_web_key.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_backup.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_backup.cpp index fda44978c..493e55a6b 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_backup.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_backup.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/key_backup.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp index c7d975d57..6ba7c8127 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_client_paged_responses.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_client_paged_responses.cpp index 1820c5dda..c0810ab85 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_client_paged_responses.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_client_paged_responses.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client.hpp" #include "azure/keyvault/keys/key_client_models.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_curve_name.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_curve_name.cpp index 296c82c17..b683e3f13 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_curve_name.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_curve_name.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_encryption_algorithm.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_encryption_algorithm.cpp index 181483b5f..fc8f47d7e 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_encryption_algorithm.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_encryption_algorithm.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_get_random_bytes.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_get_random_bytes.cpp index d194a9136..863ead57c 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_get_random_bytes.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_get_random_bytes.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_operation.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_operation.cpp index f09c11c68..1a6782cbc 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_operation.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_operation.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_release_options.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_release_options.cpp index 3a0436b3d..88df1d780 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_release_options.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_release_options.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_options.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_release_policy.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_release_policy.cpp index a87b291da..5076155c2 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_release_policy.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_release_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_options.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp index 8bb446f1e..5a8fe95e8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/key_request_parameters.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_rotation_policy.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_rotation_policy.cpp index adc1626f6..63333f084 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_rotation_policy.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_rotation_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_type.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_type.cpp index a847a5e4b..daff4ae4a 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_type.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_type.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_key.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_key.cpp index 215018027..df82a557e 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_key.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_key.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client_models.hpp" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_protocol.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_protocol.cpp index 6dbc3b5ba..ca98017f3 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_protocol.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/keyvault_protocol.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/keyvault_protocol.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_internal_access.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_internal_access.hpp index 070c2d933..db28d69cc 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_internal_access.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_internal_access.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_serializers.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_serializers.hpp index da5f7605d..b3bf6564b 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_serializers.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/cryptography_serializers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_backup.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_backup.hpp index 6f07ad847..03ddc85a8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_backup.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_backup.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_constants.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_constants.hpp index 85a8dd3a1..c0897c834 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_constants.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_constants.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_request_parameters.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_request_parameters.hpp index 3a9d8e165..2dc80ae63 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_request_parameters.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_request_parameters.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_serializers.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_serializers.hpp index 5662acbb2..86b174a02 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_serializers.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_serializers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_sign_parameters.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_sign_parameters.hpp index de432c68a..eeafdc9cc 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_sign_parameters.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_sign_parameters.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_verify_parameters.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_verify_parameters.hpp index 9dc335f4d..9290793cf 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_verify_parameters.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_verify_parameters.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_wrap_parameters.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_wrap_parameters.hpp index 522f310ec..d976262f8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/key_wrap_parameters.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/key_wrap_parameters.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_constants.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_constants.hpp index 40a56d17f..84153673c 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_constants.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_constants.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provide string constants used for all the Key Vault services. diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_protocol.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_protocol.hpp index f22ece7a4..86b1415df 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_protocol.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/keyvault_protocol.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provides a wrapper class for the Azure Core Pipeline for all Key Vault services where diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/private/package_version.hpp b/sdk/keyvault/azure-security-keyvault-keys/src/private/package_version.hpp index 4dbe30496..e2a44fb2f 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/private/package_version.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/recover_deleted_key_operation.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/recover_deleted_key_operation.cpp index c43df7c7a..25a65a3ff 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/recover_deleted_key_operation.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/recover_deleted_key_operation.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/key_client.hpp" #include "azure/keyvault/keys/key_client_models.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/perf/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/perf/CMakeLists.txt index 7a836d8d9..74660c90a 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/perf/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/perf/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/perf/inc/azure/keyvault/keys/test/get_key_test.hpp b/sdk/keyvault/azure-security-keyvault-keys/test/perf/inc/azure/keyvault/keys/test/get_key_test.hpp index 956851418..db6137597 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/perf/inc/azure/keyvault/keys/test/get_key_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/perf/inc/azure/keyvault/keys/test/get_key_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/perf/src/azure_security_keyvault_keys_perf_test.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/perf/src/azure_security_keyvault_keys_perf_test.cpp index c8e330a2d..4d27b4f4f 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/perf/src/azure_security_keyvault_keys_perf_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/perf/src/azure_security_keyvault_keys_perf_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/keys/test/get_key_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/CMakeLists.txt index 8efaf9d7f..1f322f1d8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/CMakeLists.txt index e34cc8026..0548eb0ba 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/sample1_hello_world.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/sample1_hello_world.cpp index 77ae29cee..cc2da76f4 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/sample1_hello_world.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample1-hello-world/sample1_hello_world.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault SDK client for C++ diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/CMakeLists.txt index 83d5f545f..b8aedc677 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/sample2_backup_and_restore.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/sample2_backup_and_restore.cpp index 3b35db5f8..1e79278f8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/sample2_backup_and_restore.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample2-backup-and-restore/sample2_backup_and_restore.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault SDK client for C++ diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/CMakeLists.txt index f80289e62..43101d3de 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/sample3_get_keys.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/sample3_get_keys.cpp index d3d87dbdf..54bcb8383 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/sample3_get_keys.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample3-get-keys/sample3_get_keys.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault SDK client for C++ diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/CMakeLists.txt index 98ed93814..dc2b69a2e 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/sample4_encrypt_decrypt.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/sample4_encrypt_decrypt.cpp index cdbc0559c..a8565d6f8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/sample4_encrypt_decrypt.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample4-encrypt-decrypt/sample4_encrypt_decrypt.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates how to encrypt and decrypt a single block of plain text with an diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/CMakeLists.txt index a2d4f7d2e..d6e0f1692 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/sample5_sign_verify.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/sample5_sign_verify.cpp index 2cf82aa65..92e76cd43 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/sample5_sign_verify.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample5-sign-verify/sample5_sign_verify.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates how to sign data with both a RSA key and an EC key using the diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/CMakeLists.txt index 9dc977a1b..bcc25a329 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/sample6_wrap_unwrap.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/sample6_wrap_unwrap.cpp index 97764fac1..262bf8ea0 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/sample6_wrap_unwrap.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample6-wrap-unwrap/sample6_wrap_unwrap.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates how to sign data with both a RSA key and an EC key using the diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/CMakeLists.txt index 6e9a9a036..b0943ce00 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/sample7_key_rotation.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/sample7_key_rotation.cpp index b19f33ca8..86d9a9cb6 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/sample7_key_rotation.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/samples/sample7-key-rotation/sample7_key_rotation.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample demonstrates how update a key rotation policy, and then rotate the key based diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/CMakeLists.txt index 9058f21bc..659d3ad4c 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.cpp index 778a43bc6..87d912947 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "key_client_test_hsm_live.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.hpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.hpp index 99c7f31d4..f368adfa8 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut-hsm/key_client_test_hsm_live.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-keys/test/ut/CMakeLists.txt index 6c2e9e5eb..fd7e4d5ea 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_backup_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_backup_test_live.cpp index 77b89925f..e119de653 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_backup_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_backup_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_base_test.hpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_base_test.hpp index df77d3ece..29d2a97e1 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_base_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_base_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_create_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_create_test_live.cpp index f7d5cd260..cc2b6394b 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_create_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_create_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_delete_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_delete_test_live.cpp index 000538044..97d173175 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_delete_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_delete_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_get_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_get_test_live.cpp index 6fbf9ef24..96d7068ec 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_get_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_get_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_import_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_import_test_live.cpp index 0586f4f21..9536c5496 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_import_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_import_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_test.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_test.cpp index 55c8bdf6a..1aa3ea494 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "private/key_constants.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_update_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_update_test_live.cpp index 3bfde0a8b..278ec8c21 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_update_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_client_update_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_cryptographic_client_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_cryptographic_client_test_live.cpp index 8dc23a23b..3484e59ff 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_cryptographic_client_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_cryptographic_client_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_rotation_policy_test_live.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_rotation_policy_test_live.cpp index 49ac6e81b..46fe2d2c5 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_rotation_policy_test_live.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/key_rotation_policy_test_live.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "key_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/macro_guard.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/macro_guard.cpp index 304501a03..be8b9cfac 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/macro_guard.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_client_test.cpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_client_test.cpp index 013dadf93..a1cd27cf4 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_client_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "gtest/gtest.h" #include "mocked_transport_adapter_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_transport_adapter_test.hpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_transport_adapter_test.hpp index 1277fa97c..c5a444bc3 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_transport_adapter_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/mocked_transport_adapter_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/test/ut/test_consts.hpp b/sdk/keyvault/azure-security-keyvault-keys/test/ut/test_consts.hpp index edd18a429..264cb1b1a 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/test/ut/test_consts.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/test/ut/test_consts.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/Config.cmake.in b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/Config.cmake.in index bd57082cd..0ea4dddd2 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/Config.cmake.in +++ b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake index d135fa097..cec0e3261 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json index 07b0ae91c..63934f943 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-security-keyvault-keys-cpp", diff --git a/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt index 633be18b5..463554530 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets.hpp index cbfc63ebf..3d80bbb43 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Template SDK library. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/dll_import_export.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/dll_import_export.hpp index 5333c861c..c326695ee 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/dll_import_export.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_backup_secret.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_backup_secret.hpp index 89fed1cb3..c6d92024c 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_backup_secret.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_backup_secret.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_deleted_secret.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_deleted_secret.hpp index 7265020a3..ee320002f 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_deleted_secret.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_deleted_secret.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_operations.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_operations.hpp index eca2dcc49..e34f83513 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_operations.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_operations.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provides a wrapper class for the Azure Core Operation diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_options.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_options.hpp index 026a84506..0c378fae7 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_options.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret.hpp index 206952c78..fb00b4e0e 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_paged_response.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_paged_response.hpp index 87d7952ea..5ed55ec06 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_paged_response.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_paged_response.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines the Key Vault Secret paged responses. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_properties.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_properties.hpp index 1a08f60be..d4a316f4c 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_properties.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_properties.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/rtti.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/rtti.hpp index 27b24df76..4c6a87363 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/rtti.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/secret_client.hpp b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/secret_client.hpp index c5df7bcf3..6cb87e5da 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/secret_client.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/secret_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines the Key Vault Secret client. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_operations.cpp b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_operations.cpp index 5625f599e..f88f63c12 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_operations.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_operations.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Keyvault operations definition. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_protocol.cpp b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_protocol.cpp index 3aa02cb87..4b6205555 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_protocol.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_protocol.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/keyvault_protocol.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_paged_response.cpp b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_paged_response.cpp index 822e779ee..dec8725dd 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_paged_response.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_paged_response.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines SecretPropertiesPagedResponse. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_properties.cpp b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_properties.cpp index 037e45225..a5288c558 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_properties.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secret_properties.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Declares SecretProperties. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secrets_common_request.cpp b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secrets_common_request.cpp index d616ad784..7bed53b30 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secrets_common_request.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/keyvault_secrets_common_request.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/keyvault_secrets_common_request.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_protocol.hpp b/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_protocol.hpp index f568eadda..54b9ca8b6 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_protocol.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_protocol.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provides a wrapper class for the Azure Core Pipeline for all Key Vault services where diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_secrets_common_request.hpp b/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_secrets_common_request.hpp index fd73a28e6..7e299e487 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_secrets_common_request.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/private/keyvault_secrets_common_request.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Provides a wrapper class for the Azure Core Pipeline for Secrets service. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/private/package_version.hpp b/sdk/keyvault/azure-security-keyvault-secrets/src/private/package_version.hpp index 73e295b79..2e77d5017 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/private/package_version.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_constants.hpp b/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_constants.hpp index c68e0d2b1..4890960f0 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_constants.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_constants.hpp @@ -1,5 +1,5 @@ -// Copyright(c) Microsoft Corporation.All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_serializers.hpp b/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_serializers.hpp index f2da06060..098a6bc1b 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_serializers.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/private/secret_serializers.hpp @@ -1,5 +1,5 @@ -// Copyright(c) Microsoft Corporation.All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/secret_client.cpp b/sdk/keyvault/azure-security-keyvault-secrets/src/secret_client.cpp index c5e2edda3..c756f6d07 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/secret_client.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/secret_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Keyvault Secrets Client definition. diff --git a/sdk/keyvault/azure-security-keyvault-secrets/src/secret_serializers.cpp b/sdk/keyvault/azure-security-keyvault-secrets/src/secret_serializers.cpp index b103738f9..bc41d2335 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/src/secret_serializers.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/src/secret_serializers.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/perf/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/perf/CMakeLists.txt index cfd8104fa..dbe99524e 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/perf/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/perf/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/perf/inc/azure/keyvault/secrets/test/get_secret_test.hpp b/sdk/keyvault/azure-security-keyvault-secrets/test/perf/inc/azure/keyvault/secrets/test/get_secret_test.hpp index 56a755fb2..c267e5c6b 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/perf/inc/azure/keyvault/secrets/test/get_secret_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/perf/inc/azure/keyvault/secrets/test/get_secret_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/perf/src/azure_security_keyvault_secrets_perf_test.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/perf/src/azure_security_keyvault_secrets_perf_test.cpp index 4cb18d344..932159fcc 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/perf/src/azure_security_keyvault_secrets_perf_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/perf/src/azure_security_keyvault_secrets_perf_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/secrets/test/get_secret_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/CMakeLists.txt index d07fc319d..27803e560 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/CMakeLists.txt index d270c73c5..0ac186bb0 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/sample1_basic_operations.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/sample1_basic_operations.cpp index 764778801..b7566d204 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/sample1_basic_operations.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample1-basic-operations/sample1_basic_operations.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Secrets SDK client for diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/CMakeLists.txt index 3c74a1dca..8e72238cc 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/sample2_backup_restore.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/sample2_backup_restore.cpp index e4e7d253a..a2691cf41 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/sample2_backup_restore.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample2-backup-restore/sample2_backup_restore.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Secrets SDK client for diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/CMakeLists.txt index 462805c55..cb8ee9b46 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/sample3_delete_recover.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/sample3_delete_recover.cpp index c802a5c63..0a4d2c314 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/sample3_delete_recover.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample3-delete-recover/sample3_delete_recover.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Secrets SDK client for diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/CMakeLists.txt index 001551332..39f38beb5 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/sample4_get_secrets_deleted.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/sample4_get_secrets_deleted.cpp index 19d0a0ec5..b8759ed0c 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/sample4_get_secrets_deleted.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/samples/sample4-get-secrets-deleted/sample4_get_secrets_deleted.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This sample provides the code implementation to use the Key Vault Secrets SDK client for diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/CMakeLists.txt index 444cccc91..559950d88 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/macro_guard.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/macro_guard.cpp index ee583e860..dd2521cec 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/macro_guard.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/test_app.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/test_app.cpp index 16a647da9..f8954921f 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/test_app.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/test-app/test_app.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/secrets.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/CMakeLists.txt b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/CMakeLists.txt index ad36c53f4..afd9ce4dc 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/CMakeLists.txt +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/challenge_based_authentication_policy_test.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/challenge_based_authentication_policy_test.cpp index dab1a0366..5514ada63 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/challenge_based_authentication_policy_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/challenge_based_authentication_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/shared/keyvault_challenge_based_authentication_policy.hpp" #include "azure/keyvault/shared/keyvault_shared.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/macro_guard.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/macro_guard.cpp index ee583e860..dd2521cec 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/macro_guard.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.cpp index a5cc799f8..4737b5e19 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "secret_backup_deserialize_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.hpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.hpp index 7d4009443..c76f0a9d7 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_backup_deserialize_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/secrets/keyvault_deleted_secret.hpp" #include "azure/keyvault/secrets/keyvault_secret.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_base_test.hpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_base_test.hpp index 5c4faddf4..7b538f49a 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_base_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_base_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_test.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_test.cpp index 7d2f351c1..d2e5c0396 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/identity/client_secret_credential.hpp" #include "secret_client_base_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.cpp index 9f308083e..87a09f1a9 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "secret_get_client_deserialize_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.hpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.hpp index fadf70046..34a9f941f 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_get_client_deserialize_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/keyvault/secrets/keyvault_deleted_secret.hpp" #include "azure/keyvault/secrets/keyvault_secret.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.cpp index 958118215..19e2f3928 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "secret_paged_deserialize_test.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.hpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.hpp index bcc578f04..8606f0aba 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.hpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_paged_deserialize_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../src/private/secret_serializers.hpp" #include "azure/keyvault/secrets/keyvault_secret_paged_response.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_set_parameters_serializer_test.cpp b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_set_parameters_serializer_test.cpp index bd1fff48f..e90f49a54 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_set_parameters_serializer_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-secrets/test/ut/secret_set_parameters_serializer_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "../src/private/secret_serializers.hpp" #include "azure/core/internal/json/json.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/Config.cmake.in b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/Config.cmake.in index ec6d3b87f..e331bbbbd 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/Config.cmake.in +++ b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake index aa709ebb0..22dccaefe 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake +++ b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json index 131933d1a..8deeff295 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-secrets/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-security-keyvault-secrets-cpp", diff --git a/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_challenge_based_authentication_policy.hpp b/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_challenge_based_authentication_policy.hpp index b843116a3..cd3e41f65 100644 --- a/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_challenge_based_authentication_policy.hpp +++ b/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_challenge_based_authentication_policy.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_shared.hpp b/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_shared.hpp index 83dd8458d..30f8f8710 100644 --- a/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_shared.hpp +++ b/sdk/keyvault/azure-security-keyvault-shared/inc/azure/keyvault/shared/keyvault_shared.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/keyvault/test-resources-post.ps1 b/sdk/keyvault/test-resources-post.ps1 index edbdbad4a..dcbaf3489 100644 --- a/sdk/keyvault/test-resources-post.ps1 +++ b/sdk/keyvault/test-resources-post.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. # IMPORTANT: Do not invoke this file directly. Please instead run eng/New-TestResources.ps1 from the repository root. diff --git a/sdk/keyvault/tools/cleanup/CMakeLists.txt b/sdk/keyvault/tools/cleanup/CMakeLists.txt index 17dc0cec3..6879ecf2f 100644 --- a/sdk/keyvault/tools/cleanup/CMakeLists.txt +++ b/sdk/keyvault/tools/cleanup/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/keyvault/tools/cleanup/src/cleanup.cpp b/sdk/keyvault/tools/cleanup/src/cleanup.cpp index dd273a512..c18e1fb30 100644 --- a/sdk/keyvault/tools/cleanup/src/cleanup.cpp +++ b/sdk/keyvault/tools/cleanup/src/cleanup.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief This tool helps cleanup resources (keys, certificates, secrets) existing in a key vault, diff --git a/sdk/storage/CMakeLists.txt b/sdk/storage/CMakeLists.txt index a23f27eae..55bc5d0a7 100644 --- a/sdk/storage/CMakeLists.txt +++ b/sdk/storage/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-blobs/CMakeLists.txt b/sdk/storage/azure-storage-blobs/CMakeLists.txt index be205d76d..4faeca91d 100644 --- a/sdk/storage/azure-storage-blobs/CMakeLists.txt +++ b/sdk/storage/azure-storage-blobs/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") include(AzureVcpkg) diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs.hpp index c80fcd682..95c4e1b64 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Storage Blobs SDK library. diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/append_blob_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/append_blob_client.hpp index d487e1a74..7817a7dbf 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/append_blob_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/append_blob_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_batch.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_batch.hpp index b6809097c..034e9b7e0 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_batch.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_batch.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp index 6fcba7d15..9d9cd4898 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_container_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_container_client.hpp index dee80d092..fae4b017c 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_container_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_container_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_lease_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_lease_client.hpp index 7b364b2ee..56a0f411e 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_lease_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_lease_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_options.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_options.hpp index 448ff4305..ddf7ec715 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_options.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp index 04d1bb4d3..022ca09c1 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_responses.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_sas_builder.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_sas_builder.hpp index e7f604426..2b56651d0 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_sas_builder.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_sas_builder.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp index 500729717..d34e8d6cc 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/block_blob_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/block_blob_client.hpp index 1349e4052..7e8304ea5 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/block_blob_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/block_blob_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/deferred_response.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/deferred_response.hpp index 7d5cbe29e..e97cb35a8 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/deferred_response.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/deferred_response.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/dll_import_export.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/dll_import_export.hpp index 59136b6a4..2234dd761 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/dll_import_export.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/page_blob_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/page_blob_client.hpp index 691aa5701..fa77baca6 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/page_blob_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/page_blob_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/rtti.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/rtti.hpp index bb830c48c..aeb0f45cc 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/rtti.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/samples/CMakeLists.txt b/sdk/storage/azure-storage-blobs/samples/CMakeLists.txt index 7ce1ed5fd..a6cb133c0 100644 --- a/sdk/storage/azure-storage-blobs/samples/CMakeLists.txt +++ b/sdk/storage/azure-storage-blobs/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-blobs/samples/blob_getting_started.cpp b/sdk/storage/azure-storage-blobs/samples/blob_getting_started.cpp index f7d815058..586dcf656 100644 --- a/sdk/storage/azure-storage-blobs/samples/blob_getting_started.cpp +++ b/sdk/storage/azure-storage-blobs/samples/blob_getting_started.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/storage/azure-storage-blobs/samples/blob_list_operation.cpp b/sdk/storage/azure-storage-blobs/samples/blob_list_operation.cpp index 30df4ffc4..3481f897d 100644 --- a/sdk/storage/azure-storage-blobs/samples/blob_list_operation.cpp +++ b/sdk/storage/azure-storage-blobs/samples/blob_list_operation.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/storage/azure-storage-blobs/samples/blob_query.cpp b/sdk/storage/azure-storage-blobs/samples/blob_query.cpp index a9f132f0d..7f33ae006 100644 --- a/sdk/storage/azure-storage-blobs/samples/blob_query.cpp +++ b/sdk/storage/azure-storage-blobs/samples/blob_query.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/storage/azure-storage-blobs/samples/blob_sas.cpp b/sdk/storage/azure-storage-blobs/samples/blob_sas.cpp index 684144284..5a5c0fd7d 100644 --- a/sdk/storage/azure-storage-blobs/samples/blob_sas.cpp +++ b/sdk/storage/azure-storage-blobs/samples/blob_sas.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/storage/azure-storage-blobs/samples/transactional_checksum.cpp b/sdk/storage/azure-storage-blobs/samples/transactional_checksum.cpp index 94b3d18f8..722126350 100644 --- a/sdk/storage/azure-storage-blobs/samples/transactional_checksum.cpp +++ b/sdk/storage/azure-storage-blobs/samples/transactional_checksum.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp b/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp index abd52a158..56568a964 100644 --- a/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/append_blob_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/append_blob_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_batch.cpp b/sdk/storage/azure-storage-blobs/src/blob_batch.cpp index 6ce10f641..14aca2524 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_batch.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_batch.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_batch.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_client.cpp index 7498bc51f..b5315de83 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp index 4ed5fcc93..a96826699 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_container_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_lease_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_lease_client.cpp index 9d2003ab4..437d8cf0d 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_lease_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_lease_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_lease_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_options.cpp b/sdk/storage/azure-storage-blobs/src/blob_options.cpp index 317650c0a..36495fb77 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_options.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_options.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_options.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_responses.cpp b/sdk/storage/azure-storage-blobs/src/blob_responses.cpp index bc736cbd4..176c4fc37 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_responses.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_responses.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_responses.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_sas_builder.cpp b/sdk/storage/azure-storage-blobs/src/blob_sas_builder.cpp index c629933ea..34701184a 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_sas_builder.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_sas_builder.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_sas_builder.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp index a868bc62b..dbcab4d16 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/blob_service_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp b/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp index 44adb2657..1a4b8ff93 100644 --- a/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/block_blob_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/block_blob_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp b/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp index 4cdaf51a5..297795f97 100644 --- a/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/page_blob_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/page_blob_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/private/avro_parser.cpp b/sdk/storage/azure-storage-blobs/src/private/avro_parser.cpp index 22822e85c..25bca7c20 100644 --- a/sdk/storage/azure-storage-blobs/src/private/avro_parser.cpp +++ b/sdk/storage/azure-storage-blobs/src/private/avro_parser.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "avro_parser.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/private/avro_parser.hpp b/sdk/storage/azure-storage-blobs/src/private/avro_parser.hpp index cd41e4991..58bc5b2bb 100644 --- a/sdk/storage/azure-storage-blobs/src/private/avro_parser.hpp +++ b/sdk/storage/azure-storage-blobs/src/private/avro_parser.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp index 681ef4951..0c13499a3 100644 --- a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/fault-injector/CMakeLists.txt b/sdk/storage/azure-storage-blobs/test/fault-injector/CMakeLists.txt index 7d5074452..40de51dbf 100644 --- a/sdk/storage/azure-storage-blobs/test/fault-injector/CMakeLists.txt +++ b/sdk/storage/azure-storage-blobs/test/fault-injector/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-blobs/test/fault-injector/azure_storage_blobs_fault_injector_test.cpp b/sdk/storage/azure-storage-blobs/test/fault-injector/azure_storage_blobs_fault_injector_test.cpp index 03370e7a6..14e40f4ed 100644 --- a/sdk/storage/azure-storage-blobs/test/fault-injector/azure_storage_blobs_fault_injector_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/fault-injector/azure_storage_blobs_fault_injector_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Validates the Azure Storage blobs SDK client with fault responses from server. diff --git a/sdk/storage/azure-storage-blobs/test/perf/CMakeLists.txt b/sdk/storage/azure-storage-blobs/test/perf/CMakeLists.txt index 63a01d6d7..66b92dcfc 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/CMakeLists.txt +++ b/sdk/storage/azure-storage-blobs/test/perf/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # Configure CMake project. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp index a5a8464a2..606b67699 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/blob_base_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_from_sas.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_from_sas.hpp index 030d8a0f6..9a2b370b8 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_from_sas.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_from_sas.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_pipeline_only.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_pipeline_only.hpp index 9d10277ff..08b0910b9 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_pipeline_only.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_pipeline_only.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_test.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_test.hpp index 77b6a90c2..19b00c07a 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_transport_only.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_transport_only.hpp index f6f966a7f..9a3fd0ff3 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_transport_only.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/download_blob_transport_only.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/list_blob_test.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/list_blob_test.hpp index 0cb40cd46..4b42d5d0d 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/list_blob_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/list_blob_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/upload_blob_test.hpp b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/upload_blob_test.hpp index b788e2762..789cea639 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/upload_blob_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/perf/inc/azure/storage/blobs/test/upload_blob_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-blobs/test/perf/src/azure_storage_blobs_perf_test.cpp b/sdk/storage/azure-storage-blobs/test/perf/src/azure_storage_blobs_perf_test.cpp index c2edaadf3..ce495ade9 100644 --- a/sdk/storage/azure-storage-blobs/test/perf/src/azure_storage_blobs_perf_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/perf/src/azure_storage_blobs_perf_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/blobs/test/download_blob_from_sas.hpp" #include "azure/storage/blobs/test/download_blob_pipeline_only.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/CMakeLists.txt b/sdk/storage/azure-storage-blobs/test/ut/CMakeLists.txt index 29c00ecc4..6d6794440 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/CMakeLists.txt +++ b/sdk/storage/azure-storage-blobs/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.cpp index 37f8f21af..39bc015bb 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "append_blob_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.hpp b/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.hpp index ac6630213..0c1539e5b 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/ut/append_blob_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "blob_container_client_test.hpp" #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/blob_batch_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/blob_batch_client_test.cpp index c13348d0e..09517a870 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/blob_batch_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/blob_batch_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "blob_container_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.cpp index 18594d561..a54547182 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "blob_container_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.hpp b/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.hpp index 12ac676ae..bfaf5cc74 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/ut/blob_container_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "blob_service_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/blob_query_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/blob_query_test.cpp index c56f13e82..1bc6968b5 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/blob_query_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/blob_query_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "block_blob_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/blob_sas_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/blob_sas_test.cpp index 3bf192299..82f04974e 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/blob_sas_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/blob_sas_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "block_blob_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.cpp index bd66dea38..26dea522c 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "blob_service_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.hpp b/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.hpp index 9f0cea411..f6848600a 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/ut/blob_service_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp index 4a2062e9b..c6636ea99 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "block_blob_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.hpp b/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.hpp index 4e51d937a..f10b6f3b4 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/ut/block_blob_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "blob_container_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/connection_reuse_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/connection_reuse_test.cpp index 49a48d5c3..790fd9c20 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/connection_reuse_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/connection_reuse_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "block_blob_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/macro_guard.cpp b/sdk/storage/azure-storage-blobs/test/ut/macro_guard.cpp index 5428b5178..91cb80563 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/macro_guard.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp index 28f3f6b7d..d2b759af3 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "page_blob_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.hpp b/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.hpp index 421e8d655..759a17630 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.hpp +++ b/sdk/storage/azure-storage-blobs/test/ut/page_blob_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "blob_container_client_test.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/storage_retry_policy_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/storage_retry_policy_test.cpp index 48d22f9eb..a11254cc5 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/storage_retry_policy_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/storage_retry_policy_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-blobs/test/ut/storage_timeout_test.cpp b/sdk/storage/azure-storage-blobs/test/ut/storage_timeout_test.cpp index 7ab7bb73c..262223628 100644 --- a/sdk/storage/azure-storage-blobs/test/ut/storage_timeout_test.cpp +++ b/sdk/storage/azure-storage-blobs/test/ut/storage_timeout_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-blobs/vcpkg/Config.cmake.in b/sdk/storage/azure-storage-blobs/vcpkg/Config.cmake.in index 8d197af34..a4a51cb1e 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg/Config.cmake.in +++ b/sdk/storage/azure-storage-blobs/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake b/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake index 8cf6f3ce6..3a53f1b95 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-blobs/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json b/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json index 97f96e0d8..9fb258ba3 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-storage-blobs-cpp", diff --git a/sdk/storage/azure-storage-common/CMakeLists.txt b/sdk/storage/azure-storage-common/CMakeLists.txt index 8f8cf943c..d68a467b9 100644 --- a/sdk/storage/azure-storage-common/CMakeLists.txt +++ b/sdk/storage/azure-storage-common/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") include(AzureVcpkg) diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/access_conditions.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/access_conditions.hpp index 086c0868d..9f048a669 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/access_conditions.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/access_conditions.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp index d5431c511..cf407526e 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/account_sas_builder.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/crypt.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/crypt.hpp index 0ad20d109..cc3d4cda4 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/crypt.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/crypt.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/dll_import_export.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/dll_import_export.hpp index 24a6b6d16..a6f57e7de 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/dll_import_export.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/concurrent_transfer.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/concurrent_transfer.hpp index a67b4b34b..3aa82e22a 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/concurrent_transfer.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/concurrent_transfer.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp index ac281b43c..95e540a49 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/file_io.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/file_io.hpp index 26c3d55b8..1c04f542d 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/file_io.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/file_io.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/reliable_stream.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/reliable_stream.hpp index 2a34f2174..22c23768a 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/reliable_stream.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/reliable_stream.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/shared_key_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/shared_key_policy.hpp index f8b1002a2..3a0f60895 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/shared_key_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/shared_key_policy.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_per_retry_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_per_retry_policy.hpp index a0645fc7f..eacc8e5b6 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_per_retry_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_per_retry_policy.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp index 3be656fb2..3431087b7 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_service_version_policy.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_switch_to_secondary_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_switch_to_secondary_policy.hpp index d6a1baa63..5c42ca35e 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_switch_to_secondary_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/storage_switch_to_secondary_policy.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/xml_wrapper.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/xml_wrapper.hpp index 31c4fb14c..82b6ea2c7 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/xml_wrapper.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/xml_wrapper.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/rtti.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/rtti.hpp index 18bb913c2..c28456b9a 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/rtti.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp index 2d1192932..5ae312ed3 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_credential.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_credential.hpp index ab8bc172c..6d4514f14 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_credential.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_credential.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_exception.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_exception.hpp index 155027f63..479c9c38d 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_exception.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_exception.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/src/account_sas_builder.cpp b/sdk/storage/azure-storage-common/src/account_sas_builder.cpp index 87f822cd0..4093f928b 100644 --- a/sdk/storage/azure-storage-common/src/account_sas_builder.cpp +++ b/sdk/storage/azure-storage-common/src/account_sas_builder.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/account_sas_builder.hpp" diff --git a/sdk/storage/azure-storage-common/src/crypt.cpp b/sdk/storage/azure-storage-common/src/crypt.cpp index e6618aaf7..8dc30ff34 100644 --- a/sdk/storage/azure-storage-common/src/crypt.cpp +++ b/sdk/storage/azure-storage-common/src/crypt.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/crypt.hpp" diff --git a/sdk/storage/azure-storage-common/src/file_io.cpp b/sdk/storage/azure-storage-common/src/file_io.cpp index 137a726fc..29c8a9211 100644 --- a/sdk/storage/azure-storage-common/src/file_io.cpp +++ b/sdk/storage/azure-storage-common/src/file_io.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/internal/file_io.hpp" diff --git a/sdk/storage/azure-storage-common/src/private/package_version.hpp b/sdk/storage/azure-storage-common/src/private/package_version.hpp index 1f1c6a167..ef2175628 100644 --- a/sdk/storage/azure-storage-common/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-common/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-common/src/reliable_stream.cpp b/sdk/storage/azure-storage-common/src/reliable_stream.cpp index ab55d9a55..2a424c9a7 100644 --- a/sdk/storage/azure-storage-common/src/reliable_stream.cpp +++ b/sdk/storage/azure-storage-common/src/reliable_stream.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/internal/reliable_stream.hpp" diff --git a/sdk/storage/azure-storage-common/src/shared_key_policy.cpp b/sdk/storage/azure-storage-common/src/shared_key_policy.cpp index 80ab00c39..80dc602f7 100644 --- a/sdk/storage/azure-storage-common/src/shared_key_policy.cpp +++ b/sdk/storage/azure-storage-common/src/shared_key_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/internal/shared_key_policy.hpp" diff --git a/sdk/storage/azure-storage-common/src/storage_credential.cpp b/sdk/storage/azure-storage-common/src/storage_credential.cpp index 775da1f6e..7a63f12cf 100644 --- a/sdk/storage/azure-storage-common/src/storage_credential.cpp +++ b/sdk/storage/azure-storage-common/src/storage_credential.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/storage_credential.hpp" diff --git a/sdk/storage/azure-storage-common/src/storage_exception.cpp b/sdk/storage/azure-storage-common/src/storage_exception.cpp index 7b53a6594..2d6c971fc 100644 --- a/sdk/storage/azure-storage-common/src/storage_exception.cpp +++ b/sdk/storage/azure-storage-common/src/storage_exception.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/storage_exception.hpp" diff --git a/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp b/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp index 6799871da..ac3b74216 100644 --- a/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp +++ b/sdk/storage/azure-storage-common/src/storage_per_retry_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/internal/storage_per_retry_policy.hpp" diff --git a/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp b/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp index 4db46f786..60699a469 100644 --- a/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp +++ b/sdk/storage/azure-storage-common/src/storage_switch_to_secondary_policy.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/storage/azure-storage-common/src/xml_wrapper.cpp b/sdk/storage/azure-storage-common/src/xml_wrapper.cpp index cebb54a76..26fe2600d 100644 --- a/sdk/storage/azure-storage-common/src/xml_wrapper.cpp +++ b/sdk/storage/azure-storage-common/src/xml_wrapper.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/common/internal/xml_wrapper.hpp" diff --git a/sdk/storage/azure-storage-common/test/ut/CMakeLists.txt b/sdk/storage/azure-storage-common/test/ut/CMakeLists.txt index 79d9faa78..7463af2e7 100644 --- a/sdk/storage/azure-storage-common/test/ut/CMakeLists.txt +++ b/sdk/storage/azure-storage-common/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-common/test/ut/bearer_token_test.cpp b/sdk/storage/azure-storage-common/test/ut/bearer_token_test.cpp index 5c26892f1..8288ef285 100644 --- a/sdk/storage/azure-storage-common/test/ut/bearer_token_test.cpp +++ b/sdk/storage/azure-storage-common/test/ut/bearer_token_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test_base.hpp" diff --git a/sdk/storage/azure-storage-common/test/ut/crypt_functions_test.cpp b/sdk/storage/azure-storage-common/test/ut/crypt_functions_test.cpp index 1ccef9f1f..e3e449fd1 100644 --- a/sdk/storage/azure-storage-common/test/ut/crypt_functions_test.cpp +++ b/sdk/storage/azure-storage-common/test/ut/crypt_functions_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test_base.hpp" diff --git a/sdk/storage/azure-storage-common/test/ut/metadata_test.cpp b/sdk/storage/azure-storage-common/test/ut/metadata_test.cpp index 72909da74..8d38dc3b3 100644 --- a/sdk/storage/azure-storage-common/test/ut/metadata_test.cpp +++ b/sdk/storage/azure-storage-common/test/ut/metadata_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test_base.hpp" diff --git a/sdk/storage/azure-storage-common/test/ut/storage_credential_test.cpp b/sdk/storage/azure-storage-common/test/ut/storage_credential_test.cpp index d05fbe03f..e0987c78a 100644 --- a/sdk/storage/azure-storage-common/test/ut/storage_credential_test.cpp +++ b/sdk/storage/azure-storage-common/test/ut/storage_credential_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test_base.hpp" diff --git a/sdk/storage/azure-storage-common/test/ut/test_base.cpp b/sdk/storage/azure-storage-common/test/ut/test_base.cpp index 6a075ce73..1ea0b7447 100644 --- a/sdk/storage/azure-storage-common/test/ut/test_base.cpp +++ b/sdk/storage/azure-storage-common/test/ut/test_base.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test_base.hpp" diff --git a/sdk/storage/azure-storage-common/test/ut/test_base.hpp b/sdk/storage/azure-storage-common/test/ut/test_base.hpp index c9c0a2c65..712bb1856 100644 --- a/sdk/storage/azure-storage-common/test/ut/test_base.hpp +++ b/sdk/storage/azure-storage-common/test/ut/test_base.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-common/vcpkg/Config.cmake.in b/sdk/storage/azure-storage-common/vcpkg/Config.cmake.in index 43a13d14b..99233b5b1 100644 --- a/sdk/storage/azure-storage-common/vcpkg/Config.cmake.in +++ b/sdk/storage/azure-storage-common/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/storage/azure-storage-common/vcpkg/portfile.cmake b/sdk/storage/azure-storage-common/vcpkg/portfile.cmake index cd013f03d..6222fd836 100644 --- a/sdk/storage/azure-storage-common/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-common/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json index 1281800d5..53d41e782 100644 --- a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-storage-common-cpp", diff --git a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt index e60dea43c..19faab7a5 100644 --- a/sdk/storage/azure-storage-files-datalake/CMakeLists.txt +++ b/sdk/storage/azure-storage-files-datalake/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") include(AzureVcpkg) diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake.hpp index 76290debd..cf3a54aa6 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Storage Files Data Lake SDK library. diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp index 828d48e68..9467a3c23 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp index 610167a1e..46c4af05e 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp index dfd2aba5e..f609d1a45 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_lease_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_lease_client.hpp index 4ab078865..871366449 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_lease_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_lease_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_options.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_options.hpp index 6add0b2d4..efdd7b77b 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_options.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp index c46d1987a..bd4835a84 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_responses.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_responses.hpp index 758188b38..a0baa74f3 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_responses.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_responses.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_sas_builder.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_sas_builder.hpp index d093252c5..47d898811 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_sas_builder.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_sas_builder.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp index a7c96eea8..b9a7c87ae 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/dll_import_export.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/dll_import_export.hpp index 5d578c593..258298d3b 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/dll_import_export.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/rtti.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/rtti.hpp index b54ba3f2e..65ebb6242 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/rtti.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-files-datalake/samples/CMakeLists.txt b/sdk/storage/azure-storage-files-datalake/samples/CMakeLists.txt index 136d20cf3..1b9692100 100644 --- a/sdk/storage/azure-storage-files-datalake/samples/CMakeLists.txt +++ b/sdk/storage/azure-storage-files-datalake/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-files-datalake/samples/datalake_getting_started.cpp b/sdk/storage/azure-storage-files-datalake/samples/datalake_getting_started.cpp index ef321db64..fc2dd7339 100644 --- a/sdk/storage/azure-storage-files-datalake/samples/datalake_getting_started.cpp +++ b/sdk/storage/azure-storage-files-datalake/samples/datalake_getting_started.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp index c496089b1..56a298e24 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_directory_client.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp index 898d964da..8be44fa75 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_file_client.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp index 1760d99d7..30fbf4715 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_file_system_client.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_lease_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_lease_client.cpp index 34904a1a7..38e64ae08 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_lease_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_lease_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_lease_client.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp index 536f12001..70240842d 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_path_client.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp index 0ef5a9d61..5130f7cc1 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_responses.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_responses.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_sas_builder.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_sas_builder.cpp index aecadd89d..de7665548 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_sas_builder.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_sas_builder.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_sas_builder.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp index 0aa2c20db..8cf9a0136 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/datalake/datalake_service_client.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp index c54447d6c..8249d35d2 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_utilities.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "private/datalake_utilities.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/src/private/datalake_constants.hpp b/sdk/storage/azure-storage-files-datalake/src/private/datalake_constants.hpp index f782fc3fd..964054e89 100644 --- a/sdk/storage/azure-storage-files-datalake/src/private/datalake_constants.hpp +++ b/sdk/storage/azure-storage-files-datalake/src/private/datalake_constants.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/src/private/datalake_utilities.hpp b/sdk/storage/azure-storage-files-datalake/src/private/datalake_utilities.hpp index 0788cff31..a8ceb04a4 100644 --- a/sdk/storage/azure-storage-files-datalake/src/private/datalake_utilities.hpp +++ b/sdk/storage/azure-storage-files-datalake/src/private/datalake_utilities.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-datalake/src/private/package_version.hpp b/sdk/storage/azure-storage-files-datalake/src/private/package_version.hpp index 5c52a0582..31f474055 100644 --- a/sdk/storage/azure-storage-files-datalake/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-files-datalake/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/CMakeLists.txt b/sdk/storage/azure-storage-files-datalake/test/ut/CMakeLists.txt index 2eda8f39a..a4e87d601 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/CMakeLists.txt +++ b/sdk/storage/azure-storage-files-datalake/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.cpp index 30ba4321b..d4a90a18f 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_directory_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.hpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.hpp index 0164d64e1..3c0fea56c 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.hpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_directory_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_path_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.cpp index bc4e7a325..d48f16152 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_file_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.hpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.hpp index af62fce95..77f82faf5 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.hpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_file_system_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_query_test.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_query_test.cpp index e5686af9f..59dbb0f3f 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_query_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_query_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_file_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.cpp index 69a4b77fd..474c0f851 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_file_system_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.hpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.hpp index 2240b7cda..0cdf15654 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.hpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_file_system_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_service_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.cpp index 0246ca2ef..33dc4f7d5 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_path_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.hpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.hpp index 54d94069e..306082478 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.hpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_path_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_file_system_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_sas_test.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_sas_test.cpp index f477c7f39..35c6048e7 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_sas_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_sas_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_file_system_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.cpp index 04b28787f..f3c4df44c 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "datalake_service_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.hpp b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.hpp index aa88bca13..ea5931454 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.hpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/datalake_service_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/test/ut/macro_guard.cpp b/sdk/storage/azure-storage-files-datalake/test/ut/macro_guard.cpp index 3fd332bba..2638eb031 100644 --- a/sdk/storage/azure-storage-files-datalake/test/ut/macro_guard.cpp +++ b/sdk/storage/azure-storage-files-datalake/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg/Config.cmake.in b/sdk/storage/azure-storage-files-datalake/vcpkg/Config.cmake.in index e7c5f6425..d5f6c2003 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg/Config.cmake.in +++ b/sdk/storage/azure-storage-files-datalake/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake b/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake index f733c05af..8081b7aa2 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-files-datalake/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json b/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json index 4c643ac7c..8116783c0 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-storage-files-datalake-cpp", diff --git a/sdk/storage/azure-storage-files-shares/CMakeLists.txt b/sdk/storage/azure-storage-files-shares/CMakeLists.txt index a72a5ed70..c5694a949 100644 --- a/sdk/storage/azure-storage-files-shares/CMakeLists.txt +++ b/sdk/storage/azure-storage-files-shares/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") include(AzureVcpkg) diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares.hpp index 887f9c41c..94530532b 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Storage Files Shares SDK library. diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/dll_import_export.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/dll_import_export.hpp index 8fcac6088..1240ca31d 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/dll_import_export.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/rtti.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/rtti.hpp index a9483dac3..d41aef1a5 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/rtti.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_client.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_client.hpp index 676b1cb25..2741369d2 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_client.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_constants.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_constants.hpp index e9f33886f..b0b1bc100 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_constants.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_constants.hpp @@ -1,6 +1,6 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_directory_client.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_directory_client.hpp index 26324e2a3..81fc55a59 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_directory_client.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_directory_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_file_client.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_file_client.hpp index a4a8957f0..3d84ecb47 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_file_client.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_file_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_lease_client.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_lease_client.hpp index 1cf2b3441..665f5bb54 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_lease_client.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_lease_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_options.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_options.hpp index a332519f1..c992a919b 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_options.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp index b5e7f707a..342e0a135 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_responses.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp index 981707794..77f7a4eac 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_service_client.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_service_client.hpp index 39974e24b..f815df017 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_service_client.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_service_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/storage/azure-storage-files-shares/samples/CMakeLists.txt b/sdk/storage/azure-storage-files-shares/samples/CMakeLists.txt index 171a19012..1d87eda3f 100644 --- a/sdk/storage/azure-storage-files-shares/samples/CMakeLists.txt +++ b/sdk/storage/azure-storage-files-shares/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-files-shares/samples/file_share_getting_started.cpp b/sdk/storage/azure-storage-files-shares/samples/file_share_getting_started.cpp index 501b0f088..99dfc99fb 100644 --- a/sdk/storage/azure-storage-files-shares/samples/file_share_getting_started.cpp +++ b/sdk/storage/azure-storage-files-shares/samples/file_share_getting_started.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp b/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp index 32c784205..5721f8372 100644 --- a/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-files-shares/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-files-shares/src/share_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_client.cpp index 55db776b6..42611b95c 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/share_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp index 33398431f..b777d9ae9 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/share_directory_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp index 7748cb24c..41a1bfbb2 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/share_file_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_lease_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_lease_client.cpp index e847ea0c1..faaf70de2 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_lease_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_lease_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/share_lease_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_responses.cpp b/sdk/storage/azure-storage-files-shares/src/share_responses.cpp index 807bf5a2b..ac7f28f5f 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_responses.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_responses.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/share_responses.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_sas_builder.cpp b/sdk/storage/azure-storage-files-shares/src/share_sas_builder.cpp index 09b561ef7..ce480d0f9 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_sas_builder.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_sas_builder.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/share_sas_builder.hpp" diff --git a/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp index f0d430969..9985546d5 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/share_service_client.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/CMakeLists.txt b/sdk/storage/azure-storage-files-shares/test/ut/CMakeLists.txt index debd0d9c5..c239f97ed 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/CMakeLists.txt +++ b/sdk/storage/azure-storage-files-shares/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-files-shares/test/ut/macro_guard.cpp b/sdk/storage/azure-storage-files-shares/test/ut/macro_guard.cpp index 8a28592cd..18b3556a8 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/macro_guard.cpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.cpp b/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.cpp index a7e42b605..664c11339 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.cpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.hpp b/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.hpp index 29c5e5c5b..70ad3832c 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.hpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_service_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.cpp b/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.cpp index 2930e6251..00db5b2ed 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.cpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_directory_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.hpp b/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.hpp index 9742bea8e..86bc9e167 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.hpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_directory_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_client_test.hpp" #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_file_attributes_test.cpp b/sdk/storage/azure-storage-files-shares/test/ut/share_file_attributes_test.cpp index 3df20f369..be681b43a 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_file_attributes_test.cpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_file_attributes_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/files/shares/rest_client.hpp" #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.cpp b/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.cpp index 536984b2f..01742d19f 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.cpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_file_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.hpp b/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.hpp index 86edcdf8f..0df32e7c6 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.hpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_file_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_directory_client_test.hpp" #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_sas_test.cpp b/sdk/storage/azure-storage-files-shares/test/ut/share_sas_test.cpp index b18a8f3e0..a1ea60ea7 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_sas_test.cpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_sas_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.cpp b/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.cpp index 12bf9f3e6..b1080e917 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.cpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "share_service_client_test.hpp" diff --git a/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.hpp b/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.hpp index 09eb986c7..e28072da2 100644 --- a/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.hpp +++ b/sdk/storage/azure-storage-files-shares/test/ut/share_service_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-files-shares/vcpkg/Config.cmake.in b/sdk/storage/azure-storage-files-shares/vcpkg/Config.cmake.in index 1126fbe53..adc3240e0 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg/Config.cmake.in +++ b/sdk/storage/azure-storage-files-shares/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake b/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake index 34daea7fb..c57261509 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-files-shares/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json b/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json index b6a218120..014d50d40 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-storage-files-shares-cpp", diff --git a/sdk/storage/azure-storage-queues/CMakeLists.txt b/sdk/storage/azure-storage-queues/CMakeLists.txt index ee7d9e720..2d9bda45a 100644 --- a/sdk/storage/azure-storage-queues/CMakeLists.txt +++ b/sdk/storage/azure-storage-queues/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") include(AzureVcpkg) diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues.hpp index 7d39e1b8e..a88551d86 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Storage Queues SDK library. diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/dll_import_export.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/dll_import_export.hpp index 8473a923a..09cd8a4be 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/dll_import_export.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_client.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_client.hpp index 98bee74bc..24cf477bd 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_client.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines Queue client. diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_options.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_options.hpp index 59d695fb3..e3eab01e7 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_options.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_options.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines Queue client options and operation options. diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_responses.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_responses.hpp index 25d35a22d..decf77dcf 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_responses.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_responses.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines Queue operation responses. diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_sas_builder.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_sas_builder.hpp index 8cc73c2fe..3dd1b0ffc 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_sas_builder.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_sas_builder.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines Queue SAS builder. diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_service_client.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_service_client.hpp index c459b223b..a924f6a68 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_service_client.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/queue_service_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file * @brief Defines Queue service client. diff --git a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/rtti.hpp b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/rtti.hpp index cea2954fc..54515f889 100644 --- a/sdk/storage/azure-storage-queues/inc/azure/storage/queues/rtti.hpp +++ b/sdk/storage/azure-storage-queues/inc/azure/storage/queues/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-queues/samples/CMakeLists.txt b/sdk/storage/azure-storage-queues/samples/CMakeLists.txt index 6e42c6740..ea85eb90c 100644 --- a/sdk/storage/azure-storage-queues/samples/CMakeLists.txt +++ b/sdk/storage/azure-storage-queues/samples/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-queues/samples/queue_encode_message.cpp b/sdk/storage/azure-storage-queues/samples/queue_encode_message.cpp index 20886f863..7b1f67f90 100644 --- a/sdk/storage/azure-storage-queues/samples/queue_encode_message.cpp +++ b/sdk/storage/azure-storage-queues/samples/queue_encode_message.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include #include diff --git a/sdk/storage/azure-storage-queues/samples/queue_getting_started.cpp b/sdk/storage/azure-storage-queues/samples/queue_getting_started.cpp index 10c35eff4..9b7e3ed09 100644 --- a/sdk/storage/azure-storage-queues/samples/queue_getting_started.cpp +++ b/sdk/storage/azure-storage-queues/samples/queue_getting_started.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/storage/azure-storage-queues/src/private/package_version.hpp b/sdk/storage/azure-storage-queues/src/private/package_version.hpp index 914877b02..ac4ef1107 100644 --- a/sdk/storage/azure-storage-queues/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-queues/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/storage/azure-storage-queues/src/queue_client.cpp b/sdk/storage/azure-storage-queues/src/queue_client.cpp index 3b5581848..439e4b500 100644 --- a/sdk/storage/azure-storage-queues/src/queue_client.cpp +++ b/sdk/storage/azure-storage-queues/src/queue_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/queues/queue_client.hpp" diff --git a/sdk/storage/azure-storage-queues/src/queue_options.cpp b/sdk/storage/azure-storage-queues/src/queue_options.cpp index e1054a15b..4a3c1cc15 100644 --- a/sdk/storage/azure-storage-queues/src/queue_options.cpp +++ b/sdk/storage/azure-storage-queues/src/queue_options.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/queues/queue_options.hpp" diff --git a/sdk/storage/azure-storage-queues/src/queue_responses.cpp b/sdk/storage/azure-storage-queues/src/queue_responses.cpp index 05de83dfc..8ed00b183 100644 --- a/sdk/storage/azure-storage-queues/src/queue_responses.cpp +++ b/sdk/storage/azure-storage-queues/src/queue_responses.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/queues/queue_responses.hpp" diff --git a/sdk/storage/azure-storage-queues/src/queue_sas_builder.cpp b/sdk/storage/azure-storage-queues/src/queue_sas_builder.cpp index fd62dd1f7..57c74aa6e 100644 --- a/sdk/storage/azure-storage-queues/src/queue_sas_builder.cpp +++ b/sdk/storage/azure-storage-queues/src/queue_sas_builder.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/queues/queue_sas_builder.hpp" diff --git a/sdk/storage/azure-storage-queues/src/queue_service_client.cpp b/sdk/storage/azure-storage-queues/src/queue_service_client.cpp index 4ebd5a297..3c990f6d9 100644 --- a/sdk/storage/azure-storage-queues/src/queue_service_client.cpp +++ b/sdk/storage/azure-storage-queues/src/queue_service_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/storage/queues/queue_service_client.hpp" diff --git a/sdk/storage/azure-storage-queues/test/ut/CMakeLists.txt b/sdk/storage/azure-storage-queues/test/ut/CMakeLists.txt index 7403d1f04..4c1e8b6ec 100644 --- a/sdk/storage/azure-storage-queues/test/ut/CMakeLists.txt +++ b/sdk/storage/azure-storage-queues/test/ut/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/storage/azure-storage-queues/test/ut/macro_guard.cpp b/sdk/storage/azure-storage-queues/test/ut/macro_guard.cpp index 1a5f2c2d2..cc8cb81f7 100644 --- a/sdk/storage/azure-storage-queues/test/ut/macro_guard.cpp +++ b/sdk/storage/azure-storage-queues/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/storage/azure-storage-queues/test/ut/queue_client_messages_test.cpp b/sdk/storage/azure-storage-queues/test/ut/queue_client_messages_test.cpp index a9a516e5e..f40449bbb 100644 --- a/sdk/storage/azure-storage-queues/test/ut/queue_client_messages_test.cpp +++ b/sdk/storage/azure-storage-queues/test/ut/queue_client_messages_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "queue_client_test.hpp" diff --git a/sdk/storage/azure-storage-queues/test/ut/queue_client_test.cpp b/sdk/storage/azure-storage-queues/test/ut/queue_client_test.cpp index f81236826..83f74f472 100644 --- a/sdk/storage/azure-storage-queues/test/ut/queue_client_test.cpp +++ b/sdk/storage/azure-storage-queues/test/ut/queue_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "queue_client_test.hpp" diff --git a/sdk/storage/azure-storage-queues/test/ut/queue_client_test.hpp b/sdk/storage/azure-storage-queues/test/ut/queue_client_test.hpp index ca89db3b5..4abb5bc4d 100644 --- a/sdk/storage/azure-storage-queues/test/ut/queue_client_test.hpp +++ b/sdk/storage/azure-storage-queues/test/ut/queue_client_test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-queues/test/ut/queue_sas_test.cpp b/sdk/storage/azure-storage-queues/test/ut/queue_sas_test.cpp index d0a6d832b..077a835d4 100644 --- a/sdk/storage/azure-storage-queues/test/ut/queue_sas_test.cpp +++ b/sdk/storage/azure-storage-queues/test/ut/queue_sas_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "queue_client_test.hpp" diff --git a/sdk/storage/azure-storage-queues/test/ut/queue_service_client_test.cpp b/sdk/storage/azure-storage-queues/test/ut/queue_service_client_test.cpp index 68c993c39..cf99b98db 100644 --- a/sdk/storage/azure-storage-queues/test/ut/queue_service_client_test.cpp +++ b/sdk/storage/azure-storage-queues/test/ut/queue_service_client_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "test/ut/test_base.hpp" diff --git a/sdk/storage/azure-storage-queues/vcpkg/Config.cmake.in b/sdk/storage/azure-storage-queues/vcpkg/Config.cmake.in index f8463bda8..2c8ce33f8 100644 --- a/sdk/storage/azure-storage-queues/vcpkg/Config.cmake.in +++ b/sdk/storage/azure-storage-queues/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake b/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake index 99d2c0b9d..26e9fc7b1 100644 --- a/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake +++ b/sdk/storage/azure-storage-queues/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json b/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json index 33a002e51..8c2c9d1ec 100644 --- a/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-queues/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-storage-queues-cpp", diff --git a/sdk/storage/test-resources-post.ps1 b/sdk/storage/test-resources-post.ps1 index 1a90ff6ff..eeb5cbda8 100644 --- a/sdk/storage/test-resources-post.ps1 +++ b/sdk/storage/test-resources-post.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. param( diff --git a/sdk/template/CMakeLists.txt b/sdk/template/CMakeLists.txt index 5e2e41aef..9476568e4 100644 --- a/sdk/template/CMakeLists.txt +++ b/sdk/template/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/template/azure-template/CMakeLists.txt b/sdk/template/azure-template/CMakeLists.txt index 7d4d3126a..353879083 100644 --- a/sdk/template/azure-template/CMakeLists.txt +++ b/sdk/template/azure-template/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. # setting CMAKE_TOOLCHAIN_FILE must happen before creating the project list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules") diff --git a/sdk/template/azure-template/inc/azure/template.hpp b/sdk/template/azure-template/inc/azure/template.hpp index 05315c0be..5f2322f4b 100644 --- a/sdk/template/azure-template/inc/azure/template.hpp +++ b/sdk/template/azure-template/inc/azure/template.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @brief Includes all public headers from Azure Template SDK library. diff --git a/sdk/template/azure-template/inc/azure/template/dll_import_export.hpp b/sdk/template/azure-template/inc/azure/template/dll_import_export.hpp index 7475423eb..9f0127d37 100644 --- a/sdk/template/azure-template/inc/azure/template/dll_import_export.hpp +++ b/sdk/template/azure-template/inc/azure/template/dll_import_export.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/template/azure-template/inc/azure/template/rtti.hpp b/sdk/template/azure-template/inc/azure/template/rtti.hpp index f70768f1a..873490de3 100644 --- a/sdk/template/azure-template/inc/azure/template/rtti.hpp +++ b/sdk/template/azure-template/inc/azure/template/rtti.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/template/azure-template/inc/azure/template/template_client.hpp b/sdk/template/azure-template/inc/azure/template/template_client.hpp index 9353ca2f1..aafaff943 100644 --- a/sdk/template/azure-template/inc/azure/template/template_client.hpp +++ b/sdk/template/azure-template/inc/azure/template/template_client.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once diff --git a/sdk/template/azure-template/src/private/package_version.hpp b/sdk/template/azure-template/src/private/package_version.hpp index cc45e0bca..74e9734cd 100644 --- a/sdk/template/azure-template/src/private/package_version.hpp +++ b/sdk/template/azure-template/src/private/package_version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. /** * @file diff --git a/sdk/template/azure-template/src/template_client.cpp b/sdk/template/azure-template/src/template_client.cpp index deaf2709f..b6cb63896 100644 --- a/sdk/template/azure-template/src/template_client.cpp +++ b/sdk/template/azure-template/src/template_client.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "azure/template/template_client.hpp" diff --git a/sdk/template/azure-template/test/CMakeLists.txt b/sdk/template/azure-template/test/CMakeLists.txt index 90ba1175f..692bc2988 100644 --- a/sdk/template/azure-template/test/CMakeLists.txt +++ b/sdk/template/azure-template/test/CMakeLists.txt @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. cmake_minimum_required (VERSION 3.13) diff --git a/sdk/template/azure-template/test/ut/macro_guard.cpp b/sdk/template/azure-template/test/ut/macro_guard.cpp index 6b1096d2c..24e2f9d7b 100644 --- a/sdk/template/azure-template/test/ut/macro_guard.cpp +++ b/sdk/template/azure-template/test/ut/macro_guard.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. // Define `min` and `max` as function-like macros before including all public // headers to ensure that uses of those identifiers are defended against diff --git a/sdk/template/azure-template/test/ut/template_test.cpp b/sdk/template/azure-template/test/ut/template_test.cpp index da76c9ef8..4bd018596 100644 --- a/sdk/template/azure-template/test/ut/template_test.cpp +++ b/sdk/template/azure-template/test/ut/template_test.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// SPDX-License-Identifier: MIT +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include diff --git a/sdk/template/azure-template/vcpkg/Config.cmake.in b/sdk/template/azure-template/vcpkg/Config.cmake.in index 560032f4a..3ffdb659a 100644 --- a/sdk/template/azure-template/vcpkg/Config.cmake.in +++ b/sdk/template/azure-template/vcpkg/Config.cmake.in @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/sdk/template/azure-template/vcpkg/portfile.cmake b/sdk/template/azure-template/vcpkg/portfile.cmake index d14d2a915..7386b9922 100644 --- a/sdk/template/azure-template/vcpkg/portfile.cmake +++ b/sdk/template/azure-template/vcpkg/portfile.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/sdk/template/azure-template/vcpkg/vcpkg.json b/sdk/template/azure-template/vcpkg/vcpkg.json index e91e28781..bc5bafedc 100644 --- a/sdk/template/azure-template/vcpkg/vcpkg.json +++ b/sdk/template/azure-template/vcpkg/vcpkg.json @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. { "name": "azure-template-cpp", diff --git a/tools/AzureVcpkg.cmake b/tools/AzureVcpkg.cmake index 4b74c2a36..44c8e11a8 100644 --- a/tools/AzureVcpkg.cmake +++ b/tools/AzureVcpkg.cmake @@ -1,5 +1,5 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. -# SPDX-License-Identifier: MIT +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. macro(az_vcpkg_integrate) # AUTO CMAKE_TOOLCHAIN_FILE: