From f0bfd3b450393884d1d7aa9419465c738cf48665 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 7 Apr 2022 10:36:33 -0700 Subject: [PATCH] chore: remove file ext. from LICENSE (#5070) * chore: remove file ext. from LICENSE * fixup!: update LICENSE in missing places * Revert "fixup!: update LICENSE in missing places" This reverts commit baa47b68e63e6c885865b30397e984c5a8c34117. * fixup!: update LICENSE in build-release --- LICENSE.txt => LICENSE | 0 ci/build/build-release.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/ci/build/build-release.sh b/ci/build/build-release.sh index e876f1268..07a879c28 100755 --- a/ci/build/build-release.sh +++ b/ci/build/build-release.sh @@ -24,7 +24,7 @@ main() { bundle_vscode rsync ./docs/README.md "$RELEASE_PATH" - rsync LICENSE.txt "$RELEASE_PATH" + rsync LICENSE "$RELEASE_PATH" rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH" } @@ -113,7 +113,7 @@ bundle_vscode() { "applicationName": "code-server", "dataFolderName": ".code-server", "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", "win32NameVersion": "code-server", "win32AppUserModelId": "coder.code-server",