diff --git a/sdk/keyvault/keyvault-keys/src/core/clientOptions.ts b/sdk/keyvault/keyvault-keys/src/core/clientOptions.ts index b820087fd95d..fd6264e498c7 100644 --- a/sdk/keyvault/keyvault-keys/src/core/clientOptions.ts +++ b/sdk/keyvault/keyvault-keys/src/core/clientOptions.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. See License.txt in the project root for license information. /** * Retry options interface. diff --git a/sdk/keyvault/keyvault-keys/src/core/keyVaultClient.ts b/sdk/keyvault/keyvault-keys/src/core/keyVaultClient.ts index 0ee208c5695b..49cb2e7811e7 100644 --- a/sdk/keyvault/keyvault-keys/src/core/keyVaultClient.ts +++ b/sdk/keyvault/keyvault-keys/src/core/keyVaultClient.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for + * Licensed under the MIT License. See LICENSE.md in the project root for license information. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. diff --git a/sdk/keyvault/keyvault-keys/src/core/keyVaultClientContext.ts b/sdk/keyvault/keyvault-keys/src/core/keyVaultClientContext.ts index 03d67e5d98b0..1f7d4d295fad 100644 --- a/sdk/keyvault/keyvault-keys/src/core/keyVaultClientContext.ts +++ b/sdk/keyvault/keyvault-keys/src/core/keyVaultClientContext.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for + * Licensed under the MIT License. See LICENSE.md in the project root for license information. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. diff --git a/sdk/keyvault/keyvault-keys/src/index.ts b/sdk/keyvault/keyvault-keys/src/index.ts index 4bb96621a0b9..5678fcb7c2d9 100644 --- a/sdk/keyvault/keyvault-keys/src/index.ts +++ b/sdk/keyvault/keyvault-keys/src/index.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. See License.txt in the project root for license information. import { ServiceClientCredentials, diff --git a/sdk/keyvault/keyvault-keys/src/keysModels.ts b/sdk/keyvault/keyvault-keys/src/keysModels.ts index af587f09dd38..0bc34a2b057f 100644 --- a/sdk/keyvault/keyvault-keys/src/keysModels.ts +++ b/sdk/keyvault/keyvault-keys/src/keysModels.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. import * as msRest from "@azure/core-http"; import { ParsedKeyVaultEntityIdentifier } from "./core/keyVaultBase"; diff --git a/sdk/keyvault/keyvault-keys/tests/utils/index.browser.ts b/sdk/keyvault/keyvault-keys/tests/utils/index.browser.ts index 2fcf580aef09..2603bd7bed42 100644 --- a/sdk/keyvault/keyvault-keys/tests/utils/index.browser.ts +++ b/sdk/keyvault/keyvault-keys/tests/utils/index.browser.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. export async function blobToString(blob: Blob): Promise { const fileReader = new FileReader(); diff --git a/sdk/keyvault/keyvault-keys/tests/utils/recorder.ts b/sdk/keyvault/keyvault-keys/tests/utils/recorder.ts index 3a03515a522e..25c187cfb699 100644 --- a/sdk/keyvault/keyvault-keys/tests/utils/recorder.ts +++ b/sdk/keyvault/keyvault-keys/tests/utils/recorder.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. import fs from "fs-extra"; import queryString from "query-string"; diff --git a/sdk/keyvault/keyvault-keys/tests/utils/utils.common.ts b/sdk/keyvault/keyvault-keys/tests/utils/utils.common.ts index b415e29d553a..e3dbff0f9564 100644 --- a/sdk/keyvault/keyvault-keys/tests/utils/utils.common.ts +++ b/sdk/keyvault/keyvault-keys/tests/utils/utils.common.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. import { env } from "./recorder"; diff --git a/sdk/keyvault/keyvault-secrets/src/index.ts b/sdk/keyvault/keyvault-secrets/src/index.ts index 38d5f37a2b69..aa644a9c0851 100644 --- a/sdk/keyvault/keyvault-secrets/src/index.ts +++ b/sdk/keyvault/keyvault-secrets/src/index.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. See License.txt in the project root for license information. import { ServiceClientCredentials, diff --git a/sdk/keyvault/keyvault-secrets/src/secretsModels.ts b/sdk/keyvault/keyvault-secrets/src/secretsModels.ts index 4ccb83ef0557..e676dfc69ac6 100644 --- a/sdk/keyvault/keyvault-secrets/src/secretsModels.ts +++ b/sdk/keyvault/keyvault-secrets/src/secretsModels.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. import * as msRest from "@azure/core-http"; import { DeletionRecoveryLevel } from "./core/models"; diff --git a/sdk/keyvault/keyvault-secrets/tests/utils/recorder.ts b/sdk/keyvault/keyvault-secrets/tests/utils/recorder.ts index 3a03515a522e..25c187cfb699 100644 --- a/sdk/keyvault/keyvault-secrets/tests/utils/recorder.ts +++ b/sdk/keyvault/keyvault-secrets/tests/utils/recorder.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. import fs from "fs-extra"; import queryString from "query-string"; diff --git a/sdk/keyvault/keyvault-secrets/tests/utils/utils.common.ts b/sdk/keyvault/keyvault-secrets/tests/utils/utils.common.ts index b415e29d553a..e3dbff0f9564 100644 --- a/sdk/keyvault/keyvault-secrets/tests/utils/utils.common.ts +++ b/sdk/keyvault/keyvault-secrets/tests/utils/utils.common.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. +// Licensed under the MIT License. See LICENSE.md in the project root for license information. import { env } from "./recorder";