diff --git a/client/src/extension.ts b/client/src/extension.ts index e3e63e8..e44ec06 100644 --- a/client/src/extension.ts +++ b/client/src/extension.ts @@ -1,8 +1,3 @@ -/* -------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - * ------------------------------------------------------------------------------------------ */ - import * as path from "path"; import { workspace, ExtensionContext, window, commands } from "vscode"; diff --git a/client/src/test/completion.test.ts b/client/src/test/completion.test.ts index b11afdd..c58058e 100644 --- a/client/src/test/completion.test.ts +++ b/client/src/test/completion.test.ts @@ -1,8 +1,3 @@ -/* -------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - * ------------------------------------------------------------------------------------------ */ - import * as vscode from "vscode"; import * as assert from "assert"; import { getDocUri, activate } from "./helper"; diff --git a/client/src/test/diagnostics.test.ts b/client/src/test/diagnostics.test.ts index b2477d6..b5d0f0e 100644 --- a/client/src/test/diagnostics.test.ts +++ b/client/src/test/diagnostics.test.ts @@ -1,8 +1,3 @@ -/* -------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - * ------------------------------------------------------------------------------------------ */ - import * as vscode from "vscode"; import * as assert from "assert"; import { getDocUri, activate } from "./helper"; diff --git a/client/src/test/helper.ts b/client/src/test/helper.ts index 47910c9..bce866d 100644 --- a/client/src/test/helper.ts +++ b/client/src/test/helper.ts @@ -1,8 +1,3 @@ -/* -------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - * ------------------------------------------------------------------------------------------ */ - import * as vscode from "vscode"; import * as path from "path"; diff --git a/client/src/test/index.ts b/client/src/test/index.ts index 6d88271..ddb7685 100644 --- a/client/src/test/index.ts +++ b/client/src/test/index.ts @@ -1,7 +1,3 @@ -/* -------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - * ------------------------------------------------------------------------------------------ */ import * as path from "path"; import * as Mocha from "mocha"; import * as glob from "glob"; diff --git a/client/src/test/runTest.ts b/client/src/test/runTest.ts index 46ee1fa..f1ee172 100644 --- a/client/src/test/runTest.ts +++ b/client/src/test/runTest.ts @@ -1,7 +1,3 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ import * as path from "path"; import { runTests } from "@vscode/test-electron"; diff --git a/server/src/server.ts b/server/src/server.ts index 53d871d..35d6e32 100644 --- a/server/src/server.ts +++ b/server/src/server.ts @@ -1,7 +1,3 @@ -/* -------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - * ------------------------------------------------------------------------------------------ */ import { createConnection, TextDocuments,