Skip to content

Commit

Permalink
updated copyrights based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant committed Jun 20, 2019
1 parent 4151271 commit cfa417b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import {
ServiceClientCredentials,
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/src/keysModels.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as msRest from "@azure/core-http";
import { ParsedKeyVaultEntityIdentifier } from "./core/keyVaultBase";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/tests/CRUD.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as assert from "assert";
import { getKeyvaultName } from "./utils/utils.common";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/tests/list.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as assert from "assert";
import { getKeyvaultName } from "./utils/utils.common";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as assert from "assert";
import { getKeyvaultName } from "./utils/utils.common";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/tests/utils/index.browser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

export async function blobToString(blob: Blob): Promise<string> {
const fileReader = new FileReader();
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/tests/utils/recorder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import fs from "fs-extra";
import queryString from "query-string";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/tests/utils/utils.common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import { env } from "./recorder";

Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import {
ServiceClientCredentials,
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/src/secretsModels.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as msRest from "@azure/core-http";
import { DeletionRecoveryLevel } from "./core/models";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/tests/CRUD.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as assert from "assert";
import { SecretsClient } from "../src";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/tests/list.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as assert from "assert";
import { expect } from "chai";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import * as assert from "assert";
import { SecretsClient } from "../src";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/tests/utils/recorder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import fs from "fs-extra";
import queryString from "query-string";
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/tests/utils/utils.common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// Licensed under the MIT License.

import { env } from "./recorder";

Expand Down

0 comments on commit cfa417b

Please sign in to comment.