X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Fln%2Fmod.rs;h=d6ca8b38a7cd641f831bb679176bf1c83ba92a09;hb=b2f0ccc7e0ef8b31567cb017d0b7cce9f7204803;hp=b81204a4720322bbfbb39a3caef304ac555a8e68;hpb=1495575b517c90da925698da14f627bf0d5b313f;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/ln/mod.rs b/lightning-c-bindings/src/ln/mod.rs index b81204a..d6ca8b3 100644 --- a/lightning-c-bindings/src/ln/mod.rs +++ b/lightning-c-bindings/src/ln/mod.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. + //! High level lightning structs and impls live here. //! //! You probably want to create a channelmanager::ChannelManager, and a routing::NetGraphMsgHandler first.