X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Futil%2Fmod.rs;fp=lightning-c-bindings%2Fsrc%2Futil%2Fmod.rs;h=49003dc7762ecde6b5f7c59f96a2da24e11467bd;hb=b2f0ccc7e0ef8b31567cb017d0b7cce9f7204803;hp=c35bf641a53dcd32c033d731c38920c07120f64e;hpb=4f344ef587c768e06a5bf02359aef8689bbebcba;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/util/mod.rs b/lightning-c-bindings/src/util/mod.rs index c35bf64..49003dc 100644 --- a/lightning-c-bindings/src/util/mod.rs +++ b/lightning-c-bindings/src/util/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. + //! Some utility modules live here. See individual sub-modules for more info. use std::ffi::c_void;