Skip to content

Commit df3d28c

Browse files
committed
Add file copyright
1 parent fd01274 commit df3d28c

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

src/DotNetCore.CAP/BrokerConnectionException.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) .NET Core Community. All rights reserved.
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+
using System;
25

36
namespace DotNetCore.CAP
47
{

src/DotNetCore.CAP/ICapTransaction.Base.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System.Collections.Concurrent;
1+
// Copyright (c) .NET Core Community. All rights reserved.
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+
using System.Collections.Concurrent;
25
using System.Threading;
36
using System.Threading.Tasks;
47
using DotNetCore.CAP.Persistence;

src/DotNetCore.CAP/Messages/Headers.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
namespace DotNetCore.CAP.Messages
1+
// Copyright (c) .NET Core Community. All rights reserved.
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+
namespace DotNetCore.CAP.Messages
25
{
36
public static class Headers
47
{

src/DotNetCore.CAP/Messages/Message.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) .NET Core Community. All rights reserved.
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+
using System;
25
using System.Collections.Generic;
36
using JetBrains.Annotations;
47

src/DotNetCore.CAP/Messages/TransportMessage.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) .NET Core Community. All rights reserved.
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+
using System;
25
using System.Collections.Generic;
36
using JetBrains.Annotations;
47

0 commit comments

Comments
 (0)