Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

Commit

Permalink
Showing 27 changed files with 139 additions and 0 deletions.
5 changes: 5 additions & 0 deletions asset/asset_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package asset
5 changes: 5 additions & 0 deletions block/block_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package block
5 changes: 5 additions & 0 deletions chain/chain_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package chain
5 changes: 5 additions & 0 deletions command/bitmark-cli/configuration/configuration_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package configuration
5 changes: 5 additions & 0 deletions command/bitmark-cli/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package main
6 changes: 6 additions & 0 deletions command/bitmark-cli/rpccalls/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

// Bitmark rpccalls
package rpccalls
5 changes: 5 additions & 0 deletions command/bitmark-cli/rpccalls/rpccalls_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package rpccalls
6 changes: 6 additions & 0 deletions command/bitmark-dumpdb/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

// Bitmark bitmark-dumpdb
package main
5 changes: 5 additions & 0 deletions command/bitmark-dumpdb/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package main
6 changes: 6 additions & 0 deletions command/bitmark-info/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

// Bitmark bitmark-info
package main
5 changes: 5 additions & 0 deletions command/bitmark-info/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package main
5 changes: 5 additions & 0 deletions command/bitmarkd/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package main
5 changes: 5 additions & 0 deletions command/recorderd/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package main
5 changes: 5 additions & 0 deletions configuration/configuration_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package configuration
5 changes: 5 additions & 0 deletions constants/constants_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package constants
5 changes: 5 additions & 0 deletions difficulty/filters/filters_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package filters
6 changes: 6 additions & 0 deletions keypair/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

// Bitmark keypair
package keypair
5 changes: 5 additions & 0 deletions keypair/keypair_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package keypair
5 changes: 5 additions & 0 deletions mode/mode_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package mode
5 changes: 5 additions & 0 deletions ownership/ownership_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package ownership
5 changes: 5 additions & 0 deletions payment/payment_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package payment
5 changes: 5 additions & 0 deletions peer/peer_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package peer
5 changes: 5 additions & 0 deletions peer/upstream/upstream_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package upstream
5 changes: 5 additions & 0 deletions proof/proof_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package proof
5 changes: 5 additions & 0 deletions publish/publish_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package publish
5 changes: 5 additions & 0 deletions rpc/rpc_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package rpc
5 changes: 5 additions & 0 deletions zmqutil/zmqutil_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Copyright (c) 2014-2018 Bitmark Inc.
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

package zmqutil

0 comments on commit 7ecd044

Please sign in to comment.