X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Frouting%2Fmod.rs;h=a06e1d09ad191cadca6da01c118a213372cb96d4;hp=4311ff3538ac30e65b217d953e752f565b88b1e3;hb=b2f0ccc7e0ef8b31567cb017d0b7cce9f7204803;hpb=4f344ef587c768e06a5bf02359aef8689bbebcba diff --git a/lightning-c-bindings/src/routing/mod.rs b/lightning-c-bindings/src/routing/mod.rs index 4311ff3..a06e1d0 100644 --- a/lightning-c-bindings/src/routing/mod.rs +++ b/lightning-c-bindings/src/routing/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. + //! Structs and impls for receiving messages about the network and storing the topology live here. use std::ffi::c_void;