Skip to content

Commit

Permalink
updated file headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Sep 29, 2014
1 parent 6cbfbc4 commit 4006d1f
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion src/CoiniumServ/Accounts/AccountManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System.Collections.Generic;
using CoiniumServ.Payments;
using CoiniumServ.Persistance.Layers;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Accounts/IAccountManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System.Collections.Generic;
using CoiniumServ.Payments;
using CoiniumServ.Persistance.Query;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Blocks/IBlockProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

namespace CoiniumServ.Blocks
{
public interface IBlockProcessor
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Coin/Config/BlockExplorerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using Serilog;

Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Coin/Config/CoinOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using JsonConfig;
using Serilog;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Coin/Config/IBlockExplorerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using CoiniumServ.Configuration;

namespace CoiniumServ.Coin.Config
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Coin/Config/ICoinOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using CoiniumServ.Configuration;

namespace CoiniumServ.Coin.Config
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Container/Registries/ClassRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using CoiniumServ.Accounts;
using CoiniumServ.Blocks;
using CoiniumServ.Coin.Config;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Config/DaemonManagerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using System.Collections.Generic;
using CoiniumServ.Factories;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Config/IDaemonManagerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System.Collections.Generic;
using CoiniumServ.Configuration;

Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Config/IStandaloneDaemonConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using CoiniumServ.Coin.Config;
using CoiniumServ.Configuration;

Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Config/StandaloneDaemonConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using System.IO;
using CoiniumServ.Coin.Config;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Converters/DifficultyConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Converters/TimeConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using System.Globalization;
using CoiniumServ.Utils.Helpers.Time;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Errors/RpcError.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Errors/RpcErrorCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

namespace CoiniumServ.Daemon.Errors
{
// defined in https://github.com/bitcoin/bitcoin/blob/master/src/rpcprotocol.h#L34
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Errors/RpcErrorResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using Newtonsoft.Json;

namespace CoiniumServ.Daemon.Errors
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Exceptions/GenericRpcException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;

namespace CoiniumServ.Daemon.Exceptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;

namespace CoiniumServ.Daemon.Exceptions
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Exceptions/RpcErrorException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using CoiniumServ.Daemon.Errors;

Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Exceptions/RpcTimeoutException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;

namespace CoiniumServ.Daemon.Exceptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;

namespace CoiniumServ.Daemon.Responses
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Daemon/Responses/Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using CoiniumServ.Daemon.Converters;
using Newtonsoft.Json;

Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Factories/IRpcExceptionFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using CoiniumServ.Daemon.Errors;
using CoiniumServ.Daemon.Exceptions;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Factories/RpcExceptionFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;
using CoiniumServ.Daemon.Errors;
using CoiniumServ.Daemon.Exceptions;
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Payments/IPaymentDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;

namespace CoiniumServ.Payments
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Payments/IPaymentRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System.Collections.Generic;

namespace CoiniumServ.Payments
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Payments/PaymentDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System;

namespace CoiniumServ.Payments
Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Payments/PaymentRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System.Collections.Generic;
using CoiniumServ.Persistance.Layers;

Expand Down
1 change: 0 additions & 1 deletion src/CoiniumServ/Server/Web/Models/Pool/AccountModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// license or white-label it as set out in licenses/commercial.txt.
//
#endregion

using System.Collections.Generic;
using CoiniumServ.Accounts;
using CoiniumServ.Coin.Config;
Expand Down

0 comments on commit 4006d1f

Please sign in to comment.