From 7f36d739cf2e8f98c63a0bf05a945355a7ec0500 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 2 Jan 2026 12:47:35 -0500 Subject: [PATCH] chore: remove duplicate LICENSE, link to root --- .../CodingWithCalvin.OpenBinFolder.csproj | 3 ++- .../resources/LICENSE | 21 ------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 src/CodingWithCalvin.OpenBinFolder/resources/LICENSE diff --git a/src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj b/src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj index 6e4f0cc..019a5f6 100644 --- a/src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj +++ b/src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj @@ -63,7 +63,8 @@ - + + resources\LICENSE true diff --git a/src/CodingWithCalvin.OpenBinFolder/resources/LICENSE b/src/CodingWithCalvin.OpenBinFolder/resources/LICENSE deleted file mode 100644 index 6e0d1e5..0000000 --- a/src/CodingWithCalvin.OpenBinFolder/resources/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 Coding with Calvin - -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.