X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fchain%2Fmod.rs;h=9968bc6c07284d13e556367a491571c1eec01a10;hb=e9d3033e5caae5d708b52270416fff1973253d39;hp=ffa5ed968be4d62e391f613a337f464b37d31b27;hpb=06091cee0fd29549e5e24c673bf361ab3a562529;p=rust-lightning diff --git a/lightning/src/chain/mod.rs b/lightning/src/chain/mod.rs index ffa5ed96..9968bc6c 100644 --- a/lightning/src/chain/mod.rs +++ b/lightning/src/chain/mod.rs @@ -1,3 +1,12 @@ +// This file is Copyright its original authors, visible in version control +// history. +// +// This file is licensed under the Apache License, Version 2.0 or the MIT license +// , at your option. +// You may not use this file except in accordance with one or both of these +// licenses. + //! Structs and traits which allow other parts of rust-lightning to interact with the blockchain. pub mod chaininterface;