sync: merge microsoft/vscode-go@2dbccbe into master

Change-Id: I8d6f2f0e99efb23f3d701f39da75566f7d39186f
diff --git a/build/all.bash b/build/all.bash
index 7167864..6b72279 100755
--- a/build/all.bash
+++ b/build/all.bash
@@ -1,4 +1,8 @@
 #!/bin/bash -e
+
+# Copyright (C) Microsoft Corporation. All rights reserved.
+# Licensed under the MIT License. See LICENSE in the project root for license information.
+
 usage() {
   cat <<EOUSAGE
 Usage: $0 [subcommand]
diff --git a/src/debugAdapter/goDebug.ts b/src/debugAdapter/goDebug.ts
index 687b61b..ec745cf 100644
--- a/src/debugAdapter/goDebug.ts
+++ b/src/debugAdapter/goDebug.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import { ChildProcess, execFile, execSync, spawn, spawnSync } from 'child_process';
diff --git a/src/diffUtils.ts b/src/diffUtils.ts
index 3da3bc8..f001229 100644
--- a/src/diffUtils.ts
+++ b/src/diffUtils.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import jsDiff = require('diff');
diff --git a/src/goBaseCodelens.ts b/src/goBaseCodelens.ts
index 1282fd6..f6a60d3 100644
--- a/src/goBaseCodelens.ts
+++ b/src/goBaseCodelens.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import vscode = require('vscode');
diff --git a/src/goBrowsePackage.ts b/src/goBrowsePackage.ts
index 15f4079..c2b041a 100644
--- a/src/goBrowsePackage.ts
+++ b/src/goBrowsePackage.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goBuild.ts b/src/goBuild.ts
index 836d53b..9b8129d 100644
--- a/src/goBuild.ts
+++ b/src/goBuild.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import path = require('path');
diff --git a/src/goCheck.ts b/src/goCheck.ts
index ac881e5..597e018 100644
--- a/src/goCheck.ts
+++ b/src/goCheck.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goCodeAction.ts b/src/goCodeAction.ts
index c7edbb7..6571048 100644
--- a/src/goCodeAction.ts
+++ b/src/goCodeAction.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goCover.ts b/src/goCover.ts
index d05b9c4..f0490e8 100644
--- a/src/goCover.ts
+++ b/src/goCover.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goDebugConfiguration.ts b/src/goDebugConfiguration.ts
index db1c20f..f087e33 100644
--- a/src/goDebugConfiguration.ts
+++ b/src/goDebugConfiguration.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goDeclaration.ts b/src/goDeclaration.ts
index 39b467c..798b014 100644
--- a/src/goDeclaration.ts
+++ b/src/goDeclaration.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goDoctor.ts b/src/goDoctor.ts
index 362544d..9833596 100644
--- a/src/goDoctor.ts
+++ b/src/goDoctor.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goExtraInfo.ts b/src/goExtraInfo.ts
index 8775c66..694af96 100644
--- a/src/goExtraInfo.ts
+++ b/src/goExtraInfo.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goFillStruct.ts b/src/goFillStruct.ts
index 9ec33e1..beb12aa 100644
--- a/src/goFillStruct.ts
+++ b/src/goFillStruct.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goFormat.ts b/src/goFormat.ts
index 9b1c219..ed8a965 100644
--- a/src/goFormat.ts
+++ b/src/goFormat.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goGenerateTests.ts b/src/goGenerateTests.ts
index 97cf776..9521e7e 100644
--- a/src/goGenerateTests.ts
+++ b/src/goGenerateTests.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goGetPackage.ts b/src/goGetPackage.ts
index 5302159..80dda27 100644
--- a/src/goGetPackage.ts
+++ b/src/goGetPackage.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goImpl.ts b/src/goImpl.ts
index fb743e1..dcaf4f0 100644
--- a/src/goImpl.ts
+++ b/src/goImpl.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goImplementations.ts b/src/goImplementations.ts
index e287c07..2bc45d5 100644
--- a/src/goImplementations.ts
+++ b/src/goImplementations.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goImport.ts b/src/goImport.ts
index 914b9ff..dd9a6de 100644
--- a/src/goImport.ts
+++ b/src/goImport.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goInstall.ts b/src/goInstall.ts
index be7ff9f..32aaa9c 100644
--- a/src/goInstall.ts
+++ b/src/goInstall.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import cp = require('child_process');
diff --git a/src/goInstallTools.ts b/src/goInstallTools.ts
index 195ee4c..2475f32 100644
--- a/src/goInstallTools.ts
+++ b/src/goInstallTools.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goLanguageServer.ts b/src/goLanguageServer.ts
index 2d8b50d..be540b8 100644
--- a/src/goLanguageServer.ts
+++ b/src/goLanguageServer.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goLint.ts b/src/goLint.ts
index 818e115..eca0101 100644
--- a/src/goLint.ts
+++ b/src/goLint.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import path = require('path');
diff --git a/src/goLiveErrors.ts b/src/goLiveErrors.ts
index 4363228..8c18dd4 100644
--- a/src/goLiveErrors.ts
+++ b/src/goLiveErrors.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goMain.ts b/src/goMain.ts
index f2afedf..2d71c75 100644
--- a/src/goMain.ts
+++ b/src/goMain.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goMode.ts b/src/goMode.ts
index 0c75dd0..06b130e 100644
--- a/src/goMode.ts
+++ b/src/goMode.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goModifytags.ts b/src/goModifytags.ts
index c3ad33b..707ae5b 100644
--- a/src/goModifytags.ts
+++ b/src/goModifytags.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goModules.ts b/src/goModules.ts
index f203960..6ec5017 100644
--- a/src/goModules.ts
+++ b/src/goModules.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import cp = require('child_process');
diff --git a/src/goOutline.ts b/src/goOutline.ts
index 13aaafe..15ad345 100644
--- a/src/goOutline.ts
+++ b/src/goOutline.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goPackages.ts b/src/goPackages.ts
index 1db3358..8af7878 100644
--- a/src/goPackages.ts
+++ b/src/goPackages.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import cp = require('child_process');
diff --git a/src/goPath.ts b/src/goPath.ts
index c4871eb..06cbacf 100644
--- a/src/goPath.ts
+++ b/src/goPath.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goPlayground.ts b/src/goPlayground.ts
index 94226f5..6d09c02 100644
--- a/src/goPlayground.ts
+++ b/src/goPlayground.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import { execFile } from 'child_process';
diff --git a/src/goRefactor.ts b/src/goRefactor.ts
index dff4242..1ca5c0b 100644
--- a/src/goRefactor.ts
+++ b/src/goRefactor.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goReferences.ts b/src/goReferences.ts
index 8e7bb17..bb7acfb 100644
--- a/src/goReferences.ts
+++ b/src/goReferences.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goReferencesCodelens.ts b/src/goReferencesCodelens.ts
index 546280b..2746191 100644
--- a/src/goReferencesCodelens.ts
+++ b/src/goReferencesCodelens.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goRename.ts b/src/goRename.ts
index 166cd3d..bab3e25 100644
--- a/src/goRename.ts
+++ b/src/goRename.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goRunTestCodelens.ts b/src/goRunTestCodelens.ts
index e79ab60..f53388b 100644
--- a/src/goRunTestCodelens.ts
+++ b/src/goRunTestCodelens.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goSignature.ts b/src/goSignature.ts
index fde70d3..c8d7e42 100755
--- a/src/goSignature.ts
+++ b/src/goSignature.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 license information.
+ *  Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goStatus.ts b/src/goStatus.ts
index bfb6fc6..69a1184 100644
--- a/src/goStatus.ts
+++ b/src/goStatus.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goSuggest.ts b/src/goSuggest.ts
index 09b3cb6..139fbc1 100644
--- a/src/goSuggest.ts
+++ b/src/goSuggest.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goSymbol.ts b/src/goSymbol.ts
index db8eb60..2c03f6d 100644
--- a/src/goSymbol.ts
+++ b/src/goSymbol.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goTest.ts b/src/goTest.ts
index 0adb253..cc76650 100644
--- a/src/goTest.ts
+++ b/src/goTest.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 'use strict';
 
diff --git a/src/goTools.ts b/src/goTools.ts
index 94ca950..2a9bb8d 100644
--- a/src/goTools.ts
+++ b/src/goTools.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goTypeDefinition.ts b/src/goTypeDefinition.ts
index 19f1297..d414559 100644
--- a/src/goTypeDefinition.ts
+++ b/src/goTypeDefinition.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 'use strict';
diff --git a/src/goVet.ts b/src/goVet.ts
index 72e3de3..1de766b 100644
--- a/src/goVet.ts
+++ b/src/goVet.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import path = require('path');
diff --git a/src/stateUtils.ts b/src/stateUtils.ts
index ef25678..c7b49c2 100644
--- a/src/stateUtils.ts
+++ b/src/stateUtils.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import vscode = require('vscode');
diff --git a/src/telemetry.ts b/src/telemetry.ts
index 4070b43..d0e557e 100644
--- a/src/telemetry.ts
+++ b/src/telemetry.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import vscode = require('vscode');
diff --git a/src/testUtils.ts b/src/testUtils.ts
index 3c33ee9..cfeb493 100644
--- a/src/testUtils.ts
+++ b/src/testUtils.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 import cp = require('child_process');
 import path = require('path');
diff --git a/src/util.ts b/src/util.ts
index 5600bbd..3e12248 100644
--- a/src/util.ts
+++ b/src/util.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import cp = require('child_process');
diff --git a/test/gopls/extension.test.ts b/test/gopls/extension.test.ts
index 9736b1f..d355b3f 100644
--- a/test/gopls/extension.test.ts
+++ b/test/gopls/extension.test.ts
@@ -1,3 +1,7 @@
+/*---------------------------------------------------------
+ * Copyright (C) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
+ *--------------------------------------------------------*/
 import * as assert from 'assert';
 import cp = require('child_process');
 import * as fs from 'fs-extra';
diff --git a/test/gopls/index.ts b/test/gopls/index.ts
index 1aa3b7f..be16d86 100644
--- a/test/gopls/index.ts
+++ b/test/gopls/index.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 import * as glob from 'glob';
 import * as Mocha from 'mocha';
diff --git a/test/integration/extension.test.ts b/test/integration/extension.test.ts
index 91fa166..63043d5 100644
--- a/test/integration/extension.test.ts
+++ b/test/integration/extension.test.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import * as assert from 'assert';
diff --git a/test/integration/index.ts b/test/integration/index.ts
index 4a082ae..12e0292 100644
--- a/test/integration/index.ts
+++ b/test/integration/index.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 import * as glob from 'glob';
 import * as Mocha from 'mocha';
diff --git a/test/integration/utils.test.ts b/test/integration/utils.test.ts
index 97adfa3..78fa3c3 100644
--- a/test/integration/utils.test.ts
+++ b/test/integration/utils.test.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import * as assert from 'assert';
diff --git a/test/unit/NNDict.test.ts b/test/unit/NNDict.test.ts
index d3d7e84..1ee5351 100644
--- a/test/unit/NNDict.test.ts
+++ b/test/unit/NNDict.test.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 license information.
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
  *--------------------------------------------------------*/
 
 import * as assert from 'assert';