add license information

This commit is contained in:
Paul Daigle 2014-10-07 00:52:27 -04:00
parent c8ff36fa13
commit deca5e4e8b
7 changed files with 25 additions and 0 deletions

View File

@ -2,6 +2,7 @@ require './lib/bitpay/version.rb'
Gem::Specification.new do |s|
s.name = 'bitpay-client'
s.version = BitPay::VERSION
s.licenses = ['MIT']
s.authors = 'Bitpay, Inc.'
s.email = 'info@bitpay.com'
s.homepage = 'https://github.com/bitpay/ruby-client'

View File

@ -1,3 +1,7 @@
# license Copyright 2011-2014 BitPay, Inc., MIT License
# see http://opensource.org/licenses/MIT
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
libdir = File.dirname(__FILE__)
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
require 'bitpay/client'

View File

@ -1,3 +1,7 @@
# license Copyright 2011-2014 BitPay, Inc., MIT License
# see http://opensource.org/licenses/MIT
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
require 'rubygems'
require 'commander/import'

View File

@ -1,3 +1,7 @@
# license Copyright 2011-2014 BitPay, Inc., MIT License
# see http://opensource.org/licenses/MIT
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
require 'uri'
require 'net/https'
require 'json'

View File

@ -1,3 +1,7 @@
# license Copyright 2011-2014 BitPay, Inc., MIT License
# see http://opensource.org/licenses/MIT
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
require 'uri'
require 'net/https'
require 'json'

View File

@ -1,3 +1,7 @@
# license Copyright 2011-2014 BitPay, Inc., MIT License
# see http://opensource.org/licenses/MIT
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
module BitPay
VERSION = '2.0.0'
end

View File

@ -1,3 +1,7 @@
# license Copyright 2011-2014 BitPay, Inc., MIT License
# see http://opensource.org/licenses/MIT
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
require_relative 'bitpay.rb'
require_relative 'bitpay/key_utils.rb'