X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fchain%2Fmod.rs;h=9968bc6c07284d13e556367a491571c1eec01a10;hb=21d0a955efd016d83ed14dd644f6cbe696e56ad7;hp=ffa5ed968be4d62e391f613a337f464b37d31b27;hpb=53052234959a3c0a7323a194c351c4ba9b46339b;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;