Skip to content

Commit

Permalink
Update UnionGenerator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa authored Jul 25, 2024
1 parent 641d1a1 commit 98122ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static string Generate(
{
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 98122ea

Please sign in to comment.