Skip to content

Commit baa47b6

Browse files
committed
fixup!: update LICENSE in missing places
1 parent c184c51 commit baa47b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/build/build-release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ main() {
2424
bundle_vscode
2525

2626
rsync ./docs/README.md "$RELEASE_PATH"
27-
rsync LICENSE.txt "$RELEASE_PATH"
27+
rsync LICENSE "$RELEASE_PATH"
2828
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
2929
}
3030

@@ -113,7 +113,7 @@ bundle_vscode() {
113113
"applicationName": "code-server",
114114
"dataFolderName": ".code-server",
115115
"win32MutexName": "codeserver",
116-
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE.txt",
116+
"licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE",
117117
"win32DirName": "code-server",
118118
"win32NameVersion": "code-server",
119119
"win32AppUserModelId": "coder.code-server",

patches/display-language.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/localizations/browser/lo
222222
@@ -0,0 +1,28 @@
223223
+/*---------------------------------------------------------------------------------------------
224224
+ * Copyright (c) Coder Technologies. All rights reserved.
225-
+ * Licensed under the MIT License. See License.txt in the project root for license information.
225+
+ * Licensed under the MIT License. See LICENSE in the project root for license information.
226226
+ *--------------------------------------------------------------------------------------------*/
227227
+
228228
+import { ProxyChannel } from 'vs/base/parts/ipc/common/ipc';

patches/store-socket.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Index: code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.
99
+++ code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
1010
@@ -2,7 +2,9 @@
1111
* Copyright (c) Microsoft Corporation. All rights reserved.
12-
* Licensed under the MIT License. See License.txt in the project root for license information.
12+
* Licensed under the MIT License. See LICENSE in the project root for license information.
1313
*--------------------------------------------------------------------------------------------*/
1414
-
1515
+import { promises as fs } from 'fs';

0 commit comments

Comments
 (0)