Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 6e402de

Browse files
committed
Relicense to the btcsuite developers.
This commit relicenses all code in this repository to the btcsuite developers.
1 parent d8a4423 commit 6e402de

File tree

247 files changed

+264
-264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+264
-264
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2015 Conformal Systems LLC.
1+
Copyright (c) 2013-2015 The btcsuite developers
22

33
Permission to use, copy, modify, and distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 2 additions & 2 deletions

addrmgr/addrmanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/addrmanager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014 Conformal Systems LLC.
1+
// Copyright (c) 2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2015 Conformal Systems LLC.
1+
// Copyright (c) 2013-2015 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/knownaddress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/knownaddress_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2015 Conformal Systems LLC.
1+
// Copyright (c) 2013-2015 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

addrmgr/network_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/README.md

Lines changed: 2 additions & 2 deletions

blockchain/accept.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2015 Conformal Systems LLC.
1+
// Copyright (c) 2013-2015 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015 Conformal Systems LLC.
1+
// Copyright (c) 2015 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/blocklocator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/chain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/chain_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/checkpoints.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/difficulty.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/difficulty_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014 Conformal Systems LLC.
1+
// Copyright (c) 2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014 Conformal Systems LLC.
1+
// Copyright (c) 2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/error_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014 Conformal Systems LLC.
1+
// Copyright (c) 2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014 Conformal Systems LLC.
1+
// Copyright (c) 2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/mediantime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/mediantime_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/merkle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/merkle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/notifications.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/reorganization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/scriptval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/scriptval_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2015 Conformal Systems LLC.
1+
// Copyright (c) 2013-2015 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/timesorter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/timesorter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/txlookup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2015 Conformal Systems LLC.
1+
// Copyright (c) 2013-2015 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockchain/validate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

blockmanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcec/README.md

Lines changed: 4 additions & 4 deletions

btcec/bench_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright 2013-2014 Conformal Systems LLC. All rights reserved.
2-
// Use of this source code is governed by a BSD-style
1+
// Copyright 2013-2014 The btcsuite developers
2+
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

55
package btcec

btcec/btcec.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2010 The Go Authors. All rights reserved.
22
// Copyright 2011 ThePiachu. All rights reserved.
3-
// Copyright 2013-2014 Conformal Systems LLC. All rights reserved.
4-
// Use of this source code is governed by a BSD-style
3+
// Copyright 2013-2014 The btcsuite developers
4+
// Use of this source code is governed by an ISC
55
// license that can be found in the LICENSE file.
66

77
package btcec

btcec/btcec_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2011 The Go Authors. All rights reserved.
22
// Copyright 2011 ThePiachu. All rights reserved.
3-
// Copyright 2013-2014 Conformal Systems LLC. All rights reserved.
4-
// Use of this source code is governed by a BSD-style
3+
// Copyright 2013-2014 The btcsuite developers
4+
// Use of this source code is governed by an ISC
55
// license that can be found in the LICENSE file.
66

77
package btcec_test

btcec/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcec/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014 Conformal Systems LLC.
1+
// Copyright (c) 2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcec/field.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Copyright (c) 2013-2014 Dave Collins
33
// Use of this source code is governed by an ISC
44
// license that can be found in the LICENSE file.

btcec/field_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Copyright (c) 2013-2014 Dave Collins
33
// Use of this source code is governed by an ISC
44
// license that can be found in the LICENSE file.

btcec/genprecomps.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright 2015 Conformal Systems LLC. All rights reserved.
2-
// Use of this source code is governed by a BSD-style
1+
// Copyright 2015 The btcsuite developers
2+
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

55
// This file is ignored during the regular build due to the following build tag.
@@ -41,7 +41,7 @@ func main() {
4141
encoded := make([]byte, base64.StdEncoding.EncodedLen(compressed.Len()))
4242
base64.StdEncoding.Encode(encoded, compressed.Bytes())
4343

44-
fmt.Fprintln(fi, "// Copyright (c) 2015 Conformal Systems LLC.")
44+
fmt.Fprintln(fi, "// Copyright (c) 2015 The btcsuite developers")
4545
fmt.Fprintln(fi, "// Use of this source code is governed by an ISC")
4646
fmt.Fprintln(fi, "// license that can be found in the LICENSE file.")
4747
fmt.Fprintln(fi)

btcec/gensecp256k1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014-2015 Conformal Systems LLC.
1+
// Copyright (c) 2014-2015 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcec/internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcec/precompute.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright 2015 Conformal Systems LLC. All rights reserved.
2-
// Use of this source code is governed by a BSD-style
1+
// Copyright 2015 The btcsuite developers
2+
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

55
package btcec

btcec/privkey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcec/privkey_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

btcec/pubkey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2014 Conformal Systems LLC.
1+
// Copyright (c) 2013-2014 The btcsuite developers
22
// Use of this source code is governed by an ISC
33
// license that can be found in the LICENSE file.
44

0 commit comments

Comments
 (0)