diff --git a/LICENSE b/LICENSE
index f82672a..671b93e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2015 Conformal Systems LLC.
+Copyright (c) 2013-2015 The btcsuite developers
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/README.md b/README.md
index 5e70677..813313a 100644
--- a/README.md
+++ b/README.md
@@ -114,8 +114,8 @@ The documentation is a work-in-progress. It is located in the [docs](https://gi
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/addrmgr/addrmanager.go b/addrmgr/addrmanager.go
index c4b6fcd..c2d03a5 100644
--- a/addrmgr/addrmanager.go
+++ b/addrmgr/addrmanager.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/addrmanager_test.go b/addrmgr/addrmanager_test.go
index 7e1d238..a6d2fb9 100644
--- a/addrmgr/addrmanager_test.go
+++ b/addrmgr/addrmanager_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/doc.go b/addrmgr/doc.go
index 528dfe9..0f1de09 100644
--- a/addrmgr/doc.go
+++ b/addrmgr/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/internal_test.go b/addrmgr/internal_test.go
index 6e10787..e50e923 100644
--- a/addrmgr/internal_test.go
+++ b/addrmgr/internal_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/knownaddress.go b/addrmgr/knownaddress.go
index 05f5fc2..73b6f0f 100644
--- a/addrmgr/knownaddress.go
+++ b/addrmgr/knownaddress.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/knownaddress_test.go b/addrmgr/knownaddress_test.go
index bb6fd18..05609ec 100644
--- a/addrmgr/knownaddress_test.go
+++ b/addrmgr/knownaddress_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/log.go b/addrmgr/log.go
index 5d1143c..b3ebbd1 100644
--- a/addrmgr/log.go
+++ b/addrmgr/log.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/network.go b/addrmgr/network.go
index d9a2910..e891ad6 100644
--- a/addrmgr/network.go
+++ b/addrmgr/network.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/addrmgr/network_test.go b/addrmgr/network_test.go
index d2b3ec1..98dc054 100644
--- a/addrmgr/network_test.go
+++ b/addrmgr/network_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/README.md b/blockchain/README.md
index e151756..d4774d8 100644
--- a/blockchain/README.md
+++ b/blockchain/README.md
@@ -95,8 +95,8 @@ is by no means exhaustive:
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/blockchain/accept.go b/blockchain/accept.go
index 16e6615..d7c5151 100644
--- a/blockchain/accept.go
+++ b/blockchain/accept.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/bench_test.go b/blockchain/bench_test.go
index f787256..a680fec 100644
--- a/blockchain/bench_test.go
+++ b/blockchain/bench_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/blocklocator.go b/blockchain/blocklocator.go
index cf7d160..7c9019b 100644
--- a/blockchain/blocklocator.go
+++ b/blockchain/blocklocator.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/chain.go b/blockchain/chain.go
index bfc9347..a602f1e 100644
--- a/blockchain/chain.go
+++ b/blockchain/chain.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/chain_test.go b/blockchain/chain_test.go
index 6a48c36..12af89a 100644
--- a/blockchain/chain_test.go
+++ b/blockchain/chain_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/checkpoints.go b/blockchain/checkpoints.go
index fbea66d..d5840f1 100644
--- a/blockchain/checkpoints.go
+++ b/blockchain/checkpoints.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/common_test.go b/blockchain/common_test.go
index 9044fdb..8a55757 100644
--- a/blockchain/common_test.go
+++ b/blockchain/common_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/difficulty.go b/blockchain/difficulty.go
index b0f5f19..0a04557 100644
--- a/blockchain/difficulty.go
+++ b/blockchain/difficulty.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/difficulty_test.go b/blockchain/difficulty_test.go
index 083d1d3..58fa7f8 100644
--- a/blockchain/difficulty_test.go
+++ b/blockchain/difficulty_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/doc.go b/blockchain/doc.go
index 69953ad..2441754 100644
--- a/blockchain/doc.go
+++ b/blockchain/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/error.go b/blockchain/error.go
index f96956a..0db8bdd 100644
--- a/blockchain/error.go
+++ b/blockchain/error.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/error_test.go b/blockchain/error_test.go
index aeb3d76..640f504 100644
--- a/blockchain/error_test.go
+++ b/blockchain/error_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/example_test.go b/blockchain/example_test.go
index e667bb3..046043d 100644
--- a/blockchain/example_test.go
+++ b/blockchain/example_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/internal_test.go b/blockchain/internal_test.go
index 563c7de..87a9ba8 100644
--- a/blockchain/internal_test.go
+++ b/blockchain/internal_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/log.go b/blockchain/log.go
index bd3b621..c80e4d9 100644
--- a/blockchain/log.go
+++ b/blockchain/log.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/mediantime.go b/blockchain/mediantime.go
index f44d825..ac0689e 100644
--- a/blockchain/mediantime.go
+++ b/blockchain/mediantime.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/mediantime_test.go b/blockchain/mediantime_test.go
index 7040017..44d3105 100644
--- a/blockchain/mediantime_test.go
+++ b/blockchain/mediantime_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/merkle.go b/blockchain/merkle.go
index 11edfc5..2dc0001 100644
--- a/blockchain/merkle.go
+++ b/blockchain/merkle.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/merkle_test.go b/blockchain/merkle_test.go
index 4f64dbb..633be11 100644
--- a/blockchain/merkle_test.go
+++ b/blockchain/merkle_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/notifications.go b/blockchain/notifications.go
index 4521d4e..57e97dd 100644
--- a/blockchain/notifications.go
+++ b/blockchain/notifications.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/process.go b/blockchain/process.go
index 54fcdbd..b161dd0 100644
--- a/blockchain/process.go
+++ b/blockchain/process.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/reorganization_test.go b/blockchain/reorganization_test.go
index 8d215dc..619feed 100644
--- a/blockchain/reorganization_test.go
+++ b/blockchain/reorganization_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/scriptval.go b/blockchain/scriptval.go
index ef9115e..ebfea08 100644
--- a/blockchain/scriptval.go
+++ b/blockchain/scriptval.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/scriptval_test.go b/blockchain/scriptval_test.go
index e9142d0..0c0e26a 100644
--- a/blockchain/scriptval_test.go
+++ b/blockchain/scriptval_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/timesorter.go b/blockchain/timesorter.go
index 361ccbd..516fe4f 100644
--- a/blockchain/timesorter.go
+++ b/blockchain/timesorter.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/timesorter_test.go b/blockchain/timesorter_test.go
index 85f5757..ca1b4af 100644
--- a/blockchain/timesorter_test.go
+++ b/blockchain/timesorter_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/txlookup.go b/blockchain/txlookup.go
index 8f367bf..689f0d2 100644
--- a/blockchain/txlookup.go
+++ b/blockchain/txlookup.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/validate.go b/blockchain/validate.go
index 3572d4a..991826b 100644
--- a/blockchain/validate.go
+++ b/blockchain/validate.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockchain/validate_test.go b/blockchain/validate_test.go
index 46a9c33..2589f1c 100644
--- a/blockchain/validate_test.go
+++ b/blockchain/validate_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/blockmanager.go b/blockmanager.go
index 4aed370..d3bd608 100644
--- a/blockmanager.go
+++ b/blockmanager.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcd.go b/btcd.go
index 112caaa..a327423 100644
--- a/btcd.go
+++ b/btcd.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/README.md b/btcec/README.md
index 3443e07..1470907 100644
--- a/btcec/README.md
+++ b/btcec/README.md
@@ -9,8 +9,8 @@ Bitcoin (secp256k1 only for now). It is designed so that it may be used with the
standard crypto/ecdsa packages provided with go. A comprehensive suite of test
is provided to ensure proper functionality. Package btcec was originally based
on work from ThePiachu which is licensed under the same terms as Go, but it has
-signficantly diverged since then. The Conformal original is licensed under the
-liberal ISC license.
+signficantly diverged since then. The btcsuite developers original is licensed
+under the liberal ISC license.
Although this package was primarily written for btcd, it has intentionally been
designed so it can be used as a standalone package for any projects needing to
@@ -50,8 +50,8 @@ $ go get github.com/btcsuite/btcd/btcec
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/btcec/bench_test.go b/btcec/bench_test.go
index 5be9c62..ccdac14 100644
--- a/btcec/bench_test.go
+++ b/btcec/bench_test.go
@@ -1,5 +1,5 @@
-// Copyright 2013-2014 Conformal Systems LLC. All rights reserved.
-// Use of this source code is governed by a BSD-style
+// Copyright 2013-2014 The btcsuite developers
+// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package btcec
diff --git a/btcec/btcec.go b/btcec/btcec.go
index 44c94b7..98d7b14 100644
--- a/btcec/btcec.go
+++ b/btcec/btcec.go
@@ -1,7 +1,7 @@
// Copyright 2010 The Go Authors. All rights reserved.
// Copyright 2011 ThePiachu. All rights reserved.
-// Copyright 2013-2014 Conformal Systems LLC. All rights reserved.
-// Use of this source code is governed by a BSD-style
+// Copyright 2013-2014 The btcsuite developers
+// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package btcec
diff --git a/btcec/btcec_test.go b/btcec/btcec_test.go
index 34bd9bc..3a3599c 100644
--- a/btcec/btcec_test.go
+++ b/btcec/btcec_test.go
@@ -1,7 +1,7 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Copyright 2011 ThePiachu. All rights reserved.
-// Copyright 2013-2014 Conformal Systems LLC. All rights reserved.
-// Use of this source code is governed by a BSD-style
+// Copyright 2013-2014 The btcsuite developers
+// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package btcec_test
diff --git a/btcec/doc.go b/btcec/doc.go
index 76ac472..fa8346a 100644
--- a/btcec/doc.go
+++ b/btcec/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/example_test.go b/btcec/example_test.go
index 3b0991d..cf68e42 100644
--- a/btcec/example_test.go
+++ b/btcec/example_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/field.go b/btcec/field.go
index 043d2c5..6e1d176 100644
--- a/btcec/field.go
+++ b/btcec/field.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Copyright (c) 2013-2014 Dave Collins
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/field_test.go b/btcec/field_test.go
index 14bb738..39d0ad3 100644
--- a/btcec/field_test.go
+++ b/btcec/field_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Copyright (c) 2013-2014 Dave Collins
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/genprecomps.go b/btcec/genprecomps.go
index d0b3216..d4a9c1b 100644
--- a/btcec/genprecomps.go
+++ b/btcec/genprecomps.go
@@ -1,5 +1,5 @@
-// Copyright 2015 Conformal Systems LLC. All rights reserved.
-// Use of this source code is governed by a BSD-style
+// Copyright 2015 The btcsuite developers
+// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
// This file is ignored during the regular build due to the following build tag.
@@ -41,7 +41,7 @@ func main() {
encoded := make([]byte, base64.StdEncoding.EncodedLen(compressed.Len()))
base64.StdEncoding.Encode(encoded, compressed.Bytes())
- fmt.Fprintln(fi, "// Copyright (c) 2015 Conformal Systems LLC.")
+ fmt.Fprintln(fi, "// Copyright (c) 2015 The btcsuite developers")
fmt.Fprintln(fi, "// Use of this source code is governed by an ISC")
fmt.Fprintln(fi, "// license that can be found in the LICENSE file.")
fmt.Fprintln(fi)
diff --git a/btcec/gensecp256k1.go b/btcec/gensecp256k1.go
index 4c56b9c..1928702 100644
--- a/btcec/gensecp256k1.go
+++ b/btcec/gensecp256k1.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/internal_test.go b/btcec/internal_test.go
index b10c9d8..8e3b50b 100644
--- a/btcec/internal_test.go
+++ b/btcec/internal_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/precompute.go b/btcec/precompute.go
index c9b50e0..034cd55 100644
--- a/btcec/precompute.go
+++ b/btcec/precompute.go
@@ -1,5 +1,5 @@
-// Copyright 2015 Conformal Systems LLC. All rights reserved.
-// Use of this source code is governed by a BSD-style
+// Copyright 2015 The btcsuite developers
+// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package btcec
diff --git a/btcec/privkey.go b/btcec/privkey.go
index aeee17c..438323e 100644
--- a/btcec/privkey.go
+++ b/btcec/privkey.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/privkey_test.go b/btcec/privkey_test.go
index 898119d..6fd787e 100644
--- a/btcec/privkey_test.go
+++ b/btcec/privkey_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/pubkey.go b/btcec/pubkey.go
index cf0da66..950c885 100644
--- a/btcec/pubkey.go
+++ b/btcec/pubkey.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/pubkey_test.go b/btcec/pubkey_test.go
index ea8d8b1..a499655 100644
--- a/btcec/pubkey_test.go
+++ b/btcec/pubkey_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/secp256k1.go b/btcec/secp256k1.go
index b15707d..5e7bffe 100644
--- a/btcec/secp256k1.go
+++ b/btcec/secp256k1.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/signature.go b/btcec/signature.go
index 6f41717..126f894 100644
--- a/btcec/signature.go
+++ b/btcec/signature.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcec/signature_test.go b/btcec/signature_test.go
index 16cdb31..739a0fb 100644
--- a/btcec/signature_test.go
+++ b/btcec/signature_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/README.md b/btcjson/README.md
index 525a30b..2a2f1f1 100644
--- a/btcjson/README.md
+++ b/btcjson/README.md
@@ -64,8 +64,8 @@ $ go get github.com/btcsuite/btcd/btcjson
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/btcjson/btcdextcmds.go b/btcjson/btcdextcmds.go
index a0e194c..9f95a31 100644
--- a/btcjson/btcdextcmds.go
+++ b/btcjson/btcdextcmds.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/btcdextcmds_test.go b/btcjson/btcdextcmds_test.go
index 89fb478..8c0c74a 100644
--- a/btcjson/btcdextcmds_test.go
+++ b/btcjson/btcdextcmds_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/btcwalletextcmds.go b/btcjson/btcwalletextcmds.go
index 0757e10..9cbc273 100644
--- a/btcjson/btcwalletextcmds.go
+++ b/btcjson/btcwalletextcmds.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/btcwalletextcmds_test.go b/btcjson/btcwalletextcmds_test.go
index 5057d4b..e478a08 100644
--- a/btcjson/btcwalletextcmds_test.go
+++ b/btcjson/btcwalletextcmds_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrcmds.go b/btcjson/chainsvrcmds.go
index 427fa70..2ad0105 100644
--- a/btcjson/chainsvrcmds.go
+++ b/btcjson/chainsvrcmds.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrcmds_test.go b/btcjson/chainsvrcmds_test.go
index b2f864b..def4893 100644
--- a/btcjson/chainsvrcmds_test.go
+++ b/btcjson/chainsvrcmds_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrresults.go b/btcjson/chainsvrresults.go
index 2f025a8..02c3c63 100644
--- a/btcjson/chainsvrresults.go
+++ b/btcjson/chainsvrresults.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrresults_test.go b/btcjson/chainsvrresults_test.go
index 5465885..e6e72cf 100644
--- a/btcjson/chainsvrresults_test.go
+++ b/btcjson/chainsvrresults_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrwscmds.go b/btcjson/chainsvrwscmds.go
index 7409d0d..cc1b458 100644
--- a/btcjson/chainsvrwscmds.go
+++ b/btcjson/chainsvrwscmds.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrwscmds_test.go b/btcjson/chainsvrwscmds_test.go
index 425a725..0c862ba 100644
--- a/btcjson/chainsvrwscmds_test.go
+++ b/btcjson/chainsvrwscmds_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrwsntfns.go b/btcjson/chainsvrwsntfns.go
index f567817..30f3c95 100644
--- a/btcjson/chainsvrwsntfns.go
+++ b/btcjson/chainsvrwsntfns.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/chainsvrwsntfns_test.go b/btcjson/chainsvrwsntfns_test.go
index 9d8adbe..cf76c01 100644
--- a/btcjson/chainsvrwsntfns_test.go
+++ b/btcjson/chainsvrwsntfns_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/cmdinfo.go b/btcjson/cmdinfo.go
index 84799a2..6fe4f9f 100644
--- a/btcjson/cmdinfo.go
+++ b/btcjson/cmdinfo.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/cmdinfo_test.go b/btcjson/cmdinfo_test.go
index cab0c81..d2b1477 100644
--- a/btcjson/cmdinfo_test.go
+++ b/btcjson/cmdinfo_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/cmdparse.go b/btcjson/cmdparse.go
index c48d06b..6e21b94 100644
--- a/btcjson/cmdparse.go
+++ b/btcjson/cmdparse.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/cmdparse_test.go b/btcjson/cmdparse_test.go
index 83a823b..2f8fa1f 100644
--- a/btcjson/cmdparse_test.go
+++ b/btcjson/cmdparse_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/doc.go b/btcjson/doc.go
index 6370fd7..165b9ef 100644
--- a/btcjson/doc.go
+++ b/btcjson/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/error.go b/btcjson/error.go
index 6b22e91..3d72329 100644
--- a/btcjson/error.go
+++ b/btcjson/error.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/error_test.go b/btcjson/error_test.go
index 2272100..8eb93c7 100644
--- a/btcjson/error_test.go
+++ b/btcjson/error_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/example_test.go b/btcjson/example_test.go
index 5e058d6..527252c 100644
--- a/btcjson/example_test.go
+++ b/btcjson/example_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/export_test.go b/btcjson/export_test.go
index 971a2b4..e0246fc 100644
--- a/btcjson/export_test.go
+++ b/btcjson/export_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/help.go b/btcjson/help.go
index 02fecac..113960f 100644
--- a/btcjson/help.go
+++ b/btcjson/help.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/help_test.go b/btcjson/help_test.go
index 0a73162..265e0c2 100644
--- a/btcjson/help_test.go
+++ b/btcjson/help_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/helpers.go b/btcjson/helpers.go
index a3d66a1..4b7d399 100644
--- a/btcjson/helpers.go
+++ b/btcjson/helpers.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/helpers_test.go b/btcjson/helpers_test.go
index 60ab5cd..7bcaf4b 100644
--- a/btcjson/helpers_test.go
+++ b/btcjson/helpers_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/jsonrpc.go b/btcjson/jsonrpc.go
index 59ae3e1..e99d9f4 100644
--- a/btcjson/jsonrpc.go
+++ b/btcjson/jsonrpc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/jsonrpc_test.go b/btcjson/jsonrpc_test.go
index 061d462..7a5d756 100644
--- a/btcjson/jsonrpc_test.go
+++ b/btcjson/jsonrpc_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/jsonrpcerr.go b/btcjson/jsonrpcerr.go
index 8ed3bad..16a0241 100644
--- a/btcjson/jsonrpcerr.go
+++ b/btcjson/jsonrpcerr.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/register.go b/btcjson/register.go
index 4986c93..5de001c 100644
--- a/btcjson/register.go
+++ b/btcjson/register.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/register_test.go b/btcjson/register_test.go
index bce32b3..34c9712 100644
--- a/btcjson/register_test.go
+++ b/btcjson/register_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/walletsvrcmds.go b/btcjson/walletsvrcmds.go
index a9a7d1d..2b97740 100644
--- a/btcjson/walletsvrcmds.go
+++ b/btcjson/walletsvrcmds.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/walletsvrcmds_test.go b/btcjson/walletsvrcmds_test.go
index 6df5a67..ed551da 100644
--- a/btcjson/walletsvrcmds_test.go
+++ b/btcjson/walletsvrcmds_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/walletsvrresults.go b/btcjson/walletsvrresults.go
index 0025cca..80390c8 100644
--- a/btcjson/walletsvrresults.go
+++ b/btcjson/walletsvrresults.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/walletsvrwscmds.go b/btcjson/walletsvrwscmds.go
index e90dc2f..e1e60fb 100644
--- a/btcjson/walletsvrwscmds.go
+++ b/btcjson/walletsvrwscmds.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/walletsvrwscmds_test.go b/btcjson/walletsvrwscmds_test.go
index e2f2357..17144b6 100644
--- a/btcjson/walletsvrwscmds_test.go
+++ b/btcjson/walletsvrwscmds_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/walletsvrwsntfns.go b/btcjson/walletsvrwsntfns.go
index fc58070..26dc150 100644
--- a/btcjson/walletsvrwsntfns.go
+++ b/btcjson/walletsvrwsntfns.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/btcjson/walletsvrwsntfns_test.go b/btcjson/walletsvrwsntfns_test.go
index 883246d..661d322 100644
--- a/btcjson/walletsvrwsntfns_test.go
+++ b/btcjson/walletsvrwsntfns_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/chaincfg/README.md b/chaincfg/README.md
index c61aaab..467eac8 100644
--- a/chaincfg/README.md
+++ b/chaincfg/README.md
@@ -75,8 +75,8 @@ $ go get github.com/btcsuite/btcd/chaincfg
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/chaincfg/genesis.go b/chaincfg/genesis.go
index ffdaaa0..396c839 100644
--- a/chaincfg/genesis.go
+++ b/chaincfg/genesis.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/chaincfg/genesis_test.go b/chaincfg/genesis_test.go
index f949a8a..af51e1f 100644
--- a/chaincfg/genesis_test.go
+++ b/chaincfg/genesis_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/chaincfg/params.go b/chaincfg/params.go
index 3a99bef..4586903 100644
--- a/chaincfg/params.go
+++ b/chaincfg/params.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/chainindexer.go b/chainindexer.go
index ada6d02..fd9000e 100644
--- a/chainindexer.go
+++ b/chainindexer.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/addblock/addblock.go b/cmd/addblock/addblock.go
index 9241e6f..2dbc226 100644
--- a/cmd/addblock/addblock.go
+++ b/cmd/addblock/addblock.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/addblock/config.go b/cmd/addblock/config.go
index 87fd071..cdb45a9 100644
--- a/cmd/addblock/config.go
+++ b/cmd/addblock/config.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/addblock/import.go b/cmd/addblock/import.go
index 83fad30..f47178e 100644
--- a/cmd/addblock/import.go
+++ b/cmd/addblock/import.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/btcctl/config.go b/cmd/btcctl/config.go
index 45f73d6..a6c37f8 100644
--- a/cmd/btcctl/config.go
+++ b/cmd/btcctl/config.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/btcctl/version.go b/cmd/btcctl/version.go
index aa2d6fc..cff8a8b 100644
--- a/cmd/btcctl/version.go
+++ b/cmd/btcctl/version.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 Conformal Systems LLC.
+// Copyright (c) 2013 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/dropafter/dropafter.go b/cmd/dropafter/dropafter.go
index d62b862..dca1041 100644
--- a/cmd/dropafter/dropafter.go
+++ b/cmd/dropafter/dropafter.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 Conformal Systems LLC.
+// Copyright (c) 2013 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/findcheckpoint/config.go b/cmd/findcheckpoint/config.go
index 906d237..2cb1a5a 100644
--- a/cmd/findcheckpoint/config.go
+++ b/cmd/findcheckpoint/config.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 Conformal Systems LLC.
+// Copyright (c) 2013 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/findcheckpoint/findcheckpoint.go b/cmd/findcheckpoint/findcheckpoint.go
index 97a4e33..d7ef81e 100644
--- a/cmd/findcheckpoint/findcheckpoint.go
+++ b/cmd/findcheckpoint/findcheckpoint.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 Conformal Systems LLC.
+// Copyright (c) 2013 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cmd/gencerts/gencerts.go b/cmd/gencerts/gencerts.go
index 06bf8dc..959b264 100644
--- a/cmd/gencerts/gencerts.go
+++ b/cmd/gencerts/gencerts.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/config.go b/config.go
index 4b14ef4..0b5d924 100644
--- a/config.go
+++ b/config.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/cpuminer.go b/cpuminer.go
index 5923e05..0ff7968 100644
--- a/cpuminer.go
+++ b/cpuminer.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/README.md b/database/README.md
index a46ff4c..81a7188 100644
--- a/database/README.md
+++ b/database/README.md
@@ -54,8 +54,8 @@ $ go get github.com/btcsuite/btcd/database
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/database/common_test.go b/database/common_test.go
index a149cf3..3b90036 100644
--- a/database/common_test.go
+++ b/database/common_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/db.go b/database/db.go
index 2486a3f..e17510d 100644
--- a/database/db.go
+++ b/database/db.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/db_test.go b/database/db_test.go
index 0f5e4a2..ac238b9 100644
--- a/database/db_test.go
+++ b/database/db_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/doc.go b/database/doc.go
index ec38901..4e702d3 100644
--- a/database/doc.go
+++ b/database/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/example_test.go b/database/example_test.go
index 92a6615..a0e5f53 100644
--- a/database/example_test.go
+++ b/database/example_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/interface_test.go b/database/interface_test.go
index ef89dfa..e44eb76 100644
--- a/database/interface_test.go
+++ b/database/interface_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/block.go b/database/ldb/block.go
index 5533f69..1079420 100644
--- a/database/ldb/block.go
+++ b/database/ldb/block.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/boundary_test.go b/database/ldb/boundary_test.go
index 70f904c..f09d2bc 100644
--- a/database/ldb/boundary_test.go
+++ b/database/ldb/boundary_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/doc.go b/database/ldb/doc.go
index dff5445..63b9d35 100644
--- a/database/ldb/doc.go
+++ b/database/ldb/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/dup_test.go b/database/ldb/dup_test.go
index 39b2cd8..7bf6ab9 100644
--- a/database/ldb/dup_test.go
+++ b/database/ldb/dup_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/insertremove_test.go b/database/ldb/insertremove_test.go
index 06b702d..ea635b9 100644
--- a/database/ldb/insertremove_test.go
+++ b/database/ldb/insertremove_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/internal_test.go b/database/ldb/internal_test.go
index c0a954b..a4242c2 100644
--- a/database/ldb/internal_test.go
+++ b/database/ldb/internal_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/leveldb.go b/database/ldb/leveldb.go
index 05ee7cb..44d2400 100644
--- a/database/ldb/leveldb.go
+++ b/database/ldb/leveldb.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/operational_test.go b/database/ldb/operational_test.go
index 5fa3f15..6767dc5 100644
--- a/database/ldb/operational_test.go
+++ b/database/ldb/operational_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/ldb/tx.go b/database/ldb/tx.go
index 72041b3..b0f5586 100644
--- a/database/ldb/tx.go
+++ b/database/ldb/tx.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/log.go b/database/log.go
index b390bc4..f9bed06 100644
--- a/database/log.go
+++ b/database/log.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/memdb/doc.go b/database/memdb/doc.go
index 67f240b..a2a2854 100644
--- a/database/memdb/doc.go
+++ b/database/memdb/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/memdb/driver.go b/database/memdb/driver.go
index fc9c03b..30d654c 100644
--- a/database/memdb/driver.go
+++ b/database/memdb/driver.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/memdb/memdb.go b/database/memdb/memdb.go
index 56c59da..98deab2 100644
--- a/database/memdb/memdb.go
+++ b/database/memdb/memdb.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/memdb/memdb_test.go b/database/memdb/memdb_test.go
index f1d72bb..68f556d 100644
--- a/database/memdb/memdb_test.go
+++ b/database/memdb/memdb_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/database/reorg_test.go b/database/reorg_test.go
index 5ba8fbb..be03fc9 100644
--- a/database/reorg_test.go
+++ b/database/reorg_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/discovery.go b/discovery.go
index 672556a..2117c45 100644
--- a/discovery.go
+++ b/discovery.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// 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 c4815d7..f8705c3 100644
--- a/doc.go
+++ b/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/docs/README.md b/docs/README.md
index 16d34d2..5a36a5c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,7 +18,7 @@
5. [Developer Resources](#DeveloperResources)
1. [Code Contribution Guidelines](#ContributionGuidelines)
2. [JSON-RPC Reference](#JSONRPCReference)
- 3. [Conformal Bitcoin-related Go Packages](#GoPackages)
+ 3. [The btcsuite Bitcoin-related Go Packages](#GoPackages)
### 1. About
@@ -196,7 +196,7 @@ information.
* [JSON-RPC Reference](https://github.com/btcsuite/btcd/tree/master/docs/json_rpc_api.md)
* [RPC Examples](https://github.com/btcsuite/btcd/tree/master/docs/json_rpc_api.md#ExampleCode)
-* Conformal Bitcoin-related Go Packages:
+* The btcsuite Bitcoin-related Go Packages:
* [btcrpcclient](https://github.com/btcsuite/btcrpcclient) - Implements a
robust and easy to use Websocket-enabled Bitcoin JSON-RPC client
* [btcjson](https://github.com/btcsuite/btcjson) - Provides an extensive API
diff --git a/limits/limits_plan9.go b/limits/limits_plan9.go
index 50cfadf..9c4699d 100644
--- a/limits/limits_plan9.go
+++ b/limits/limits_plan9.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/limits/limits_unix.go b/limits/limits_unix.go
index 29a7791..7ebf866 100644
--- a/limits/limits_unix.go
+++ b/limits/limits_unix.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/limits/limits_windows.go b/limits/limits_windows.go
index ece0bb8..62655d7 100644
--- a/limits/limits_windows.go
+++ b/limits/limits_windows.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// 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 6ab447c..f73d73f 100644
--- a/log.go
+++ b/log.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/mempool.go b/mempool.go
index 5966737..1b0a51b 100644
--- a/mempool.go
+++ b/mempool.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/mempoolerror.go b/mempoolerror.go
index b75d548..a291c9c 100644
--- a/mempoolerror.go
+++ b/mempoolerror.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// 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 7af39cb..178cae3 100644
--- a/mining.go
+++ b/mining.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/mruinvmap.go b/mruinvmap.go
index 0d20b07..dba371a 100644
--- a/mruinvmap.go
+++ b/mruinvmap.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/mruinvmap_test.go b/mruinvmap_test.go
index d16442d..f9a1990 100644
--- a/mruinvmap_test.go
+++ b/mruinvmap_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/params.go b/params.go
index c9b83e5..ff4944d 100644
--- a/params.go
+++ b/params.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/peer.go b/peer.go
index 0f9e945..16047da 100644
--- a/peer.go
+++ b/peer.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/rpcserver.go b/rpcserver.go
index c81c19f..2d4f525 100644
--- a/rpcserver.go
+++ b/rpcserver.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/rpcserverhelp.go b/rpcserverhelp.go
index 8d8ea43..3596cfd 100644
--- a/rpcserverhelp.go
+++ b/rpcserverhelp.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/rpcserverhelp_test.go b/rpcserverhelp_test.go
index 03325ab..4597431 100644
--- a/rpcserverhelp_test.go
+++ b/rpcserverhelp_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Conformal Systems LLC.
+// Copyright (c) 2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/rpcwebsocket.go b/rpcwebsocket.go
index f95030b..976c09e 100644
--- a/rpcwebsocket.go
+++ b/rpcwebsocket.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/server.go b/server.go
index 2207c88..5d2fa79 100644
--- a/server.go
+++ b/server.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/service_windows.go b/service_windows.go
index 844a090..cb4212b 100644
--- a/service_windows.go
+++ b/service_windows.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/signal.go b/signal.go
index ac8e758..0c527b2 100644
--- a/signal.go
+++ b/signal.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/README.md b/txscript/README.md
index 1cca8c4..70c986c 100644
--- a/txscript/README.md
+++ b/txscript/README.md
@@ -56,8 +56,8 @@ $ go get github.com/btcsuite/btcd/txscript
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/txscript/address.go b/txscript/address.go
index 7c06fc9..bc18490 100644
--- a/txscript/address.go
+++ b/txscript/address.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/address_test.go b/txscript/address_test.go
index eeeebe8..36d7953 100644
--- a/txscript/address_test.go
+++ b/txscript/address_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package txscript_test
diff --git a/txscript/doc.go b/txscript/doc.go
index dfd1f2f..2f2b1ec 100644
--- a/txscript/doc.go
+++ b/txscript/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/engine.go b/txscript/engine.go
index a8ef2a0..aa62cc1 100644
--- a/txscript/engine.go
+++ b/txscript/engine.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/engine_test.go b/txscript/engine_test.go
index ea782a8..37d67f1 100644
--- a/txscript/engine_test.go
+++ b/txscript/engine_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/error.go b/txscript/error.go
index af947da..346a418 100644
--- a/txscript/error.go
+++ b/txscript/error.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/example_test.go b/txscript/example_test.go
index 7234d81..bb3f6ac 100644
--- a/txscript/example_test.go
+++ b/txscript/example_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/internal_test.go b/txscript/internal_test.go
index af17575..bdc8eb6 100644
--- a/txscript/internal_test.go
+++ b/txscript/internal_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/log.go b/txscript/log.go
index 60d8692..f63da72 100644
--- a/txscript/log.go
+++ b/txscript/log.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/log_test.go b/txscript/log_test.go
index 15f369c..851f937 100644
--- a/txscript/log_test.go
+++ b/txscript/log_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/opcode.go b/txscript/opcode.go
index 4f42a05..ffecbf5 100644
--- a/txscript/opcode.go
+++ b/txscript/opcode.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/opcode_test.go b/txscript/opcode_test.go
index a355859..0c31fc0 100644
--- a/txscript/opcode_test.go
+++ b/txscript/opcode_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/reference_test.go b/txscript/reference_test.go
index db88c38..eeb73bb 100644
--- a/txscript/reference_test.go
+++ b/txscript/reference_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/script.go b/txscript/script.go
index 1f5db12..7457050 100644
--- a/txscript/script.go
+++ b/txscript/script.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/script_test.go b/txscript/script_test.go
index d75f1ce..bbf4759 100644
--- a/txscript/script_test.go
+++ b/txscript/script_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/scriptbuilder.go b/txscript/scriptbuilder.go
index 3149b8d..c32304c 100644
--- a/txscript/scriptbuilder.go
+++ b/txscript/scriptbuilder.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/scriptbuilder_test.go b/txscript/scriptbuilder_test.go
index 296a134..2e099f0 100644
--- a/txscript/scriptbuilder_test.go
+++ b/txscript/scriptbuilder_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/sign.go b/txscript/sign.go
index 1c7ff44..df8afeb 100644
--- a/txscript/sign.go
+++ b/txscript/sign.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/sign_test.go b/txscript/sign_test.go
index a391693..ccd044d 100644
--- a/txscript/sign_test.go
+++ b/txscript/sign_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/stack.go b/txscript/stack.go
index a8ad05a..35cde56 100644
--- a/txscript/stack.go
+++ b/txscript/stack.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/txscript/stack_test.go b/txscript/stack_test.go
index 269f360..293413b 100644
--- a/txscript/stack_test.go
+++ b/txscript/stack_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/upgrade.go b/upgrade.go
index f6f83ca..4140f41 100644
--- a/upgrade.go
+++ b/upgrade.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/version.go b/version.go
index a58fde1..38cc366 100644
--- a/version.go
+++ b/version.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2014 Conformal Systems LLC.
+// Copyright (c) 2013-2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/README.md b/wire/README.md
index 94b5be1..9bdd2b8 100644
--- a/wire/README.md
+++ b/wire/README.md
@@ -102,8 +102,8 @@ from a remote peer is:
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
-has not been tampered with and is coming from Conformal. To verify the
-signature perform the following:
+has not been tampered with and is coming from the btcsuite developers. To
+verify the signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
diff --git a/wire/bench_test.go b/wire/bench_test.go
index 01b2953..ffae564 100644
--- a/wire/bench_test.go
+++ b/wire/bench_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/blockheader.go b/wire/blockheader.go
index 240f486..145ab45 100644
--- a/wire/blockheader.go
+++ b/wire/blockheader.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/blockheader_test.go b/wire/blockheader_test.go
index c7ed3b8..dfbcb1a 100644
--- a/wire/blockheader_test.go
+++ b/wire/blockheader_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/common.go b/wire/common.go
index 48251e2..b988c3d 100644
--- a/wire/common.go
+++ b/wire/common.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/common_test.go b/wire/common_test.go
index fc54995..3d95570 100644
--- a/wire/common_test.go
+++ b/wire/common_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/doc.go b/wire/doc.go
index 2e20ad7..8ae4e36 100644
--- a/wire/doc.go
+++ b/wire/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/error.go b/wire/error.go
index 99a194a..755c2db 100644
--- a/wire/error.go
+++ b/wire/error.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/fakeconn_test.go b/wire/fakeconn_test.go
index a28b299..b853671 100644
--- a/wire/fakeconn_test.go
+++ b/wire/fakeconn_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/fakemessage_test.go b/wire/fakemessage_test.go
index f64e4f8..a3ed4d6 100644
--- a/wire/fakemessage_test.go
+++ b/wire/fakemessage_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/fixedIO_test.go b/wire/fixedIO_test.go
index 806790a..77811f9 100644
--- a/wire/fixedIO_test.go
+++ b/wire/fixedIO_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/internal_test.go b/wire/internal_test.go
index 9b7b0e3..e3fec69 100644
--- a/wire/internal_test.go
+++ b/wire/internal_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/invvect.go b/wire/invvect.go
index 7df74da..cf7def2 100644
--- a/wire/invvect.go
+++ b/wire/invvect.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/invvect_test.go b/wire/invvect_test.go
index 3982390..da3fddd 100644
--- a/wire/invvect_test.go
+++ b/wire/invvect_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/message.go b/wire/message.go
index f9d0337..aaf803d 100644
--- a/wire/message.go
+++ b/wire/message.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/message_test.go b/wire/message_test.go
index 8bb24c1..e913dd1 100644
--- a/wire/message_test.go
+++ b/wire/message_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgaddr.go b/wire/msgaddr.go
index f0faedc..2688901 100644
--- a/wire/msgaddr.go
+++ b/wire/msgaddr.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgaddr_test.go b/wire/msgaddr_test.go
index fae1ad4..e92b2f1 100644
--- a/wire/msgaddr_test.go
+++ b/wire/msgaddr_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgalert.go b/wire/msgalert.go
index ec906e1..2f9d2ed 100644
--- a/wire/msgalert.go
+++ b/wire/msgalert.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgalert_test.go b/wire/msgalert_test.go
index deecd27..e850d92 100644
--- a/wire/msgalert_test.go
+++ b/wire/msgalert_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgblock.go b/wire/msgblock.go
index 4f2c71c..0d20569 100644
--- a/wire/msgblock.go
+++ b/wire/msgblock.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgblock_test.go b/wire/msgblock_test.go
index 1177468..7fe0cd7 100644
--- a/wire/msgblock_test.go
+++ b/wire/msgblock_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgfilteradd.go b/wire/msgfilteradd.go
index 84162ef..0db8455 100644
--- a/wire/msgfilteradd.go
+++ b/wire/msgfilteradd.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgfilteradd_test.go b/wire/msgfilteradd_test.go
index 6b501c5..c455730 100644
--- a/wire/msgfilteradd_test.go
+++ b/wire/msgfilteradd_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgfilterclear.go b/wire/msgfilterclear.go
index 37da436..b82d6b8 100644
--- a/wire/msgfilterclear.go
+++ b/wire/msgfilterclear.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgfilterclear_test.go b/wire/msgfilterclear_test.go
index 73740f9..edd210c 100644
--- a/wire/msgfilterclear_test.go
+++ b/wire/msgfilterclear_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgfilterload.go b/wire/msgfilterload.go
index 7523834..d1c1cc3 100644
--- a/wire/msgfilterload.go
+++ b/wire/msgfilterload.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgfilterload_test.go b/wire/msgfilterload_test.go
index ca3575c..97503a4 100644
--- a/wire/msgfilterload_test.go
+++ b/wire/msgfilterload_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014 Conformal Systems LLC.
+// Copyright (c) 2014 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetaddr.go b/wire/msggetaddr.go
index 70589fe..0a4bf57 100644
--- a/wire/msggetaddr.go
+++ b/wire/msggetaddr.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetaddr_test.go b/wire/msggetaddr_test.go
index d49928a..15c68bd 100644
--- a/wire/msggetaddr_test.go
+++ b/wire/msggetaddr_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetblocks.go b/wire/msggetblocks.go
index 3dbecf5..cc070d0 100644
--- a/wire/msggetblocks.go
+++ b/wire/msggetblocks.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetblocks_test.go b/wire/msggetblocks_test.go
index 50234c2..6980647 100644
--- a/wire/msggetblocks_test.go
+++ b/wire/msggetblocks_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetdata.go b/wire/msggetdata.go
index 661d323..1da61d8 100644
--- a/wire/msggetdata.go
+++ b/wire/msggetdata.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetdata_test.go b/wire/msggetdata_test.go
index e8d3881..d7b2909 100644
--- a/wire/msggetdata_test.go
+++ b/wire/msggetdata_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetheaders.go b/wire/msggetheaders.go
index 4b40707..8275de4 100644
--- a/wire/msggetheaders.go
+++ b/wire/msggetheaders.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msggetheaders_test.go b/wire/msggetheaders_test.go
index 3747aa9..a87fa4e 100644
--- a/wire/msggetheaders_test.go
+++ b/wire/msggetheaders_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgheaders.go b/wire/msgheaders.go
index 603d94e..efdb46d 100644
--- a/wire/msgheaders.go
+++ b/wire/msgheaders.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgheaders_test.go b/wire/msgheaders_test.go
index afbcf6f..ee80ac4 100644
--- a/wire/msgheaders_test.go
+++ b/wire/msgheaders_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msginv.go b/wire/msginv.go
index 4dca9dd..66af52a 100644
--- a/wire/msginv.go
+++ b/wire/msginv.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msginv_test.go b/wire/msginv_test.go
index f7bec09..de50933 100644
--- a/wire/msginv_test.go
+++ b/wire/msginv_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgmempool.go b/wire/msgmempool.go
index 74945f4..f6b08c2 100644
--- a/wire/msgmempool.go
+++ b/wire/msgmempool.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgmempool_test.go b/wire/msgmempool_test.go
index cf2659a..5a08ec7 100644
--- a/wire/msgmempool_test.go
+++ b/wire/msgmempool_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgmerkleblock.go b/wire/msgmerkleblock.go
index a9086b6..268a89c 100644
--- a/wire/msgmerkleblock.go
+++ b/wire/msgmerkleblock.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgmerkleblock_test.go b/wire/msgmerkleblock_test.go
index e2bde90..482a1c4 100644
--- a/wire/msgmerkleblock_test.go
+++ b/wire/msgmerkleblock_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgnotfound.go b/wire/msgnotfound.go
index fc1cd6f..5193d62 100644
--- a/wire/msgnotfound.go
+++ b/wire/msgnotfound.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgnotfound_test.go b/wire/msgnotfound_test.go
index e6311b9..3a71cd8 100644
--- a/wire/msgnotfound_test.go
+++ b/wire/msgnotfound_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgping.go b/wire/msgping.go
index 33814a2..c9e3f64 100644
--- a/wire/msgping.go
+++ b/wire/msgping.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgping_test.go b/wire/msgping_test.go
index f7087dd..ae2ab21 100644
--- a/wire/msgping_test.go
+++ b/wire/msgping_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgpong.go b/wire/msgpong.go
index 1795feb..4c89acc 100644
--- a/wire/msgpong.go
+++ b/wire/msgpong.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgpong_test.go b/wire/msgpong_test.go
index 8b9a8e6..aac46fc 100644
--- a/wire/msgpong_test.go
+++ b/wire/msgpong_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgreject.go b/wire/msgreject.go
index a9c68b9..f1ad73a 100644
--- a/wire/msgreject.go
+++ b/wire/msgreject.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgreject_test.go b/wire/msgreject_test.go
index 8b7a400..5645f97 100644
--- a/wire/msgreject_test.go
+++ b/wire/msgreject_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 Conformal Systems LLC.
+// Copyright (c) 2014-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgtx.go b/wire/msgtx.go
index 6ec5105..73a6fa4 100644
--- a/wire/msgtx.go
+++ b/wire/msgtx.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgtx_test.go b/wire/msgtx_test.go
index 78e7fed..2e4e203 100644
--- a/wire/msgtx_test.go
+++ b/wire/msgtx_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgverack.go b/wire/msgverack.go
index 9521435..6d89e61 100644
--- a/wire/msgverack.go
+++ b/wire/msgverack.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgverack_test.go b/wire/msgverack_test.go
index b6dee46..3f02898 100644
--- a/wire/msgverack_test.go
+++ b/wire/msgverack_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgversion.go b/wire/msgversion.go
index 0f94395..7b6dbdc 100644
--- a/wire/msgversion.go
+++ b/wire/msgversion.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/msgversion_test.go b/wire/msgversion_test.go
index 3507f1e..ee701ec 100644
--- a/wire/msgversion_test.go
+++ b/wire/msgversion_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/netaddress.go b/wire/netaddress.go
index ad6abbf..cf5a795 100644
--- a/wire/netaddress.go
+++ b/wire/netaddress.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/netaddress_test.go b/wire/netaddress_test.go
index b7e8775..a03c586 100644
--- a/wire/netaddress_test.go
+++ b/wire/netaddress_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/protocol.go b/wire/protocol.go
index ad4e67b..ef434e1 100644
--- a/wire/protocol.go
+++ b/wire/protocol.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/protocol_test.go b/wire/protocol_test.go
index 8d06723..cc79f04 100644
--- a/wire/protocol_test.go
+++ b/wire/protocol_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/shahash.go b/wire/shahash.go
index 41ca3f6..2444dcc 100644
--- a/wire/shahash.go
+++ b/wire/shahash.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
diff --git a/wire/shahash_test.go b/wire/shahash_test.go
index 2e646b7..908bfc4 100644
--- a/wire/shahash_test.go
+++ b/wire/shahash_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2013-2015 Conformal Systems LLC.
+// Copyright (c) 2013-2015 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.