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=b2f0ccc7e0ef8b31567cb017d0b7cce9f7204803;hp=00798734a7e48517d379d747776750e9e1fc57d9;hpb=4f344ef587c768e06a5bf02359aef8689bbebcba;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;