From 641d1a131c153096ab8669bf9a296a0688d9782b Mon Sep 17 00:00:00 2001 From: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:29:30 +0900 Subject: [PATCH] Update InterfaceGenerator.cs --- .../Generators/InterfaceGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FluentHub.Octokit.Generator/Generators/InterfaceGenerator.cs b/src/FluentHub.Octokit.Generator/Generators/InterfaceGenerator.cs index fd60a0ba1..484ad01ab 100644 --- a/src/FluentHub.Octokit.Generator/Generators/InterfaceGenerator.cs +++ b/src/FluentHub.Octokit.Generator/Generators/InterfaceGenerator.cs @@ -15,7 +15,7 @@ public static string Generate(TypeModel type, string entityNamespace, string que { var className = TypeUtilities.GetInterfaceName(type); - var licenseNotice = @"// Copyright (c) 2022-2024 0x5BFAx5BFA + var licenseNotice = @"// Copyright (c) 2022-2024 0x5BFA // Licensed under the MIT License. See the LICENSE."; return $@"{licenseNotice}