Selaa lähdekoodia

Add file copyright

master
Savorboard 5 vuotta sitten
vanhempi
commit
df3d28c92a
5 muutettua tiedostoa jossa 20 lisäystä ja 5 poistoa
  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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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;



Ladataan…
Peruuta
Tallenna