Skip to content

Commit

Permalink
chore: add file header
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed Oct 31, 2024
1 parent ad61b8a commit 13b371a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cafe.Matcha/Network/Handler/AbstractHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
namespace Cafe.Matcha.Network.Handler
// Copyright (c) FFCafe. All rights reserved.
// Licensed under the AGPL-3.0 license. See LICENSE file in the project root for full license information.

namespace Cafe.Matcha.Network.Handler
{
using System;
using Cafe.Matcha.DTO;
Expand Down
5 changes: 4 additions & 1 deletion Cafe.Matcha/Network/Handler/MarketBoardHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
namespace Cafe.Matcha.Network.Handler
// Copyright (c) FFCafe. All rights reserved.
// Licensed under the AGPL-3.0 license. See LICENSE file in the project root for full license information.

namespace Cafe.Matcha.Network.Handler
{
using System;
using System.Collections.Generic;
Expand Down

0 comments on commit 13b371a

Please sign in to comment.