X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Fln%2Fchan_utils.rs;fp=lightning-c-bindings%2Fsrc%2Fln%2Fchan_utils.rs;h=406c4d1cb504c71c1fcacc99c252b317a6fdafa4;hb=ca9a66ef1da417c82b0190542cc5ceb353922ba1;hp=f2a2a5abf5a8228ba36967d73b1e8c5ed0fd01da;hpb=19e04c9362c00205b6133bb4f7fd74d1b9859b48;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/ln/chan_utils.rs b/lightning-c-bindings/src/ln/chan_utils.rs index f2a2a5a..406c4d1 100644 --- a/lightning-c-bindings/src/ln/chan_utils.rs +++ b/lightning-c-bindings/src/ln/chan_utils.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. + //! Various utilities for building scripts and deriving keys related to channels. These are //! largely of interest for those implementing chain::keysinterface::Sign message signing by hand.