From 2af3c8263a76bc901c2e2cc7a23f71b91ab97189 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 8 Jan 2014 23:46:05 -0600 Subject: [PATCH] Add 2014 to copyright dates. --- addrconvs.go | 2 +- addrconvs_test.go | 2 +- appdata.go | 2 +- appdata_test.go | 2 +- base58.go | 2 +- base58_test.go | 2 +- block.go | 2 +- block_test.go | 2 +- const.go | 2 +- doc.go | 2 +- hash160.go | 2 +- internal_test.go | 2 +- tx.go | 2 +- tx_test.go | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/addrconvs.go b/addrconvs.go index d7d52144..3ee23e07 100644 --- a/addrconvs.go +++ b/addrconvs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/addrconvs_test.go b/addrconvs_test.go index e32151a7..e952f74c 100644 --- a/addrconvs_test.go +++ b/addrconvs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/appdata.go b/appdata.go index fa0e437f..cc9f3111 100644 --- a/appdata.go +++ b/appdata.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/appdata_test.go b/appdata_test.go index 575d28f7..7a61f49f 100644 --- a/appdata_test.go +++ b/appdata_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/base58.go b/base58.go index 0e6bd790..a199510f 100644 --- a/base58.go +++ b/base58.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/base58_test.go b/base58_test.go index 78e78a76..763e38e2 100644 --- a/base58_test.go +++ b/base58_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/block.go b/block.go index 6554fe25..5a16bafc 100644 --- a/block.go +++ b/block.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/block_test.go b/block_test.go index 9f5adaba..2dd4e7e5 100644 --- a/block_test.go +++ b/block_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/const.go b/const.go index 08f20ff3..a18b28d0 100644 --- a/const.go +++ b/const.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/doc.go b/doc.go index 1640cf2d..3042aa78 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/hash160.go b/hash160.go index a65956f5..545c3693 100644 --- a/hash160.go +++ b/hash160.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/internal_test.go b/internal_test.go index 5c7bacc5..71debccd 100644 --- a/internal_test.go +++ b/internal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/tx.go b/tx.go index 08d0c635..e3c1cc28 100644 --- a/tx.go +++ b/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 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/tx_test.go b/tx_test.go index 41275be1..19625e15 100644 --- a/tx_test.go +++ b/tx_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2013 Conformal Systems LLC. +// Copyright (c) 2013-2014 Conformal Systems LLC. // Use of this source code is governed by an ISC // license that can be found in the LICENSE file.