Skip to content

Commit 79f116d

Browse files
committed
pass 3
1 parent 0e7b5fa commit 79f116d

38 files changed

+152
-114
lines changed

src/controls/animatedStatusBar.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import {
67
Disposable,

src/controls/checkboxQuickPick.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67

src/debugAdapter.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import { connect, Socket } from "net";
67
import { DebugAdapter, Event, DebugProtocolMessage, EventEmitter } from "vscode";

src/features/CodeActions.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67
import Window = vscode.window;

src/features/Console.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67
import { NotificationType, RequestType } from "vscode-languageclient";

src/features/CustomViews.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as path from "path";
67
import * as vscode from "vscode";

src/features/DebugSession.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67
import { CancellationToken, DebugConfiguration, DebugConfigurationProvider,

src/features/Examples.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import path = require("path");
67
import vscode = require("vscode");

src/features/ExpandAlias.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67
import Window = vscode.window;

src/features/ExtensionCommands.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as fs from "fs";
67
import * as os from "os";

src/features/FindModule.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67
import { RequestType } from "vscode-languageclient";

src/features/GenerateBugReport.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import os = require("os");
67
import vscode = require("vscode");

src/features/HelpCompletion.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import { Disposable, EndOfLine, Position, Range, SnippetString,
67
TextDocument, TextDocumentChangeEvent, window, workspace } from "vscode";

src/features/NewFileOrProject.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67
import { RequestType } from "vscode-languageclient";

src/features/OpenInISE.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import ChildProcess = require("child_process");
67
import vscode = require("vscode");

src/features/PesterTests.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as path from "path";
67
import vscode = require("vscode");

src/features/PowerShellNotebooks.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as vscode from "vscode";
67
import { CommentType } from "../settings";

src/features/RemoteFiles.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import os = require("os");
67
import path = require("path");

src/features/RunCode.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as path from "path";
67
import vscode = require("vscode");

src/features/ShowHelp.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import vscode = require("vscode");
67
import { NotificationType } from "vscode-languageclient";

src/features/UpdatePowerShell.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import { spawn } from "child_process";
67
import * as fs from "fs";

src/languageClientConsumer.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import { window } from "vscode";
67
import { LanguageClient } from "vscode-languageclient/node";

src/logging.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import fs = require("fs");
67
import os = require("os");

src/main.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
"use strict";
67

src/platform.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as child_process from "child_process";
67
import * as fs from "fs";

src/process.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import cp = require("child_process");
67
import fs = require("fs");

src/session.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import fs = require("fs");
67
import net = require("net");

src/settings.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
"use strict";
67

src/utils.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
"use strict";
67

test/features/CustomViews.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as assert from "assert";
67
import fs = require("fs");

test/features/PowerShellNotebooks.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as assert from "assert";
67
import * as path from "path";

test/features/RunCode.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as assert from "assert";
67
import rewire = require("rewire");

test/features/UpdatePowerShell.test.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/*---------------------------------------------------------
2-
* Copyright (C) Microsoft Corporation. All rights reserved.
3-
*--------------------------------------------------------*/
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation.
3+
* Licensed under the MIT License. See LICENSE.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
45

56
import * as assert from "assert";
67
import { GitHubReleaseInformation } from "../../src/features/UpdatePowerShell";

0 commit comments

Comments
 (0)