From 761970e639ee0eba66a7d4f98f8d6a4804ffc881 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Thu, 13 Jun 2013 13:09:51 -0400 Subject: [PATCH] Fixed license statment on base58 files. --- base58.go | 6 +++--- base58_test.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/base58.go b/base58.go index 375e850..1c8df25 100644 --- a/base58.go +++ b/base58.go @@ -1,6 +1,6 @@ -/* - * Copyright (c) 2013 Conformal Systems LLC. - */ +// Copyright (c) 2013 Conformal Systems LLC. +// Use of this source code is governed by an ISC +// license that can be found in the LICENSE file. package btcutil diff --git a/base58_test.go b/base58_test.go index 91b0117..78e78a7 100644 --- a/base58_test.go +++ b/base58_test.go @@ -1,6 +1,6 @@ -/* - * Copyright (c) 2013 Conformal Systems LLC. - */ +// Copyright (c) 2013 Conformal Systems LLC. +// Use of this source code is governed by an ISC +// license that can be found in the LICENSE file. package btcutil_test