Skip to content

Commit a1997a6

Browse files
committed
ライセンスヘッダを追加
1 parent f1f9c1a commit a1997a6

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

FastChatProtocolInterface/FachpiCommunicationFlow.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System;
1+
/****
2+
* FACHPI: Fast Chat Protocol/Interface
3+
* Copyright (C) 2023 Takym.
4+
*
5+
* distributed under the MIT License.
6+
****/
7+
8+
using System;
29
using System.IO;
310
using System.Net.Sockets;
411
using System.Threading.Tasks;

FastChatProtocolInterface/NetworkStreamExtensions.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System;
1+
/****
2+
* FACHPI: Fast Chat Protocol/Interface
3+
* Copyright (C) 2023 Takym.
4+
*
5+
* distributed under the MIT License.
6+
****/
7+
8+
using System;
29
using System.Net.Sockets;
310
using System.Text;
411
using System.Threading;

0 commit comments

Comments
 (0)