X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Fchain%2Ftransaction.rs;fp=lightning-c-bindings%2Fsrc%2Fchain%2Ftransaction.rs;h=cf9fdeee9cdc8b98a7e37b6437f3468f0fddc5a9;hb=ca9a66ef1da417c82b0190542cc5ceb353922ba1;hp=00798734a7e48517d379d747776750e9e1fc57d9;hpb=19e04c9362c00205b6133bb4f7fd74d1b9859b48;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/chain/transaction.rs b/lightning-c-bindings/src/chain/transaction.rs index 0079873..cf9fdee 100644 --- a/lightning-c-bindings/src/chain/transaction.rs +++ b/lightning-c-bindings/src/chain/transaction.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. + //! Types describing on-chain transactions. use std::ffi::c_void;