From c74bb4e0875b6d62903d1c3847b6b4a14a3dee0e Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 3 Jan 2015 00:52:21 -0600 Subject: [PATCH] Update license year to 2015. --- LICENSE | 2 +- chain.go | 2 +- examples/bitcoincorehttp/main.go | 2 +- examples/btcdwebsockets/main.go | 2 +- examples/btcwalletwebsockets/main.go | 2 +- extensions.go | 2 +- infrastructure.go | 2 +- log.go | 2 +- mining.go | 2 +- net.go | 2 +- notify.go | 2 +- rawrequest.go | 2 +- rawtransactions.go | 2 +- wallet.go | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 315cb819..809b8fe7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Conformal Systems LLC. +Copyright (c) 2014-2015 Conformal Systems LLC. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/chain.go b/chain.go index 395002cb..701a0627 100644 --- a/chain.go +++ b/chain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/examples/bitcoincorehttp/main.go b/examples/bitcoincorehttp/main.go index 6c14fe7d..6db29906 100644 --- a/examples/bitcoincorehttp/main.go +++ b/examples/bitcoincorehttp/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/examples/btcdwebsockets/main.go b/examples/btcdwebsockets/main.go index 92fd6f9f..a7a24367 100644 --- a/examples/btcdwebsockets/main.go +++ b/examples/btcdwebsockets/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/examples/btcwalletwebsockets/main.go b/examples/btcwalletwebsockets/main.go index c87b1c7b..ffe3e4ab 100644 --- a/examples/btcwalletwebsockets/main.go +++ b/examples/btcwalletwebsockets/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/extensions.go b/extensions.go index f344c625..213b433c 100644 --- a/extensions.go +++ b/extensions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/infrastructure.go b/infrastructure.go index a8636dc7..1c2cd709 100644 --- a/infrastructure.go +++ b/infrastructure.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/log.go b/log.go index fa2d59f9..631ef411 100644 --- a/log.go +++ b/log.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/mining.go b/mining.go index 7e584da5..a8d7e01a 100644 --- a/mining.go +++ b/mining.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/net.go b/net.go index 1c2ab428..12a3d4df 100644 --- a/net.go +++ b/net.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/notify.go b/notify.go index 33899be3..ff256f78 100644 --- a/notify.go +++ b/notify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/rawrequest.go b/rawrequest.go index 40339f09..4decdfa3 100644 --- a/rawrequest.go +++ b/rawrequest.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/rawtransactions.go b/rawtransactions.go index 10496e1f..56da1c7a 100644 --- a/rawtransactions.go +++ b/rawtransactions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. diff --git a/wallet.go b/wallet.go index 00802eed..eb098376 100644 --- a/wallet.go +++ b/wallet.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Conformal Systems LLC. +// Copyright (c) 2014-2015 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file.