Skip to content

Commit

Permalink
*.{fs|cs}: remove headers
Browse files Browse the repository at this point in the history
If you need copyright/licence info, see LICENCE.txt file.
  • Loading branch information
knocte committed Jan 24, 2024
1 parent 84b5179 commit 45fada0
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 43 deletions.
4 changes: 0 additions & 4 deletions src/FX.Core/BasicTypes.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Copyright (C) 2017-2018 Gate Digital Services Ltd. (Gatecoin)
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//

namespace FsharpExchangeDotNetStandard

Expand Down
4 changes: 0 additions & 4 deletions src/FX.Core/Exchange.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Copyright (C) 2017-2018 Gate Digital Services Ltd. (Gatecoin)
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//

namespace FsharpExchangeDotNetStandard

Expand Down
5 changes: 1 addition & 4 deletions src/FX.Core/MemoryStorageLayer.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//


namespace FsharpExchangeDotNetStandard.MemoryStorageLayer

open FsharpExchangeDotNetStandard
Expand Down
4 changes: 0 additions & 4 deletions src/FX.Core/OrderBook.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Copyright (C) 2017-2018 Gate Digital Services Ltd. (Gatecoin)
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//

namespace FsharpExchangeDotNetStandard

Expand Down
5 changes: 1 addition & 4 deletions src/FX.Core/RedisStorageLayer.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//


namespace FsharpExchangeDotNetStandard.Redis

open System
Expand Down
5 changes: 1 addition & 4 deletions src/FX.Tests/BasicTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//


using System;
using System.Collections.Generic;

Expand Down
6 changes: 1 addition & 5 deletions src/FX.Tests/LimitOrders.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//
// Copyright (C) 2017-2018 Gate Digital Services Ltd. (Gatecoin)
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//


using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
6 changes: 1 addition & 5 deletions src/FX.Tests/MakerOnlyOrders.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//
// Copyright (C) 2017-2018 Gate Digital Services Ltd. (Gatecoin)
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//


using System;
using System.Collections.Generic;

Expand Down
6 changes: 1 addition & 5 deletions src/FX.Tests/MarketOrders.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//
// Copyright (C) 2017-2018 Gate Digital Services Ltd. (Gatecoin)
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//


using System;

using FsharpExchangeDotNetStandard;
Expand Down
5 changes: 1 addition & 4 deletions src/FX.Tests/RedisIntegrationTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Copyright (C) 2018 Diginex Ltd. (www.diginex.com)
//


using System;
using System.Collections.Generic;

Expand Down

0 comments on commit 45fada0

Please sign in to comment.