Skip to content

Commit

Permalink
Change license to MIT on individual files
Browse files Browse the repository at this point in the history
  • Loading branch information
jprupp committed Jun 24, 2020
1 parent 6c3fdcf commit a0875de
Show file tree
Hide file tree
Showing 42 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion src/Haskoin.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Module : Haskoin
Description : Bitcoin (BTC/BCH) Libraries for Haskell
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Address.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{-|
Module : Haskoin.Address
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Address/Base58.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Address.Base58
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Address/Bech32.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Address.Base58
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Address/CashAddr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Address.CashAddr
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Block.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Block
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Block/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Block.Common
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Block/Headers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{-|
Module : Haskoin.Block.Headers
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Block/Merkle.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-|
Module : Haskoin.Block.Merkle
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Constants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{-|
Module : Haskoin.Constants
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Crypto.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Crypto
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Crypto/Hash.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-|
Module : Haskoin.Crypto.Hash
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Crypto/Signature.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Crypto.Signature
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Keys.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Keys
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Keys/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{-|
Module : Haskoin.Keys.Common
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Keys/Extended.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{-|
Module : Haskoin.Keys.Extended
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Keys/Mnemonic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Keys.Mnemonic
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Network.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Network
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Network/Bloom.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-|
Module : Haskoin.Network.Bloom
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Network/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Network.Common
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Network/Message.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-|
Module : Haskoin.Network.Message
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Script.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Script
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Script/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Script.Common
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Script/SigHash.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Script.SigHash
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Script/Standard.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Script.Standard
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Transaction.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Transaction
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Transaction/Builder.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Transaction.Builder
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Transaction/Builder/Sign.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{-|
Module : Haskoin.Transaction.Builder.Sign
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Transaction/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Transaction.Common
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Transaction/Partial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{-|
Module : Haskoin.Transaction.Partial
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : matt@bitnomial.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Transaction/Segwit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-|
Module : Haskoin.Transaction.Segwit
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Util
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Test
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Address.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Test.Address
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Block.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Test.Block
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Crypto.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Test.Crypto
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Keys.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Test.Keys
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Message.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Test.Message
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Network.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Test.Network
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Script.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-|
Module : Haskoin.Test.Script
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Transaction.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-|
Module : Haskoin.Test.Transaction
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion src/Haskoin/Util/Arbitrary/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-|
Module : Haskoin.Test.Util
Copyright : No rights reserved
License : UNLICENSE
License : MIT
Maintainer : jprupp@protonmail.ch
Stability : experimental
Portability : POSIX
Expand Down

0 comments on commit a0875de

Please sign in to comment.