fixup!: update LICENSE in missing places
This commit is contained in:
parent
c184c5170e
commit
baa47b68e6
@ -24,7 +24,7 @@ main() {
|
|||||||
bundle_vscode
|
bundle_vscode
|
||||||
|
|
||||||
rsync ./docs/README.md "$RELEASE_PATH"
|
rsync ./docs/README.md "$RELEASE_PATH"
|
||||||
rsync LICENSE.txt "$RELEASE_PATH"
|
rsync LICENSE "$RELEASE_PATH"
|
||||||
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
|
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ bundle_vscode() {
|
|||||||
"applicationName": "code-server",
|
"applicationName": "code-server",
|
||||||
"dataFolderName": ".code-server",
|
"dataFolderName": ".code-server",
|
||||||
"win32MutexName": "codeserver",
|
"win32MutexName": "codeserver",
|
||||||
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE.txt",
|
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE",
|
||||||
"win32DirName": "code-server",
|
"win32DirName": "code-server",
|
||||||
"win32NameVersion": "code-server",
|
"win32NameVersion": "code-server",
|
||||||
"win32AppUserModelId": "coder.code-server",
|
"win32AppUserModelId": "coder.code-server",
|
||||||
|
@ -222,7 +222,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/localizations/browser/lo
|
|||||||
@@ -0,0 +1,28 @@
|
@@ -0,0 +1,28 @@
|
||||||
+/*---------------------------------------------------------------------------------------------
|
+/*---------------------------------------------------------------------------------------------
|
||||||
+ * Copyright (c) Coder Technologies. All rights reserved.
|
+ * Copyright (c) Coder Technologies. 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 { ProxyChannel } from 'vs/base/parts/ipc/common/ipc';
|
+import { ProxyChannel } from 'vs/base/parts/ipc/common/ipc';
|
||||||
|
@ -9,7 +9,7 @@ Index: code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.
|
|||||||
+++ code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
|
+++ code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
|
||||||
@@ -2,7 +2,9 @@
|
@@ -2,7 +2,9 @@
|
||||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
* 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 { promises as fs } from 'fs';
|
+import { promises as fs } from 'fs';
|
||||||
|
Reference in New Issue
Block a user