Skip to content

Commit

Permalink
Update InputObjectGenerator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa authored Jul 25, 2024
1 parent 607607d commit 8becd3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static string Generate(TypeModel type, string entityNamespace)
{
var className = TypeUtilities.GetClassName(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}
Expand Down

0 comments on commit 8becd3c

Please sign in to comment.