From df34145bb6180603f75949e9cdb9c86f8e8b61de Mon Sep 17 00:00:00 2001 From: Mark Derman Date: Thu, 2 Apr 2026 12:42:28 +0200 Subject: [PATCH] Convert license file to Markdown --- LICENSE.TXT => LICENSE.md | 10 ++++++++-- Logging/Core/ILoggerWrapper.cs | 4 ++-- Logging/Core/LoggerWrapper.cs | 4 ++-- Odin.sln | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) rename LICENSE.TXT => LICENSE.md (93%) diff --git a/LICENSE.TXT b/LICENSE.md similarity index 93% rename from LICENSE.TXT rename to LICENSE.md index 330c0be..c50adb7 100644 --- a/LICENSE.TXT +++ b/LICENSE.md @@ -1,7 +1,11 @@ -MIT License +# MIT License + +## Copyright Copyright (c) 2025 Mark Derman +## Permission Notice + 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 @@ -12,10 +16,12 @@ 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. +## Disclaimer + 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. \ No newline at end of file +SOFTWARE. diff --git a/Logging/Core/ILoggerWrapper.cs b/Logging/Core/ILoggerWrapper.cs index 7d1d457..3a391a0 100644 --- a/Logging/Core/ILoggerWrapper.cs +++ b/Logging/Core/ILoggerWrapper.cs @@ -1,7 +1,7 @@ // Portions of this file are derived from the .NET runtime project. // Copyright (c) .NET Foundation and Contributors // Licensed under the MIT license. -// See the LICENSE.TXT file in this repository for full license information. +// See the LICENSE.md file in this repository for full license information. using Microsoft.Extensions.Logging; @@ -472,4 +472,4 @@ public interface ILoggerWrapper : ILogger params object?[] args); } -} \ No newline at end of file +} diff --git a/Logging/Core/LoggerWrapper.cs b/Logging/Core/LoggerWrapper.cs index 95ee069..2819a2d 100644 --- a/Logging/Core/LoggerWrapper.cs +++ b/Logging/Core/LoggerWrapper.cs @@ -1,6 +1,6 @@ // Portions of this file are derived from the .NET runtime project. // Copyright (c) .NET Foundation and Contributors -// Licensed under the MIT license. See the LICENSE.TXT file in this repository for full license information. +// Licensed under the MIT license. See the LICENSE.md file in this repository for full license information. using Microsoft.Extensions.Logging; @@ -264,4 +264,4 @@ public void LogCritical(string? message, params object?[] args) } -} \ No newline at end of file +} diff --git a/Odin.sln b/Odin.sln index bcfc096..f09b82a 100644 --- a/Odin.sln +++ b/Odin.sln @@ -41,7 +41,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{4F52FD .github\workflows\publish.yml = .github\workflows\publish.yml Directory.Build.props = Directory.Build.props .github\workflows\pr-validation.yml = .github\workflows\pr-validation.yml - LICENSE.TXT = LICENSE.TXT + LICENSE.md = LICENSE.md README.md = README.md GitVersion.yml = GitVersion.yml .gitignore = .gitignore