X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Fchain%2Fchaininterface.rs;h=f14123df9a6844068b56bdecfe4bc31a9cd266eb;hb=b2f0ccc7e0ef8b31567cb017d0b7cce9f7204803;hp=032bd554e222a36a3f2f371854ef17c8bc7cb2f8;hpb=8eea3c4ced20e2d46fd3961815cdec58796210c8;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/chain/chaininterface.rs b/lightning-c-bindings/src/chain/chaininterface.rs index 032bd55..f14123d 100644 --- a/lightning-c-bindings/src/chain/chaininterface.rs +++ b/lightning-c-bindings/src/chain/chaininterface.rs @@ -1,3 +1,11 @@ +// This file is Copyright its original authors, visible in version control +// history and in the source files from which this was generated. +// +// This file is licensed under the license available in the LICENSE or LICENSE.md +// file in the root of this repository or, if no such file exists, the same +// license as that which applies to the original source files from which this +// source was automatically generated. + //! Traits and utility impls which allow other parts of rust-lightning to interact with the //! blockchain. //!