From 9055fc819638b9e9ec867667a8a42916a875a4e1 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:53:52 +0200 Subject: [PATCH] chore: remove LICENSE.txt and VERIFICATION.txt from choco tools directory --- packaging/choco/tools/LICENSE.txt | 21 --------------------- packaging/choco/tools/VERIFICATION.txt | 17 ----------------- 2 files changed, 38 deletions(-) delete mode 100644 packaging/choco/tools/LICENSE.txt delete mode 100644 packaging/choco/tools/VERIFICATION.txt diff --git a/packaging/choco/tools/LICENSE.txt b/packaging/choco/tools/LICENSE.txt deleted file mode 100644 index b28e337..0000000 --- a/packaging/choco/tools/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2026 Hue - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/packaging/choco/tools/VERIFICATION.txt b/packaging/choco/tools/VERIFICATION.txt deleted file mode 100644 index 62b31d3..0000000 --- a/packaging/choco/tools/VERIFICATION.txt +++ /dev/null @@ -1,17 +0,0 @@ -VERIFICATION - -To verify the package contents: - -1. Download the official release from: - https://github.com/HueByte/EchoHub/releases - -2. Download: EchoHub-Client-win-x64.zip - -3. Calculate the SHA256 checksum: - - PowerShell: Get-FileHash EchoHub-Client-win-x64.zip -Algorithm SHA256 - - Linux/macOS: sha256sum EchoHub-Client-win-x64.zip - -4. Compare with the checksum in chocolateyInstall.ps1 (checksum64 value). - -LICENSE: MIT License - see LICENSE.txt in this directory or -https://github.com/HueByte/EchoHub/blob/master/LICENSE