瀏覽代碼

Add file copyright

master
Savorboard 4 年之前
父節點
當前提交
df3d28c92a
共有 5 個檔案被更改,包括 20 行新增5 行删除
  1. +4
    -1
      src/DotNetCore.CAP/BrokerConnectionException.cs
  2. +4
    -1
      src/DotNetCore.CAP/ICapTransaction.Base.cs
  3. +4
    -1
      src/DotNetCore.CAP/Messages/Headers.cs
  4. +4
    -1
      src/DotNetCore.CAP/Messages/Message.cs
  5. +4
    -1
      src/DotNetCore.CAP/Messages/TransportMessage.cs

+ 4
- 1
src/DotNetCore.CAP/BrokerConnectionException.cs 查看文件

@@ -1,4 +1,7 @@
using System;
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System;

namespace DotNetCore.CAP
{


+ 4
- 1
src/DotNetCore.CAP/ICapTransaction.Base.cs 查看文件

@@ -1,4 +1,7 @@
using System.Collections.Concurrent;
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using DotNetCore.CAP.Persistence;


+ 4
- 1
src/DotNetCore.CAP/Messages/Headers.cs 查看文件

@@ -1,4 +1,7 @@
namespace DotNetCore.CAP.Messages
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

namespace DotNetCore.CAP.Messages
{
public static class Headers
{


+ 4
- 1
src/DotNetCore.CAP/Messages/Message.cs 查看文件

@@ -1,4 +1,7 @@
using System;
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System;
using System.Collections.Generic;
using JetBrains.Annotations;



+ 4
- 1
src/DotNetCore.CAP/Messages/TransportMessage.cs 查看文件

@@ -1,4 +1,7 @@
using System;
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System;
using System.Collections.Generic;
using JetBrains.Annotations;



Loading…
取消
儲存